Notifications
Clear all

[Closed] Interface Problem

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

Look up the style property for the createDialog function. That should help you out!

CreateDialog blahblah fgcolor:blue style:#(#style_titlebar, #style_sysmenu, #style_resizing etc)

just leave out the #style_titlebar eh?