[Pro] Pull ups?

Is it possible to do something similar to what Cracker Barrel has done with their pull up ads at the bottom of their home page? This is a really cool feature and I can see myself using it frequently.

http://www.crackerbarrel.com/

Thanks!


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

Transition FX action

David


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

Really? Very cool.


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

I can’t find Transition FX. Is that the same action as suiteFX?


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

It’s a built in Action, added in Freeway 5 or 4, can’t recall which.

Walter

On May 11, 2012, at 2:48 PM, RavenManiac wrote:

I can’t find Transition FX. Is that the same action as suiteFX?


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

Awesome. Thanks Walter.


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

Not sure I understand how this action works. Is there a tutorial someplace that explains how to set it up?

Also, why does Applescript have to be enabled to use Transition FX and will that cause any issues with any web browsers?


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

Also, why does Applescript have to be enabled to use Transition FX and will that cause any issues with any web browsers?

Applescript has to be enabled so that actions can write their code into your page. This has nothing to do with web browsers as it is the process whereby your page code is written and nothing to do with how a browser displays your page.

D


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

Thanks Dave. Unfortunately, I still can’t seem to figure out how Transition FX works. I did everything per the FWP 5.5 Reference Manual, but I can’t seem to get the same kind of effect from the Cracker Barrel website.

Do you happen to have any examples?


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

Delving deeper into Transition FX it appears that it cant do what you want.

The closest I have come using script/protaculous is at http://www.deltadesign.co/fw_examples/protac/move-up.html but this needs a bit of tweaking to get it right.

Still playing with it

D


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

Thanks for your help Dave.


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

I’m still trying to figure this out. Dave has been extremely helpful, but we’re not quite there. Any suggestions?


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

Version 3

http://www.deltadesign.co/fw_examples/protac/move-up3.html

D


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

Something desperately wrong with your page. Note how you have 5 instances of builder.js in your page. Look at your source, scriptaculous link is tailed with ?load=builder,builder,builder,builder,builder,etc.

Check the Protaculous version, please tell me which one that is. What are the other Actions on the page?

Walter

On May 14, 2012, at 5:58 PM, DeltaDave wrote:

Version 3

http://www.deltadesign.co/fw_examples/protac/move-up3.html

D


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

Check the Protaculous version, please tell me which one that is. What are the other Actions on the page?

Observer 0.3.2

Protaculous 0.7.2

Thats it

D


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

Please send me that document.

Walter

On May 14, 2012, at 6:11 PM, DeltaDave wrote:

Check the Protaculous version, please tell me which one that is. What are the other Actions on the page?

Observer 0.3.2

Protaculous 0.7.2

Thats it

D


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

On its way

D


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

On 14 May 2012, 9:58 pm, DeltaDave wrote:

Version 3

http://www.deltadesign.co/fw_examples/protac/move-up3.html

D

Dave, how do I implement this in Freeway Pro? I understand where to place the Page markup - Before code, but where does the rest of the code go and how do I insert it into FWP? Crowbar perhaps?

Thanks!


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

Page>Html Markup (code on the example page) in the before section

Protaculous action attached to the page (scriptaculous-packed) code on the example page in the top function body section

The Observer action is attached to each Tab (code on the example page) and each tab is specific to itself ie tab1 tab2 etc.

Each Tab is a child of a Div called shell

No Crowbar!

D


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

So in laymans terms, I should design each tab in a separate HTML or graphic box and use FWP to adjust the size and margins for each?


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