I'm trying to use some borderless windows and I have a little problem.

I want to change the window status in runtime.

I put this code for example:


set(myWindow, MUIA_Window_DragBar, FALSE);
set(myWindow, MUIA_Window_SizeGadget, FALSE);
set(myWindow, MUIA_Window_Borderless, TRUE);

After this nothing happened.
If I use this simple trick the window take current change:

set(myWindow,MUIA_Window_Open,FALSE);
set(myWindow,MUIA_Window_Open,TRUE);

Exists any other clean solution for this problem?

Luca.




Visit http://www.amiga.dk/tumult for MUI-related
information, especially about MUI custom classes. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/MUI/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to