Pages

Thursday, October 11, 2007

Image as a toolTip

I just dreamed of it now... and yes dream came true.. :) :)
I found a post by Rich Tretola on his blog "blog.everythingflex.com" where he has posted his example in which we can show a image in the tooltip , all we have to provide is the image url ... Everythingflex.com is really about everything in flex !

Thanks Rich....

Wednesday, October 10, 2007

I reported a bug on apollocoder and Mike Chamber forwarded it to their QA team :) :) :)

Anyways, The bug is :
Using ScreenMouseEvent.CLICK , something like :
SystemTrayIcon(Shell.shell.icon).addEventListener(ScreenMouseEvent.CLICK,showScreen)
Gives error:
TypeError: Error #2007: Parameter type must be non-null.
Work arround, Hardcode the "click" string as :
SystemTrayIcon(Shell.shell.icon).addEventListener("click",showScreen)
The problem does not occur in :
ScreenMouseEvent.RIGHT_CLICK
ScreenMouseEvent.RIGHT_MOUSE_DOWN
ScreenMouseEvent.RIGHT_MOUSE_UP

Tuesday, October 9, 2007

Standard chrome of air

D I unnecessarily used standard chrome of air??? ! If I am using the custome chrome, its not letting me set up the native menu option, I get an error like :
" Native menus are supported only in case of standard chrome?? "
what is this??
* Full screen in not supported if we are having the transparent window....??
*Native menus are supported only in case of standard chrome??