Page 1 of 1

How to create requester-like window ?

Posted: Fri Aug 08, 2003 1:25 pm
by eddy
a window :
- with close button and a titlebar
- without icon (!!)

If I use sysmenu option, a default icon appears at the top left of the window.
All child window have a default icon.

Posted: Fri Aug 08, 2003 5:23 pm
by Inner
MessageRequester(title$,message$,flags.l)

#PB_MessageRequester_YesNo : To have 'yes' or 'no' buttons
#PB_MessageRequester_YesNoCancel : To have 'yes', 'no' and 'cancel' buttons
#PB_MessageRequester_Ok : To have the 'ok' only button

Posted: Fri Aug 08, 2003 6:28 pm
by eddy
I know that.
But I don't want to create a new requester

I want to create a child window which has :
- a titlebar
- a close button

My problem is to know how to remove the default icon

Posted: Fri Aug 08, 2003 6:58 pm
by Inner
Make your own :) I did :lol: