noticed there was a significant difference 
between the word desktop in Rebol/View and 
Rebol/ViewDll

Rebol/View

>> source desktop
desktop: func [][
    if block? ctx-viewtop [ctx-viewtop: 
context ctx-viewtop]
    ctx-viewtop/init-desktop
    do-events
]
>

Rebol/ViewDll

>> source desktop
desktop: func [url [url! file! any-type!]][
    system/options/quiet: true
    if block? ctx-viewtop [ctx-viewtop: 
context ctx-viewtop]
    ctx-viewtop/init-desktop
    if value? 'url [ctx-viewtop/show-
folder :url]
   
do-events]


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

Reply via email to