Guest_imported
New member
- Jan 1, 1970
- 0
Dear friends,
Please, how I do to implement a mouse for working with
a menu, for example:
DO WHILE .NOT. EOF()
...........
...........
@ 10,17 PROMPT " 1.COPY FILE
@ 11,17 PROMPT " 2.APPEND FILE
............
............
DO CASE
CASE OP=1
DO COPYFILE
CASE OP=2
do APPENDFILE
CASE OP=3
EXIT
LOOP
ENDCASE
ENDDO
.............
In other words the mouse will substitutes the <enter>
command in the menu.
Thank you in advance
DeLUCCA
Please, how I do to implement a mouse for working with
a menu, for example:
DO WHILE .NOT. EOF()
...........
...........
@ 10,17 PROMPT " 1.COPY FILE
@ 11,17 PROMPT " 2.APPEND FILE
............
............
DO CASE
CASE OP=1
DO COPYFILE
CASE OP=2
do APPENDFILE
CASE OP=3
EXIT
LOOP
ENDCASE
ENDDO
.............
In other words the mouse will substitutes the <enter>
command in the menu.
Thank you in advance
DeLUCCA