murphy625
03-31-2005, 07:48 PM
I need a little help with this..
I am using the following code but can not get my label3 to update with the value entered from the list box. The way it is below will update the box only if I click the list selection a second time. The first time I click on one of the choices, \20 gets updated correctly but my label3 does not..
!LISTSETUP 3000;5000;4500;2100
!LISTADD CANCEL
!LISTADD EJECT STATION
!LISTADD LOAD STATION
!LISTADD STAGE 1
!LISTADD STAGE 2
!LISTADD STAGE 3
!LISTADD STAGE 4
!LISTADD STAGE 5
!LISTADD STAGE 6
!LISTADD STAGE 7
!LISTADD STAGE 8
!LISTADD ECOAT 1
!LISTADD POST RINSE 1
!LISTADD POST RINSE 2
!LISTADD UNLOAD
!LISTPICK \20
!LABEL3 \20
-----M1
How do I get Label3 to update with the value of \20 ?? I understand I could put it in the timer.fil but am wondering if there is another way ???
Thanks,
Murphy
I am using the following code but can not get my label3 to update with the value entered from the list box. The way it is below will update the box only if I click the list selection a second time. The first time I click on one of the choices, \20 gets updated correctly but my label3 does not..
!LISTSETUP 3000;5000;4500;2100
!LISTADD CANCEL
!LISTADD EJECT STATION
!LISTADD LOAD STATION
!LISTADD STAGE 1
!LISTADD STAGE 2
!LISTADD STAGE 3
!LISTADD STAGE 4
!LISTADD STAGE 5
!LISTADD STAGE 6
!LISTADD STAGE 7
!LISTADD STAGE 8
!LISTADD ECOAT 1
!LISTADD POST RINSE 1
!LISTADD POST RINSE 2
!LISTADD UNLOAD
!LISTPICK \20
!LABEL3 \20
-----M1
How do I get Label3 to update with the value of \20 ?? I understand I could put it in the timer.fil but am wondering if there is another way ???
Thanks,
Murphy