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

domahaMOO
domahaMOO
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
21

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by domahaMOO
Customize the badges you want to showcase on your profile
Embedding MS Accessibility controls into pdf document. - Adobe LiveCycle 25-08-2011
I have a pdf form running fine in a server with Adobe Proffesional 8.0, We need to update to Adobe Pro 9.0 or Adobe Pro 10. The app is not performing well in those higer versions of Adobe Pro because we need to capture data from a pop up window to name an output file, but the data can no be scraped from the pop up window. I heard that the problem can be circumvented by embedding MS Accessibility Controls into the form. Can sombody please help me understand what is "embedding MS Accessibility Con...

Views

378

Likes

0

Replies

0
Re: Disabled help bubbles...... - Adobe LiveCycle 26-03-2010
Paul,Thank you very much!Diego

Views

239

Likes

0

Replies

0
Disabled help bubbles...... - Adobe LiveCycle 26-03-2010
Is there a property or setup so the text in the caption does not appear when the mouse is over the value field? in other words turn off the help bubbles that pop up when you hover over a field?Thanks,Diego

Views

576

Likes

0

Replies

2
Re: Working example of stopwatch - Adobe LiveCycle 16-03-2010
Thank you very much Steve, it really helped me understand the logic behind the events.

Views

262

Likes

0

Replies

0
Re: Working example of stopwatch - Adobe LiveCycle 15-03-2010
Yes Steve, you are 100% correct, I need a form object displaying ascending time in hh:mm:ss? the customer wants to be able to keep truck of the time each interview takes. I do not need a Star/Stop nor reset button.Thanks

Views

261

Likes

0

Replies

0
Re: Testing field validation - Adobe LiveCycle 15-03-2010
Try this:onExit();if(this.rawValue != "" && this.rawValue != null){if(!fieldValidator.validatePhone(this.rawValue)){xfa.host.messageBox("Invalid phone number pattern; it must be 10 digits:3334445555, 333.444.5555, 333-444-5555, 333 444 5555, (333) 444 5555")phoneDr.rawValue= "";xfa.host.setFocus(phoneDr);}}==================================================function validatePhone(field){rePhoneNumber= new RegExp(/^\(?(\d{3})\)?[- ]?(\d{3})[- ]?(\d{4})$/);if (!rePhoneNumber.test(field)){return fals...

Views

190

Like

1

Replies

0
Working example of stopwatch - Adobe LiveCycle 15-03-2010
I am JavaScript beginner; I need to add a Stopwatch (counting up) in the footer of the Master Page. I found a few JavaScript samples online, but in my case, the stopwatch must start when the pdf is opened and stop after the close button is hit in the last page. I am having problems calling the functions to process and populate the field. Does any one have a working example of a stopwatch pdf or xdp?Thanks,

Views

944

Likes

0

Replies

4
Re: Image on a pop-up window - Adobe LiveCycle 10-03-2010
I found some nformation here:  http://www.windjack.com/ 

Views

880

Likes

0

Replies

0
Memory refresh without reloading/rendering PDF - Adobe LiveCycle 10-03-2010
I am running a dynamic PDF form in a server, after the data is processed through a web service the fields are been cleaned up with a xfa.host.resetData();. The xfa.host.setFocus sends the user back to the first page. after performing the resetData() the Memory Usage does not decreases, is there a way to refresh the memory without reloading the PDF or refreshing the website?. We would like to load/render the application only once a day.Thanks,

Views

352

Likes

0

Replies

0
Re: Prevent execution of Tab key at end of page - Adobe LiveCycle 10-02-2010
Hello Niall,Thank you very much for this information. Our application runs in a browser I will give it a try. I guess the problem is preventing the cursor from going to the URL, There is a risk of loosing all data if customer presses enter inadvertently when the cursor is in the URL (re-launching the application).DFV

Views

293

Likes

0

Replies

0
Likes given to
Likes from