Jump to content

Recommended Posts

Posted

First off, thank you to the person who provided the EZSkin code -it has been a tremendous help to us in creating a nicer looking menu.

I have a need to create a button with text that spans two lines. I can get it to work with the generic grey windows buttons:

$SurgicalPC = GuiCtrlCreateButton("SurgiNet Surgical PowerChart", 90, 130, 100, 30,BitOR($BS_BOTTOM, $BS_MULTILINE))

But using EZSkin, I am having trouble - does the $BS_MULTILINE not work with EZSkin? Is there a different way to do it?

Thank you in advance for your help!

Posted

This should really be in the GUI help forum, but one way you could do it (lazy way) is to manual put in a line break (@CR, @LF, @CRLF) and just make the button height bigger.

We ought not to misbehave, but we should look as though we could.

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...