I'm using the mx.controls.Image in a cellrenderer for a TileList. But when I set the source and give the load-call the images seems to be or loading twice or...
... [snip] Okay it's not working. If you set `selectedIndex` to 0, it works. There's one more bug: when a tab is selected programmatically, the text doesn't...
there are options to set the character encodings in the gateway.php file. ... there are options to set the character encodings in the gateway.php file. On...
look for this line in the gateway.php file: //Read above large note for explanation of charset handling ... as it says there, there are notes in there that...
The Flex project I'm working on is up to the stage of commencing initial communications from flex swf client to the business logic on the backend server. I've...
Forgive a newbie question, but I'm having some trouble getting my Text Event listener to work properly. I want to get a callback whenever the text changes in...
If you use a cornerRadius above 47, the shadow algorithm goes nuts and draws dark black blocks around boxes where there seems to be overlap -- the further the...
Jono Spiro
dewhiskey@...
Mar 1, 2006 1:56 pm
30383
Does anyone know of a clean way to get shadows, or other effects drawn on labels (or any composite object... perhaps)? I'm /not/ looking for a sharp shadow --...
Jono Spiro
dewhiskey@...
Mar 1, 2006 1:56 pm
30384
Hi Graham, Thanks for the reply. It helped solve some follow up issues after I overcame the below problem. The cause of this problem was the fact that the...
Hi Renaun, Many thanks for your reply. I have checked and both are in the WEB-INF folder on the {JRUNroot}/servers/flex/flex/WEB-INF/flex-war/frameworks/mx.swc...
Not really when I call makeRemoteCall the way you sugested the first parameter (userName) receives nothing, and the second parameter recieves the userName and...
Hello all,I tried to do the restaurant tutorial located at: http://www.macromedia.com/devnet/flex/articles/restaurant_app_03.html I did all the tutorials says...
Hi This error is about cross domain files i think? But today and i put on run the example of Mike Potter http://blogs.adobe.com/mikepotter/ I put the example...
Hi, When I create radio buttons inside a repeater control. The UI creats the all the radio button in a single group. Following is the code : <mx:Repeater...
What if you mark them transient? Does that help? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email:...
... "textInput" is dispatched *before* the text is changed. "change" is dispatched *after* the text is changed. So you're looking for "change" Manish...
Flex 2 server side documentation would be more detailed and extensive. There are not chapters related to: Development of Custom adapters. Configuration in...
... So you have subclassed Button and "swatchColor" is your own style? Try calling super.styleChanged(null) from where you're changing the colour. Manish...
something else which should work vBoxInstance.allChildrenList.addChild(pDisplayObject); i would go with what manish says simply because the framework will play...
Johannes Nel
johannes.nel@...
Mar 1, 2006 3:10 pm
30400
... Depending on what you want to do, this might be better. This will add the Bitmap as a chrome object, so positioning it will be entirely upto you (which...
Flex 1.5: - put 2 labels in a canvas - 1 white, 1 black - put the white one at x 0, y 0 - put the black one at x 1, y 1 You can then bind it like so: <mx:Label...
... ... because you're declaring ExternalInterfaceTest inside your main application class. It should be in a separate file instead, not nested the way it is...
Not sure why a new class is being declared inside a script block... You can try the examples in this section of the Developing Flex Applications book: ...