PDA

View Full Version : Interface Problem


solar_system2006
05-09-2006, 05:48 PM
hi everybody,

is it possible to remove the titlebar from the dialog? I placed 2 dialogs around the viewport since I need the viewport to show my animation and to allow the user to zoom in and out and see things from different views, anyways it just doesnt look very pleasing when you place one dialog at the top and the other on the right and both have titlebars!

one more question, how can I forbid the user from manipulating the objects that I draw on the viewport?

Thank you guys

erilaz
05-09-2006, 11:40 PM
Look up the style property for the createDialog function. That should help you out!

Prog
05-12-2006, 07:38 PM
CreateDialog blahblah fgcolor:blue style:#(#style_titlebar, #style_sysmenu, #style_resizing etc)

just leave out the #style_titlebar eh?

CGTalk Moderation
05-12-2006, 07:38 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.