Jump to content
Sign in to follow this  
Homer Johnston

Movable dialog with static elements

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×