Jump to content

Recommended Posts

Posted (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 by Peter Hamilton-Scott
  • Moderators
Posted

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.

Posted

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.

Posted

All my GUICtrlCreateLabel are borderless by default. I'm not sure why $SS_SIMPLE is necessary.

Put that down to a double doh! :o

Thanks for the follow through. I'm also glad I could help myself!

Posted

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 :o

Posted

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 :o

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.

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...