-
1. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
Green4ever Dec 6, 2011 9:29 PM (in response to Green4ever)Hi Everyone,
Did any body come across the same problem? If so please suggest some way to acheive this....
Thanks,
Green4ever
-
2. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
[Ariel] Dec 7, 2011 1:14 AM (in response to Green4ever)Try onChanging instead of onChange.
Ariel
-
3. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
Green4ever Dec 7, 2011 1:33 AM (in response to [Ariel])Hi Arïel,
I tried it already. End result is same in both case. onChange will move the list after releasing the scroll button. onChanging will move continuously. It improves the scrolling ablity not helps in refreshing.
----
Thanks,
Green4ever
-
4. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
[Ariel] Dec 7, 2011 1:45 AM (in response to Green4ever)I'm not sure what the problem is, then, actually. It seems to be working
for me. In other words, there are two little dropdowns, and the scroll
bar moves them up and down. Obviously they're in a little panel so they
don't move far.
Ariel
-
5. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
Green4ever Dec 7, 2011 2:02 AM (in response to [Ariel])Note: I have tested this for more than 75 paragraph styles. So if you are testing please don't check with less number of paragraph styles.
How many number of pararaph styles do you have? The item which is lying beyond the screen height is not displaying. In my case I took a test file with more than 75 paragraph styles. So the rest of the hidden styles are not refereshed when we scroll down.
-----
Green4ever
-
7. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
pkahrel Dec 7, 2011 6:02 AM (in response to Green4ever)Your window is of type 'dialog'. Did you try 'panel' instead?
Peter
-
8. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
Green4ever Dec 7, 2011 7:40 PM (in response to pkahrel)Hi Peter,
I think only two type of window is there 'dialog' and 'palette'. Did you mean 'palette'? I tried palette also, it did not worked.
Is there any built-in methods to acheive this? or is there any library kind of thing?
Thanks,
Green4ever
-
9. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
Green4ever Dec 7, 2011 7:43 PM (in response to Laubender)@Uwe
I have Win XP machine here. I can't test it in mac. I have tested this in Indesign CS5 (English).
Green4ever
-
10. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
pkahrel Dec 7, 2011 10:01 PM (in response to Green4ever)I see what you mean now: you want to scroll a panel. That's not so easy. See http://www.indesign-faq.de/de/ScriptUI_scrollbar and http://forums.adobe.com/thread/573855?decorator=print&displayFullThread=true
Peter
-
11. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
Green4ever Dec 8, 2011 4:32 AM (in response to pkahrel)Hi Peter
Yeah it is not too easy. But finally I did it. The script I posted above is moving the container instead move the elements inside the container then you will be able to scroll. Mainly co-ordinates, scroll-bar max value and step value are very important.
Thanks for all... .
Green4ever
-
12. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
bacas_christy Oct 16, 2012 9:22 AM (in response to Green4ever)Hi Green,
Can you please share exactly what need to update in your above coding?
Since I m also facing the same kind of proble.
Thanks,
Christy
-
13. Re: Script UI scroll bar is not refreshing. Pls Help Indesign CS5 Win XP
Green4ever Oct 16, 2012 9:53 PM (in response to bacas_christy)Hi Christy,
I have did this almost a year back. If you can start asking what you are trying to do, will be better. Since I don't have that script in my hand now (may be it is in my company's server). And also I did lot of modifications in that script. So if you need any help in your code sure I'll try to give my suggestions.
Note: First don't try to add a dynamic sizing in the scroll bar, instead try with a fixed size for scrollbar panel and also for list items inside the panel. May be it'll give a clear idea.
Thanks,
Green4ever



