Jump to content

Borderless label.


Recommended Posts

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
Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...