How to create a nice preferences dialog in purebasic?

Everything else that doesn't fall into one of the other PB categories.
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

How to create a nice preferences dialog in purebasic?

Post by storck »

Hi all!

Is there anyone here who could explain to me the general steps needed to create a nice preferences dialog like the one in purebasic 3.94. I can't seem to get it right. I have searched the forums with no success.

Best Regards,

Storck
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Basically you have a tree on the left and then one ContainerGadget() for each 'page' which is hidden/shown when the user click on the tree (and all options are put in this container, including the frame3dgadget border.
Post Reply