[Pro] Totally for Walt (target show/hide)

Hey Walt,

I saw you respond to another about this back in 2009 but slightly different.

I am trying to use the Target/Show Hide Action to toggle with buttons, but they are not graphics that are appearing, they are tables of html text…

I can do this, but I need the first one to be visible on page load and then be gone when they mouse to the other tabs.

I cannot make a copy of this table as described by some, etc, because I am adding things to this first visible table during the entire month.

You had mentioned something in 2009 about “prototype” being able to have first visible then dissappear or something I think.

so in short.
the table that is visible on page load will be the current one for the month. This one is visible always on page load. The older months can be toggled if the parent wants to see older info.

here is my rough work in progress…

http://www.hoffkids.com/ttpage.html

Thanks,

barry


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

Barry - I dont think you should be using real world example text on this test page.

D


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

they are not graphics that are appearing, they are tables of html text…

The Target Show/Hide Layer action will work perfectly well on Tables of info like these.

D


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

Hey Dave,

Yea -it works but someone a while ago was also curious on how to have the first item visible on page load, then when you click another tab, that first one goes away (not covered by 2nd item due to size issue).

The method I saw mentioned back then included making a copy of the first image and having it there, but mine are tables that change so I did not want to do that.

Walt mentioned something about an update to a Prototype that would allow the first item to be visible but then disappear on 2nd click or something…


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

My argument would that you would have the most recent month(s) visible at all times and only show/hide the older stuff.
And if you made those tables inline then there would be no overlap.

D


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

I think what I was talking about was rewriting the show/hide effect on that page, not using the Action, and just writing some JavaScript long-hand to make the effect you wanted. The easiest way to do this that I can think of before I’ve finished my first cup of coffee would be to use ScriptyFader to manipulate the tables. Use the ScriptyFader Thumbnail as your “button” to change from one table to another, and as a bonus, because of the way that SF works internally, the tables could be scattered around the page anywhere you find it easy to work on them (in the Freeway design view) but when you publish, all of those elements are totally removed from the page and saved as separate files on your server.

Walter

On Jan 12, 2014, at 10:25 AM, Hoffkids wrote:

Walt mentioned something about an update to a Prototype that would allow the first item to be visible but then disappear on 2nd click or something…


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

sounds great- i will try- I was a little concerned about stacks of tables but this may do it.

enjoy the coffee…

thanks,

Barry


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

Walt,

it is looking good so far and real cool and easy to use…

ONE question,

how do I decide which “table” appears on the page load in, and will that be simple to change each month?

please check out…

http://www.hoffkids.com//scriptytest.html

Thanks!!

Barry


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

The first table will always be the item that you have attached ScriptyFader to. All the others get ScriptyFader Pane applied to them, and you sort those by changing their stacking order in the page hierarchy.

Walter

On Jan 12, 2014, at 2:00 PM, Hoffkids wrote:

Walt,

it is looking good so far and real cool and easy to use…

ONE question,

how do I decide which “table” appears on the page load in, and will that be simple to change each month?

please check out…

http://www.hoffkids.com//scriptytest.html

Thanks!!

Barry


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

Ok, Walt, I managed to do this but have a question.

Right now it is the month of January and I have a table for January.

The table called jan is the item that has the Scripty Fader action applied to it.

All other tables have the Scripty Fader Option with a target of Jan which is how they show up in the place that January is.

My question is what will I have to do next Month to get the new table (feb) to be in the place of the current one Jan?

If I apply the scripty action to Feb and remove the action from Jan and apply the SF Option, then everything will appear where Feb is which is near the bottom of my screen.

http://www.hoffkids.com/scriptytestnew.html

Thanks,

barry


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

What I would do is make the names less specific. How many months are you planning to keep on screen at once?

Have a #thisMonth element, which is an empty HTML box (DIV) with the ScriptyFader applied to it. Each month, paste your new table inside that DIV as an inline element. That way you’ll be able to move it out of there, and into another HTML box with ScriptyFader Pane applied to it, which you can then sort into position amongst its peers. By keeping the containers agnostic of their content, you won’t have to worry about changing Action settings at all.

Walter

On Jan 12, 2014, at 4:35 PM, Hoffkids wrote:

Ok, Walt, I managed to do this but have a question.

Right now it is the month of January and I have a table for January.

The table called jan is the item that has the Scripty Fader action applied to it.

All other tables have the Scripty Fader Option with a target of Jan which is how they show up in the place that January is.

My question is what will I have to do next Month to get the new table (feb) to be in the place of the current one Jan?

If I apply the scripty action to Feb and remove the action from Jan and apply the SF Option, then everything will appear where Feb is which is near the bottom of my screen.

http://www.hoffkids.com/scriptytestnew.html

Thanks,

barry


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

What I imagined Walt was 12 thumbnails up top for the school year (Sept-Aug).
Only the months past and present would be seen (published).

For example, up top now seen would be Sept, Oct, Nov, Dec, Jan. but all the rest would be there ready for the future.

Then when the parent comes to the site, they see the current month (Jan), and can click on older months.

NEXT MONTH, they would see Feb and could click on Jan-Sept.

I saw your cut and paste and container comment and I should mention I will have to do this for about 3-5 tutored kids each month.

will try that now.

thanks,

Barry


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

" Each month, paste your new table inside that DIV as an inline element."

This is the part I am messing up.

When I cut the table and pasted it in the HTML container (called ‘thismonth’), the table will not let me apply the SF option to it.

I think I am obviously inserting the table in wrong.


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

i have to get the feb table in the ‘thismonth’ html box as a layered item.


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

i think I know my prob.

the feb table inside would not have the action applied to it becuase it is inside the bigger html box.


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

Walt,

I do believe I got it!!!

http://www.hoffkids.com/scriptytestnew.html

And I may have found something even better.
I did not put ANYTHING in the main HTML box called ‘thismonth’
No need to cut and paste.

I just put all the other table months in their own HTML boxes and targeted it to the main HTML box where it appears.

Isn;t this even better?

Then I just change the order in the site panel to the month I want to show up first and it loads in!!!


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