Erittaf
Joined: 03 Nov 2007 Posts: 182
|
Posted: Fri Nov 16, 2007 3:01 am Post subject: DateTime Gui, up/down default to minutes instead of hours? |
|
|
I am using a DateTime Gui control as follows:
| Code: |
Gui 1: add, edit, x5 y5 W90 limit15 vIpAddress
Gui 1: add, text, x100 y10, IP address
Gui 1: add, DateTime,1 x190 y5 w90 vStopTime, hh:mm tt
Gui 1: add, text, x285 y10, Stop Time
Gui 1: add, text, x5 y35, Account info/notes:
Gui 1: add, Checkbox, x190 y35 checked gPopCheckBox vPopup, Notify when down?
Gui 1: add, edit, x5 y50 r6 w330 vMessage
Gui 1: add, checkbox, x5 y144 w21 vLog gfilebox
Gui 1: add, edit, x26 y141 w215 vFilePath -WantReturn disabled, Log to file?
Gui 1: add, button, x245 y140 disabled gBrowse, Browse
Gui 1: Add, Button, x305 y140 Default gExecute, GO!
Gui 1: show,, PingPop
|
Is there a way to get the up/down arrows that appear to the right side default to modifying the minutes instead of the hours?
Couldn't find this one in the docs
Thanks! |
|