Diez B. Roggisch schrieb:
> blueblueblue2005 schrieb:
>> Hi, I have a java application with a UI compoennt of
>> FlyoutPaletteComposite (an GEF class), this UI compoennt displays a
>> scrollbar when needed. I am writing a Jython/Python script, and within
>> this script, I want to grab the scrollbar
blueblueblue2005 schrieb:
> Hi, I have a java application with a UI compoennt of
> FlyoutPaletteComposite (an GEF class), this UI compoennt displays a
> scrollbar when needed. I am writing a Jython/Python script, and within
> this script, I want to grab the scrollbar and move the bar up and down
>
Hi, I have a java application with a UI compoennt of
FlyoutPaletteComposite (an GEF class), this UI compoennt displays a
scrollbar when needed. I am writing a Jython/Python script, and within
this script, I want to grab the scrollbar and move the bar up and down
to a specified location. I was told