Homer Johnston 0 Posted February 21, 2009 Hello - I am trying to create a dialog which consists of a picture on the screen, and also some simple text control objects. I need to be able to move the picture around somehow (preferably mouse-dragging) which is easy with the moving=True; parameter, but I also need to make the other control elements remain stationary. Any ideas how I could do this are much appreciated! Thanks, [EDIT] this is one of those things that you search for about an hour for, and then as soon as you try to get outside help you realize you missed the most obvious solution ever. Probable solution for future searchers (that I'm about to try out): use ctrlSetEventHandler with an event "onMouseMoving" http://community.bistudio.com/wiki/ctrlSetEventHandler http://community.bistudio.com/wiki/User_Interface_Event_Handlers Share this post Link to post Share on other sites
i0n0s 0 Posted February 21, 2009 You may also use this: ION_DialogShowModal which easily allows to make parts of a dialog draggable. Share this post Link to post Share on other sites
Homer Johnston 0 Posted February 22, 2009 cool! Thanks i0n0s Share this post Link to post Share on other sites