Search found 559 matches
- 15 Sep 2018, 16:07
- Forum: Ask For Help
- Topic: (solved) AutoXYWH function - Y axis Resize bug [cause Tab3] Topic is solved
- Replies: 13
- Views: 2137
Re: AutoXYWH function - Y axis Resize bug [cause found Tab3] Topic is solved
Wow. This is what I call impressive knowledge. Seriously how can you be so smart as to fix this and make it so simple that only ! fix it :D Im exagerating a bit but this is genious. One of my most impressive tool cause I know how complex calculating manually all the proportions is! thanks man! On th...
- 15 Sep 2018, 13:10
- Forum: Ask For Help
- Topic: (solved) AutoXYWH function - Y axis Resize bug [cause Tab3] Topic is solved
- Replies: 13
- Views: 2137
Re: Auto XYWH function (x0.5 + y0.8) bugs Y axis Resizing Topic is solved
I found it!! The problem resolves when I De-activate the Tab3 Control that the controls are dependent on! Damn it whats this lol EDIT: Tab1 and Tab2 models dont have a background and they don't introduce the problem but Tab3 has a background and bugs if the Tab3 is activated but the controls are not...
- 15 Sep 2018, 12:27
- Forum: Ask For Help
- Topic: (solved) AutoXYWH function - Y axis Resize bug [cause Tab3] Topic is solved
- Replies: 13
- Views: 2137
Re: Auto XYWH function (x0.5 + y0.8) bugs Y axis Resizing Topic is solved
Thanks for your reply!! Ill do this and edit post :) EDIT: I'm very sorry but I can't break down the gui because all variables are interdependant. Before editing post I tried lots of other possibilities and nothing fixed it. But you're perfectly right that your script example can't reproduce the bug...
- 15 Sep 2018, 11:28
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
Thanks man, I've used it except for the Loop keys cause I didn't understand it 
I've updated previous post to lastest version so you dont waste time on old version when you check it up

I've updated previous post to lastest version so you dont waste time on old version when you check it up
- 15 Sep 2018, 09:39
- Forum: Ask For Help
- Topic: (solved) AutoXYWH function - Y axis Resize bug [cause Tab3] Topic is solved
- Replies: 13
- Views: 2137
(solved) AutoXYWH function - Y axis Resize bug [cause Tab3] Topic is solved
Hi guys, I'm creating a Calculation table in a GUI and placing buttons where they need to be. Then I use Auto XYWH function to act upon GUI SIZE: gLabel. Problem is: When I have controls assigned to be positionned according to these two parameters: x + y, Resizing the GUI only Horizontally without t...
- 14 Sep 2018, 22:57
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
Here is my final version before going to sleep. I have brutaly bypassed letters with remmaping to do nothing loll! It is also good to note that with the final reformating by pressing TAB, even if there was letters or anything, it would end up clean and rounded EDITED: Update this morning before you ...
- 14 Sep 2018, 21:33
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
thanks 
Please let me know what strengths and weakness you find later when you have time to test

Please let me know what strengths and weakness you find later when you have time to test

- 14 Sep 2018, 21:14
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
Ok so... This was my best attempt at sorting things out. To do so I HAD to completly start over with the knowledge you taught me and further readings I did while I could not sleep last two nights lol. Please test it and tell me want you think of some IDEAS and Function Ideas. I tried a different app...
- 14 Sep 2018, 20:43
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
I'm sorry for late reply, I've been recoding everything in my own low-level understanding of how AHK works and in regards of the problems we encoutered.
I'll be posting soon
I'll be posting soon

- 14 Sep 2018, 18:11
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
I get you. Yeah it becomes very complex more and more. Maybe we can strip down features and consider the pretty-fyer as a second stage that happens on confirmation that the input is done?
- 14 Sep 2018, 15:40
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
For my part I dont understand ternary I dont know how to help with this 

- 14 Sep 2018, 13:14
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
I think the problems occur because of these additions: 1) round() will add .00 as soon as you type one integer. Result for CarretPosition is: +3 1.1) on a related note, we have a part of the function that already tries to deal with 0's 2)the ThousandSeparator (prettify) will add one space every 3 nu...
- 14 Sep 2018, 12:22
- Forum: Ask For Help
- Topic: Long press C to send Ç Topic is solved
- Replies: 13
- Views: 3555
Re: Long press C to send Ç Topic is solved
It could, but using a keyboard hook is system wide, so it's like taking a cannon to kill a mosquito. Even then, you could get around it by pasting content or ControlSetText . I think you're better of by using the edit's g-label to set some content validation on each change of the edit box and resto...
- 14 Sep 2018, 11:48
- Forum: Ask For Help
- Topic: Long press C to send Ç Topic is solved
- Replies: 13
- Views: 3555
Re: Long press C to send Ç Topic is solved
Wow!! very nice man!!
is this kind of coding able to intercept keys before they get written in specific gui edit controls?
Lets say you want a custom "Number only" "Minus sign/negative value" "commas replaced by dots"?
is this kind of coding able to intercept keys before they get written in specific gui edit controls?
Lets say you want a custom "Number only" "Minus sign/negative value" "commas replaced by dots"?
- 14 Sep 2018, 09:19
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
Hey Wolf, hope you are doing well today. I have been testing the CPU usage of our function and it can be intense :D up to 6% on my 5ghz workstation and 20% on my workplace laptop. This can happen when you hold down a key for a long time like minus or a number/letter etc. So I've been trying to figur...
- 14 Sep 2018, 06:42
- Forum: Ask For Help
- Topic: date calculation
- Replies: 9
- Views: 2611
Re: date calculation
nice!! I would never have thought of using vMonthFirst, Floor and Mod maths!
Thanks alot for all this. I'll be experimenting with it and trying to understand more completely the process to get the vOutput
Thanks alot for all this. I'll be experimenting with it and trying to understand more completely the process to get the vOutput
- 14 Sep 2018, 05:43
- Forum: Ask For Help
- Topic: date calculation
- Replies: 9
- Views: 2611
Re: date calculation
Very interesting.. I did not hear about this function (envsub) before even when I was looking for date calculations... Could you find what Quarter a business is in comparing the beginning of its fiscal.year? Example: company A incorporated begins fiscal year 2018-02-01. Todays date 2018-09-14. Could...
- 14 Sep 2018, 05:30
- Forum: Ask For Help
- Topic: click on a field of active window by id with an autohotkey like (for example) /6.3.1/
- Replies: 4
- Views: 1059
Re: click on a field of active window by id with an autohotkey like (for example) /6.3.1/
It seems interesting but i dont understand why Excel and why there is only one hotkey?
Do you trigger all these actions at once?
Do you trigger all these actions at once?
- 13 Sep 2018, 21:26
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
man, this version is pretty awesome! Seems to respond faster and very neat. Yes I am tired too this is very hard on the brain lolll :D thanks for sharing the effort with me its really a good experience! I have noticed what you talk about the myCursorPos. What happens is that because the Pretty-fyer ...
- 13 Sep 2018, 18:27
- Forum: Ask For Help
- Topic: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Money Calculation Table Topic is solved
- Replies: 72
- Views: 7071
Re: Gui Edit Controls: Numbers/ 2 decimal /negative value for use in Excel-like Calculation Table Topic is solved
Man, I am totally lost now because there is so much steps I am not skilled enough to follow yet :O It seem like we could do it simpler but I keep trying and get more confused than before trying lol!! Currently we have excellent features with: - Numbers only except dot or minus - max 1 dot - no leadi...