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

martinbartosh
martinbartosh
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
21

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by martinbartosh
Customize the badges you want to showcase on your profile
Changing visibility for screen by script - Adobe LiveCycle 02-02-2012
I would like to change visibility for printing and screen by script.I have something like this:this.resolveNode("abc").presence = "visible"; I would like to get something like that:this.resolveNode("abc").presence = "visible (screen only)"; I know this sentence is wrong but i don`t know how to get this. Anybody can help me?

Views

681

Likes

0

Replies

1
Re: Open calendar in date field in one click - Adobe LiveCycle 11-01-2012
I tried to writeDatePicker.Controller.show(this); in enter frame event but it is not working.

Views

77

Likes

0

Replies

0
Open calendar in date field in one click - Adobe LiveCycle 10-01-2012
Hi, to open calendar in date field i should click two times. One click show arrow and second open calendar. I would like to do it in one click. Is that possible?

Views

874

Likes

0

Replies

2
Connect pdf form and sqllite (included in air app) directly without html (javascript) and air (as3) - Adobe LiveCycle 05-01-2012
I would like to connect pdf form and sqllite (included in air app) directly without html (javascript) and air (actionscript). Directly into local sqllite database file (OLE DB). Is that possible in Livecycle Designer to do that by File>New Connection>OLE DB Database?

Views

298

Likes

0

Replies

0
Re: Connect Pdf Form with Air Sqllite data - Adobe LiveCycle 04-01-2012
I read also about JavaScript method of sending data from PDF form to AIR with using PostMessage (communicate throw JavaScript & HTML Object embed). Now i don`t know is there more easy way to communicate with SQL lite Air local database than using PostMessage command (more direct as setting up File>New Connection>OLEDB Database in Livecycle Designer)?

Views

71

Likes

0

Replies

0
Re: Connect Pdf Form with Air Sqllite data - Adobe LiveCycle 04-01-2012
Is that possible to use OLEDB Connection with local SQLlite file when PDF will be embed into AIR application? I don`t know how to properly set up it in options. Is that method will allow to save, load and edit data from that included database inside Air application?

Views

69

Likes

0

Replies

0
Connect Pdf Form with Air Sqllite data - Adobe LiveCycle 04-01-2012
Hi, i would like to save my Pdf Form localy but i know about restrictions of 500 users (legal notes after giving advanced user permission).I thought about do it in air which could have my pdf form inside. I thought that people after filling form with data could save it localy by connecting PDF Form (embed in air) with Air database. So people could save it offline and fill rest form date f.e. after few days to complete it later.I don`t know any more option to save my form data localy (offline) wi...

Views

805

Likes

0

Replies

2
How to save Pdf form localy without internet - Adobe LiveCycle 03-01-2012
How to save Pdf form localy without internet?I thought in the beginning about advanced user rights and pure saving them on adobe reader but i saw legal notes about 500 user who can legaly save it localy and answer to me (bu they can`t answer to my client who paid me for doing this form). Other thing is to do Air Application which would collect data from Pdf Form and save it (localy without internet) to use it later.I thought about that second possibility but i can`t find any clue to do it myself...

Views

313

Likes

0

Replies

0
Re: How to add pop-up window to set date & time in one field - Adobe LiveCycle 03-01-2012
Thanks again. I thought like you but i want make sure Thanks again.

Views

67

Likes

0

Replies

0
How to add pop-up window to set date & time in one field - Adobe LiveCycle 03-01-2012
How to add pop-up window to set date & time in one field? I know how to add date. I create Date/Time field with JavaScript event on initialize like this:this.rawValue = num2date(date(), DateFmt(4));What i should change on script and pattern to do this properly.I changed Data Format (in Object>Binding Tab) from Date to Date/Time but nothing happen. I would like to set up pop-up window like to setting date but with hour setting addition.Is that possible? Or only date is setting like this? Should i...

Views

560

Likes

0

Replies

2