Notifications
Clear all
[Closed] Interface Problem
May 09, 2006 6: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
2 Replies
May 09, 2006 6:48 pm
Look up the style property for the createDialog function. That should help you out!
May 09, 2006 6:48 pm
CreateDialog blahblah fgcolor:blue style:#(#style_titlebar, #style_sysmenu, #style_resizing etc)
just leave out the #style_titlebar eh?