Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ListDialog leave dialog window open
#3
Function FunctionOne29
Code:
Copy      Help
;; / FunctionOne29 \
;;
;; Keep ListDialog open after selections, cancel to close dialog.
;;
;; Add Label above Sel statement
;; Then at end of that case statement go back to label.


;; Links
sel(ListDialog("Link1[]Link2" "Open Links" "Links" 0x1))
,case 1    ;;  Link 1
,out "Link1"
,goto Links    ;; <<---- goto label "Links"
,
,case 2    ;;  Link2
,out "Link2"
,goto Links    ;; <<---- goto label "Links"
,
,case else ret


Messages In This Thread
ListDialog leave dialog window open - by ssimop - 11-26-2019, 09:50 AM
RE: ListDialog leave dialog window open - by ScottF - 10-05-2020, 01:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)