AutoHotkey Community

It is currently May 27th, 2012, 4:09 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 42 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: September 13th, 2004, 9:37 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Although it may have worked, surely it didn't actually ever launch the subroutine on its own? Because I haven't implemented change-detection for Edit controls, I thought it best to make it (and anything else not implemented) a syntax error because otherwise, these old scripts might get broken when the features finally are implemented.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 13th, 2004, 9:59 pm 
Offline

Joined: September 7th, 2004, 9:20 pm
Posts: 275
Location: France
My english is not so good. I didn't understood well your answer... Is it normal now that a gosub parameter is considered as an error ? If it is the case, how to implement a routine to (for exampel) verify what is typed in the edit box ?

The routine is not launched as the error I talk about stop the script. For example the masked input of a date in http://www.autohotkey.com/forum/viewtopic.php?t=721&postdays=0&postorder=asc&start=75 would not be possible anymore (beardboy note after mine...)


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 1:47 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
I'll clarify: I don't think the gLabel option ever worked on EDIT controls with any version of the alpha GUI. This is because I never programmed anything to make it work. If you actually used it and it worked for you with a previous version, please let me know.

You can still use SetTimer as in beardboy's example.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 5:28 am 
Offline

Joined: September 7th, 2004, 9:20 pm
Posts: 275
Location: France
Sorry sorry sorry. I give my applogies in the wrong forum !!! I tired !!! I answered in the general chat programm under GUI ideas...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 5:28 pm 
Offline

Joined: September 7th, 2004, 9:20 pm
Posts: 275
Location: France
I hope that I am more awake than this morning (for me - my predecent post).

I have a new (?) proposition :

As it is possible to give a gray state to a Checkbox, will it be possible to do the same to the other controls (so edit and his associated text, Button, GroupBox and Radio buttons, DropDownList, ComboBox and List Box) to indicate to the user that for any reason, they are not available but they still exists ?

I think it can be better than to hide controls that are not necessary at a given moment.

Thanks for your answer.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 5:43 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
use
control, disable

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 6:05 pm 
Rajat wrote:
use
control, disable

I know that, Rajat, and I'm agree with you.

But as I said previously in this topic about the selection of an item in a DDL :
Nemroth wrote:
Quote:
You can use the commands "Control Choose/ChooseString" to select an item in a DropDownList, ComboBox, or ListBox.


NB : Of course and it's a good thing for the GUI the AHK developper don't create and want to control.

I'm not shure is the best thing for the GUI the AHK developper creates himsel. He should have simpler way to control it's own creation... But that's only my opinion...

It's just that I think it's probably easier for an AHK developper to drive it's own GUI by the mean of options. Of course we can do with the Control command a lot of things on our GUIs, but perhaps it's more easy to use options...


Top
  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 6:07 pm 
Offline

Joined: September 7th, 2004, 9:20 pm
Posts: 275
Location: France
Precedent Guest is me... I was disconnected...


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 6:57 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Quote:
I think it's probably easier for an AHK developper to drive it's own GUI by the mean of options
More options are coming soon.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 7:05 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
i believe if something's readily doable by a single line cmd, then its quite easy... also it'd be better to add options to tackle things that're not possible or not quite simple to figure out.

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 7:08 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
also u'll still have to use the control cmd once... like if u initially bring it enabled then u'll have to control' disable it ...or vice versa.
unless u want to gui, destroy it and recreate it with opposite state!

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 14th, 2004, 7:26 pm 
Offline

Joined: September 7th, 2004, 9:20 pm
Posts: 275
Location: France
Rajat wrote:
also u'll still have to use the control cmd once... like if u initially bring it enabled then u'll have to control' disable it ...or vice versa.
unless u want to gui, destroy it and recreate it with opposite state!
On this point, I cant say anything else that you are right...


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 42 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group