AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 45 matches
AutoHotkey Community Forum Index
Author Message
  Topic: find replace » right angle quotes
acowbear

Replies: 5
Views: 452

PostForum: Ask for Help   Posted: Mon Nov 10, 2008 3:17 pm   Subject: SOLVED!!!
Ok, I figured it out.



special=
(
x x
)
StringReplace,special,special,x,,UseErrorLevel
text=
(
test days 11/10/08 8:00 AM 11/20/08 5:00 PM
)
Stri ...
  Topic: find replace » right angle quotes
acowbear

Replies: 5
Views: 452

PostForum: Ask for Help   Posted: Mon Nov 10, 2008 2:18 pm   Subject: find replace » right angle quotes
Sorry.
The » is not an actual character, it is a visual representation of something invisible. What I am deeling with is an "INVISIBLE" special character within my text files. » is the gl ...
  Topic: find replace » right angle quotes
acowbear

Replies: 5
Views: 452

PostForum: Ask for Help   Posted: Mon Nov 10, 2008 12:04 am   Subject: find replace » right angle quotes
right angle quotes just look like tabs in a text file, but if you have your text editor set to show special characters its glyph is the » symbol. I need to do a find replace in a string I loaded from ...
  Topic: Make a thread immediately interruptable
acowbear

Replies: 5
Views: 288

PostForum: Ask for Help   Posted: Mon May 12, 2008 10:54 pm   Subject: Make a thread immediately interruptable
Thanks for the help!
  Topic: Make a thread immediately interruptable
acowbear

Replies: 5
Views: 288

PostForum: Ask for Help   Posted: Sun May 11, 2008 3:47 pm   Subject: Make a thread immediately interruptable
My code works fine with an msgbox, but not at all without it. Here is what I think is occuring. When you click on an altsubmit listview A_GuiControlEvent "I" occures before A_guiControlEve ...
  Topic: Make a thread immediately interruptable
acowbear

Replies: 5
Views: 288

PostForum: Ask for Help   Posted: Sun May 11, 2008 2:22 pm   Subject: Make a thread immediately interruptable
I am trying to make the current thread immediately interruptable.

I currently have a work around where I have an msgbox with a timeout of 0.001, but you can still see it flash on the screen.
  Topic: Is there a way to retrieve a control's g-label?
acowbear

Replies: 2
Views: 163

PostForum: Ask for Help   Posted: Sat May 10, 2008 3:18 pm   Subject: Is there a way to retrieve a control's g-label?
Is there any way to retrieve the g-label name of a control using some other info (ClassNN, handle, associated variable, etc...) I have a feeling this might not be possible, but If anyone knows of a w ...
  Topic: Trouble using ImageMagick command line with ahk
acowbear

Replies: 2
Views: 270

PostForum: Ask for Help   Posted: Sat May 03, 2008 8:42 pm   Subject: Trouble using ImageMagick command line with ahk
Sweet!! It works now! Thanks!
  Topic: Trouble using ImageMagick command line with ahk
acowbear

Replies: 2
Views: 270

PostForum: Ask for Help   Posted: Sat May 03, 2008 3:54 pm   Subject: Trouble using ImageMagick command line with ahk
When I type this directly into the CMD...
convert "C:\Documents and Settings\gman\Desktop\Image Majic\1.jpg" "C:\Documents and Settings\gman\Desktop\Image Majic\3.bmp"

It uses ...
  Topic: get clicked row number of an LV, whithout activating glabel
acowbear

Replies: 0
Views: 200

PostForum: Ask for Help   Posted: Tue Apr 22, 2008 12:59 am   Subject: get clicked row number of an LV, whithout activating glabel
Hi! I have a listeview that runs a subroutine on doubleclick, but I need to know the row number they click on even when they are only doing a single click...anyone know of a way to get the row number ...
  Topic: command line e-mail retrieval with SSL support?
acowbear

Replies: 14
Views: 7035

PostForum: Ask for Help   Posted: Fri Mar 28, 2008 4:57 pm   Subject: Sweet!....but not perfect...
Sweet. I now have stunnel so blat and getmail are working with my gmail account....BUT, for some reason IF I send mail to myself with blat, then getmail fails to retreive it. It says "There are ...
  Topic: How would I make a msgbox close with a series of button...
acowbear

Replies: 5
Views: 326

PostForum: Ask for Help   Posted: Thu Mar 27, 2008 3:20 am   Subject: How would I make a msgbox close with a series of button...
Whenever you click f1 any message boxes you have up will be closed.

f1::
loop,
{
IfWinExist, ahk_class #32770
WinClose, ahk_class #32770
IfWinNotExist, ahk_class #32770
break
}
return
  Topic: Get row count only using my LV variable and GUI number??
acowbear

Replies: 4
Views: 252

PostForum: Ask for Help   Posted: Sun Feb 24, 2008 1:08 am   Subject: Get row count only using my LV variable and GUI number??
Sweet! So simple and great! Thanks! Smile
  Topic: Get row count only using my LV variable and GUI number??
acowbear

Replies: 4
Views: 252

PostForum: Ask for Help   Posted: Sat Feb 23, 2008 6:11 am   Subject: Get row count only using my LV variable and GUI number??
I'm not seeing how the above post helps?
That specifies which LV you want to use with the Built-in LV Functions, but I did not find any Built-in LV Functions that count rows....
  Topic: Multiple Listviews and how to direct actions each
acowbear

Replies: 3
Views: 562

PostForum: Ask for Help   Posted: Sat Feb 23, 2008 6:08 am   Subject: Multiple Listviews and how to direct actions each
gui, 1:default ;Tells it you want to work with gui #1
gui, Listview, myfavoritefoodlist ;Tells it you want to work with whatever Listview has the associated variable "myfavoritefoodlist&quo ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group