[flexcoders] AIR app as a controlled desktop

2009-07-21 Thread simonjpalmer
I have a requirement to prohibit users from accessing the desktop while using my app (it is for sitting exams). Is there a way to get an AIR app to maximise itself, or to control the entire desktop region, capturing all clicks? I want to be able to start my app, have it "take over" the user ex

RE: [flexcoders] Datagrid won't let me select row

2009-07-21 Thread Alex Harui
Either binding or some other logic is restoring the selection (I'd watch the CHANGE events or set a breakpoint to see if that's true), or the data has non-unique UIDs Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yah

[flexcoders] Re: Horrible... 3 seconds initialization time for the first frame? Frustrated....

2009-07-21 Thread Dan
Wow, thanks for your advances, then i would like to ask, by replacing these class, how can i at the same time make use of the framework.swz to compile those small modules swf? As there may be case which Main App may not include all the class in framework.swc and thus in link-report does not incl

Re: [flexcoders] Re: Adobe has open-sourced the Text Layout Framework (TLF)

2009-07-21 Thread Jeremy Lu
I didn't see that either, but since it's brought up, is there any plan to have "table" implemented in TLF any time soon ? I thought there's a ready-made solution in buzzword, probably the team consider sharing it ? (and yes, I totally understand TLF != HTML, so it's a bit over to ask for this feat

[flexcoders] Re: Synchronizing two ArrayCollections

2009-07-21 Thread Tim Hoff
Cool, I kind of like this way better though: private function dgClick():void { var curTick:String = dgOrdExt.selectedItem.Ticker; for each ( var exits:Exits in Array_Exits ) { if ( exits.Ticker == curTick ) { dgExits.selectedIndex = Array_E

[flexcoders] Datagrid won't let me select row

2009-07-21 Thread flexcoder2008
What would cause a datagrid to keep it's current selection "locked". In my application, I have a datagrid that is bound to an XMLListCollection. I can navigate away to another another module which shares the same data using Cairngorm, and then when I come back to the original module, I re-selec

[flexcoders] Firefox + BitmapData + wmode transparent = blah

2009-07-21 Thread kris range
I'm having issues with a bitmapdata artifact staying on screen partly ( in an area that is not re-drawn ) after it is removed. It is only happening in Firefox using a Bitmap with wmode = transprent. When I drag the browser off the computer screen, or when i drag another browser window or anything o

[flexcoders] Flex 4 Modules

2009-07-21 Thread Tyler Kocheran
Are modules in Flex 4 working correctly? When I load a simple module like this: http://ns.adobe.com/mxml/2009"; xmlns:mx="library://ns.adobe.com/flex/halo" xmlns:s="library://ns.adobe.com/flex/spark"> And add it to the stage (addElement(IVisualElement(moduleLoader.child))), the

RE: [flexcoders] variables name are in array

2009-07-21 Thread Gordon Smith
It doesn't work because arrName[i] is the name string, not the value. This code is the equivalent of executing "myvar" = 1 What are you actually trying to do? If you need to save name/value pairs, you would normally just use an Object. For example, you could declare private var obj:Obj

RE: [flexcoders] variables name are in array

2009-07-21 Thread Keith Reinfeld
Because arrName.length == 0, perhaps? Try: for(var i:int = 0; arrValue.length; i++) { arrName[i] = arrValue[i]; } Regards, -Keith http://keithreinfeld.home.comcast.net _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogrou

[flexcoders] variables name are in array

2009-07-21 Thread markflex2007
I use a array to save variable names and other to save values,but why the following code doesn't work.please give me a idea. for(var i:int = 0;arrName.length; i++) { arrName[i] = arrValue[i]; } Thanks a lot. Mark

[flexcoders] channel.connect.failed error netconnection.call.badversion Exception

2009-07-21 Thread b.kotireddy
Hi, I could not able to find the way to solve this error message. We are in production now ans some of the users are getting Channel.Connection.Failed error NetConnection.Call.BadVersion We are not using any secure line to access this application. We used the flex sdk 3.1.0 version. The channels

RE: [flexcoders] Re: Adobe has open-sourced the Text Layout Framework (TLF)

2009-07-21 Thread Gordon Smith
I searched the businesswire article for the word "table" and didn't find it. Where do you see this? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Dennis van Nooij Sent: Tuesday, July 21, 2009 5:07 AM To: flexcoders@yahoogroups

Re: [flexcoders] Adobe Air related ANT task

2009-07-21 Thread Tandon, Rishi
I just find out the bug related to the flex ant tasks for referencing a embed assets in the project. http://bugs.adobe.com/jira/browse/SDK-16991 But, it is related to Linux. In my case, all the embedded assets reference in MXML or css file could not locate the assets inside the embedded assets.

RE: [flexcoders] Exploit.SWF.Gen virus reported by BitDefender

2009-07-21 Thread Alex Harui
Adobe is investigating. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Margo Powell Sent: Tuesday, July 21, 2009 9:57 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Modulos ? Framework ? Flex 4 ?

2009-07-21 Thread Alex Harui
I would recommend modules. I don't have any recommendations for an app framework. Flex 4 will ship in early 2010. Alex Harui Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

Re: [flexcoders] Exploit.SWF.Gen virus reported by BitDefender

2009-07-21 Thread Margo Powell
Yes, it has occurred on my pc at home. It just started to happen this week. On 7/20/2009 10:31 PM, arieljake wrote: Has anyone else seen this? All of a sudden, BitDefender is reporting a virus called Exploit.SWF.Gen in the every copy of the applicationupdater_ui.swc file inthe Update Fra

[flexcoders] Re: AMF, IE, and a non-trusted certificate

2009-07-21 Thread Anthony DeBonis
Tom, More information on this IE issue - we don't think its a cert issue at all because if we compile with the Flex 4 SDK it works fine in IE. Any ideas? --- In flexcoders@yahoogroups.com, Tom Chiverton wrote: > > On Friday 10 Jul 2009, jer_ela wrote: > > calls still fail, and when you come ba

[flexcoders] AlivePDF 0.1.4.9 not generating pdf

2009-07-21 Thread netdeep
Does anyone here have experience with AlivePDF? I am using 0.1.4.9. in Flex (tried both 3.0 and 3.3) andÂ…nothing happens. I tried it with create.php, create.java, and looked into saving it with Flash Player 10 (but couldn't find any real documentation on how to make that work). I just get a bla

[flexcoders] Re: Synchronizing two ArrayCollections

2009-07-21 Thread Craig
Thanks that worked beautifully my final code follows: private function dgClick():void { var curTick:String = dgOrdExt.selectedItem.Ticker; for (var i:int = 0; i < Array_Exits.length; i++) { if ( Exits(Array_Exits.getItemAt(i).Ticker ==c u

[flexcoders] Re: Adobe has open-sourced the Text Layout Framework (TLF)

2009-07-21 Thread Dennis van Nooij
that's great. The first article states that tables are also supported, but if I remember correct that used to be reserved for a later version? thanks, Dennis --- In flexcoders@yahoogroups.com, Gordon Smith wrote: > > http://eon.businesswire.com/portal/site/eon/permalink/?ndmViewId=news_view&new

[flexcoders] getStyleDefinition

2009-07-21 Thread Julian Tenney
Hi, Maybe someone can shed some light on this. I need to get at runtime a list of styles a particular component supports. I am using the Flex 4 SDK. I have read about ComponentClass.getStyleDefinition() but cannot get it to work. I see this is a method inherited from UIComponent, but it always r

Re: [flexcoders] create www.example123.com/#/testing

2009-07-21 Thread Yesaya handoyo
Ic,how about using swfaddress?Is it the same?For the bug? On 7/21/09, Tom Chiverton wrote: > On Monday 20 Jul 2009, Yesaya handoyo wrote: >> Thanks Tom,are there any disadvantage using deep linking?? > > Currently there is a player bug where it prevents 'streaming' which may > effect > any custom

Re: [flexcoders] create www.example123.com/#/testing

2009-07-21 Thread Tom Chiverton
On Monday 20 Jul 2009, Yesaya handoyo wrote: > Thanks Tom,are there any disadvantage using deep linking?? Currently there is a player bug where it prevents 'streaming' which may effect any custom preloaders you have. I didn't find it a problem, given how nice Deep Linking is for users. -- Help