Recent Adobe Flex Donations -- Is this true?

2014-04-29 Thread Lionel Andre Pierre
-checker source code 8. The Tour De Flex application source code 9. The source code for a prototype of a code coverage utility that I wrote. Lionel W. A. Pierre

Issue Exporting Signed Application with Captive Runtime with Flex 4.12

2014-04-18 Thread Lionel Andre Pierre
instead I have no problems running the produced app. Any ideas what I am dealing with? Thanks ! Lionel W. A. Pierre President // Pierre Solutions, LLC. email : mailto:lio...@pierresolutions.com lio...@pierresolutions.com voice : + 1 786 273 7658 voice : +509 42 96 4996

RE: Issue Exporting Signed Application with Captive Runtime with Flex 4.12

2014-04-18 Thread Lionel Andre Pierre
Thanks for the quick response Sean, Could you provide further details about how you did this? Which version of the runtime did you download from where? What file did you copy into which directory of the runtime? Thanks again! Lionel W. A. Pierre President // Pierre Solutions, LLC. email : lio

RE: Issue Exporting Signed Application with Captive Runtime with Flex 4.12

2014-04-18 Thread Lionel Andre Pierre
Thank you Sean ! Lionel W. A. Pierre President // Pierre Solutions, LLC. email : lio...@pierresolutions.com voice   : + 1 786 273 7658 voice : +509 42 96 4996 www.PierreSolutions.com  Mat 5.14-16: No compromise. -Original Message- From: Sean Thayne [mailto:s

Re: Possible mx:DateField issue in SDK 4.11.0 ?

2013-11-01 Thread Lionel A. Pierre
: On 10/31/13 2:33 PM, Lionel A. Pierre lion...@medez.com wrote: *But stopping at a breakpoing and switching to the debugger UI will definitely cause the DateChooser dropdown to go away when you return to the app.* That behavior is what I am seeing. Except there is not a breakpoint

Re: sqlite, wits end

2013-10-31 Thread Lionel A. Pierre
Though it is a discontinued project, I use Lita for sqlite work http://www.dehats.com/drupal/?q=node/58 I don't recall exactly the location but if you run your mobile project on windows through flashbuilder, the database should be created under your user account under AppData/Roaming/ ... Hope

Re: Possible mx:DateField issue in SDK 4.11.0 ?

2013-10-31 Thread Lionel A. Pierre
I've gotten no response on this. Am I missing something obvious? Any help would be appreciated please. Thanks * Lionel* On Wed, Oct 30, 2013 at 12:22 PM, Lionel A. Pierre lion...@medez.comwrote: I'm seeing an issue in 4.11.0 while debugging a Flex project using the DateField. Clicking

Re: Possible mx:DateField issue in SDK 4.11.0 ?

2013-10-31 Thread Lionel A. Pierre
By the way. I downloaded and installed SDK 4.11 yesterday (Oct 30). My DateField.as is 82K in size. * Lionel* On Thu, Oct 31, 2013 at 4:07 PM, Lionel A. Pierre lion...@medez.com wrote: Win7 64 bit. Thanks for your help. * Lionel* On Thu, Oct 31, 2013 at 3:54 PM, Lee Burrows subscripti

Tour De Flex Launchpad

2013-10-31 Thread Lionel A. Pierre
Any updates on having Tour De Flex and Launchpad updated for the current state of Apache Flex? If legal hurdles are in the way, could building a new tool or set of tools that serve the same purpose be an option? Thanks * Lionel*

Re: Possible mx:DateField issue in SDK 4.11.0 ?

2013-10-31 Thread Lionel A. Pierre
and switching to the debugger UI will definitely cause the DateChooser dropdown to go away when you return to the app. On 10/31/13 1:50 PM, Lionel A. Pierre lion...@medez.com wrote: I don't think the browser is the issue. I just copied the code and ran the same test in an AIR application and got

Re: Possible mx:DateField issue in SDK 4.11.0 ?

2013-10-31 Thread Lionel A. Pierre
*Would re-installing SDK 4.11.0 be worth a try?* NOPE. Will try tonight on other computers with similar setups and see what I get. * Lionel * On Thu, Oct 31, 2013 at 5:33 PM, Lionel A. Pierre lion...@medez.com wrote: *But stopping at a breakpoing and switching to the debugger UI

Possible mx:DateField issue in SDK 4.11.0 ?

2013-10-30 Thread Lionel A. Pierre
I'm seeing an issue in 4.11.0 while debugging a Flex project using the DateField. Clicking on the DateField's calendar icon to bring up the date chooser works when this Flex project is debugged with SDK 4.10.0. However, when debugged with SDK 4.11.0 the debugger stops 26 times on line 482 of

Re: TextArea height

2013-10-07 Thread Lionel A. Pierre
Try setting the heightInLines to NaN AFTER you have set the text property. Maybe in the updateComplete and or change event handlers. heightInLines = NaN; That works for me. * Lionel A. Pierre **Development Manager / Senior Developer **Integrated Software Solutions Corp. *7450 Griffin Road

Re: Google Maps API for flex

2013-08-19 Thread Lionel A. Pierre
I've worked with Google Maps Flex API (briefly) and the MapQuest API on a larger project. The MapQuest API is very straight forward and easy to use. I had no issues integrating it into a mobile project. Have a look at it. I think you get a free trial. *Lionel* On Sun, Aug 18, 2013 at 12:57 AM,

Re: Spark datagrid refresh renderers

2013-07-22 Thread Lionel A. Pierre
Have you looked into the dataChange event for the renderer? http://stackoverflow.com/questions/6189991/how-to-refresh-the-item-renderer-of-a-flex-datagrid-after-sorting * Lionel*

Re: Flex documentation

2013-07-09 Thread Lionel A. Pierre
You use includeIn to include or exclude elements from different states. Read up on states. http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf63611-7ffa.html * Lionel*

Re: Flex documentation

2013-07-09 Thread Lionel A. Pierre
From flex.apache.org go to Documentation | Documentation Reference (old) ... type includein in the search at the upper left corner. The first article presented is below. http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf63611-7ffa.html * Lionel*

Re: Opinions on best method here

2013-06-28 Thread Lionel A. Pierre
Depending on how much work you want to do at the server vs on the mobile device, two extremes I can think of are *-- Most work on the server:* consider each patrol as a collection of records, or one object with an collection of images, a collection of voice notes etc ... batch it all up and

Re: Guidance needed

2013-06-27 Thread Lionel A. Pierre
I agree with Jude on the AMF, I was gonna suggest the same thing. Sometimes if bandwidth is a real problem, you can benefit from adding a PHP layer between whatever server you are targeting and your mobile app just to get AMF. I've done a huge mobile app in the past using that technique, and never

Re: Example apps for new components

2013-05-23 Thread Lionel A. Pierre
Adobe's Tour de Flex was useful for this purpose, illustrating the way to use the components and features as they were added to the framework. They also had the project starter application (Launchpad -- I think) that built your skeleton project based on the features you selected. As Flex

Re: Next release of Apache Flex

2013-05-15 Thread Lionel A. Pierre
EXCELLENT Work team ! Thank you so much for all your time and efforts. * Lionel *

Re: TextInput Control

2013-04-19 Thread Lionel A. Pierre
Just my 2 cents on this one... This is a very visible issue. Flex could gain a lot by having it addressed. I've had to sacrifice the numeric keyboard functionality in a large mobile app also because of it. Users do notice that. *Lionel A. Pierre*