Re: [flexcoders] How to create .doc files (Word files) with Flex ?

2008-05-15 Thread Mathieu Fernandez
Rick Winscot a écrit : Then the complexity of your solution just jumped a notch... since there is a very big gap getting things in/out of Flex. Let just say that you could scaffold in a Word .doc in Flex... what then? You'd have to have a web server running locally to read or write anything to

[flexcoders] How to create .doc files (Word files) with Flex ?

2008-05-13 Thread Mathieu Fernandez
Hi everybody, My question is very easy : how can Icreate .doc file using Flex 3 ? Is there any library ? component ? module that I can use to ? Thank you in advance.

Re: [flexcoders] How to create .doc files (Word files) with Flex ?

2008-05-13 Thread Mathieu Fernandez
Tom Chiverton a écrit : You use the POI Java project via ExternalInterface... Could you be more precise ? I can use the API Java POI but how ? How can I connect Java and Flex ? Rick Winscott a écrit : Hmm... Microsoft can barely do that! Seriously though -- a native .doc file? Directly --

Re: [flexcoders] How to create .doc files (Word files) with Flex ?

2008-05-13 Thread Mathieu Fernandez
Rick Winscot a écrit : Hmm... Microsoft can barely do that! Seriously though -- a native .doc file? Directly -- no. If you have a server with a product like Aspose Word (www.aspose.com http://www.aspose.com) installed -- maybe. The straight forward scenario is to install components or

Re: [flexcoders] How to create .doc files (Word files) with Flex ?

2008-05-13 Thread Mathieu Fernandez
Tom Chiverton a écrit : ExternalInterface, apparently. According to the list archives and Google. Never done it myself. Remember AIR isn't 'meant' to be able to call out to the O/S, so any solution may or may not be stable, and of course you now have to ship a JRE and some .jar files with

Re: [flexcoders] How to create .doc files (Word files) with Flex ?

2008-05-13 Thread Mathieu Fernandez
Jim Hayes a écrit : How much of a word document do you want, if that's not a totally stupid question? I have in the past created an html file, saved it with a .doc file extention and word seemed quite happy to open and display it (I'm refering to windows, mac may well be / probably is

Re: [flexcoders] How to create .doc files (Word files) with Flex ?

2008-05-13 Thread Mathieu Fernandez
zoltan a écrit : If you need this functionality only for windows and you are using AIR then this may help you http://aperture.fluorinefx.com/ http://aperture.fluorinefx.com/ As it does not provide currently any word specific api one option would be to save an xml file with the content then

[flexcoders] Use hibernate annotations with LiveCycle Data Services

2008-04-30 Thread Mathieu Fernandez
Hello, I'm trying to use hibernate annotations with LiveCycle Data Services. My problem is when I launch my server I have this error : An annotationConfiguration instance is required to use mapping class=... So I would like to know how enabling annotation configuration? Thanks

[flexcoders] How to choose data generating conflict with LiveCycle Data Services ?

2008-04-29 Thread Mathieu Fernandez
Hi everybody, I made a little prototype handling conflicts with LCDS. I've got a web AIR application which contains a grid (each line represents an employee) with 3 columns (ID, firstname, lastname) and a frrame on the top right which contains the firstname and the lastname of the line