[haXe] SWHX bugs & features
Edwin van Rijkom
lists at screenweaver.com
Fri Aug 4 21:01:16 CEST 2006
Hi Michael,
I'm currently fixing the bugs you reported earlier. Here's some feedback:
> One more thing that might be of interest for you: CTRL key capture
> is related to fscommands not working (you need 'trapallkeys' fscommand
> to make flash capture extra keys like ESC, CTRL etc)
This is not fscommand related but a bug in the Flash plug-in: on running
windowless (opaque or transparent) the CTRL key doesn't get captured.
SWHX is running the plug-in in windowless mode.
> mouse wheel does not work
Fixed.
> window resize events are not propagated to flash and therefore
> cannot be captured using flash.Stage.onResize handler
Fixed. Don't forget you also have to set Stage.scaleMode to "noScale" in
order for Flash to propagate the event.
> it does not seem to be a way to disable default right-click menu
Added Window.onRightClick. Returning false from the handler ignores the
click, and hence disables the context-menu.
> fscommand("showmenu", false) only displays a warning dialog
Not a bug: SWHX uses the Flash Netscape plug-in - only the stand-alone
projector player can handle the standard flash fscommands.
I'm expecting to release the new Win build in a few days.
Cheers,
Edwin
More information about the Haxe
mailing list