ven
02-18-2008, 10:13 AM
A simple introduction to create custom resizing is here (http://www.senocular.com/air/tutorials/windowmoveandresize/)(by senocular).
However, all tutorials and examples I see of custom chromed AIR applications, elegantly skips the issue with the resizing cursors which you get automaticly with native skinned applications.
I have yet to find any API in AIR that targets native cursors, does it exist (or will it exist in 1.0 release)?
Now you think, why not just create your own cursors? The problem is however, that when I use i.e. Flex CursorManager the custom cursor will freeze in its initial position when I start the stage.window.startResize. Apparently resizing consumes the MouseEvent's?
Or am I just missing the obvious?
However, all tutorials and examples I see of custom chromed AIR applications, elegantly skips the issue with the resizing cursors which you get automaticly with native skinned applications.
I have yet to find any API in AIR that targets native cursors, does it exist (or will it exist in 1.0 release)?
Now you think, why not just create your own cursors? The problem is however, that when I use i.e. Flex CursorManager the custom cursor will freeze in its initial position when I start the stage.window.startResize. Apparently resizing consumes the MouseEvent's?
Or am I just missing the obvious?