Re: [flexcoders] Flash Builder GUI: center window on Run?

2010-06-12 Thread dorkie dork from dorktown
there was a plan to make an api to support this but it was deferred. at least as of about a year or two ago... On Sat, Jun 12, 2010 at 1:17 PM, Roy Pardi wrote: > > > Hi - I'm working on a WindowedApplication in FB and when I run or debug it, > the resulting window is always in the lower right o

[flexcoders] Re: Read feed from XML into flex

2010-06-12 Thread Alex
One approach would be to to use model objects as a third party: you deserialize the xml into an object (more correct, a tree like structure of objects), use it to bind data onto the form view, make the changes on the object then deserialize in into XML. This way you do not deal with xml except w

[flexcoders] Flash Builder GUI: center window on Run?

2010-06-12 Thread Roy Pardi
Hi - I'm working on a WindowedApplication in FB and when I run or debug it, the resulting window is always in the lower right of my screen. Is there some option in FB to always center it on the current screen? I've looked through the prefs, etc. but haven't found anything. I figured out how to cen

[flexcoders] CPU Hog : Bubble Chart + CategoryAxis + showDataEffect + dataProvider change .... :-/ [1 Attachment]

2010-06-12 Thread Stephane Guyot
Hi list, does anybody tell me why Bubble Chart with at least two series , showDataEffect and CategoryAxis are playnig in loop when dataProvider change ? Example attached illustrates my trouble, I surely miss something but what ? The only thing i've found on

Re: [flexcoders] Relayout component

2010-06-12 Thread Jeffry Houser
running invalidateDisplayList() will force updateDisplayList to rerun, which should relayout the component as appropriate. However a component's size is determined by it's parent; so you'll need to run updateDisplayList on the parent of the container you want to change. Depending on the c

[flexcoders] Relayout component

2010-06-12 Thread Marco Catunda
Is there any way to force re-layout an component? Some child elements within a tabNavigator change this size and I would like that it re-layout all children instead of put a scroll bar. Cheers -- Marco Catunda

[flexcoders] Read feed from XML into flex

2010-06-12 Thread chaituchowdary85
Hi Guys, I am working on a flex form in which i have to read feeds from an XML file and show it in the form and after updating the form i need to push the new values into the XML again. Can anybody guide me on how to do this task. Thank you in advance!!

[flexcoders] Re: Has anyone seen this weird CombBox behavior?

2010-06-12 Thread lynw...@swbell.net
Why would it happen on only the first click of any of the combo boxes in the window? No matter which one you click first, this happens, and only that one time. --- In flexcoders@yahoogroups.com, Alex Harui wrote: > > If the click causes any slight shift of resizing or updating of the > datapro