Hi,
anyone know how to get help on something that is now not working in 6.1 with a table using Table Styler V.3 action?
Thanks for the lead,
Barry
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Joe2
(Joe)
August 31, 2013, 12:56pm
2
What problem are you having?
Joe
On 31 Aug 2013, at 03:18, “Barry Hoffman” email@hidden wrote:
Hi,
anyone know how to get help on something that is now not working in 6.1 with a table using Table Styler V.3 action?
Thanks for the lead,
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
Joe,
real simple…
In my table with 5.5, there were a few rows ( you will see them) that I did not want to have it styled with the table color. I believe I put in HTML boxes and fileld the background with a graphic.
It was a little while ago, but lucky for me the FIRST one seems to work.
After that all the other ones, do not show the graphic at all but just use the color for the cells.
Can you take a look…
http://www.hoffkids.com/sciencelinks.html
ECOLOGY cell is fine, but all the others will not accept the graphic. I feel like I tried every setting…
Also not sure if the Protaculous 2 is affecting it as I am having slight trouble using that on these same 3 pages with the tables…
Thanks,
Barry
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
the 10 other science topics all have large pictures in the cells that worked in prior version. They are still there, just not showing up.
I even tried to insert a new row and copy the ecology and no tricks were working.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
the 10 other science topics all have large pictures in the cells
Can you be specific about which cells/rows should have these images.
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Yea Dave,
See (click on) Ecology
lab skills
measurement
chemistry
none of them show picture except for ECOLOGY.
I duplicated the page and have been working on it for a coupe of hours.
Deleleted protac 2- no effect.
The only thing is that the ECOLOGY ROW showed the pict and is, so I just did some manipaltion to the second one (Lab skills and equipment) . I used copy and paste etc. and it shows.
hmmm. will take a while but probably will get there this way.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Dave,
I am going to be able to fix this with some pain but I’ll get there.
Did you see the search bar which is magically behind the Hoffkids logo on the
math, science, and assorted fun page.
SOme sort of weird positioning of the text box for the search Walt and I did with prot. Now using protac 2.
check that white bar out behind logo (weird) should be above the table with links (where the html box is)
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
The ones that do not work (images) are where the image is applied to the table rather than the cell.
Yes - I had a quick look at your search box earlier but didn’t have time to delve deeply.
Try cutting and pasting it in somewhere else.
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
OK- I’ll fix those images.
I should cut and paste the TEXT FIELD BOX? which is at 142 in 774pxls down above the table of links but still works I just noticed.
Just a funny location issue.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Dave,
here is the protac 2 code for this search feature
//kangax’s version of the quick filter
var list = $$("#soldiers1a tr").reject(function(elm){ return elm.down('th'); });
list.each(function(elm){
elm['keys'] = elm.innerHTML.stripTags().toLowerCase();
});
var lastValue = $F("filter");
$('filter').observe('keyup', function(e) {
var value = this.value.toLowerCase();
if (value !== lastValue) {
list.each(function(elm) {
if (elm.keys.include(value)) {
elm.show();
}else{
elm.hide();
}
})
lastValue = value;
}
});
$('filter').observe('click', function(e) {
var value = this.value.toLowerCase();
if (value == '') {
list.invoke('show');
lastValue = '';
}
});
not sure if it deals with LOCATION at all.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
table styler problem fixed. case closed…
Thanks guys.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
How did you add the input box for the search filter?
It doesn’t look like it was added into the layout but via markup?
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Dave, that search box was set up with Walt a while ago.
I was just trying to figure that out now.
Is it a
input/field (I think so)
text area
is it inside an HTML box.
All I know is when it came over from 5.5 (I also changed from protac to protac 2) it got messed up even though it works perfectly (try it out).
Just type in the beginning os something in the chart and scroll down and you will see the results.
I am just not sure how the box you type in is related to the field box thing.
hmmmm
Want me to send you the OLD 5.5 file for just 1 of these pages that had it working?
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options