Notifications
Clear all
[Closed] custom message box
May 27, 2011 2:23 pm
i wonder if is possible to create a custom message box, for example, to show information about an exported object with “the render image of the object, vertexs, materials…”
what i mean is something like a messagebox that can can store imagex dropdownlist or whatever you want
thanks
1 Reply
May 27, 2011 2:23 pm
Try with creating new rollout – you can put what ever controls you want, and set modal to true(on createDialog – the dialog ignores all user interactions except those within the dialog). This will allow you to mimic the standart messagebox.