Hi Phil,

that works fine!

Thanx,
    Arie

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, September 28, 2003 5:15 PM
Subject: [REBOL] Re: Newbie: some questions about VID


>
> Hi Arie,
>
> I have never used show-popup ..... seems like you are displaying an error
message.
> You may like to use inform ....
>
> USAGE:
>     INFORM panel /offset where /title ttl /timeout time
>
> DESCRIPTION:
>      Display an exclusive focus panel for alerts, dialogs, and requestors.
>      INFORM is a function value.
> ....
>
> Using this with hide-popup may be a solution.
>
> Cheers Phil
>
>
> === Original Message ===
>
>
> Hi Sunanda,
>
> thanks! The Zines docs are indeed nice.
>
> Perhaps you or somebody else can help me with something else.
>
> I've got this pop-up layout:
>     popup: layout/offset [
>      across
>      backcolor red
>      errtxt: info 500 return
>      button "OK" [ hide-popup ] return
>     ] 200x200
> When I've showed the pop-up (SHOW-POPUP POPUP) from within my main window
> layout and have pressed the OK button, the whole program seems to end
> instead of returning to my main window. I tried to use UNVIEW instead of
> HIDE-POPUP. But in that case the main window is there, but seems to
"hang".
>
> Any ideas?
>
> Of course I am sorry for the kind of questions. They ARE real beginners
> questions, since it is my very first REBOL program ever ... ;-) The more
> grateful I am for the help in this list !
>
> Kind regards,
>     Arie
>
> ----- Original Message ----- 
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, September 28, 2003 2:03 PM
> Subject: [REBOL] Re: Newbie: some questions about VID
>
>
> >
> > Arie:
> > > Concerning "compose": is there some good documentation on that
subject?
> >
> > Two references from REBOL.com:
> >
> > www.rebol.com/docs/words/wcompose.html
> > www.rebol.com/docs/core23/rebolcore-7.html
> >
> > and one from Allen's much-missed 'zine:
> >
> > http://www.rebolforces.com/zine/rzine-1-03/
> >
> > Sunanda
> > -- 
> > To unsubscribe from this list, just send an email to
> > [EMAIL PROTECTED] with unsubscribe as the subject.
>
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.
>
>
>
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to