Re: [On-Rev] Photo Gallery problem

2009-06-26 Thread Sarah Reichelt
In your code, on the page see script http://kenjikojima.com/Photo/GreatLawn/thumbnail.irev?file=thumbnail.ir ev in the lines 22-23 you write:        replace with   in tScript        replace with    in tScript is there a typo? Nonetheless, that works -- and generating on the fly a

Re: [On-Rev] Photo Gallery problem

2009-06-26 Thread Sarah Reichelt
On Fri, Jun 26, 2009 at 5:35 PM, Sarah Reicheltsarah.reich...@gmail.com wrote: In your code, on the page see script http://kenjikojima.com/Photo/GreatLawn/thumbnail.irev?file=thumbnail.ir ev in the lines 22-23 you write:        replace with   in tScript        replace with    in tScript

Re: [On-Rev] Photo Gallery problem

2009-06-25 Thread Kenji Kojima
Hi Dom, I made another style of slide show. It does not use clicking thumbnails. But you may find some idea. http://kenjikojima.com/Photo/GreatLawn/ You can just add images into images folder, and it creates pages automatically. Click See script. Color table for making a table is here.

Re: [On-Rev] Photo Gallery problem

2009-06-25 Thread -= JB =-
I like it a lot. thanks, -=JB=- On Jun 25, 2009, at 5:02 AM, Kenji Kojima wrote: Hi Dom, I made another style of slide show. It does not use clicking thumbnails. But you may find some idea. http://kenjikojima.com/Photo/GreatLawn/ You can just add images into images folder, and it

Re: [On-Rev] Photo Gallery problem

2009-06-25 Thread Kenji Kojima
Thank you JB. Added three more images this morning. -- Kenji Kojima http://www.kenjikojima.com/ On Jun 25, 2009, at 08:18 AM, -= JB =- wrote: I like it a lot. thanks, -=JB=- On Jun 25, 2009, at 5:02 AM, Kenji Kojima wrote: Hi Dom, I made another style of slide show. It does not use

Re: [On-Rev] Photo Gallery problem

2009-06-25 Thread Kenji Kojima
Dom, click on a thumbnail version: http://kenjikojima.com/Photo/GreatLawn/thumbnail.irev I have done it quickly. You may improve. Best, -- Kenji Kojima http://www.kenjikojima.com/ On Jun 25, 2009, at 08:02 AM, Kenji Kojima wrote: Hi Dom, I made another style of slide show. It does not

Re: [On-Rev] Photo Gallery problem

2009-06-25 Thread Dom
Kenji Kojima in...@kenjikojima.com wrote: click on a thumbnail version: Pas mal ! Not bad! at a first glance :-) In your code, on the page see script http://kenjikojima.com/Photo/GreatLawn/thumbnail.irev?file=thumbnail.ir ev in the lines 22-23 you write: replace with in tScript

[On-Rev] Photo Gallery problem

2009-06-24 Thread Dom
Hi! I am running up against a problem... My goal: - given a number of shots, automatically construct a table with photos thumbnails (Done) - by clicking on a thumbnail, to go to a larger image, in the same page or in another page (more or less done) - the page with the larger image being rebuilt

Re: [On-Rev] Photo Gallery problem

2009-06-24 Thread stephen barncard
typo? ...src='Thumbnails/ L '/a afterttable shouldn't that be 'after ttable? - Stephen Barncard San Francisco http://barncard.com 2009/6/24 Dom mcd...@free.fr Hi! I am running up against a problem... My goal: ___

Re: [On-Rev] Photo Gallery problem

2009-06-24 Thread Dom
stephen barncard stephenrevoluti...@barncard.com wrote: shouldn't that be 'after ttable? Eeeer... I am baffled ;- You are absolutely right! ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: [On-Rev] Photo Gallery problem

2009-06-24 Thread Pierre Sahores
would be more readable in splitting clearly the .irev call and the html code : ?rev get yourfunction(p1,p2,...) a href= quote it quote and it's always easiest to take care to quote the result of the right part of an = and verify that your css or html editor don't apply unwanted

Re: [On-Rev] Photo Gallery problem

2009-06-24 Thread Dom
Pierre Sahores psaho...@free.fr wrote: would be more readable in splitting clearly the .irev call and the html code : sure, I will apply (later) it was a first (alpha ;-)) version! Merci, Pierre ! c'était juste un premier jet :-) c'est là où on voit la puissance de Revo appliquée au web

Re: [On-Rev] Photo Gallery problem

2009-06-24 Thread Sarah Reichelt
My goal: - given a number of shots, automatically construct a table with photos thumbnails (Done) - by clicking on a thumbnail, to go to a larger image, in the same page or in another page (more or less done) - the page with the larger image being rebuilt upon demand My test photos page

Re: [On-Rev] Photo Gallery problem

2009-06-24 Thread Richard Gaskin
Sarah Reichelt wrote: My test photos page http://troz.on-rev.com/photos.irev uses irev to construct a grid of thumbnails... Are these thumbnails pre-generated, or are you making them on the fly from the Rev server engine? That is, does iRev have the same no-GUI limitation as the CGI engine,

Re: [On-Rev] Photo Gallery problem

2009-06-24 Thread Sarah Reichelt
On Thu, Jun 25, 2009 at 9:15 AM, Richard Gaskinambassa...@fourthworld.com wrote: Sarah Reichelt wrote: My test photos page http://troz.on-rev.com/photos.irev uses irev to construct a grid of thumbnails... Are these thumbnails pre-generated, or are you making them on the fly from the Rev

Re: [On-Rev] Photo Gallery problem

2009-06-24 Thread Bill Marriott
Richard, It's our intention to have the ability to export rendered card images and also have an interface to ImageMagick down the road, but it's not in the current (pre-release) version of revServer. (revServer will also have the ability to use stack files, not just .irev files, for scripts

Re: [On-Rev] Photo Gallery problem

2009-06-24 Thread Dom
Sarah Reichelt sarah.reich...@gmail.com wrote: My test photos page http://troz.on-rev.com/photos.irev uses irev to construct a grid of thumbnails and each one gets an onclick link that calls a JavaScript function. The JavaScript then loads the larger image into the specified div on the page.