paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-users] still a problem with modal.


From: Keith Swyer
Subject: [paragui-users] still a problem with modal.
Date: Mon, 17 Jun 2002 14:43:46 -0300

alex,

I managed to get the latest devel-1-0 branch of cvs, and the same problem is
still occuring when hiding the widget.

here is a quick snippit of my test
//-----------------------------------
PG_MessageBox *msgbox;
msgbox=new PG_MessageBox(
  NULL,
  PG_Rect(200,50,240,200),
  "Modal Messagebox", "Click \"Ok\" to close me",
  PG_Rect(90, 120, 50, 50),
  "Ok",
  PG_TA_CENTER);


 msgbox->Show();
 msgbox->WaitForClick();
    msgbox->Hide();
    app.Run();

//------------------------------------
and this is using the simple theme. only the center portion of the box is
removed, leaving a border and title bar

--keith





reply via email to

[Prev in Thread] Current Thread [Next in Thread]