AutoHotkey Community

It is currently May 23rd, 2012, 5:18 am

All times are UTC [ DST ]


Search found 152 matches
Search these results:

Author Message

 Forum: Support   Topic: Trim a string from text with random variables?

Posted: December 7th, 2011, 12:26 am 

Replies: 4
Views: 97


Sorry, this is the input: 2106.187.35.94ieditconfig91321YESChinaKDDI Corporation 3106.187.36.183Tn3tComBravoYESChinaKDDI Corporation 4106.187.38.176flyingfigNOJapanKDDI Corporation 51...

 Forum: Support   Topic: Trim a string from text with random variables?

Posted: December 6th, 2011, 11:08 pm 

Replies: 4
Views: 97


Wasn't sure how to explain this in the subject... but here's what I mean. I'm trying to remove a bunch of gibberish from a text file, a few lines of which look like this: 2106.187.35.94ieditconfig91321YESChinaKDDI Corporation 3106...

 Forum: Support   Topic: How could I make the background in this transparent?

Posted: October 8th, 2011, 12:13 am 

Replies: 3
Views: 162


Using transcolor doesn't seem to clear the area around the buttons, and just standard transparency will make the buttons transparent too. So is it possible to remove the white space around the buttons? here's the gui i'm talking about: SH:= A_ScreenHeight-30-4 SW:= A_ScreenWidth-500-200 Gui -Caption...

 Forum: Support   Topic: Can you remove the AHK window from the taskbar?

Posted: October 7th, 2011, 3:32 am 

Replies: 3
Views: 125


zzzooo10 wrote:
ToolWindow wrote:
Provides a narrower title bar but the window will have no taskbar button.
Code:
Gui, +ToolWindow
Gui, Add, Button, w100, Test
Gui, Show
return


worked perfectly, can't even see the titlebar where i have it sitting, so that's great. Thanks! :)

 Forum: Support   Topic: Can you remove the AHK window from the taskbar?

Posted: October 7th, 2011, 3:04 am 

Replies: 3
Views: 125


I have a gui program that I want to have a very small visible footprint. But I don't want it hidden. When I have the gui open, it shows up on the taskbar, you can hide the gui to get rid of this, but i need it to be visible. FYI, i'm not talking about the system tray (which can be removed with #NoTr...

 Forum: Support   Topic: FileAppend doesn't seem to be working?

Posted: October 7th, 2011, 12:42 am 

Replies: 2
Views: 115


[Moderator's note: Moved topic from Scripts & Functions to Ask for Help.] Hi guys, I'm trying to make a script that allows us to easily count customer traffic vs sales through our door. But whenever I press the 'R' button, it should be adding a count to a file and it's not. I'm not sure why. An...

 Forum: Support   Topic: Easy Reading

Posted: September 25th, 2011, 11:50 pm 

Replies: 18
Views: 503


Possible, but probably a huge pain in the ass... If you could incorporate a while loop that would do it, then I think you could get it done, but yeah... massive pain probably.

 Forum: Support   Topic: Help: Funny result to my Enter every 2 minutes script :x

Posted: September 23rd, 2011, 7:48 am 

Replies: 4
Views: 220


First, please use the code tags when linking code. Now, at the start of the script, put: #SingleInstance Force And then if you want it to wait 2 mins and THEN start pressing enter every 2 mins (i.e. wait 2 mins before starting) then do this (you don't need "continue" either) Loop ; infinit...

 Forum: Support   Topic: Easy Reading

Posted: September 23rd, 2011, 6:58 am 

Replies: 18
Views: 503


I don't think you can use gradients. If you can you'd probably have to do it with an image, and then i don't know if that image could then be partially transparent. Can anyone inform me/OP of anything otherwise? edit: I did find this. I have no idea if you could incorporate it into the script someho...

 Forum: Support   Topic: How would I go about making this hotkey?

Posted: September 23rd, 2011, 1:34 am 

Replies: 12
Views: 404


nimda wrote:
Snowy42, that doesn't work. That sends the literal text "send f{F3}"


Oh really? My bad, didn't realise :S

 Forum: Support   Topic: How would I go about making this hotkey?

Posted: September 23rd, 2011, 1:20 am 

Replies: 12
Views: 404


Alpha Bravo wrote:
Code:
:*?:f::
send , f{F3}
return

Hotstrings


Or even shorter

Code:
:*?:f:: send f{F3}

 Forum: Support   Topic: Why isn't transcolor working here?

Posted: September 23rd, 2011, 1:10 am 

Replies: 9
Views: 208


Thank you too Leef_Me :)

 Forum: Support   Topic: Why isn't transcolor working here?

Posted: September 23rd, 2011, 1:10 am 

Replies: 9
Views: 208


nimda wrote:
You want Transparent, not TransColor. Then add a 'clickthrough' style, or +E0x20


THANK YOU!!!

 Forum: Support   Topic: Why isn't transcolor working here?

Posted: September 23rd, 2011, 12:53 am 

Replies: 9
Views: 208


Just trimmed down the script to isolate the issue... If i do this:

Code:
Gui, Color, 010101
Gui +LastFound +AlwaysOnTop
WinSet, TransColor, 010101 150


It doesn't seem to make it partially transparent... just completely transparent.

Can anyone figure that one out?

 Forum: Support   Topic: Why isn't transcolor working here?

Posted: September 23rd, 2011, 12:13 am 

Replies: 9
Views: 208


The script basically blacks out the entire screen except a bar across where your mouse is. Designed for reading lines of text easier. To operate it, you just have to hold down left control for >1 second and the black screen & bar will show up. I'm trying to get it so that the whole 'blacked out'...
Sort by:  
Page 1 of 11 [ Search found 152 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group