Sliding gallery

Does anyone know if it’s possible to create a “sliding” gallery in Freeway, as in this site:

http://www.perellobera.com/index.php?option=com_content&task=view&id=9&Itemid=12

Thanks!

Derek


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This page uses a script by Dynamic Drive called CMotion Gallery Dynamic Drive DHTML Scripts- CMotion Image Gallery

Like most javascript it should be relatively easy to get to work in FW - have a look at the page above for an overview and if you need help then let us know.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Quick example here http://www.deltadzine.net/test/cmotion.html

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Derek and Dave!

I’m searching for such am JavaScript for month. Dave, can you share your Freeway-Document of your cmotion gallery test? And is it possible to scroll the gallery automaticaly and endlessly?

Best regards from Germany
Sebastian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Excellent! Thanks, Dave. It looks pretty straightforward, but I’ll post again if I encounter any problems.

Derek


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yeah, it’s a nice script, used it here:

http://mac.abc.se/home/onesr/skhm/

bw & peace, Omar


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks, Omar, but that link isn’t working for me.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 27 Dec 2009, 3:24 pm, graphiq wrote:

Hi Derek and Dave!

And is it possible to scroll the gallery automaticaly and endlessly?

Not that I am aware of but if you revisit my link I will provide the FW page there for you to download.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks for that, Dave.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Dave,

you have shared a version, that don’t work. It seems to me, it is the FW-doc of this:

http://www.deltadzine.net/test/cmotion2.html

Dave, would you please share the working version of the CMotion Gallery. That I can find out, how it was built in FW.

Sebastian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Take the “2” out of the file name.

Bart

Bart Bartholomay
HAB Marketing
3725 8th Lane
Vero Beach, FL 32960
772.299.6352
Filemaker Business Alliance
http://HABMarketing.com

On Dec 28, 2009, at 2:30 PM, graphiq wrote:

Hi Dave,

you have shared a version, that don’t work. It seems to me, it is the FW-doc of this:

http://www.deltadzine.net/test/cmotion2.html

Dave, would you please share the working version of the CMotion Gallery. That I can find out, how it was built in FW.

Sebastian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Bart,

download the FW-file from the link at:

http://www.deltadzine.net/test/cmotion.html

and open the FW-file in Freeway. After reconnecting the missing links try to preview the page. you will understand.

Sebastian


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes ignore cmotion2.html - it is a work in progress where I am trying to recreate the gallery without relying totally on markup to achieve it.

Not there yet - that’s why it don’t work.

If I was really smart I would write an action - but I’m not - so don’t expect one :slight_smile:

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’m trying to get this to work together with the Dynamic Drive Lightbox Image Viewer (Dynamic Drive DHTML Scripts- Lightbox image viewer), but it’s looking like there’s a conflict between it and the Motion Gallery. Can anyone confirm this?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you look at http://www.deltadzine.net/test/cmotion222.html - you will see that I have implemented Walter’s ScriptyLightbox action on the images.

This just involved adding the action to the enclosing container and adding a class to the href link in the markup.

If you look at the source code of the page you should see what I have done there.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Great, Thanks, Dave. The lightbox is working like a charm.

The Motion Gallery, however, is being stroppy. Instead of scrolling, each image in the gallery is giving me the “End of Gallery” tooltip. The little outlined rollover effect is working, though.

To me this suggests something freaky going on in the script, not in the html, but since I haven’t messed with the scripts, that can’t be the case. I’ve compared my html to yours, but can’t seem to find any differences. Any idea what might be going on?

The test page is here:
http://web.me.com/flyvebaad/phyllis_test/olderworks.html

Thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You have a missing image in there - Resources/paintings/nuria_thmb.jpg

Besides that with my code I actually put all the code on one line - No line breaks so try that

<a href=../cm_images/porcar1.jpg class="lightwindow"><img src="../cm_images/thumbs/porcar_thmb1.jpg" border=1></a>&nbsp&nbsp&nbsp&nbsp<a href=../cm_images/porcar2.jpg class="lightwindow"><img src="../cm_images/thumbs/porcar_thmb2.jpg" border=1></a>&nbsp&nbsp&nbsp&nbsp<a href=../cm_images/porcar3.jpg class="lightwindow"><img src="../cm_images/thumbs/porcar_thmb3.jpg" border=1></a>&nbsp&nbsp&nbsp&nbsp<a href=../cm_images/porcar4.jpg class="lightwindow"><img src="../cm_images/thumbs/porcar_thmb4.jpg" border=1></a>&nbsp&nbsp&nbsp&nbsp<a href=../cm_images/porcar5.jpg class="lightwindow"><img src="../cm_images/thumbs/porcar_thmb5.jpg" border=1></a>&nbsp&nbsp&nbsp&nbsp<a href=../cm_images/porcar6.jpg class="lightwindow"><img src="../cm_images/thumbs/

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Dave

In desperation, I finally did a simple copy and paste of your Freeway divs, and it finally started working. I had compared our codes over and over again, but I’m sure my somewhat limited coding knowledge failed me.

Nonetheless, it’s all working now, which is what matters. Thanks so much for your help!

Derek


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes sometimes it is difficult to spot a stray typo that screws it up.

Glad you got it sorted, and now you have done it once it will be easy to copy the code and reuse it.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options