TheUnraveling 0 Posted May 24, 2010 Ohai, first of all let me say that I'm new here and started scripting with AutoIt just two days ago, so my knowledge is very limited. Up 'till now i didn't have any real problems but now something came up I just can't find a solution for, no matter where I search or who i ask. I wanted to create a nice looking GUI but the groups name refuses to get transparent (see attachement, the background of the text is grey), I tried everything including not using a name and putting a transparent label in the place, but this is then crossed by the groups border. I really hope someone can show me a nice and easy way to do this right Thanks in advance! Share this post Link to post Share on other sites
taietel 34 Posted May 26, 2010 Have you tryed WinSetTrans? Things you should know first...In the beginning there was only ONE! And zero...Progs:Create PDF(TXT2PDF,IMG2PDF) 3D Bar Graph DeskGadget Menu INI Photo Mosaic 3D Text Share this post Link to post Share on other sites
GEOSoft 67 Posted May 27, 2010 Have you tryed WinSetTrans? That just sets the transparency for the whole window, not the group. He could try GUICtrlSetColor($Group, 0xFFFFFF) which will make it white. If not white then pick a color that matches. GeorgeQuestion about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else."Old age and treachery will always overcome youth and skill!" Share this post Link to post Share on other sites