Bokkie Posted March 7, 2006 Posted March 7, 2006 (edited) Can GUICtrlCreateLabel be used without a border? All I want is a label that displays text without a border of any kind. Edit: Got it! Seems I have to use $SS_SIMPLE. Doh! Edited March 7, 2006 by Peter Hamilton-Scott
Moderators SmOke_N Posted March 7, 2006 Moderators Posted March 7, 2006 Can GUICtrlCreateLabel be used without a border?All I want is a label that displays text without a border of any kind.Edit: Got it! Seems I have to use $SS_SIMPLE. Doh!Good Job! - And especially thanks for posting the solution to your 'own' problem, not many do! Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Joon Posted March 7, 2006 Posted March 7, 2006 Good Job! - And especially thanks for posting the solution to your 'own' problem, not many do!All my GUICtrlCreateLabel are borderless by default. I'm not sure why $SS_SIMPLE is necessary.
Bokkie Posted March 7, 2006 Author Posted March 7, 2006 All my GUICtrlCreateLabel are borderless by default. I'm not sure why $SS_SIMPLE is necessary.Put that down to a double doh! Thanks for the follow through. I'm also glad I could help myself!
jpm Posted March 8, 2006 Posted March 8, 2006 All my GUICtrlCreateLabel are borderless by default. I'm not sure why $SS_SIMPLE is necessary.I confirm that $SS_SIMPLE should not be necessary. Can you post the script which produce this behavior? add the picture and the windows/autoit version you are running with.Thanks for your cooperation
Bokkie Posted March 8, 2006 Author Posted March 8, 2006 I confirm that $SS_SIMPLE should not be necessary. Can you post the script which produce this behavior? add the picture and the windows/autoit version you are running with.Thanks for your cooperation jpm,I no longer have the original code but being a newbie to AutoIT I'm convinced it was my problem and nothing to do with AutoIT. I guess amongst all the code I was experimenting with I must have messed it up. At this moment, the label works as expected. I think I might have misread the documentation as well.
jpm Posted March 8, 2006 Posted March 8, 2006 jpm,I no longer have the original code but being a newbie to AutoIT I'm convinced it was my problem and nothing to do with AutoIT. I guess amongst all the code I was experimenting with I must have messed it up. At this moment, the label works as expected. I think I might have misread the documentation as well.Thanks next time to allow efficient support post your script the windows screen if any the version you are running with.It is always easier to help with this kind of information. Don't assume the answer can be trivial.
Bokkie Posted March 8, 2006 Author Posted March 8, 2006 Thanks next time to allow efficient support post your script the windows screen if any the version you are running with.It is always easier to help with this kind of information. Don't assume the answer can be trivial.I'll do that next time. Sorry to have wasted everyone's time.
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