[REBOL] Re: Creating [thumbnails] [view]

2004-04-22 Thread Maxim Olivier-Adlhoch
use to-image outside of the ui ;-) here is a complete app which has external path specs, so that you don't have to fiddle in the code to adapt it to different paths just change the apps and it will do its magic on the directorie's content. of course, the directories should be different, other

[REBOL] Re: Creating thumbnails [view]

2004-04-22 Thread Ashley Trüter
Hi Steve, If your JPEG's come from a digital camera and you are happy with 160x120 EXIF thumbnails, then take a look at the EXIF scripts by Piotr Gapinski (http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?find=exif). Regards, Ashley -- To unsubscribe from this list, just send an

[REBOL] Re: Creating thumbnails [view]

2004-04-22 Thread Carl Read
On 23-Apr-04, Steven White wrote: > Good Day, Fountain of REBOL Knowledge, > The following script reads a big jpeg file and displays it on the > screen as a 96x96 thumbnail. When I hit the button, it saves that > image to disk as a 96x96 png thumbnail. I mention this to show that > the idea can

[REBOL] Creating thumbnails [view]

2004-04-22 Thread Steven White
Good Day, Fountain of REBOL Knowledge, The following script reads a big jpeg file and displays it on the screen as a 96x96 thumbnail. When I hit the button, it saves that image to disk as a 96x96 png thumbnail. I mention this to show that the idea can be done (as of course you know). _*_*_* RE

[REBOL] Re: GIS on Rebol ?

2004-04-22 Thread SunandaDH
Janeks: > Are there some expierence of using Rebol for GIS in > the world? Perhaps, a GIS dialect for Rebol? Not quite what you are looking for, but Piotr has a Garmin GPS protocol script in the Library: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=garmin-protoco l.r Suna

[REBOL] GIS on Rebol ?

2004-04-22 Thread sags
Hi all, Are there some expierence of using Rebol for GIS in the world? Perhaps, a GIS dialect for Rebol? brgds Janeks -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: [Plugin] is cool

2004-04-22 Thread Hallvard Ystad
Oh, I see. Of course, then you would need to 'try. Sorry, I didn't think in that direction at all. HY Dixit [EMAIL PROTECTED] (15.00 22.04.2004): >I'm thinking we must be miscommunicating, if >UI write a script that is pluggable but I >want it to run non-plugged in most cases >then I should

[REBOL] Re: [Plugin] is cool

2004-04-22 Thread bry
actually it might be good to have a plugin script that kept track of all plugin scripts in the library, and then you could use that script to set the LaunchUrl parameter of the object tag using do-browser. > > The javascripts I was referring to, must be _inside_ the rebol code. So all I nee

[REBOL] Re: [Plugin] is cool

2004-04-22 Thread bry
I'm thinking we must be miscommunicating, if UI write a script that is pluggable but I want it to run non-plugged in most cases then I should add in an error try to check if do-browser works. actually i haven't checked the newest version of the plugin, been working, but IIRC earlier versions

[REBOL] Re: [TYPE] weird return value

2004-04-22 Thread Gabriele Santilli
Hi Tim, On Wednesday, April 21, 2004, 11:01:49 PM, you wrote: >> [[[/a /b /c]]] TJ> That's some interesting observations of how paths are handled. Well, but that is NOT a path. :-) >> Like Hallvard just noted, chained refinements are all really separate words. TJ> And by the way, :-) I

[REBOL] Re: [Plugin] is cool

2004-04-22 Thread Hallvard Ystad
The javascripts I was referring to, must be _inside_ the rebol code. So all I need to do to test misc. rebol code as plugins, is to provide the LauncURL parameter to the OBJECT-tag. Works quite well, actually. HY Dixit [EMAIL PROTECTED] (11.05 22.04.2004): >right but if you want to set up some

[REBOL] Re: [TYPE] weird return value

2004-04-22 Thread Gabriele Santilli
Hi Maxim, On Wednesday, April 21, 2004, 9:38:03 PM, you wrote: MOA> I meant and invalid data ERROR... Nope. Look closer! >> type? /home == refinement! >> type? /birds == refinement! No surprise here, right? >> type? /home == refinement! >> /birds == /birds No surprise here either, /BIRDS is

[REBOL] Re: [RUn][REBOL Unit][Test-driven Development] Test Driven Development in REBOL

2004-04-22 Thread Phil
Hey, I'm interested in testing your Testing Unit. I speak French and i'm working on a big application. Philippe - Original Message - From: "Coussement Christophe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 21, 2004 1:42 PM Subject: [REBOL] [RUn][REBOL Unit][Test

[REBOL] Re: [RUn][REBOL Unit][Test-driven Development] Test Driven Development in REBOL

2004-04-22 Thread Coussement Christophe
Hi Ashley Ok. Thanks for that :) The doc is being translated now. I hope to get it done about next week. Would you mind giving me your email address, so I can send you the needed files and doc. TIA, ==christophe [EMAIL PROTECTED] > -Original Message- > From: Ashley Trüter [mailto:[EM

[REBOL] Re: [Plugin] is cool

2004-04-22 Thread bry
right but if you want to set up something that allows you just to test unknown rebol scripts as pluggable. > > Dixit [EMAIL PROTECTED] (20.41 21.04.2004): > >I guess there should be an error try on that > >do-browser right? > > Good idea, although I've never had any problems. > > HY > >

[REBOL] Re: [RUn][REBOL Unit][Test-driven Development] Test Driven Development in REBOL

2004-04-22 Thread Ashley Trüter
> Hi Ashley, > > Glad to get some feedback ;) No problems, RUn looks like it might just meet my requirements for the comprehensive RebDB v1.3 testing I need to do, so if you do translate it then I at least will give it a serious run for its money. Well that's 1 vote, any other takers? Testing