AW: Could someone tell me how to upgrade to flexmojos 7.1 please

2015-03-25 Thread Christofer Dutz
Glad to hear your success story :-) Well the for java projects the skipTests=true also compiles the testcases, it just doesn't run them ... so I won't change anything here. If you use: -Dmaven.test.skip=true Instead of: -DskipTests=true It should also prevent FM from compiling the testsuite :-)

Re: HTTP Basic Authentication for URLRequest

2015-03-25 Thread Deepak MS
Sorry, was away for sometime. I ran it through network monitor in FB. Screenshot: http://pasteboard.co/25kUwXgR.png Looks like header is not passed at all. Code: var req:URLRequest = new URLRequest(pathRemote); req.method = URLRequestMethod.POST; req.data = new UR

Re: HTTP Basic Authentication for URLRequest

2015-03-25 Thread Chris Martin
Yeah, a network packet log would be a huge help. Then you can rule out whether or not the Authorization header is present in your request or not. I use fiddler[1] all the time. Also it makes it easy to detect if something else went wrong at the server side like your authentication request fai

Re: Could someone tell me how to upgrade to flexmojos 7.1 please

2015-03-25 Thread Mario Souza
I've just migrated recently our project from flexmojos 3.5 directly to 7.0.1 and it's working perfectly. Also, we updated the Flex SDK version from 4.5 to 4.14, following the steps about the mavenizer the sdk and uploading the dependencies to our private nexus. And, recently, Chris help me about t

Re: O,[PRTAMT KEFF EWING

2015-03-25 Thread mark goldin
Not sure I am familiar with this name. On Wed, Mar 25, 2015 at 5:47 PM, jje wrote: > Mark - > > Do you know Jeff Ewing? He is my son. > > If so, please call me at 520 977-2037. > > EXTREMELY IMPORTANT > > Suzette McPhail > > -Original Message- > From: mark goldin [mailto:markzolo...@gm

O,[PRTAMT KEFF EWING

2015-03-25 Thread jje
Mark - Do you know Jeff Ewing? He is my son. If so, please call me at 520 977-2037. EXTREMELY IMPORTANT Suzette McPhail -Original Message- From: mark goldin [mailto:markzolo...@gmail.com] Sent: Tuesday, March 24, 2015 7:46 AM To: users Subject: Re: Cannot get Flex 3 compatibility wor

AW: Could someone tell me how to upgrade to flexmojos 7.1 please

2015-03-25 Thread Christofer Dutz
Hi, think I should be quite ideal to help you with this ;-) Actually from the syntax and configuration options not much has changed. The only thing is that the 6.x branch hasn't received quite as much love regarding fixing of minor issues ... but hey ... my heart is beating for Apache Flex and

Could someone tell me how to upgrade to flexmojos 7.1 please

2015-03-25 Thread Gary Yang
I am using flexmojos6.0.1, 1) is there a repository for Flexmojos7.1? do I have to build from source? where is the source? 2) is there a repository for Apache flex or I have to build byself please? thanks. -Gary

Re: alivepdf questions

2015-03-25 Thread Carlos Velasco
In a web context, you can launch a new navigator window using the local file url (see URLLoader) to display the pdf content. 2015-03-25 17:14 GMT-04:00 Carlos Velasco : > > http://labs.adobe.com/"/> > > > Use your local pdf file URL as the location for the HTML control. > > > 2015-0

Re: alivepdf questions

2015-03-25 Thread Carlos Velasco
http://labs.adobe.com/"/> Use your local pdf file URL as the location for the HTML control. 2015-03-25 16:23 GMT-04:00 Scott Matheson : > Can you point me at how to do this ? > > Sent from my iPad > > > On 25 Mar 2015, at 15:11, Carlos Velasco < > carlos.velasco.bla...@gmail.com>

Re: FlexMojos/Maven: one build to get different apps

2015-03-25 Thread Mario Souza
WOW I tried put 2 executors, but they aren't targeting the correct life-cycle phase (I tried do it on the wrapper phase and not in the compiler.. so dumb! :D)! That's great man, thank you very much for your support! I know that, for "jar" package this scenario doesn't make sense... maybe the c

Re: alivepdf questions

2015-03-25 Thread Scott Matheson
Can you point me at how to do this ? Sent from my iPad > On 25 Mar 2015, at 15:11, Carlos Velasco > wrote: > > Use the html container to open the created file inside the application. > > 2015-03-25 16:00 GMT-04:00 Scott Matheson : > >> Hi, I use alivePDF to generate PDF client side, all works w

Re: alivepdf questions

2015-03-25 Thread Carlos Velasco
Use the html container to open the created file inside the application. 2015-03-25 16:00 GMT-04:00 Scott Matheson : > Hi, I use alivePDF to generate PDF client side, all works well, I end up > saving the PDF to disk, the user can then open the PDF and print > > However the client would now like t

alivepdf questions

2015-03-25 Thread Scott Matheson
Hi, I use alivePDF to generate PDF client side, all works well, I end up saving the PDF to disk, the user can then open the PDF and print However the client would now like the PDF to be open after generation so the user can print from the PDF or save, saving becomes the users options Does anyon

Re: security certificates

2015-03-25 Thread Tom Chiverton
On 25/03/15 13:10, Scott Matheson wrote: Hi, what about the iOS platform, commercial signatures are about $500 for 2 years It's nowhere near that to develop for iOS (mobile, I've not looked into desktop) as far as I remember, but I've not done an AIR release to iOS for about a year. http:/

Re: security certificates

2015-03-25 Thread Scott Matheson
Hi, what about the iOS platform, commercial signatures are about $500 for 2 years Sent from my iPad > On 25 Mar 2015, at 05:36, Tom Chiverton wrote: > > >> On 25/03/15 10:08, Kessler CTR Mark J wrote: >> Well the problem with self-signed is other people cannot easily validate the >> signature.

Re: security certificates

2015-03-25 Thread Tom Chiverton
On 25/03/15 10:08, Kessler CTR Mark J wrote: Well the problem with self-signed is other people cannot easily validate the signature. This is a non-issue if you are distributing via a 3rd party store like Google Play of course. We use self-signed for our Android apps. Tom

RE: Combobox with icons

2015-03-25 Thread Kessler CTR Mark J
Ahh, guess it's going to be just gathering a list of urls from a source (such as a server) and creating a class to pre-download using something like URLLoader . Then when you reference them later they are already in the client cache. You could also alternatively store the binary data an object

RE: security certificates

2015-03-25 Thread Kessler CTR Mark J
Well the problem with self-signed is other people cannot easily validate the signature. You are your own certificate authority(CA) in a simplistic sense. Were as purchasing one from a company that that hosts public CA's can more easily be verified by their root certificates. Here for the Flex

AW: FlexMojos/Maven: one build to get different apps

2015-03-25 Thread Christofer Dutz
Ok ... so it was possible exactly the way I hoped it would be :-) I just extended the flexmojos testsuite with an example: https://github.com/chrisdutz/flexmojos/tree/flexmojos-7.x/flexmojos-testing/flexmojos-test-harness/projects/concept/multiple-versions Hope this was what you wanted. Keep in m

AW: FlexMojos/Maven: one build to get different apps

2015-03-25 Thread Christofer Dutz
Hi Mario, Well this is generally a problem in Maven. Usually one Maven Module produces one output artifact. The problem with your profiles is that in these you probably set some properties, plugin-settings etc. Think of these as variables. If you activate two profiles the value of these propert