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 26 matches
AutoHotkey Community Forum Index
Author Message
  Topic: General organisation with ahk
Avalon

Replies: 2
Views: 497

PostForum: Ask for Help   Posted: Thu Oct 18, 2007 4:29 pm   Subject: General organisation with ahk
I use a sentinel.ahk to launch all the other scripts. The sentinel.ahk start automatically when I log in, and start the hotkeys.ahk, google.ahk, etc...

HuBa: I use hungarian keyboard at home too, ...
  Topic: Help, can i get 2 guis at once?
Avalon

Replies: 2
Views: 422

PostForum: Ask for Help   Posted: Mon Oct 08, 2007 6:57 am   Subject: Help, can i get 2 guis at once?
If I understood you, you need this:

Gui, Add...
.
.
.
Gui, 2: Add, ...
.
.
.
Gui, 3: Add...
.
.
.
etc...

Please check http://www.autohotkey.com/docs/commands/Gui.htm#MultiWin ...
  Topic: Remote By Email
Avalon

Replies: 2
Views: 989

PostForum: Utilities & Resources   Posted: Mon Oct 08, 2007 6:53 am   Subject: Remote By Email
It sounds useful, however I don't seem to be able to get it work with my gmail account. It always sais that ACCOUNT TIMEOUT, or HOST NOT found, however I checked the POP3 settings on the gmail help pa ...
  Topic: xpath v3 - read and write XML documents with XPath syntax
Avalon

Replies: 416
Views: 78426

PostForum: Scripts & Functions   Posted: Sun Aug 26, 2007 10:29 pm   Subject: xpath v3 - read and write XML documents with XPath syntax
There are a few errors in your script, see FAQ:
Yeah, now i can see how many errors I had. :S I'm very new to this progamming thing, I usually make some very lame mistakes. Smile

I could manage to g ...
  Topic: xpath v3 - read and write XML documents with XPath syntax
Avalon

Replies: 416
Views: 78426

PostForum: Scripts & Functions   Posted: Sun Aug 26, 2007 4:22 pm   Subject: xpath v3 - read and write XML documents with XPath syntax
There should also be a well-formedness checker out there (

Thanks, I reformatted my XML file, but my code is still not working.

Here is my XML file:
<?xml version="1.0" encoding= ...
  Topic: xpath v3 - read and write XML documents with XPath syntax
Avalon

Replies: 416
Views: 78426

PostForum: Scripts & Functions   Posted: Sun Aug 26, 2007 2:58 pm   Subject: xpath v3 - read and write XML documents with XPath syntax
I have a basic query regarding XML.

I want to use a xml file to store my hotkeys, and then to load them into a Listview. I created an xml file, but I'n not quite sure that this is a valid xml file ...
  Topic: Hotstring helper designed by Andreas Borutta failes in exe
Avalon

Replies: 12
Views: 915

PostForum: Ask for Help   Posted: Sun Aug 19, 2007 4:32 pm   Subject: Hotstring helper designed by Andreas Borutta failes in exe
It seems to be OK, however, I am looking something I can code. I mean this is a possible solution, but I would prefer to write something on my own - with some help of course.

Is Mr.Green H troublin ...
  Topic: Hotstring helper designed by Andreas Borutta failes in exe
Avalon

Replies: 12
Views: 915

PostForum: Ask for Help   Posted: Sun Aug 19, 2007 2:34 pm   Subject: Hotstring helper designed by Andreas Borutta failes in exe
It seems to be OK, however, I am looking something I can code. I mean this is a possible solution, but I would prefer to write something on my own - with some help of course.

Thanks the idea thou ...
  Topic: Hotstring helper designed by Andreas Borutta failes in exe
Avalon

Replies: 12
Views: 915

PostForum: Ask for Help   Posted: Sat Aug 18, 2007 8:38 am   Subject: Hotstring helper designed by Andreas Borutta failes in exe
I have the same problem. Due to mobilty, I would like to compile my script, however, I still would like to modify the existing hotstrings during runtime.
Currently I am thinking on a solution, where ...
  Topic: Using local variables for GUI controls
Avalon

Replies: 8
Views: 1070

PostForum: Ask for Help   Posted: Tue Jun 05, 2007 6:33 pm   Subject: Using local variables for GUI controls
Helpy is right.
BTW, your problem was not really related to my problem.
I had a problem of creating a Gui inside a function which is now possible in AHK v1.0.46.01+ without any tricks by the use of ...
  Topic: Using local variables for GUI controls
Avalon

Replies: 8
Views: 1070

PostForum: Ask for Help   Posted: Tue Jun 05, 2007 3:15 pm   Subject: Using local variables for GUI controls
I pass these values as parameters, but I still don't unerstand this. If they are global, I dont have to pass them, right?
  Topic: Using local variables for GUI controls
Avalon

Replies: 8
Views: 1070

PostForum: Ask for Help   Posted: Tue Jun 05, 2007 2:53 pm   Subject: GUI global variable cease to exist inside a script
I have a GUI, one of its button trigger a function, but the variables submitted in the GUI part cease to exist after I call the function. As far I as I understood the Manual, GUI variables are global, ...
  Topic: Hide Icon
Avalon

Replies: 8
Views: 924

PostForum: Ask for Help   Posted: Wed May 30, 2007 12:24 pm   Subject: Hide Icon
Again, RTFM.
The tray icon can be made to disappear or reappear at any time during the execution of the script by using the command menu, tray, Icon or menu, tray, NoIcon.
Yeah, my fault I wasn't ex ...
  Topic: Hide Icon
Avalon

Replies: 8
Views: 924

PostForum: Ask for Help   Posted: Wed May 30, 2007 12:11 pm   Subject: hide after every ballontip
I have a similar question. I want to hide the icon of a script, but I can't use #NoTrayIcon, becouse I want to use ballontips. What I want, is to hide again after each ballontip, also hide after I rec ...
  Topic: Update remove spyware and defrag
Avalon

Replies: 10
Views: 829

PostForum: Ask for Help   Posted: Fri May 18, 2007 9:07 pm   Subject: Update remove spyware and defrag

Run %comspec% /k C:\WINDOWS\system32\defrag.exe C: -v > defraglog_C.txt

appears to work, just set A_WorkingDir before you start to put the file where you want.

Seem to be OK. Smile
...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group