[REBOL] REBOL 2.7.6 and /Library

2008-03-16 Thread Andreas Bolka
From=20http://www.rebol.net/upnews/0026.html: The /library component is now included in the free distribution of REBOL. But: REBOL/Core 2.7.6.4.2 (15-Mar-2008) Copyright 2008 REBOL Technologies REBOL is a Trademark of REBOL Technologies All rights reserved. make routine! []

[REBOL] Re: REBOL 2.7.6 and /Library

2008-03-16 Thread Nick Antonaccio
It only appears to be enabled in rebpro.exe, rebview.exe, rebface.exe, and rebcmdview.exe. Quoting Andreas Bolka [EMAIL PROTECTED]: From=20http://www.rebol.net/upnews/0026.html: The /library component is now included in the free distribution of REBOL. But: REBOL/Core

[REBOL] Re: REBOL 2.7.6 and /Library

2008-03-16 Thread Andreas Bolka
Sunday, March 16, 2008, 2:33:12 PM, Nick wrote: It only appears to be enabled in rebpro.exe, rebview.exe, rebface.exe, and rebcmdview.exe. Ah yes, /Pro or /View only. Thanks, Nick. -- Andreas -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as

[REBOL] Variables

2008-03-16 Thread Jim Richards
I am having trouble getting the selected data to pass to header. Any help would be appreciated. Thanks Jim Rebol [] do %lib/sqlite.r set-net [EMAIL PROTECTED] outgoing.verizon.net incoming.verizon.net none none none drdoall x] connect/direct %/c/jim/sqlite_databases/lsc_residents.db3

[REBOL] Re: REBOL 2.7.6 and /Library

2008-03-16 Thread Alan Macleod
What is the library component? What does it do? Does it have anything to do with using dll's? -Original Message- From: rebol-bounce@rebol.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Antonaccio Sent: Sunday, March 16, 2008 9:33 AM To: [EMAIL PROTECTED] Subject: [REBOL] Re: REBOL 2.7.6

[REBOL] Re: REBOL 2.7.6 and /Library

2008-03-16 Thread Nick Antonaccio
Yep, it provides dll access. Here's my little webcam app again, in a =20 bit more readable form. It uses functions from the Windows API to =20 change the Rebol GUI window title, to view local webcam video, and to =20 save snapshots in BMP format. It runs directly in rebview.exe or =20

[REBOL] Re: Extract applied to binary!

2008-03-16 Thread Gregg Irwin
Hi Rudolf, That's a good catch on the behavior. Brian Hawley will probably chime in on this. These subtle behaviors--forming values--are helpful most of the time. Obviously, in this case, they're not. -- Gregg -- To unsubscribe from the list, just send an email to lists at rebol.com with

[REBOL] changing the browser used by rebol...

2008-03-16 Thread Maxim Olivier-Adlhoch
hello world, I am stumped. rebol does not use the default browser set in windows vista. I use firefox almost exclusively (using IE only to test compatibility) but rebol 2.7.5 won't use it. it always starts up IE, even if a firefox is running. :-( so, since set-browser-path was removed