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 51 matches
AutoHotkey Community Forum Index
Author Message
  Topic: backspace first..then append txt files
exhueydriver

Replies: 3
Views: 320

PostForum: Ask for Help   Posted: Wed Sep 07, 2005 1:17 am   Subject: backspace first..then append txt files
How about
StringTrimRight, OutputVar, InputVar, Count

inFileLocation = c:\newfoler\*.txt
Loop,%inFileLocation%,0,1
{
FileRead,fileContents,%A_LoopFileFullPath%
StringTrimRight, ...
  Topic: ControlClick- Enter
exhueydriver

Replies: 2
Views: 366

PostForum: Ask for Help   Posted: Thu Aug 25, 2005 5:21 am   Subject: ControlClick- Enter
Ok, I've got this App where I export files, and my prob is with the Save As
DialogueBox. If I manually click on the button "Save", the DB goes away
immediately, same if I press the Enter key. When I ...
  Topic: StringReplace
exhueydriver

Replies: 2
Views: 303

PostForum: Ask for Help   Posted: Mon Jul 11, 2005 6:22 am   Subject: StringReplace
Okay, I modified this script from the CHM, it produces a list of installed printers separated by linefeeds, I'm trying to convert that list to a single line
with the values separated by pipes(|), so ...
  Topic: Mouse Curser Get
exhueydriver

Replies: 2
Views: 349

PostForum: Ask for Help   Posted: Thu Jun 09, 2005 4:56 pm   Subject: Mouse Curser Get
Many Thanks, Chris. Now I can find another reason to lose my mind.
Don
  Topic: Mouse Curser Get
exhueydriver

Replies: 2
Views: 349

PostForum: Ask for Help   Posted: Thu Jun 09, 2005 5:11 am   Subject: Mouse Curser Get
I thought sure there was a way to get what the current mouse
shape, ie, pointer or curser(pipe), spent the last hour searching the .chm,
no luck. Am i losing my mind?
TIA
Don
  Topic: search and replace
exhueydriver

Replies: 6
Views: 454

PostForum: Ask for Help   Posted: Sun Feb 27, 2005 4:18 am   Subject: search and replace
Also, almost every editor other than Notepad offers this simple functionality. Wink
I must have a different version of Notepad, 'cause Find & Replace is there.
Don
  Topic: AHK_Editor
exhueydriver

Replies: 68
Views: 16068

PostForum: Scripts & Functions   Posted: Tue Feb 22, 2005 1:14 am   Subject: AHK_Editor
Vrai = True and Faux = False
Works here, XP Pro
Merci
Don
  Topic: Challenge of the week [1]
exhueydriver

Replies: 26
Views: 1993

PostForum: Ask for Help   Posted: Sun Feb 13, 2005 5:54 am   Subject: Challenge of the week [1]

Apparently you've never been to Minnesota in February. Laughing I had the pleasure of hearing a Siberian complain about the weather here last week.
That's why I got out of Wisconsin, Washington State ...
  Topic: Newbie
exhueydriver

Replies: 5
Views: 431

PostForum: Ask for Help   Posted: Sun Feb 13, 2005 5:43 am   Subject: Re: Newbie
I just found this stuff to program hotkeys for my keyboard. I didn't know it would be so confussing.

I you think AHK is "confussing", don't even try AutoIt.
Thanks
Don
  Topic: Find As You Type
exhueydriver

Replies: 26
Views: 1420

PostForum: Ask for Help   Posted: Wed Feb 09, 2005 1:20 am   Subject: Find As You Type
That link DOES work, looks interesting
Don
  Topic: Find As You Type
exhueydriver

Replies: 26
Views: 1420

PostForum: Ask for Help   Posted: Tue Feb 08, 2005 5:18 am   Subject: Find As You Type
@Guest, You might consider logging on, makes things easier.
Also, your link doesn't work.
P.S.
Ihad Opera, Paid for it, now I use MOZ!
Don
  Topic: Key Sender
exhueydriver

Replies: 7
Views: 2154

PostForum: Scripts & Functions   Posted: Thu Feb 03, 2005 4:36 am   Subject: Key Sender
It's not your fault; it's just that the forum has something of a learning curve.
and I'm enjoying every moment of it!
Don
  Topic: Automate PDF printing
exhueydriver

Replies: 8
Views: 804

PostForum: Ask for Help   Posted: Wed Feb 02, 2005 5:26 am   Subject: Automate PDF printing
Hey Ben-(You're not that tower in London, are you, I'd hate to be talking
to a Clock! lol)
I hope you're not on a tight schedule, I just finished moving my office, and
I'm ready for sleepy time.
L ...
  Topic: Automate PDF printing
exhueydriver

Replies: 8
Views: 804

PostForum: Ask for Help   Posted: Tue Feb 01, 2005 5:13 am   Subject: Automate PDF printing
Welcome to the AHK forum. Finally, another FMP'er!
Having said that, there are a couple of problems here.
(You didn't say which version of FMP?)

- Verify that the user has a printer with 'PDF' in ...
  Topic: Temporarily remove lines of code
exhueydriver

Replies: 4
Views: 631

PostForum: Wish List   Posted: Mon Jan 10, 2005 7:51 am   Subject: Re: Temporarily remove lines of code
If var2 = 1
Ignore,49-56,Off

The problem with this is what happens if you add a line before line 49?

How about declaring a Var at the start-

ScriptSection1=1

Then enclose that section wit ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group