Hooch 0 Posted May 2, 2005 I thought I would be all nifty and put a pretty pic on the background of a toolbar like child window. Looks nice but the pic seems to be overlayed on top of the buttons as they become unclickable. Am I unable to do this? I thought to play with the layered extended style but it's not for child windows. Share this post Link to post Share on other sites
therks 33 Posted May 2, 2005 You have to disable your background image, otherwise it's receiving the clicks first. After your GUI...Pic, put GuiCtrlSetState(-1, $GUI_DISABLE) That should work. It's a bit of an oddness, you create the control first, so visually it's on the bottom, but "clickingly" (heh) it's on the top. My AutoIt Stuff | My Github Share this post Link to post Share on other sites
kjactive 1 Posted May 3, 2005 yes but that don't work on docking child windows, they get displayed behind the picture - any suggestions kj Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc... Share this post Link to post Share on other sites
sylvanie 0 Posted May 3, 2005 Hello look at this topic : http://www.autoitscript.com/forum/index.php?showtopic=10980I think it can help you Share this post Link to post Share on other sites