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
