paragui-users
[Top][All Lists]
Advanced

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

Re: [paragui-users] still a problem with modal.


From: Alexander Pipelka
Subject: Re: [paragui-users] still a problem with modal.
Date: 17 Jun 2002 20:02:39 +0200

keith,

Did you checkout directly from CVS or did you download the snapshot
tarball ?
The tarball are created once a day and won't contain the changes now.

I checked it again and it works. Please take a look at windowtest.cpp in
the "test" dir. This app loads the simple theme and shows the window in
the same way.

Alex

Am Mon, 2002-06-17 um 19.43 schrieb Keith Swyer:
> 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
> 
> 
> 
> _______________________________________________
> paragui-users mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/paragui-users






reply via email to

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