| Author |
Message |
Forum: Utilities Topic: ReactOS, Windows Clone |
| maximina |
|
Posted: September 29th, 2009, 8:46 pm
|
|
Replies: 2 Views: 1670
|
| Just thought I'd shout out an update... And since a thread already existed: ReactOS is still in the "alpha" stage at version 0.3.10 But it seems it now runs Autohotkey scripts quite well (previously it seemed to have some issues with them). So if one needed to deploy a really quickly made ... |
|
 |
Forum: Support Topic: Calling 7zip through DllCall |
| maximina |
|
Posted: September 22nd, 2008, 8:40 pm
|
|
Replies: 10 Views: 18947
|
Sorry for pulling up an old thread, but has anyone had any success with this?
I'd like to include 7z abilities with a distributable script, but would like to exclude the exe for the sake of filesize, and call the Dll directly. |
|
 |
Forum: Support Topic: Save to a file without "`r"? |
| maximina |
|
Posted: September 16th, 2008, 4:45 pm
|
|
Replies: 1 Views: 382
|
| nevermind, just found binary mode, Duh... |
|
 |
Forum: Support Topic: Save to a file without "`r"? |
| maximina |
|
Posted: September 16th, 2008, 4:44 pm
|
|
Replies: 1 Views: 382
|
| I've just noticed that when using FileAppend somehow autohotkey is putting `r at every `n in the file... Since the files I'm working with are hundreds of thousands of lines this is having a big effect on file-size and other things. Is there a way to save to a file exactly the way the variable is sto... |
|
 |
Forum: Support Topic: Get the pixel size of text? (not fixed-width) |
| maximina |
|
Posted: September 13th, 2008, 3:11 am
|
|
Replies: 4 Views: 834
|
I just thought of something...
I could create a new gui that is hidden with the text fields as they should be, let it be auto sized, and take it's size, and use that to adjust the size of the visible gui... That would prevent a flashing glitchy looking gui, and would be an easy workaround. |
|
 |
Forum: Support Topic: Get the pixel size of text? (not fixed-width) |
| maximina |
|
Posted: September 12th, 2008, 10:09 pm
|
|
Replies: 4 Views: 834
|
| most things will tell you the size of the control, not the size of the text inside the control. you may have some difficulties for the general case of your problem. I know the font is not fixed width, but is the font likely to change? you could then read the text and calculate the width of each cha... |
|
 |
Forum: Support Topic: Get the pixel size of text? (not fixed-width) |
| maximina |
|
Posted: September 12th, 2008, 9:53 pm
|
|
Replies: 4 Views: 834
|
| I need to have a window scale appropriately to snugly fit around text controls that change in value/size/font... How do I calculate/find the real width of the text regardless of the font chosen? Is there a way to calculate the width/height based on the font and it's size? I know I can have the windo... |
|
 |
Forum: Scripts Topic: Voice Recognition COM |
| maximina |
|
Posted: March 17th, 2008, 10:21 pm
|
|
Replies: 128 Views: 26297
|
Anonymous wrote: Read the original thread linked at the top. You need to install Speech SDK 5.1
Which parts of the SDK are needed? |
|
 |
Forum: Support Topic: Retrieving the volume of microphone input (sound activation) |
| maximina |
|
Posted: March 17th, 2008, 10:17 pm
|
|
Replies: 4 Views: 486
|
| teamspeak and skype are both free .... uless you really just want a unique program for yourself Well, prefferably I'd like to use the in-game system in case we want to allow the perk that lets you listen to the chat of the other team when in close proximity... Also, if an xbox player plays it on PC... |
|
 |
Forum: Support Topic: Retrieving the volume of microphone input (sound activation) |
| maximina |
|
Posted: March 17th, 2008, 9:11 pm
|
|
Replies: 4 Views: 486
|
| I am trying to make a simple application for an experiment at a game center where we run Call of Duty 4 off of PCs, using Xbox 360 controllers for a semi-cross-platform tournament. The one problem I have, is that the xbox version has voip that is automatic, (you talk, it transmits). The PC version o... |
|
 |
Forum: Support Topic: per-pixel alpha blended GUI demo |
| maximina |
|
Posted: November 6th, 2007, 5:59 am
|
|
Replies: 195 Views: 25260
|
| Now, if only someone could figure out how to change the transparency of the alpha-blended image on the fly... |
|
 |
Forum: Support Topic: per-pixel alpha blended GUI demo |
| maximina |
|
Posted: November 5th, 2007, 9:28 pm
|
|
Replies: 195 Views: 25260
|
| Excellent work chaps! This solution is getting book-marked. I haven't tried it yet, but one brainstorm idea I had was to use the DOC function to dock a widow with controls on top of the window with the png, and then set the background color of the window with the controls to be transparent with Wins... |
|
 |
Forum: Support Topic: Using more than 50% of the CPU |
| maximina |
|
Posted: October 31st, 2007, 4:59 am
|
|
Replies: 15 Views: 1172
|
engunneer wrote: that didn't answer my question.
do you have a dual core processor? that would limit your script to 50%
yes... yes I do...
I didn't think that would limit it, because affinity has the process on both cores... So, does ahk only run on one core? |
|
 |
Forum: Support Topic: Using more than 50% of the CPU |
| maximina |
|
Posted: October 31st, 2007, 4:43 am
|
|
Replies: 15 Views: 1172
|
| what kinds of commands are in your script? there may be other ways to improve speed. There isn't anything extravagant. I've been optimizing it for quite some time, even to the point of calculating different sections of the database in different ways because some ways are faster at certain points...... |
|
 |
Forum: Support Topic: Using more than 50% of the CPU |
| maximina |
|
Posted: October 31st, 2007, 4:17 am
|
|
Replies: 15 Views: 1172
|
| I have a script that creates a database on the fly. It's a rather large database and can take 10-13 minutes to complete this process. But I strongly believe it should be getting this done much faster. I spent an entire day reworking the code to only shave seconds from this time. THEN I checked task ... |
|
 |
| Sort by: |