AW: Using flexmojos maven plugin to build AIR mobile application

2013-10-29 Thread christofer.d...@c-ware.de
In order to cleanly separate the Flex and the Air Runtime Version, I split them up, so you Need to add a dependency to artifactIdair-framework/artifactId as well as the artifactIdairglobal/artifactId Version you want to use. Without the second dependency you only have the Flex classes available

RE: osmf.swc does not load with latest 4.11 version

2013-10-29 Thread Maurice Amsellem
Om, I was thinking we could change the Installer so that it will attempt to download OSMF several times instead of one, and if eventually fails, prompt a message that says Could not download OSMF.swc, you can download it manually at the following url: And move it to SDK/Frameworks/Lib/

DataGrid Drag and Drop on empty grid

2013-10-29 Thread mspecht
I found a problem while dragging an item from one grid to another grid which has no items: RangeError: Index '1' specified is out of bounds. at

Re: Using flexmojos maven plugin to build AIR mobile application

2013-10-29 Thread Dmitry Timoshenko
Thank you, Christofer, But, unfortunately, this doesn't work for me. I already have this within dependencies attached implicitly. I have only one dependency specified explicitly. dependency groupIdcom.adobe.flex.framework.air/groupId artifactIdair-framework/artifactId

AW: Using flexmojos maven plugin to build AIR mobile application

2013-10-29 Thread christofer.d...@c-ware.de
Hi The Howto upgrade document is here: https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x And I was happy to see that I seemed to have allready written an air-section :-) But you are right, I think this is only for Desktop AIR applicaitons. I have never done any mobile

Re: why first browser loading of Flex app takes so long?

2013-10-29 Thread modjklist
Well, I can't explain it, but this morning when I re-installed Flash Builder 11.9, I got the 2 sec time I was expecting instead of the 30 sec I was seeing last night. Justin, thanks for the heads-up on using the browser's developer tools. I was able to use them for Firefox and Chrome just now

Re: Popup freeze on 4.11

2013-10-29 Thread Alex Harui
Please file a bug with a simple but complete test case. On 10/28/13 11:00 PM, Thiago Maia a...@a00s.com wrote: Hi I just found that if I change from true to false it works. Maybe the issue can be in this part var opopup:Mensagem =

Re: Comboox clear text

2013-10-29 Thread mark goldin
That seems to do the job. A new problem (Not because of your code) I am facing is if I type a new value in for the second time and it is the same as it was first time the item is not removed from the input. On Mon, Oct 21, 2013 at 10:24 AM, Kessler CTR Mark J mark.kessler@usmc.mil wrote:

is it possible to open chromeless browser window to run Flex app?

2013-10-29 Thread modjklist
(another newbie question) Ideally I'd like my website to have a link that, when clicked, opens a new browser window for the Flex app, and that browser window would be chromeless (e.g. just title bar, max/min/close buttons, scroll bars, resize handle). Is this possible in modern browsers using

Re: is it possible to open chromeless browser window to run Flex app?

2013-10-29 Thread Lee Burrows
http://www.w3schools.com/jsref/met_win_open.asp On 29/10/2013 17:33, modjkl...@comcast.net wrote: (another newbie question) Ideally I'd like my website to have a link that, when clicked, opens a new browser window for the Flex app, and that browser window would be chromeless (e.g. just title

Re: Popup freeze on 4.11

2013-10-29 Thread Thiago Maia
Done https://issues.apache.org/jira/browse/FLEX-33862 thanks Thiago Maia Please file a bug with a simple but complete test case. On 10/28/13 11:00 PM, Thiago Maia a...@a00s.com wrote: Hi I just found that if I change from true to false it works. Maybe the issue can be in this part

Re: Popup freeze on 4.11

2013-10-29 Thread Alex Harui
Hi, That's not a complete test case. You'll get assistance faster if you post just enough code so someone can just compile it and debug it. -Alex On 10/29/13 11:35 AM, Thiago Maia a...@a00s.com wrote: Done https://issues.apache.org/jira/browse/FLEX-33862 thanks Thiago Maia Please file a

Java error in FB 4.7

2013-10-29 Thread mark goldin
Lately, I have been getting this alot: An error has occurred. See error log for more details. java.lang.NullPointerException doing all kind of things in FB. Any idea to get rid of it? Thanks

Re: Java error in FB 4.7

2013-10-29 Thread JP Bader
Could you maybe provide a log with more details?!? NullPointerException doesn't really give us much to go on. Also, what do you mean, doing all kind of things in FB? Are you doing things? What things? On Tue, Oct 29, 2013 at 2:53 PM, mark goldin markzolo...@gmail.com wrote: Lately, I have

Re: Java error in FB 4.7

2013-10-29 Thread Jesse Ward-Karet
I get it regularly when hitting command/control-space to auto complete. I also see it when I hit control-o to open the function list. I also see it other times typically related to code navigation features. My suspicion is that it's memory related (My FB process often pushes over 2.5 GB of memory

possible to integrate PDF document in separate browser windo with Flex app?

2013-10-29 Thread modjklist
Looking for a way to may it easy for user to get help when they need it. I'm visioning creating a User Guide that's a PDF file, and include links throughout the Flex app that point to specific locations in the PDF document. When the user clicks a link in the Flex app, the PDF auto-opens in a

Re: possible to integrate PDF document in separate browser windo with Flex app?

2013-10-29 Thread Justin Mclean
HI, Looking for a way to may it easy for user to get help when they need it. I'm visioning creating a User Guide that's a PDF file, and include links throughout the Flex app that point to specific locations in the PDF document. When the user clicks a link in the Flex app, the PDF

Re: possible to integrate PDF document in separate browser windo with Flex app?

2013-10-29 Thread modjklist
Thanks Justin and Maurice, Based on your input I was able to find these links that might help anyone else interested: http://stackoverflow.com/questions/125632/is-it-possible-to-link-to-a-bookmark-within-a-pdf-using-url-parameters