Thanks for your clarification Bastiaan! :-) Bastiaan Jacques wrote: >> The coordinates should >> be in pixels on the screen or somehow scaled? > > In pixels on the screen, divided by the current scale. (This is missing > from some GUIs currently.) However, is scaling even implemented in the > FB GUI? >
AFAIK scaling is implemented for FB but (in release 0.7.2 that I'm using) I have to add a call to: gnash::Gui::resize_view(m_stage_width, m_stage_height); in FBGui::run() to "apply" scaling, and it works! (idea "stolen" from here http://lists.gnu.org/archive/html/gnash-dev/2006-12/msg00108.html) Regards, Andrea _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

