Jump to content

Making Radios Pushlike


Recommended Posts

Need more help with styles. How do you make radio boxes pushlike? I have tried the $BS_PUSHLIKE and the $BS_PUSHBOX and even tried BitOR'ing these. No luck.

Any thoughts?

Any luck with trying to get the run option of comboboxes to work while it is hidden?

red

Link to comment
Share on other sites

AU3GUIXP example below.

Global $BS_PUSHLIKE = 4096

EnvSet("GUI", "title=Test|w=200|h=200")
EnvSet("OBJ1", "type=radio|text=Test1|x=5|y=5|w=100|h=20|style=" & $BS_PUSHLIKE)
EnvSet("OBJ2", "type=radio|text=Test2|x=5|y=25|w=100|h=20|style=" & $BS_PUSHLIKE)

RunWait("au3guixp.exe")
Link to comment
Share on other sites

I can manipulate the control I just can't get it to use it's run portion. It's easy to work around but it would be nice to not have to. B)

As far as the styles go I am a freaking idiot. I had

Style=$BS_PUSHLIKE

Instead of

Style=' & $BS_PUSHLIKE

:whistle:

Thanks guys.

red

:iamstupid:

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