Burgs Posted June 28, 2012 Posted June 28, 2012 Hello, If a GUI window has a background image set within it, Is it possible to move/change the 'view' (portion of the image that is showing within the window) in a case when the image is larger than the window dimensions WITHOUT moving the image using 'GUICtrlSetPos'?? I do NOT want the image to change it's position, simply the window placement 'over' that image...possible? I hope I explained that sufficiently...thank you in advance.
UEZ Posted June 28, 2012 Posted June 28, 2012 Something like that here? Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Burgs Posted June 29, 2012 Author Posted June 29, 2012 (edited) Hello, Thanks for the reply. I looked at it only very quickly so I'm not sure...basically I'm looking for the ability to 'scroll' the window across the image (which is larger than the GUI window) without using scrollbars ('arrow' keys, mouseclicks)...just adjusting the 'view' of what the window is looking at (which part of the underlaying image is within the view). I need this so as to avoid having to actually move the image within the view. I guess I am looking for the opposite of GUICtrlSetPos where instead of moving the control image it is the window (view, not the window itself) only that gets moved around and the position of the image remains fixed... Edited June 29, 2012 by Burgs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now