Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Jonathan_Stephe
Jonathan_Stephe
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
15

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jonathan_Stephe
Customize the badges you want to showcase on your profile
Load form in 'reading mode' in reader - Adobe LiveCycle 25-03-2013
Hi,I want to automatically hide the navigation bar on the left hand side when my form is opened in adobe reader. I know the user can right click and do it manually but I want it to happen automatically.If the form would be opened in 'read mode/reading mode' it works fine and i've used the app.execmenuitem("readingmode") but this only works for acrobat, not reader.I've also tried event.target.viewState = {overViewMode:5}; and this works but it hides the scroll bars as well which i need!Any ideas?...

Views

292

Likes

0

Replies

0
Re: Two text styles for one calculated text box - Adobe LiveCycle 27-02-2013
Thats great it works well. When it comes together in tb3, tb1 and tb2 appear on two seperate lines.Im going to ammend the code to get 6 textboxes in to the one textbox. I need two on the same line with a space in between (" "), then two on the next line and then two on the next line. So 3 lines of 2 next to each other with a space in between.As you say I need to build the xml string.

Views

206

Likes

0

Replies

0
Re: Two text styles for one calculated text box - Adobe LiveCycle 26-02-2013
Just read your reply. I can't test it out until I'm back at work, but really appreciate your help. Will update when I give it a try

Views

208

Likes

0

Replies

0
Re: Two text styles for one calculated text box - Adobe LiveCycle 26-02-2013
Cheers but no joy

Views

207

Likes

0

Replies

0
Re: Font style and Size - Adobe LiveCycle 26-02-2013
If you have a 'textbox1' and a button, set the text box to richtext, then on the buttons click event, change to language to JavaScript and type: Textfield1.font.size = "10pt";Etc,etc...

Views

217

Likes

0

Replies

0
Re: Font style and Size - Adobe LiveCycle 25-02-2013
Remove rich text and use plain text on the text field maybe?

Views

217

Likes

0

Replies

0
Re: Font style and Size - Adobe LiveCycle 25-02-2013
Do you need a button? If you simply set the font and font size for the textfield using the font window, then whatever text is pasted in will change to that

Views

216

Likes

0

Replies

0
Re: copy two rich textboxes in to one - Adobe LiveCycle 25-02-2013
2 or more textboxes if poss?

Views

106

Likes

0

Replies

0
Re: Two text styles for one calculated text box - Adobe LiveCycle 25-02-2013
thanks for that.Using the example you gave from the adobe site, how can I adapt that code so that 2 or more textboxes can be copied to make the combined text box. I've tried many options but just can't get it. Must be something like: var richText = TextField1.value.exData.saveXML();var richText2 = TextField2.value.exData.saveXML(); TextField2.value.exData.loadXML(richText,1,1) + (richText2,1,1) ;Can anybody suggest how to make the above work?! Thanks

Views

208

Likes

0

Replies

0
copy two rich textboxes in to one - Adobe LiveCycle 25-02-2013
Hi,Does anyone know how to adapt this example so it would copy two text boxes in to one? http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000838.htmlthanks

Views

479

Likes

0

Replies

2