Jump to content

Please Explain GUIStartGroup and GUICtrlCreateGroup


Icpic
 Share

Recommended Posts

Hi all,

Just a quick question about the difference between GUIStartGroup and GUICtrlCreateGroup,

I have tried the demo code from the help pages, but I would like a more detailed explaination between these two functions.

Cheers

Alvin

Link to comment
Share on other sites

I will try

GUICtrlCreateGroup - creates a visual box on the GUI with words in the top

GUIStartGroup - does nothing visual - it starts a group of... radio buttons that are connected if you click on one the others will empty, however if you have two groups created by GUIStartGroup those groups work independently from the other radio buttons

hope that helps

8)

NEWHeader1.png

Link to comment
Share on other sites

Thanks for that quick reply.

When I create a GUICtrlCreateGroup, do I need to close the group with "GUICtrlCreateGroup ("",-99,-99,1,1)"

I tried it with two groups, with and without the closing line and it does not seem to make a difference???

Cheers

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