Author Topic: DCL Dialog - Set Default Active Field  (Read 1448 times)

0 Members and 1 Guest are viewing this topic.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
DCL Dialog - Set Default Active Field
« on: February 06, 2020, 04:27:13 PM »
For DCL, is it possible to set the default active field on a dialog?
If I have a dialog with a listbox and a textfield to typing, how can I make the default active field be the text field, instead of the item in the listbox?
See attached image for reference.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

roy_043

  • Water Moccasin
  • Posts: 1895
  • BricsCAD 18
Re: DCL Dialog - Set Default Active Field
« Reply #1 on: February 06, 2020, 05:12:15 PM »
Code: [Select]
MyDialog : dialog {
  initial_focus = "tilekey";
  ...
}

VovKa

  • Water Moccasin
  • Posts: 1631
  • Ukraine
Re: DCL Dialog - Set Default Active Field
« Reply #2 on: February 06, 2020, 05:14:10 PM »
mode_tile