[Pro] scrolling layer action at tablets

Hello. Ive set the scrolling layer action in a couple of text layer at a page, but in tablets, buttons doesnt work properly. As I understand, when you set:
over - is when you put the scroll over the button,
out - when you move the scroll out from the button,
down - when you press the button,
up - when you stop pressing the button,

So Ive set:
over - up 5,
out - stop,
down - up 5,
up - stop,

so it should make the text move 5 lines up when you put the mouse over or when you press the button.

In computer the working is not exactly, but it works properly, because the thext is moved when you put the mouse over the button. BUt in tablets, as the mouse over doesnt exist, you need to press the button, and the text go running to the end or to the beginning, so its impossible to read the hole text.

Can you please tell me if there is any way to make it works properly at tablets?

Thanks a lot.


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

It doesn’t really make me wonder cause the events are onmouseover onmousedown and onmouseout.

I think there should be a dummy onclick handler applied in order to get this to work (theoretically).

It would be interesting to see what happens if you select the
#bioUp and #bioDown and add via item extended dialog (div tab) onclick (name) void(0) (value).

But I may fail here - I’m no js ninja at all (and never will be in this life).

Cheers

Thomas


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

Hello Thomas, Thanks for your answer. I think I can understand what you mean, but I dont know how to write this extended code, as Im not a js advanced user…

From the other hand, I have tried lots of combinations with up, down and stop at all the 4 options from each button, and cant find a solution inside the action.

Thanks again


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

… but I dont know how to write this extended code, as Im not a js advanced user…

already wrote this above, so why not following those steps?

select item named:

bioUp (which you should find in the sidebar of your Freeway doc item view enabled)

add via

item → extended dialog → Div tab

onclick (name)
void(0) (value)

Repeat this for the item bioDown.

You won’t have luck with the action stuff cause they do not provide what you need as long the original writer puts hand on it (perhaps).

I still have a client project with this feature, too.

Anyway, I have to review this and I’ll fire all this internal action stuff out and substitute this by more modern script (jQuery I guess). But that’s me.

Cheers

Thomas


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