I work with Flashbuilder 4.6 and Air application on Mas Os and I'd like to customize "About MyApp" window. I know that all information about this window is in...
Hey Alex, Two things work: 1) Using the resource embedded in the external stylesheet SWF using a Canvas and the embedded image as a background-image style. In...
Run ObjectUtil.toString() on the results of getStyle(“testPng”). That might shed some light on what it is. It might already be the instance of a Bitmap...
Hey, your changing your story. First it was embedded PNGs and now it is SWF assets. SWF assets do not have to be Bitmaps. They could be Sprites, MovieClips,...
Hey Alex, Looks like I'm ignorant here. First, yeah, that was the only thing the trace spit out. Secondly, I have never implemented the external stylesheet...
Alex, thanks again for you help, it got me there :) I have found the solution. The problem was that this was indeed a vector graphic I was trying to import,...
165192
dorkie dork from dork...
dorkiedorkfromdorktow...
May 15, 2012 12:36 pm
I've created a custom Effect called "EndEffect" that when played will call the end() method on the target effect sequence. I've tested this code in both the...
165193
dorkie dork from dork...
dorkiedorkfromdorktow...
May 15, 2012 4:48 pm
I need to be able to switch between two different child effects based on a condition at runtime such as this: <DynamicSequenceEffect> ...
Not sure, but sounds like a scope chain is being stored in the .end() call. On 5/15/12 5:36 AM, "dorkiedorkfromdorktown@..."...
165195
Keith
khair@...
May 15, 2012 7:34 pm
For an "MX" List I could override the protected "drawSelectionIndicator" method in a List itemRenderer. For a "Spark" List, I have no idea how to do this,...
165196
Keith
khair@...
May 15, 2012 9:27 pm
Figured the problem out enough. -Even though I had autoDrawbackground set to false, I DID NOT include all the states I wanted the renderer to show. -Also since...
Here are two related questions, I am using SDK 3.5 & FlexBuilder 3; 1) How can I get the header style information from a datagrid? What I need to do is to...
There is an object or two on each UIComponent that has styles, but it actually has lots of styles that probably don’t matter. I would just call getStyle for...
I am trying to create a datagrid within a advanced datagrid application so I can provide additional details when expanding the row. I found an example online...
hi all in my app i've add new object new tesObj:TesObj = new TesObj(); addChild(tesObj); and the after i give it instance name tesObj.name = "idTesObj"; but...
sory for the last complete code, this is the new complete code : import flash.events.MouseEvent; var tesObj:TesObj = new TesObj(); tesObj.name = "idTesObj"; ...
Maybe use getChildByName? On 5/20/12 9:59 PM, "cholid" <cholid_ridwan@...> wrote: sory for the last complete code, this is the new complete code : import...
Hi, Â Â I am flex developer, I would like to know that how can I migrate our flex application to html5 application. Is currently Adobe working such type of...
Hi, It seems my flex app have memory leak, I need do some test. I know System.totalMemory can show how many memory it takes. I need to know the maxim memory...
Alex: If I knew what I was looking for, or knew how to find what I was looking for I would have used the GetStyle for the spcific things I needed. Is there...
Does anyone know a way to apply style on text range in a Spark DataGrid? I think that the best way is to have an itemrenderer with textarea but after, I don't...
If you are just interested in text styles, you can probably examine the styles supported for TextInput or Label. In Flex, you can subclass DG and add a...
Hi all, Granite Data Services 2.3.2 GA is out and available for download here <http://www.graniteds.org/confluence/display/DOWNLOAD> . Maven artifacts have...
I am using Flash Builder 4.6 along with Adobe AIR to create an Android App. I am looking to create some sort of reminder/appointment that will display a...