You could try something like this:

        view lay: layout [
                button [
                        
                        ; simulate do %calendar.r
                        view center-face layout [field]

                        wait none
                        view lay
                ]
        ]

This looks like the script in question:
http://www.reboltech.com/library/scripts/calendar.r

Anton.

> Sorry, I have to explain a little more : running the script below,
> when I clic on the button, script calendar.r works fine, but when I
> close that last one, the parent layout (containing the button) is
> closed to!
> 
> view main: layout [ button "Calendrier" [do %calendar.r] 
> otherstuff: {what else I would integrate in 'main}]
> 
> 
> Calendar.r can be found in View/Script Library

>  Ronald

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to