AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DateTime Gui, up/down default to minutes instead of hours?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Erittaf



Joined: 03 Nov 2007
Posts: 182

PostPosted: Fri Nov 16, 2007 3:01 am    Post subject: DateTime Gui, up/down default to minutes instead of hours? Reply with quote

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 Confused

Thanks!
Back to top
View user's profile Send private message Send e-mail
aCkRiTe



Joined: 21 Jul 2006
Posts: 502

PostPosted: Fri Nov 16, 2007 3:12 am    Post subject: Reply with quote

If I understand you correctly... Just highlight the minutes and use the same arrow keys...
_________________

HTH...

Back to top
View user's profile Send private message
Erittaf



Joined: 03 Nov 2007
Posts: 182

PostPosted: Fri Nov 16, 2007 3:50 am    Post subject: Reply with quote

Yes that works but I want it to default to changing the minutes... As it is now if i just go to click the up/down buttons right away it will change to hours. It's reallyjust a Gui feel kind of preference, I was wondering if it could be done.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group