Szhlopp Posted August 7, 2008 Posted August 7, 2008 (edited) =) Edited August 7, 2008 by Szhlopp RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+'
smashly Posted August 7, 2008 Posted August 7, 2008 (edited) Try adding $LBS_NOINTEGRALHEIGHT to the listbox style and use 180 for the height... Edited August 7, 2008 by smashly
Szhlopp Posted August 7, 2008 Author Posted August 7, 2008 Try adding $LBS_NOINTEGRALHEIGHT to the listbox style and use 180 for the height...I fixed the issue for now, by reszing the GUI.This still seems like an autoIt error. Doesn't it? That's why I said something about it... RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+'
smashly Posted August 7, 2008 Posted August 7, 2008 I fixed the issue for now, by reszing the GUI.This still seems like an autoIt error. Doesn't it? That's why I said something about it...It's no error apart from the user, no offense meant.Without adding the $LBS_NOINTEGRALHEIGHT style to the listbox then windows will try an make it so there is never part height lines displaying in the in the listbox.For example if the bounding rectangle height for a line of text is 18 pixels and your listbox total height was 12 pixels then windows would set the height of the listbox to 18 pixels height. (I have no idea what the actual height of the line text is, I was using 18 pixels as an example.)Cheers
Szhlopp Posted August 7, 2008 Author Posted August 7, 2008 It's no error apart from the user, no offense meant.Without adding the $LBS_NOINTEGRALHEIGHT style to the listbox then windows will try an make it so there is never part height lines displaying in the in the listbox.For example if the bounding rectangle height for a line of text is 18 pixels and your listbox total height was 12 pixels then windows would set the height of the listbox to 18 pixels height. (I have no idea what the actual height of the line text is, I was using 18 pixels as an example.)CheersAAH! Thank you. That makes senseME = RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+'
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