[flexcoders] Re: Hands-on charts

2006-11-29 Thread mark_g_wales
Tom, I tried to take an excerpt of some existing code so there may be more imports, etc. that are needed. Hopefully this is the effect you were looking for... ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:local=* mx:Script

[flexcoders] Re: Hands-on charts

2006-11-28 Thread mark_g_wales
Tom, I'm not sure if you are stuck on using charts to do this, but I think I accomplished a similar effect to what you want a while back by using the graphics package to draw a rectangle around a slider. I listened for slider events and would then clear and re-run the drawRect on each move. It

[flexcoders] Re: force-directed graph layout

2006-07-14 Thread mark_g_wales
Just to be clear, are you looking for a package that will actually create the layout of nodes for you - or simply draw/paint them using an existing x,y coordinate set? I don't know of any commercial packages to do the former in Flex- but the latter is fairly trivial to do with a bit of code.

[flexcoders] Breeze, SyncSWF and Flash 9?

2006-06-24 Thread mark_g_wales
This is mostly a question for the Adobe folks who monitor this list but happy to hear from anyone who knows the answer. Is there a timetable of any kind for updating the Sync SWF product to permit the inclusion of Flash 9-based SWFs in Breeze? My understanding is that the current iteration only

[flexcoders] MouseX, MouseY and visual orientation

2006-04-22 Thread mark_g_wales
I've got a UI component that embeds a bunch of Sprites and that, at normal scale and with no rotation lets me click on and move the Sprites around the screen. However, once I change the scale or rotation the mouse position appears to not match the visual location of the Sprite. I am presuming

[flexcoders] Re: Topology view?

2006-04-14 Thread mark_g_wales
Bob, I asked a similar question a while back - using the term directed graph instead of topology. The short answer was that I couldn't find one written in Flex, but I did find a couple that were Flash-based and provided source code or enough hints that putting it together wasn't that hard.

[flexcoders] Browser crash: scrollRect and UIComponent/DisplayObject (Flex 2 Beta)

2006-04-08 Thread mark_g_wales
Has anyone else had trouble using a scrollRect in conjunction with a UIComponent/DisplayObject? It appears it is not working as advertised (coordinates I apply to the associated Rectangle are at least partially ignored) and while the code I've written compiles, when I attempt to execute it, it

[flexcoders] Is creating symbols supported in Flex 2/AS3?

2006-03-22 Thread mark_g_wales
I've been reading up on the various ways to import a SWF and the symbols it may contain - but it has been hard to find any documentation on how to create/export symbols in the first place. I thought I'd seen something that said symbols were no longer supported in 8.5 - but now I can't find the

[flexcoders] Re: Is creating symbols supported in Flex 2/AS3?

2006-03-22 Thread mark_g_wales
-archive.com/flexcoders@yahoogroups.com/msg21479.html u may get what u want .. Jignesh On 3/23/06, mark_g_wales [EMAIL PROTECTED] wrote: I've been reading up on the various ways to import a SWF and the symbols it may contain - but it has been hard to find any documentation