[flexcoders] dragOver event not properly dispatched in tree?

2007-05-11 Thread Michael Imhoff
Hi Everyone, I'm running into a problem when dragging nodes where the dragOver event is not properly dispatch in all scenarios. Jason Hawyluk states that The drag over event is not dispatched when you move into a node, rather into and around it. on one of his spring loaded folders post:

[flexcoders] Modal Windows - CPU Intensive?

2007-04-13 Thread Michael Imhoff
Hi Everyone, I've noticed that modal windows seem to be extremely processor intensive. The cpu spikes to 40 or 50 and stays there until the window has been closed. Has anyone experienced this and/or knows of a workaround? Have a good day, Michael

RE: [flexcoders] Re: Fascinating problem hiding columns in a DataGrid

2007-03-16 Thread Michael Imhoff
Hi Peter, I recently posted about a very similar issue that might be of some help. Please take a look at http://michael.omnicypher.com/2007/03/issues-with-datagrid-column-visibility .html and let me know if that does the trick. Hope this helps, Michael _ From:

RE: [flexcoders] Re: Tree, drag+drop, and XML

2007-03-14 Thread Michael Imhoff
Hi Douglas, It is carrying the leaf nodes properly; I think the issue revolved around how you were trying to display the items. public function handleMe(event:DragEvent) : void{ var ds:Array = event.dragSource.dataForFormat(treeItems) as Array; for( var i:int

[flexcoders] firstTabStyleName?

2007-03-05 Thread Michael Imhoff
Does firstTabStyleName work for either the TabNavigator or TabBar? I see the style definitions in both classes, but I don't see how and/or if they are implemented. Thanks for your help, Michael

RE: [flexcoders] Windows Vista Flex

2007-02-16 Thread Michael Imhoff
Hi Bryan, Sorry to hear about your experiences. I also have a Dell D820 running RC1 of Vista Ultimate and haven't had any of these issues. The only issue I've had was with incorrect problem information showing up in flex builder, which I explained in the following blog post, but I honestly

RE: [flexcoders] How to show theme when app is loading?

2007-02-16 Thread Michael Imhoff
You might want to take a look at the following blog post which discusses preloaders. http://www.onflex.org/ted/2006/07/flex-2-custom-preloaders.php _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bartonlistick Sent: Friday, February 16, 2007 4:43 PM To:

RE: [flexcoders] Right click on Tree's item

2007-02-14 Thread Michael Imhoff
Hi Pablo, First, you need to use the itemRollOver event of the mx:tree component to track the last item that was rolled over, and save it to a variable for later use. Then when the ContextMenuEvent.MENU_SELECT event is triggered, you will refer back to this variable as it holds a reference to