AutoHotkey Community

It is currently May 24th, 2012, 8:57 am

All times are UTC [ DST ]


Search found 16 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Add ToolTips to controls.

 Post subject: Re: Clarify please
Posted: November 14th, 2011, 1:51 pm 

Replies: 36
Views: 8690


You're supplying the name of the g-label, not the hwnd. Greetings fragman, I am new to this, so can you tell me, where do I find the needed hwnd. As you can see, I was able to get it going by upgrading, but a little info can go a long ways ;-) Thanks The first parameter of the AddToolip function is...

 Forum: Scripts   Topic: Add ToolTips to controls.

 Post subject: Clarify please
Posted: November 13th, 2011, 9:14 pm 

Replies: 36
Views: 8690


fragman wrote:
You're supplying the name of the g-label, not the hwnd.


Greetings fragman,
I am new to this, so can you tell me, where do I find the needed hwnd.
As you can see, I was able to get it going by upgrading, but a little info can go a long ways ;-)

Thanks

 Forum: Scripts   Topic: Add ToolTips to controls.

 Post subject: Ok, I figured it out.
Posted: November 13th, 2011, 9:08 pm 

Replies: 36
Views: 8690


I actually had the wrong version of AHK installed.
I would have sworn that it was current, BUT.....as it turns out I was wrong. Sorry for the bother

Installed: AuhoHotKey_L

 Forum: Scripts   Topic: Add ToolTips to controls.

Posted: November 13th, 2011, 8:14 pm 

Replies: 36
Views: 8690


Hi again Using Arts Unicode variation I was able to get this to work with a button, But I cant for the life of me get it to work with an image. Gui, Add, Picture, x219 y105 w50 h50 Background Trans HwndPicture_Hwnd gItem1, C:\!-Gui\Pirate GUI\coin2.png AddTooltip(Item1,"AHK Read Me file&quo...

 Forum: Scripts   Topic: Add ToolTips to controls.

 Post subject: A little help please
Posted: November 12th, 2011, 11:04 pm 

Replies: 36
Views: 8690


OK, I finally got this script to work for me, but when I hover for a tooltip, it only shows the first letter (much like the last post, and he didnt leave a fix lol)

Can someone tell me where I need to look?

Thanks, Terry

 Forum: Scripts   Topic: Draw your own controls. No more square buttons.

 Post subject: Yeah I am
Posted: November 12th, 2011, 5:12 pm 

Replies: 36
Views: 3269


I DLd your script, a couple of examples, and tried to run it. I get an error, Line: 59 Call to nonexistent function. I am sure I don't have the DockA files in the right place or something, any ideas? Thanks Just saw the info for the Lib folder......dont know how I missed it, but I have the examples...

 Forum: Scripts   Topic: Draw your own controls. No more square buttons.

 Post subject: ok...am I stoopid or what?
Posted: November 12th, 2011, 5:06 pm 

Replies: 36
Views: 3269


I DLd your script, a couple of examples, and tried to run it.

I get an error, Line: 59

Call to nonexistent function.

I am sure I don't have the DockA files in the right place or something, any ideas?

Thanks

 Forum: Scripts   Topic: [AHK_L] AnimateWindow wrapper

Posted: November 8th, 2011, 12:48 am 

Replies: 18
Views: 1526


The function is found right at the bottom of the script that your error is claiming does not exist. The guest is right and you need to put that within your script. When nimda said #Include the function, he meant this: AnimateWindow(HWND, Options, t=200){ o := 0, op := {Activate : ...

 Forum: Scripts   Topic: [AHK_L] AnimateWindow wrapper

Posted: November 8th, 2011, 12:11 am 

Replies: 18
Views: 1526


http://d.ahk4.me/Functions You need to #include the function, or copy-paste it in. Ok, tried that. Maybe I am just not doing something right. I need to #Include User32.dll correct? I tried it with path and without. Carats before and after but I get an error now Function Library not found. Will your...

 Forum: Scripts   Topic: [AHK_L] AnimateWindow wrapper

 Post subject: Thanks
Posted: November 7th, 2011, 12:17 am 

Replies: 18
Views: 1526


I will give'r a go soon....I found a work around with gui, move and winset lol. But seriously, thanks again

 Forum: Scripts   Topic: [AHK_L] AnimateWindow wrapper

Posted: November 6th, 2011, 6:12 pm 

Replies: 18
Views: 1526


Am I missing something? When I try to run this script I get an error. Line: 005 Call to nonexistent function Specifically AnimateWindow(H, "Center BT Activate", 2000) I dont know where the issue lies.....Do I need to reference the User32.dll or something somewhere? I am running Vista Home ...

 Forum: Support   Topic: Need help resizing IE8 on launch by script.

 Post subject: hmmm.....not quite.
Posted: November 5th, 2011, 1:24 pm 

Replies: 4
Views: 196


I used codekillers tact, but it still wont work on IE8. I also tried Tanks advice....change to Run from RunWait, to no avail. BUT....jpjazzy, your idea worked flawlessly....thank you. My next question was going to be how to keep from opening a new window everytime I launch and Url....but I discoverd...

 Forum: Support   Topic: Need help resizing IE8 on launch by script.

Posted: November 3rd, 2011, 4:42 am 

Replies: 4
Views: 196


I am trying to create a script that will launch IE8, in private mode (Have that part working), at a certain position and size (Cant get this one at all) ---Latest attempt--- #NoTrayIcon RunWait, "C:\Program Files\Internet Explorer\iexplore.exe" -private ;-ok WinActivate, InPrivate - Window...

 Forum: Support   Topic: How to select ALL files in a folder.

 Post subject: Thanks
Posted: September 17th, 2011, 7:13 am 

Replies: 3
Views: 154


I dont know if you saw my second post, but yes, the winwaits were the issue. I streamlined the script, and it works good, now to figure out the next phase of the puzzle ;-)

Thanks again tho for the tips and links, I am looking at them as we speak

 Forum: Support   Topic: How to select ALL files in a folder.

Posted: September 17th, 2011, 6:16 am 

Replies: 3
Views: 154


Click on the folder you wanna redo-launch script.
***********

Send, {F2}{CTRLDOWN}c{CTRLUP}{ENTER}{ESC}{ENTER}
Sleep, 100
Send, ^a,
Sleep, 100
Send, {F2}
Sleep, 100
Send, ^v
Sleep, 100
Send, {SPACE}{SHIFTDOWN}9{SHIFTUP}1{SHIFTDOWN}0{SHIFTUP}
Send, {ENTER}
Sort by:  
Page 1 of 2 [ Search found 16 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group