AutoHotkey Community

It is currently May 27th, 2012, 9:11 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 189 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11, 12, 13  Next
Author Message
 Post subject:
PostPosted: November 16th, 2011, 5:09 am 
Offline

Joined: September 17th, 2005, 6:43 pm
Posts: 242
0.001.109
Changed:
-Focus is applied when clicking on highlighted controls from another window (KooKsTeR)
0.001.108
Changed:
-Highlight is now done with Progress bars rather than Treeviews. Makes it easier to change the colors. (berban)
Added:
-Change the color of the highlight.
0.001.107
Changed:
-Controls disappearing at random...let me know if this helps.
0.001.106
Changed:
-Control Options window: if there are no options it will not display the options field (berban)
0.001.105
Added:
-Multiple monitor support (KooKsTeR)
Changed:
-Copy Width and Height now work with all selected controls rather than clicking on controls one after another.
0.001.104
Bug:
-Sorry again....Resize works every time. Highlight may be a bit buggy but I will get it.


Last edited by maestrith on November 17th, 2011, 4:20 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 17th, 2011, 3:28 am 
Offline

Joined: February 19th, 2010, 6:11 pm
Posts: 150
Location: California
Minor glitches:
1) movement icon will not show up while moving over a control unless gui creator is active, even if you click and move it.
2) clicking a selected control from another window does not activate the gui creator, even if the control is dragged.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 18th, 2011, 11:32 am 
Offline

Joined: September 17th, 2005, 6:43 pm
Posts: 242
0.001.115
Bug:
-If you click on the treeview for the program window it will lock up the program. I have made it so it does not totally freeze up, but I am working on a solution.
0.001.114
Added:
-Control A: Selects all controls (KooKsTeR)
0.001.113
Added:
-When holding Shift and clicking on an already selected control it will unselect that control (KooKsTeR)
-While holding control and either selecting or drag selecting controls it will toggle the selection of that control or controls.
-Quick delete (KooKsTeR,berban)
-Escape will close all dialog boxes (berban)
-Control Options: Focus is now set on the Name of control (berban)
Changed:
-Control Options: added NoSortHeader to the options Listview (berban)
0.001.112
Added:
-Doubleclick: If done on a control it will open up the options, If done anywhere else it will bring up a quick add menu. (berban,ruespe,and I'm sure others)
0.001.111
Added:
-Random Highlight Colors option...Let me know if you like it or not.
0.001.110
Changed:
-Focus should not be lost anymore (KooKsTeR for the left click portion of the script)
-There should be less flicker with the highlights (and the controls too)
-Change the color of the highlight in the Program Options

Big thanks to KooKsTeR for his help tonight!

I am sure that I missed some errors or bugs, please list them. If I did not get to an idea that you gave me, please give me some time. I have spent the last 4 days working on movement, highlighting, and consistency.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 22nd, 2011, 5:20 pm 
Offline

Joined: February 19th, 2010, 6:11 pm
Posts: 150
Location: California
Any news on development?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 22nd, 2011, 6:27 pm 
Offline

Joined: September 17th, 2005, 6:43 pm
Posts: 242
KooKsTeR wrote:
Any news on development?

I am sorry that it has been quiet.

Currently:

Removed program window:
-Had to write a way to keep all of the program organized.

Changing the right click menu:
-Making sub menus for functions.

Trying to clean up the code as much as possible:
-Hopefully when I am done it will be smaller, but retain all of the functionality.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 22nd, 2011, 6:35 pm 
Offline

Joined: February 19th, 2010, 6:11 pm
Posts: 150
Location: California
Any estimate as to when we will see the next release?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 23rd, 2011, 4:09 am 
Offline

Joined: September 17th, 2005, 6:43 pm
Posts: 242
KooKsTeR wrote:
Any estimate as to when we will see the next release?

Today :)

I will do my best to get a new screenshot up (not a whole lot has changed GUI wise).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2011, 4:51 am 
Offline

Joined: September 17th, 2005, 6:43 pm
Posts: 242
0.002.2
Fixed:
-Messed up the version number....sorry.
0.002.001
Added:
-Check for updates.
0.002.000
Changed:
-Re-wrote a good portion of the code. Removed the Program window (it was causing too many problems)
Added:
-You can now input X,Y,W,and H coordinates for controls
-Undo/Redo (not working perfectly just yet, but it does work. Thanks to Kookster for the testing help)
Removed:
-A Lot. If I removed your favorite feature please let me know and I will do my best to put it back in.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2011, 5:37 am 
Offline

Joined: February 19th, 2010, 6:11 pm
Posts: 150
Location: California
i created a button then tried to delete it. It removed the button name but not the button.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2011, 4:10 pm 
Offline

Joined: March 28th, 2010, 1:32 am
Posts: 681
Location: United States
KooKsTeR wrote:
i created a button then tried to delete it. It removed the button name but not the button.


How do you remove a control? I created a button, but I don't see any options to remove it from the right-click menu.

EDIT: Nevermind... I see that double clicking the control, and then pressing the delete key on the keyboard works. Seems like there should still be an option in the right-click menu though.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2011, 8:33 pm 
Offline

Joined: September 17th, 2005, 6:43 pm
Posts: 242
TheDewd wrote:
KooKsTeR wrote:
i created a button then tried to delete it. It removed the button name but not the button.


How do you remove a control? I created a button, but I don't see any options to remove it from the right-click menu.

EDIT: Nevermind... I see that double clicking the control, and then pressing the delete key on the keyboard works. Seems like there should still be an option in the right-click menu though.


Thank you for the feedback TheDewd :) I hope that everything else works well for you.

0.002.5
Added:
-Select all has worked with Control+A but I added an option in the Edit menu.
0.002.4
Fixed:
-Gui Numbering was causing an error.
0.002.3
Added:
-Right Click Menu now has the delete option under the edit menu (TheDewd)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 3rd, 2011, 8:29 pm 
Offline

Joined: September 17th, 2005, 6:43 pm
Posts: 242
0.002.6
Added:
-Change fonts for controls in the Control Options window. Also works with multiple controls selected.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 4th, 2011, 8:13 pm 
Offline

Joined: September 17th, 2005, 6:43 pm
Posts: 242
0.002.7
Added:
-Added a few commands to the "Program Options" for adding hotkeys
Fixed:
-Had an issue with font selection coming up when you update a control.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 4th, 2011, 8:39 pm 
Offline
User avatar

Joined: August 23rd, 2010, 6:22 pm
Posts: 781
Location: Ontario, Canada
Once again, looking good :).

_________________
AutoHotkey.net | GitHub

My default license.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 4th, 2011, 10:47 pm 
Offline

Joined: September 17th, 2005, 6:43 pm
Posts: 242
Uberi wrote:
Once again, looking good :).

Thank you Uberi :)


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 189 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11, 12, 13  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, Rajat and 7 guests


You can 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