[flexcoders] Re: Problems opening window from AIR system tray app

2009-04-07 Thread michob
problem is right on, your main application extends > Sprite, not NativeApplication. > > What was the exception you got when the app extended NativeApplication? > > Regards, > Sunil > > > --- In flexcoders@yahoogroups.com, "michob" wrote: > > > &g

[flexcoders] Re: Problems opening window from AIR system tray app

2009-04-06 Thread michob
I just found a reference that is doing something very similar (see below); but somehow I still have problems with mine. http://www.adobe.com/devnet/air/flex/quickstart/creating_non-rectangular_windows.html Thanks again, Mitch. --- In flexcoders@yahoogroups.com, "michob" wrote: &g

[flexcoders] Problems opening window from AIR system tray app

2009-04-06 Thread michob
Hi folks, I'm working on an AIR app that lives in the system tray / dock. It should not have a visible window at startup, only a system tray icon. After some event, I would like to create one of two windows (depending on the event). I've got the system tray part working, but can't get the windo

[flexcoders] Highlight datagrid row on dragover

2008-09-12 Thread michob
Hi all, I'm trying to get a DataGrid row to highlight during a dragOver event, but can't for the life of me figure out how. It highlights just fine on a regular rollOver, but does nothing on a drag. Any hints? Thanks, Mitch.