Re: VSCROLL of groups don't work? WAS: getting "maxscroll" of a group?

2010-02-13 Thread Klaus on-rev

Am 13.02.2010 um 13:21 schrieb Björnke von Gierke:

> Oh right forgot your original question:
> 
> put the formattedHeight of group 1, the formattedWidth of group 1

???
The "max v/h scroll" = the formattedwidth/-height of the group?

Never :-D


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: VSCROLL of groups don't work? WAS: getting "maxscroll" of a group?

2010-02-13 Thread Klaus on-rev

Am 13.02.2010 um 13:17 schrieb Björnke von Gierke:

> this code works as expected for me:
> 
> on scrollbardrag
>   put the hscroll of me, the vscroll of me, the scroll of me
> end scrollbardrag
> 
> lockloc = true
> hscrollbar = true
> vscrolbar = true

Hm, really does NOT work here, just tested with 4.5dp2

I get 
0
0
after dragging the vscrollbar to the "max"?
BUT I get identical values if I only drag the vertical scrollbar!
WTF???


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: VSCROLL of groups don't work? WAS: getting "maxscroll" of a group?

2010-02-13 Thread Björnke von Gierke
Oh right forgot your original question:

put the formattedHeight of group 1, the formattedWidth of group 1

On 13 Feb 2010, at 13:17, Björnke von Gierke wrote:

> this code works as expected for me:
> 
> on scrollbardrag
>   put the hscroll of me, the vscroll of me, the scroll of me
> end scrollbardrag
> 
> lockloc = true
> hscrollbar = true
> vscrolbar = true
> 
> On 13 Feb 2010, at 13:06, Klaus on-rev wrote:
> 
>> Hi all,
>> 
>> when trying to fibure this out I found that the VSCROLL of locLocked grougs
>> doens not work somehow?! Rev 4.0 OS X 106.2.
>> 
>> I have an image in a group, larger thatn the group and the set the groups 
>> width and heigt to 100.
>> Then I enabled v and h scrollbar for this group and added this script:
>> 
>> on scrollbardrag
>> put the scroll of me & CR & the vscroll of me 
>> end scrollbardrag
>> ## SCROLL = HSCROLL
>> 
>> These values ONLY change when I use th horizontal scrollbar!
>> They stay ZERO when Vscrolloing the gropup???
>> Am I missing somehting?
>> 
>>> Hi all,
>>> 
>>> as the subject says I am looking for a way to calculate the "maxscroll"
>>> (maximum h/v-scroll value) of a LocLocked group with content larger
>>> than the group. Know what I mean?
>>> 
>>> Thanks in advance!
>> 
>> Best
>> 
>> Klaus
>> 
>> --
>> Klaus Major
>> http://www.major-k.de
>> kl...@major.on-rev.com
>> 
>> ___
>> use-revolution mailing list
>> use-revolution@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your subscription 
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: VSCROLL of groups don't work? WAS: getting "maxscroll" of a group?

2010-02-13 Thread Björnke von Gierke
this code works as expected for me:

on scrollbardrag
   put the hscroll of me, the vscroll of me, the scroll of me
end scrollbardrag

lockloc = true
hscrollbar = true
vscrolbar = true

On 13 Feb 2010, at 13:06, Klaus on-rev wrote:

> Hi all,
> 
> when trying to fibure this out I found that the VSCROLL of locLocked grougs
> doens not work somehow?! Rev 4.0 OS X 106.2.
> 
> I have an image in a group, larger thatn the group and the set the groups 
> width and heigt to 100.
> Then I enabled v and h scrollbar for this group and added this script:
> 
> on scrollbardrag
>  put the scroll of me & CR & the vscroll of me 
> end scrollbardrag
> ## SCROLL = HSCROLL
> 
> These values ONLY change when I use th horizontal scrollbar!
> They stay ZERO when Vscrolloing the gropup???
> Am I missing somehting?
> 
>> Hi all,
>> 
>> as the subject says I am looking for a way to calculate the "maxscroll"
>> (maximum h/v-scroll value) of a LocLocked group with content larger
>> than the group. Know what I mean?
>> 
>> Thanks in advance!
> 
> Best
> 
> Klaus
> 
> --
> Klaus Major
> http://www.major-k.de
> kl...@major.on-rev.com
> 
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution