简体   繁体   中英

Creating a check box dynamically

Can we create a checkbox dynamically on a window in progress? Actually i have created combo-box,frame,fill-in dynamically but not getting the idea how can I Create checkbox dynamically.

display "Example" skip(2) with frame a width 80.

define variable h as handle no-undo.
create toggle-box h assign
  row = 2
  column = 1
  label = "hi there"
  frame = frame a:handle
  sensitive = true
  visible = true
.

wait-for window-close of current-window.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM