I can't get the "Incoming" SubForm to display when you select
"Incoming" from the radio button.
This is like 101 stuff but it's killed 2 hours for me.
--
You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
To post to this group, send email to live...@googlegroups.com.
To unsubscribe from this group, send email to livecycle+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/livecycle?hl=en.
--
You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
To post to this group, send email to live...@googlegroups.com.
To unsubscribe from this group, send email to livecycle+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/livecycle?hl=en.
On Mar 12, 2:58 pm, Duane Nickull <dnick...@adobe.com> wrote:
> Darius:
>
> For the life of me I could not get it to make a subForm visible but I did get it to make a text field visible. See attached form.
>
> form1.#subform[0].RadioButtonList::change - (JavaScript, client)
> if (this.rawValue == "1") {
> this.resolveNode("Text2").presence = "visible";
>
> }
>
> I must be missing something on subform properties.
>
> Duane
>
> On 3/12/10 10:09 AM, "DariusMDeV" <darius.m...@gmail.com> wrote:
>
> I'm working with the file MTA Mock Up.pdf
>
> I can't get the "Incoming" SubForm to display when you select
> "Incoming" from the radio button.
>
> This is like 101 stuff but it's killed 2 hours for me.
>
> --
> You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
> To post to this group, send email to live...@googlegroups.com.
> To unsubscribe from this group, send email to livecycle+...@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/livecycle?hl=en.
>
> ---
> Adobe LiveCycle Enterprise Architecture -http://www.adobe.com/products/livecycle/
> My TV Show -http://tv.adobe.com/show/duanes-world/
> My Blog -http://technoracle.blogspot.com/
> My Band -http://22ndcenturyofficial.com/
> Twitter -http://twitter.com/duanechaos
>
> SubformCannotBeVisible.xdp
> 64KViewDownload
--
You received this message because you are subscribed to the Google Groups "Adobe LiveCycle Developers" group.
To post to this group, send email to live...@googlegroups.com.
To unsubscribe from this group, send email to livecycle+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/livecycle?hl=en.
For more options, visit this group at http://groups.google.com/group/livecycle?hl=en.
On Mar 12, 3:06 pm, Duane Nickull <dnick...@adobe.com> wrote:
> Not any more.
>
> ;-p
>
- subform
-(referenced Objects)
- text
all on the same node.
To make it work like the sample I sent, I had to just move the text
inside the subform. The attached PDF form has the behavior you want
yes?
- subform
- text
-(referenced Objects)
Your form was also saved as a static PDF form.
Duane
********
22nd Century (my band) - http://22ndcenturyofficial.com/
Twitter - @duanechaos
Blog - http://technoracle.blogspot.com
********
Your form mostly works the way I want it to, but you're using script I
don't recognize, I'll email the form I made last year that I'm basing
this new one off of. It works perfectly, it's probably messy
scriptwise though.
On Mar 12, 4:30 pm, Duane Nickull <duane.nick...@gmail.com> wrote:
> I think the problem was that the subform was actually becoming visible
> but it had no visible children on it. The structure was as follows:
>
> - subform
> -(referenced Objects)
> - text
>
> all on the same node.
>
> To make it work like the sample I sent, I had to just move the text
> inside the subform. The attached PDF form has the behavior you want
> yes?
>
> - subform
> - text
> -(referenced Objects)
>
> Your form was also saved as a static PDF form.
>
> Duane
> ********
> 22nd Century (my band) -http://22ndcenturyofficial.com/
> Twitter - @duanechaos
> Blog -http://technoracle.blogspot.com
> ********
>
> SubformWorks.xdp
> 78KViewDownload
>
>
>
> SubformWorks.pdf
> 119KViewDownload
On Mar 12, 6:24 pm, Duane Nickull <dnick...@adobe.com> wrote:
> I used Designer 9.0. It has this really cool new feature called "Action Builder" which makes scripting way easier. The source is really weird though as you noticed.
>
> Duane
>
> For more options, visit this group athttp://groups.google.com/group/livecycle?hl=en.
>
> ---
Duane
********
22nd Century (my band) - http://22ndcenturyofficial.com/
Twitter - @duanechaos
Blog - http://technoracle.blogspot.com
********
On Mar 14, 12:46 pm, Duane Nickull <duane.nick...@gmail.com> wrote:
> no. I just recommend it. It makes scripting way easier (using ES2
> Designer). It is not required though.
>
> Duane
> ********
I thought you had changed that earlier when I mentioned it.
Nevertheless, good to know you have it working.
Duane