Have you checked out the SystemManager, it keeps track of all the various layers such as tooltips, cursors, popup windows. If I remember correctly the topmost...
Hang on, now I'm confused... Does this code result in a weak reference binding? <mx:DataGrid id = "uploadFromFoo" width = "100%" height = "100%" dataProvider =...
Hello, I have installed Flex Builder on a new computer. When I want to compile a simple application I have the following error : Windows - No Disk Exception...
Seeing as no one seems to have replied, I gave it a shot. In a Flex app running in AIR, it just contains "Windows". I'm running Windows 7 Beta Build 7000....
Many thanks! On reflection, I decided my approach was bad. I changed it to specifically exclude 95 and 98/ME, but allow any thing else with "Windows" in it. ...
Creepy. Although it's just a patent; there's no evidence it has been implemented in Vista/7. Is there? Personally, I'm more concerned about Google, given their...
Check out http://kennethsutherland.com/2009/05/01/zooming-example/ for an example. HTH. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On...
Would be really helpful have the removeAllListerners at least... and that is not that hard to implement.... package { import flash.events.Event; import...
Hi I hav read a few articles and I am confused as to what I need, flex envirnomental wise, I want to connect to blazeds, spring and java via my flex builder 3...
I have gotten this message a few times in the past, but if you just click through it, it will go away and not come back. Might be nice to know the what/why,...
Are there any support folders or files missing from the export build? "long binary search". trace() might be easier and could give you more information. More...
Standard is fine, you do not need Pro. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton...
Thanks Gregor Would you know of a good article to guide me through the steps of setting up blazeds with flex builder 3 standard, and then blazeds to...
Excellent! That did the trick. Thanks for the followup. ... -- Jason...
Pan Troglodytes
chimpathetic@...
May 1, 2009 3:35 pm
142126
It's a big project. Most of the skins are programmatic, but I've verified all the support graphics for the main project are there. Guess I need to go through...
Well most or all decisions are based on emotion, despite what we rationalists think, but I take your point. I'd like to write something here thats actually...
... won't I lose the debugger too? as noted I have to try it... Linux doesn't have the Design View. ... not going to specify any OS for customers, building...
There are four combinations to try: 1) debug build in debugger player, 2) release build in debugger player, 3) debug build in release player and 4) release...
Hi, I am trying to use data effect for a list control, when an item in the dataprovider changes (not deleted or added but some properties change). I am looking...
I didn't think through it carefully, but my first impression is that your proposal keeps strong references to weak reference listeners, defeating the whole...
I have been following the instructions here: http://livedocs.adobe.com/flex/3/html/help.html?content=deep_linking_5.html#245869 to capture variable/value...
You are already in a script block, so don't include the "<%" script directives, just build the string. And don't include the first "&": "FlashVars", "uid=" +...
I have a tree with following data fragment: <?xml version="1.0" encoding="windows-1252" ?> - <menu name="United Feather and Down" menuid="1" parentid=""...
Hi, I've got something that I'm trying to troubleshoot and I can't figure it out. I have an XML file full of elements, i.e. <Class> <Class_ID>1</Class_ID> ...
Use Repeater, and then just sort the dataProvider. Tracy Spratt, Lariat Services, development services available _____ From: flexcoders@yahoogroups.com...