Thanks Alex, I'll check out the pointers you sent. I think app/ord.l has a similar situation - I mean, if there are already multiple pages of items, then one has to scroll to the end to add a new item - is that not the case? Regards, Kashyap
On Tue, Dec 17, 2019 at 12:00 PM Alexander Burger <[email protected]> wrote: > Hi Kashyap, > > > Is there a way to have the +Chart view to be auto scrolled to the end? I > > display the list of updates in task.l > > < > https://github.com/ckkashyap/picolispAppPractice/blob/64dba2112b11bb5b2b38ce408f131e15a60a1af6/step06/task.l#L13 > > > > - in order to add a new update, one would have to go all the way to the > end > > and make an entry. It would be good if the +Chart was already at the last > > page. > > In fact I never did this, as I always add new items to the *beginning* of > chart > data (i.e. the Lisp 'cons' principle ;) > > But it should be possible, probably by setting 'ofs' to length of (: data) > minus > number of rows, in an '+Init' expression. > > Check the 'scroll>', 'goto>' and 'find>' messages to '+Chart'. > '+GoButton' uses them. > > ☺/ A!ex > > -- > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe >
