Hi,
I have a list filed that gets his updates from another program, but how to make it scroll automaticly so it keeps displaying the last line that was added.
make list field auto scrolling
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: make list field auto scrolling
Dag Ivaho,
...
set the scroll of fld X to (the formattedheight of fld X - the height of fld X)
## Should do the trick
...
Best
Klaus
...
set the scroll of fld X to (the formattedheight of fld X - the height of fld X)
## Should do the trick
...
Best
Klaus
Re: make list field auto scrolling
Hi ivaho,
the easiest way to scroll to the bottom of a scrolling list field is to set its vScroll to a ridiculous high number likeafter adding the new data
Kind regards
Bernd
Edit: Klaus was faster...
two ways of achieving the same.
the easiest way to scroll to the bottom of a scrolling list field is to set its vScroll to a ridiculous high number like
Code: Select all
set the vScroll of field "myListField" to 100000
Kind regards
Bernd
Edit: Klaus was faster...
two ways of achieving the same.
Re: make list field auto scrolling
Hi ivaho,
Disclaimer: advertising for a free product by poster
if you want to add alternating line colors to your list field you could easily do so by looking at:
http://revonline2.runrev.com/stack/661/ ... ipes_0_0_5
Kind regards
Bernd
Disclaimer: advertising for a free product by poster

if you want to add alternating line colors to your list field you could easily do so by looking at:
http://revonline2.runrev.com/stack/661/ ... ipes_0_0_5
Kind regards
Bernd