AutoHotkey Community

It is currently May 27th, 2012, 12:00 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 115 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8  Next
Author Message
 Post subject:
PostPosted: January 31st, 2012, 3:51 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
3. Yes but you will need to use DllCall("CreateWindow"...), so it is not that simple and it is not AHK control with all the features but a manual control without label, variable....

You can try using SetParent so ToolTip will be parent of your gui.

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 31st, 2012, 4:17 pm 
Okey, thanks.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2012, 8:31 am 
Offline

Joined: February 7th, 2012, 2:09 am
Posts: 28
Wasn't sure where to post, but figured that this would be just as good as any. I downloaded TT.ahk, _Struct.ahk, and sizeof.ahk and placed all of them in my projects \Lib directory. I decided to use the example on page one and I ran into problems immediately.

It reads:
Quote:
Error at line 48 in #include file "C:\...\Lib\TT.ahk".

The following variable name contains an illegal character:

"options:"

The program will now exit

At first I thought I didn't have AHK_L so I redownloaded it, twice. Still, the error persisted. I then went back and erased all of the libraries and cleared my browsers cache and Save As...'d all of the files, still the problem persisted. The most recent attempt to fix this was to manually change all the errors, this became painstaking and eventually the script became unusuable. Why am I the only one having this issue? :?

Edit: I'm using AHK_L v 1.1.06.01 on Windows 7 x86 Professional on a Netbook.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2012, 7:04 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Sorry I have replaced it by accident, try downloading again.

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 14th, 2012, 1:59 pm 
Offline

Joined: September 10th, 2010, 8:40 am
Posts: 58
Location: Hungary
According to the help TT.Show() should show the Tooltip at the mouse cursor but I always get it at the top left corner of the screen (shifted probably a pixel or two to bottom and right). Am I missing something important?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2012, 8:21 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Sorry for that gemisigo, and thanks for letting me know.
I am currently working on improvements for _Struct and hope to release it this week, that problem will be fixed then.

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2012, 10:13 am 
Offline

Joined: September 10th, 2010, 8:40 am
Posts: 58
Location: Hungary
Thanks, HotKeyIt. I'm checking the link in your signature and I've just discovered that you've created some mean things :) I really should spend more time stalking this forum :(

I suppose there is an overlap between HotKeyIt and AutoHotFile. Which one do you recommend?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2012, 11:16 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
I have in mind to update both HotKeyIt and AutoHotFile.
AutoHotFile is thought for advanced users and it is file oriented.
HotKeyIt does not work with files but saves all scripts in an ini file.

I use AutoHotFile only.

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2012, 12:32 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
gemisigo wrote:
According to the help TT.Show() should show the Tooltip at the mouse cursor but I always get it at the top left corner of the screen (shifted probably a pixel or two to bottom and right). Am I missing something important?
That should work now.

Update wrote:
TT is now also available vor AutoHotkey v2

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2012, 6:28 am 
Offline

Joined: September 10th, 2010, 8:40 am
Posts: 58
Location: Hungary
Weird. I compared the new and the old file and I see that there are only two lines changed but those made it not to show anything at all. Later today I'll separate the calling part of my code from the rest of it to make sure nothing interferes and try it again.

Also, TT.chm shows "Navigation to the webpage was canceled". Does it require something specific to be set up?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2012, 10:06 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
TT.chm should be alright now.

:!: Note, you will need latest version of _Struct and sizeof :!:

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Last edited by HotKeyIt on February 20th, 2012, 10:35 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 20th, 2012, 10:17 am 
Offline

Joined: September 10th, 2010, 8:40 am
Posts: 58
Location: Hungary
You were right, I had to update both _Struct and sizeof, now all of them are working properly, TT.chm as well. Thank you very much, HotkeyIt.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 2nd, 2012, 7:35 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Update wrote:
Small fix for v2 alpha 031 (WinGetPid).

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 12th, 2012, 12:21 pm 
Offline

Joined: November 21st, 2010, 9:55 pm
Posts: 11
Location: Russia
Links
TT.ahk (function) - TT.ahk (v2 version) - TT.chm (help file) - Documentation Online
aren't working now. What happened?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 12th, 2012, 2:40 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
autoHotkey.net was down, seems to work fine now :D

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 115 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: notsoobvious, rrhuffy and 14 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group