Hi,
I would require to design data entry form in pdf which will be filled by user and they will save and send back to me via an e-mail.Which method should I go with ? I was looking into iText documentation and it looks pretty tough to design complex data entry interface. How about adobe LiveCycle ?
Rishi
...
Hello. How can I modify standart style of progress bar controll?
...
Hi All,
I have a website in which the content on the index page is controlled by a PHPMyAdmin database. I want a a flash "movie" at the top, that can take the data from the site, and slide-show it until a user clicks on a specific link, in which the movie will direct itself to the clicked event.
The page is for a booking/promotion conce...
We have some government forms that we want to be able to fill from mysql database and print automatically with php script. I downloaded demo of Adobe Acrobat and LiveCycle Designer and started playing with it.
Only problem is that pdf files theat we use are locked with password. More specifically - document assembly page extraction, cr...
I have an adobe fdf that contains data variables file that links to a pdf. When I open the file with windows explorer, the fdf opens the pdf file in adobe reader with data variables in their proper fields. When i try to open the fdf file in the web server, I get a blank page.
Is there configuration on the server to do (mime type?)
...
Does adobe flex supports sychronous web service calls .... justify your answer???
...
Can anyone direct me to a specific tutorial that will help me to create a Adobe Air application for desktop purposes that will open up a PDF document? Does the PDF document have to be located in the Air application or can it reside somewhere else. In other words, I would like the PDF document to open up so it can be read as soon as the r...
I'm working on an Adobe Air Desktop App ATM.
My question is how to get the icon for a given file extension, but without actually loading up a file of such type.
I had the idea to just create a blank file for the extension and then delete it once i have the bitmap for its icon, but that seemed like too much trouble and kinda inefficient...
I would like to do some iPhone development from my Windows box using the Adobe iPhone packager. I get how to do pretty much everything except creating / obtaining the certificates and provisioning files needed to complete the packaging process. What is the easiest and quickest way to get up and running?
...
I can't help but feel I'm missing some simple, critical piece of information.
Is there some way to store application level (session) data to survive across page loads?
I'm building a stand alone application that has multiple web pages,
every time I load a new page with a normal link -
i.e. <a href="newpage.html">Next Step</a>
The EN...
Can you use Html DOM in adobe flex to...
1) write/Auto fill in a form?
2) Read values in label? Textboxes? And use them in your program?
...
From what I can gather, the resize property of a Flex application is set in the XML config file:
<!--Whether the user can resize the window. Optional. Default true.-->
<!--<resizable></resizable>-->
However, if I set this attribute to true, is there a way to turn this off dynamically at runtime? For example, my application has two ...
Can I set a maximum percentage of CPU resources a specific program or process can use? I want to use the executable name instead of its pid, because I would like certain executables to always run with constrained resources.
The reason I ask for that is that I am bored of the way Shockwave Flash behaves. It is not possible that to draw a...
I have a bubble chart where i need to draw a trendline on that showing the trend. I have Months on X axis and values (intergers or numerics) on y axis. I have gone through this link http://stackoverflow.com/questions/43224/how-do-i-calculate-a-trendline-for-a-graph , but i'm not able to understand what to use x-axis value and y- axis va...
What Adobe products do you use or feel accomplish most of what is needed for web development.
My point here is that scripting can accomplish almost everything that Flash and the Adobe family can, but then what about graphics. Illustrator, Indesign, and of course Flash... they seem to flow over into accomplishing more than just make thin...
I need to convert many .svg images into swf format. I can do this be opening the .svg in Adobe Illustrator and exporting to swf but this is very time consuming. Are there any free command line utilities out there that will convert .SVG to .SWF? I have already tried SWFMill with no success. I have also downloaded Ming but cannot compile t...
Hi,
We have a Adobe AIR desktop client which talks to a WAMP server. How can i convert this AIR app to a Flex app to be used in the browser.
Please let me know.
Thanks
vish.
...
So, the company I'm working at uses Flex and Java for their product.
Currently, I'm just an XML editor, but I would like to get my hands dirty with
some of the technology they use as soon as possible.
I was wondering if anyone who has learned Flex could possibly give me some advice
on the best way to learn Flex as quickly as possible w...
This code references the root XML node, adds a FirstXMLObject under it, then adds a few fields under FirstXMLObject:
var myXMLroot = mydocument.xmlElements.item(0); // The root always exists
var b = myXMLroot.xmlElements.add( "FirstXMLObject");
b.xmlElements.add( "Name", "Bob");
b.xmlElements.add( "Address", "1234 Sesame Lane");
Supp...
I currently have a network camera that streams video as a .swf (and also as a motion JPEG as well...) and I want to be able to embed the stream inside of either a Flash or Air project that I'm creating myself. The only examples i've been able to find though, require the .swf to be saved as a resource of the project; clearly, this is unde...