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: Inputbox error (Inputbox window could not be displayed)
ehagood

Replies: 12
Views: 679

PostForum: Ask for Help   Posted: Fri Mar 11, 2011 3:03 pm   Subject: Inputbox error (Inputbox window could not be displayed)
I know that this is a year old issue, but I am reinvestigating it. I have figured out the cause, just not the solution.

PROBLEM DESCRIPTION I created an instant messenger script so we can communic ...
  Topic: Selecting the position of tab added to existing tab control
ehagood

Replies: 6
Views: 440

PostForum: Ask for Help   Posted: Tue Feb 23, 2010 2:32 pm   Subject: Selecting the position of tab added to existing tab control
I am adding a tab to an existing tab control using

GuiControl,4:,MyTab,Test

But it creates the tab as the leftmost tab
(i.e.
Before adding...
|Tab 1|Tab 2|Tab 3|
After adding...
...
  Topic: AHK talking to MS Access
ehagood

Replies: 4
Views: 457

PostForum: Ask for Help   Posted: Mon Feb 22, 2010 10:24 pm   Subject: AHK talking to MS Access
Hey John,
Check this discussion out for ADO connections to Access databases.

http://www.autohotkey.com/forum/viewtopic.php?t=16565
  Topic: Inputbox error (Inputbox window could not be displayed)
ehagood

Replies: 12
Views: 679

PostForum: Ask for Help   Posted: Thu Jan 28, 2010 4:39 pm   Subject: Inputbox error (Inputbox window could not be displayed)
As of now, no. All the PC's are running the executable instead of the AHK file. If it was a single PC, I could run the script on just that one computer... but it varies from most of the PCs. So, I nev ...
  Topic: Inputbox error (Inputbox window could not be displayed)
ehagood

Replies: 12
Views: 679

PostForum: Ask for Help   Posted: Thu Jan 28, 2010 4:11 pm   Subject: Inputbox error (Inputbox window could not be displayed)
aaffe, I wondered that too at first. The message is stored on the network and will continue to display until either a reply or dismiss is clicked. So once I reload the script, the same message, as bef ...
  Topic: Inputbox error (Inputbox window could not be displayed)
ehagood

Replies: 12
Views: 679

PostForum: Ask for Help   Posted: Thu Jan 28, 2010 4:05 pm   Subject: Inputbox error (Inputbox window could not be displayed)
Yeah, it's not a comma issue. Once I reload the script... the InputBox works fine.
  Topic: Inputbox error (Inputbox window could not be displayed)
ehagood

Replies: 12
Views: 679

PostForum: Ask for Help   Posted: Thu Jan 28, 2010 3:52 pm   Subject: Inputbox error (Inputbox window could not be displayed)
Here is the section the error occurs in...

Reply:
GuiControlGet,From
GuiControlGet,SentMessage
Gui, 2:Hide
DisplayMessage("Off")
Sleep, 500
InputBox, MyReply, %MyNam ...
  Topic: Inputbox error (Inputbox window could not be displayed)
ehagood

Replies: 12
Views: 679

PostForum: Ask for Help   Posted: Thu Jan 28, 2010 3:39 pm   Subject: Inputbox error (Inputbox window could not be displayed)
I created an instant messenger script so we can communicate from PC to PC in our office. When the user presses reply, an inputbox pops up for the response. About once a week an error message pops on a ...
  Topic: iTunes and AutoHotkey
ehagood

Replies: 37
Views: 12299

PostForum: Scripts & Functions   Posted: Thu Sep 25, 2008 9:24 pm   Subject: iTunes and AutoHotkey
Wow ophthalmos,

I just downloaded this and it is great. Excellent job!

ehagood
  Topic: Returning from Auto-Exec section of #Included file
ehagood

Replies: 4
Views: 516

PostForum: Ask for Help   Posted: Thu Sep 25, 2008 6:21 pm   Subject: Returning from Auto-Exec section of #Included file
I wrote a script (which is to be '#included' into another script) which sets a timer that checks to see if the calling script has been updated. If it has, then it automatically reloads the calling scr ...
  Topic: Network Communication Script Without TCP/IP (Shared Drive)
ehagood

Replies: 3
Views: 2706

PostForum: Scripts & Functions   Posted: Sat Jul 12, 2008 9:45 pm   Subject: Network Communication Script Without TCP/IP (Shared Drive)
Hi "Guest".

Putting a file/folder path in a global variable is an excellent idea because it allows another coder to easily change the location by changing the value of one variable prio ...
  Topic: Network Communication Script Without TCP/IP (Shared Drive)
ehagood

Replies: 3
Views: 2706

PostForum: Scripts & Functions   Posted: Fri Jul 11, 2008 12:10 pm   Subject: Network Communication Script Without TCP/IP (Shared Drive)
Hey all,
At my office, we needed a way to communicate, but have the option of the message waiting until the user has logged on. I wrote this script which uses a shared network drive. Simply pop it ...
  Topic: Ideas on sorting array containing dates
ehagood

Replies: 5
Views: 433

PostForum: Ask for Help   Posted: Mon Jun 30, 2008 9:18 pm   Subject: Ideas on sorting array containing dates
Hey guys. Thanks for the advice. Below is what I ended up with...

;START SORT ROUTINE

;StringReplace Month, then rearrange yyyy mm* dd, finally store into comma delimited variable
Loop, %LogCou ...
  Topic: Ideas on sorting array containing dates
ehagood

Replies: 5
Views: 433

PostForum: Ask for Help   Posted: Mon Jun 30, 2008 12:31 pm   Subject: Ideas on sorting array containing dates
Hi all,
I have a daily back-up program that saves the back-ups with the run date as the name of the file. I have a script that gets the dates (by reading the file names), drops them into an array, ...
  Topic: why traytip doesnt show??!!
ehagood

Replies: 2
Views: 742

PostForum: Ask for Help   Posted: Thu Oct 26, 2006 4:34 pm   Subject: why traytip doesnt show??!!
It appears that the reason why is that a traytip will not appear without text, even if a title is given (I've personally never run into this before). I played around with your script and once I added ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group