The mxml file below shows that when flex sizes components it is not co-ordinating within itself, so that the titles of a tab container are being set at a fixed...
I want to (hopefully using the labelFunction) change the background color of a cell in a datagrid... or change the color of the text. Is this possible w/o...
It just occurred to me that my previous post may be unnecessary, in that the debate.xml file that's causing the trouble right now is just a stand-in for what...
hi all, ive used a httpservice to retrieve an xml document at runtime. the result of this service call is used as my datagrid dataprovider. when i click an...
I'd like to set up a loop that will block current processing until some condition is met. setInterval, and the various timers I see on the forums allow one to ...
I have several faceless, stand-alone as components. MyList, has a property of datatype Array, "myGroups". I instantiate it in flex normally, populating the...
I shouldn't have been so whiney, this turned out to be easier than I thought, doing just what I said below, using an array to track completion of a queue of...
hi all, im using the command mx.managers.PopUpManager.createPopUp(_root, windowName, true, (deferred: true}); ive got a var declared inside the window that is...
Hello, Is there anyway to make rounded corners on griditems, just like the rounded corners of the Panel ie. corner-radius:2; Or do i really have to embed a...
No idea how my email was picked up for this but I figure others might find interesting. I say the more the merrier...will push the whole concept forward. Stace...
I will be doing advanced Flex with DB training soon for private classes. Some of you know that I won JDJ trainer of the year a few years past. Also, I plan...
Hey guys/ladies, Looking for some quick help. I've got a demo flex app i'm working on and I'm trying to capture the databinding event for a datagrid so I can...
Hi all, I made a little script that enables Flex to output debug/trace messages by using the Central Debug Panel ;) The functionality is quite simple: just...
You can define a labelFunction which will give you the object that the Tree wants to display and you can do whatever you want and return the text you want...
Jeff, You can't set the backgroundColor style on Accordion Header objects, but you can set other style properties, such as fontSize, as the following example ...
When using the mx:HTTPService tag as is, I can set a result handler. When I create my own as class that extends HTTPService, my attempt to set the result...
I suggest you read the Flex/J2EE chapter that Steven and Ali posted on theserverside since it discusses design approaches that can apply to HTTPService even...
Say I have three HTTPServices I will use, and each has 5 different sets of request parameters and the reuslts need to go to a corresponding 5 places. The...
Does anyone know of a way to prevent a Tree from displaying items. I have a situation where it appears the following is happening: ... myobject2 shows up as a...
Hello, i'm working on getting some data from an MS SQL database into Flex via a .NET Web Service. Right now i'm experimenting with the best/easiest ways to...
Hi, Are there any ui design guidelines for flex. I am not sure if its related to the way the application ui is designed, but the performance is very slow. It...
How does one get into the brady beta group? I would be very interested in joining. Thanks, Jonathan -- Jonathan Baney Enterprise Data Modeler Thunderbird...
I have my menu on the left side of the screen and the 'working area' on the right separated by a Divider. In my menu (accordian) I have a number of Links. When...
A SWF cannot have a function that contains more than 32K of code in it. Parsing an XML string that is greater than 16K can generate code that is bigger than...
is it possible to tell the tree component to use a different tag or xml structure for its tree control? rather than nodes within nodes ... what i mean is can i...