1
vote
1answer
14 views
Flex3 Combobox doesn’t display itemRenderer when closed.
I have a combobox with a custom itemRenderer. The ItemRenderer displays some images and a label.
When the combobox opens, the items in the dropdown list display perfectly, but when …
0
votes
2answers
31 views
Custom bullets in Flash
Is there a way to make a bulleted list in flash with custom bullets? If so, can this be used from within a TextArea in Flex (mx.controls.TextArea) when setting htmlText?
For examp …
0
votes
4answers
34 views
Method that gets called just before object destroyed
Is there method that gets called just before object destroyed? So I can override it.
Like
protected override function beforeDestuction():void
{
trace("This object is about to …
0
votes
2answers
24 views
How can i do select multiple rows ( allowMultipleSelection=”true” ) in datagrid using flex ?
I have id(array) used in my application . i want to select number of rows mathching given array but if i used gatagrid selected Index then it will be selected only one row only . i …
0
votes
2answers
12 views
flex pop3 imap socket
how can i communicate gmail pop server from flex
i used pop.gmail.com and port =995 using Socket() class but it returns
220 mx.google.com ESMTP but i dont understand nothing.
0
votes
3answers
18 views
Flex Charting Trail ‘
Why is there a watermark on my Flex charting applications saying 'Flex Charting Trial'?
0
votes
3answers
39 views
2d game engine for race game built to web-page.
I think Flash/Flex is a good aproach for this case.
We need to build some like the following:
http://www.flashracegames.com/play-micro-racers-2.html
Is there some free engines to …
1
vote
1answer
11 views
Differences between SWFAddress and JSInterface… which to choose?
What are the differences between SWFObject/SWFAddress and JSInterface?
JSInterface has a lot more functionality but SWFAddress seems to be the standard, so I'm wondering what you …
0
votes
3answers
48 views
how to use the Function type in AS3 (var f:Function) for a method f(s:String)
i have a class that has something like this
public class Foo {
public var f:Function;
public void method(s:String)
{
f.invoke(s);
}
}
so i need to assign to the f a function …
0
votes
1answer
21 views
Checkbox Visibility Binding in Flex Repeater
I am trying to dynamically bind the visibility of a checkbox control to a data field of a repeater as follows.
<mx:Repeater id="rptrQuestions" dataProvider="{QuestionsXMLList}" …
0
votes
2answers
62 views
Best way to create GOOD LOOKING, multi-platform, desktop Ruby apps?
Hi everyone,
I've got an idea for an idiotically simple application, one that converts HAML and SASS into HTML & CSS files for the user by watching directory changes (like Comp …
0
votes
2answers
23 views
Delay before playing embedded mp3 in Actionscript / Flex 3
I am embedding an mp3 into my Flex project for use as a sound effect, but I am finding that every time I play it, there is a delay of about half a second from when I call .play() t …
0
votes
1answer
17 views
DTD flash open source engine?
DTD flash flex action script open source engine?
I need some open source engine for creating some games like Desktop Tower Defense games
Does it exist?)
So… What do I need? I ne …
0
votes
2answers
30 views
Flex Container automatic layout
Hello all.
I am working in Flex.
How can I display components in a Container so that they are arranged according to width of container. I have dynamic no. of labels and I want the …
0
votes
3answers
57 views
Flex + PHP: Flash Builder 4 vs. Eclipse
I'm getting started with Flex and initially installed the Adobe environment (Flex Builder 3) and later found out that they're starting to call it Flash Builder 4.
Anyway since I' …

