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

malaki
malaki
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
63

Discussions

Discussions
0

Questions

Questions
21

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by malaki
Customize the badges you want to showcase on your profile
Re: Dynamic Form Crashing upon save - Adobe LiveCycle 18-03-2010
Thanks Paul, I sent a link.

Views

156

Likes

0

Replies

0
Re: Dynamic Form Crashing upon save - Adobe LiveCycle 18-03-2010
The mail is getting rejected as No such user. Wrong email?

Views

189

Likes

0

Replies

0
Re: Dynamic Form Crashing upon save - Adobe LiveCycle 18-03-2010
Incoming mail will accept a 43mb file?

Views

154

Likes

0

Replies

0
Dynamic Form Crashing upon save - Adobe LiveCycle 18-03-2010
Hello,I have a dynamic form preloaded with many jpegs. When I try to save the form while in livecycle it crashes everytime the file size approaches 45 or so megs.If I keep it under 45 it works and saves fine. Right now it is 43mbs.Is there any reson for this that anyone is aware of?

Views

614

Likes

0

Replies

5
Re: Variable from an array for Presence property - Adobe LiveCycle 02-03-2010
Great! That did it:resolveNode(a01[2]).presence = "visible";

Views

153

Likes

0

Replies

0
Variable from an array for Presence property - Adobe LiveCycle 02-03-2010
I would like my case statement to get the name of an image from the array and use that to unhide itself. The rest of the script works fine but the image name is not getting passed to the presence property. Can anyone help?var a01 = Array("project title" , "projectsubtitle" , "nameofImage" , "blurbtext");switch(this.rawValue){ case "0": projecttTitle.rawValue = a01[0]; projectSubTitle.rawValue = a01[1]; a01[2].presence = "visible"; projectText.rawValue = a01[3]; break;etc.

Views

554

Likes

0

Replies

2
Presence script stops working - Adobe LiveCycle 28-12-2009
Hello,I have a multi-page dynamic PDF. Page 1 has a menu that allows you to hide the pages you do not want. There is a button to hide this menu. When the form opens the button works perfectly. However if I scroll to page 9 and use another button to add additional pages suddenly the button that only controls presence stops working completely.The code (on mouse up) on the button on page 1 is:if(employees.Page1.HideMenu.presence == "visible"){ employees.Page1.HideMenu.presence = "hidden";}else { em...

Views

494

Likes

0

Replies

1
Re: Case statment stops working - Adobe LiveCycle 14-12-2009
Thanks for the response. I tried it out but now the button doesn't respond at all.Again, the original code 'works' for a little while then stops.And what happens when it stops is clicking does nothing and the images stop looping.Since the code for displayImage 'works' is it the eval code that may be causing the issue?filmAImageField.rawValue = eval(displayImage);

Views

187

Likes

0

Replies

0
Re: Right-justify a field - Adobe LiveCycle 11-12-2009
I think I might have another way to do it. Can I set the location of the field on exit?If I can, then I could always have the fields right corner return to the x y I tell it to. Which would do the trick.Is this possible?

Views

275

Likes

0

Replies

0
Re: Right-justify a field - Adobe LiveCycle 11-12-2009
Thanks, Paul

Views

279

Likes

0

Replies

0
Likes given to
Likes from