Page 1 sur 1

dropdown cmd

Publié : sam. oct. 07, 2017 4:19 pm
par compsystems
Hello BP, XCAS-TIMODE has the ability to display pop-up dialog boxes (input cmd), but, you need a very basic instruction inside it, which is the DROPDOWN command similar to choose from the hp50.

I do not say incorporate this feature at this time, but keep in mind for a future update

Code : Tout sélectionner

DemoDropDown()
Prgm
local A
Dialog
Title "Dropdown Demo"
Dropdown "Choose one",{"equ1","equ2","equ3"},A
EndDlog
http://tifreakware.net/tutorials/89/b/ge/l5.htm

Thanks