----- Original Message ----- From: Carl Sassenrath <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 12:41 PM Subject: [REBOL] Ready for REBOL/Core 2.6?
> We are gearing up to release REBOL/Core 2.6. This is the same > REBOL kernel used for REBOL/Link and REBOL/Serve (in IOS Express). Hello Carl and Rebolers', Is it possible to have "Clipboard://" feature in this REBOL/Core 2.6? I believe Rebol can be used on the web/browser for what it was intended for, retrieving browser/webApp data as a (*dialect messaging object for data binding). *DMO/dataType messenger. By serializing (to-series!) XHTML/XML (the dialect) making it into dataType data no one has to spend too much time with other tools to make webApps/Browsers do what they should already be doing,------------------------------ ------------> (DOM scripting, Dhtml push/pull GUI)<----------- from the web page to or from the client. Rebol should change XHTML/XML dialects to pure Rebol scripts before its downloaded to the client and vice versa to the server in the web. The purpose for clipboard//:? Right now that's the best way I came up with getting the %.r onto the client and into Rebol to execute it and add it back to the DOM. Hey, it works for me Unless some ones willing to write rebol as a Rebol/script (XSLtype) API dialect????? that's a lot for one person!!!!, can we get clipboard:// support please for R/Core or is there a work around? if all i had to write was = <ReboliousPage: copy DMO> <html rebol: http://www.rebol.com/news> <to title> </title> //gets page title <DIV>What's Rebol up to?</DIV> <to image/1> //find first image <properties> style:absolute left="50" top="95" <handle> mouseover "click and change image" mouseup change image/1 http://www.rebolforces.com/image/1 </handle> </properties> </image1> <thru #H*/1 > //thru first heading to first para <to p/1><properties> style: block </properties> <p/1> <#H*/1 > <BIND ReboliousPage>... just an idea..... while im at MSN.com i see a Rebol Ad and click it. By clicking, it downloads/copies/executes %.r and the browser/webapp pastes the new page into the same page as new data. COOL..... -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
