Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

desktop diff between rebol view and Rebol/ViewDll

 [1/2] from: bry::itnisk::com at: 5-Mar-2004 10:06


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]

 [2/2] from: didec:tiscali at: 7-Mar-2004 2:16


Re: desktop diff between rebol view and Rebol/ViewDll It's not due to the plugin, it was a one of the first request for View 1.3. http://www.rebol.net/cgi-bin/projects/track.r?id=15& Rebol/plugin is based on the last View 1.2.41 (pre 1.3 developpment version), so, many things have changed or are new. DideC