Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Question about text-list

 [1/4] from: javier:aviles:eds at: 11-Jun-2001 18:03


In a text-list face, which is the refinement or attribute that holds the information that is shown on screen?.... Javier H. Avilés Avila.
> EDS NMxSC
* [javier--aviles--eds--com] TEL. 49-61-00 Ext. 56361

 [2/4] from: gjones05:mail:orion at: 11-Jun-2001 18:46


From: "Aviles, Javier"
> In a text-list face, which is the refinement or attribute that holds the > information that is shown on screen?....
Generally, the /data as in mylist/data. /lines generally holds the info also. /picked shows the values selected, including multiple values (ctrl-click in Windows). The last example I sent shows several of these at work. Hope that was enough to get you going. --Scott Jones

 [3/4] from: javier:aviles:eds at: 12-Jun-2001 10:18


This is the text-list that I'm using: when I send the "print face/date" I can see that the information it's been updated each 30 seconds, thats good... however i can update the information on screen.... Am I missing something? tl_llam: text-list rate 00:00:30 100x200 feel [engage: func [face act evt] [ lla_llave: get-keylines db-llamada record-llamada face/data: lla_llave print face/data show [face] ]] Javier H. Avilés Avila.
> EDS NMxSC
* [javier--aviles--eds--com] TEL. 49-61-00 Ext. 56361

 [4/4] from: arolls::bigpond::net::au at: 13-Jun-2001 15:35


Do this at the command line: view layout [t: text-list data ["a"] [probe t/feel]] During the 'view, the text-list has a feel added to it. You can see that here the events processed. When you supply your feel you are not catching any of the events as in the original. I suggest just modifying a copy of the original. It is tricky to modify the feel "in place" (, though satisfying). I have an example of this floating around somewhere. Anton.