Skip to search.
flexcoders · RIA Development with Adobe Flex

Group Information

  • Members: 9019
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 165182 - 165211 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
165182 isa_loyer Offline Send Email May 14, 2012
8:42 am
I work with TileList to display image like a gallery. At start, I activate only drag option. <mx:TileList xmlns:fx="http://ns.adobe.com/mxml/2009" ...
165183 isa_loyer Offline Send Email May 14, 2012
8:43 am
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...
165184 John Fletcher
fletchgqc Offline Send Email
May 14, 2012
9:47 am
Hahahaha. "New cafeteria menus promote tighter bun control in schools". 2012/5/11 Davidson, Jerry <jerry.davidson@...> ... Hahahaha. "New cafeteria...
165185 Alex Harui
alex_harui Offline Send Email
May 14, 2012
4:01 pm
What code works when it is in the “code swf”? On 5/11/12 8:43 PM, "flexwdw" <flexwdw@...> wrote: I should add -- this all works with an image...
165186 flexwdw Offline Send Email May 14, 2012
4:16 pm
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...
165187 Alex Harui
alex_harui Offline Send Email
May 14, 2012
5:52 pm
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...
165188 flexwdw Offline Send Email May 14, 2012
7:41 pm
Thanks for the help, Alex! So, code: trace( ObjectUtil.toString( StyleManager.getStyleDeclaration(".wdwTest").getStyle("icon")) ); var test:Class =...
165189 Alex Harui
alex_harui Offline Send Email
May 14, 2012
8:31 pm
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,...
165190 flexwdw Offline Send Email May 14, 2012
9:16 pm
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...
165191 flexwdw Offline Send Email May 15, 2012
1:16 am
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... Send Email
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... Send Email
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> ...
165194 Alex Harui
alex_harui Offline Send Email
May 15, 2012
5:07 pm
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@... Send Email
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@... Send Email
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...
165197 aceoohay Offline Send Email May 15, 2012
10:56 pm
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...
165198 Alex Harui
alex_harui Offline Send Email
May 16, 2012
4:57 pm
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...
165199 vaster3302 Offline Send Email May 17, 2012
1:25 pm
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...
165200 cholid
cholid_ridwan Offline Send Email
May 21, 2012
4:57 am
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...
165201 cholid
cholid_ridwan Offline Send Email
May 21, 2012
4:59 am
sory for the last complete code, this is the new complete code : import flash.events.MouseEvent; var tesObj:TesObj = new TesObj(); tesObj.name = "idTesObj"; ...
165202 Alex Harui
alex_harui Offline Send Email
May 21, 2012
5:23 am
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...
165203 cholid
cholid_ridwan Offline Send Email
May 21, 2012
7:21 am
okay, it works thanks :D...
165204 mukul saxena
mukul_saxena109 Offline Send Email
May 21, 2012
8:18 pm
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...
165205 markflex2007 Offline Send Email May 22, 2012
5:47 pm
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...
165206 aceoohay Offline Send Email May 23, 2012
9:32 pm
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...
165207 isa_loyer Offline Send Email May 23, 2012
10:06 pm
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...
165208 Alex Harui
alex_harui Offline Send Email
May 23, 2012
11:56 pm
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...
165209 fwolff999 Offline Send Email May 24, 2012
8:42 pm
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...
165210 sdl1326 Online Now Send Email May 25, 2012
5:57 pm
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...
165211 Peeyush Tuli
peeyushtuli Offline Send Email
2:28 pm
try the profiler and repeat the steps you suspect for memory leaks....
Messages 165182 - 165211 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help