[flexcoders] Dragging problems in and firefox/safari, works perfectly in Inetnet Explorer

2009-01-15 Thread robert.ross27
I have some code which performs a drag and drop from one custom component into another. The actual drag operation works perfectly in all browsers. But the Image shown while performing the drag does not appear in Firefox or Safari. You can see it for a split second and then it disappears.

[flexcoders] Re: Dragging problems in and firefox/safari, works perfectly in Inetnet Explorer

2009-01-15 Thread robert.ross27
Internet Explorer, even.

[flexcoders] Extend label class to always show tooltips?

2008-04-30 Thread robert.ross27
Hi folks, I'm trying to make tooltips in a datagrid appear, below and to the right of the mouse, as they would with the Label component. so in the column... mx:DataGridColumn itemRenderer=mx.controls.Label dataField=name headerText=List/ However this means that the