Maurizio, my idea for work was just to provide a more circumspect search by targeting individual spaces, rather than creating another entire system just for...
Hi All, I'm not a code person but I love the idea of vanilla and am looking to make some small "extensions" to it's functionality for our installation. I hope ...
You'll probably get some better advice than this, but perhaps it's worth passing on. If others disagree they are probably more knowledgable than I am about...
Hi David, Thanks for the reply. You're right, the possibility of breakage is very high (IMO). That's why I want to start by adding something like a small...
thanks for your answer ! all the best Maurizio ... From: "Chris Kemmett" <chris@...> To: <vanilla-pudding@yahoogroups.com> Sent: Tuesday, April 02,...
m.converso
m.converso@...
Apr 2, 2002 8:39 am
174
Hi, I'm a coder at heart so perhaps it was different for me, but I found it best to just dive in there. Get your hadns on some REBOL docs (I did a spide of ...
I pretty much tackled Rebol the same way as any other language, although there is one extra advantage with Rebol: a very active user group that is just ...
Thanks for the feedback David and Murray. I've taken your advice...I'll tackle this the same way I have Lingo and Actionscript. I grabbed the Rebol/core...
... There's also "REBOL The Official Guide" by Goldman and Blanton, available from Osbourne/McGraw Hill. It's a hefty 731 pages including the index, and...
... Lest anyone be mislead on this one, my reference to `RT's Rebol Manual' was to `REBOL: The Offical Guide', not to some third document. Osborne/McGraw-Hill...
... sounds fine ;) ... normally you can count on the rebol list :) and if you have rebol/vanilla related problems, we (vanilla-pudding) will be there for you,...
Hi there, I wonder if I could get some pointers as I am trying to put up an image library. What I would like to be able to do is the following: 1. On a comment...
... sounds like an interesting but quite complex application. dynas [eg {!thumbnail:image1;image2;image3}] get everything past the first ":" passed as _one_...
Hi Mark I've been very interested in similar direction, and have been working on a number of image interface tools and ideas for Vanilla. Just porting my...
Jason Cunliffe
jasonic@...
Apr 10, 2002 10:07 am
184
Thanks for that! Actually, I have built a few image libraries, but I was thinking of bulding something along these lines: 1) Snip that displays a list of...
... Ok.. I have started with the thumbnail reader but dont understand how you describe directories and list files... here is a start of a script that I dont...
a) Can rebol/vanilla read the contents of a directory on the server? Probably. However you'd need to know the full server path to the directory, or at least...
heyo, ... most definitely. read %./, read %/home/chris/thumbs/ etc. those will return ... in the current vanilla version, values from the url string are ...
Another Question with regards to the completed image library: Once you have clicked on the thumbnail, you are directed to another snippet, that displays the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vanilla-pudding group. File : /the...
vanilla-pudding@yahoo...
Apr 11, 2002 10:07 pm
191
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vanilla-pudding group. File : /the...
vanilla-pudding@yahoo...
Apr 11, 2002 10:09 pm
192
Hi guys I have added the files to the "files" section so that you can create your own image library. If you have any comments or ways of making it better...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the vanilla-pudding group. File : /the...
vanilla-pudding@yahoo...
Apr 12, 2002 8:45 am
194
... I have uploiaded it to the files section. Should I upload the groups thing I did? I probably should. Altho I know there are a few typo bugs in the ...
i'd suggest the following architecture. commonly image libraries look like the following: a library consists of N galleries, one gallery consists of N images. ...
Earl, Do you have any broad targets for the timing of the next Vanilla release? My reason for asking is _not_ to pressure you in _any_ way, but one of our ...
Hi there Earl I have uploaded the files for my image gallery/library function to the files section. They work in a similar manner but not completely the same. ...