Expand my Community achievements bar.

SCF02
SCF02
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thanks for that I belive your right, the '.rawValue' was missing.I didn't use your code exactly but what I did was on the initialie of the tickbox I did the following.if(this.rawValue == 1){    form1.WM2012.presence = "visible";}else{    form1.WM2012.presence = "hidden";}

    Type

    Questions

    Views

    652

    Likes

    0

    Replies

    0
  • Hi chalukya, thanks for the suggestion.  Unfortunalty this did not work either.  I programmaticly call for the page to be hidden and this works but looks like my call to make the page visible does not seem to make any effect after I save and reopen the file.The way I've done the page visibilty is ba...

    Type

    Questions

    Views

    673

    Likes

    0

    Replies

    0
  • I have a pdf form with the following.page1 = visiblepage2 = hiddenPage 2 can be made visible by clicking a button on page1.The problem I'm having is that after I make page2 visible, save it and then re-open the form page 2 is still hidden.*the form has been saved as dynamic.

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    4
  • Thanks Radzmar, that worked perfectly.  I noticed that if I put a value of 0 for the second 1 it will get rid of the cancel button.  Thanks so much for your help.Is there another way to call pop up messages so that it will work in versions of reader older than 7?  I tried "app.alert("test",1)" but e...

    Type

    Questions

    Views

    763

    Likes

    0

    Replies

    0
  • Hi all,Using 'xfa.host.messageBox' I've been able to pop up a warning message.  This particular pop up has a red cross on it and was wondering if anyone knows how to pop up a message box which displays the yellow triangle graphic with the '!'?Also, is there a way to make popup warning messages work ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    2