Messages - brett [ switch to compact view ]

Pages: prev1 ... 19 20 21 22 23 [24] 25next
116
Post New Requests Here / Re: IDEA: Create your own Tool Tips
« on: June 21, 2006, 07:25 AM »
I have just about reached my limit again with AHK,
After a significant breakthrough thanks to jgpaiva, I have got this to where it fullfills my own needs.

New additions

ToolTipCreator
- live display/update of tooltip as creating
- Multi Line tooltips
- Current Screen Res in Titlebar
- Open the TTP file in Notepad for extra editing
- X and Y nudge spinners for precise positioning
ToolTipCreator.png

ToolTipPrompt
- Icon for exe
ToolTipPrompt.png


What I would appreciate is if anyone would suggest improvements to the AHK code. (email)

Or if there are suggestions to improve the usefullness...post here. (and bugs)

Thanks
dB



sounds a bit like that little brother of the wizard...
I am not a wizard or his little brother, and I am sure they are both fine people  :)
but I do feel a little embarrassed being able to answer my own request  :-[




117
General Software Discussion / Re: Free PDF creation (PrimoPDF)
« on: June 08, 2006, 04:40 AM »

And just to add to the selection list

Bullzip PDF Printer

http://www.bullzip.com/products/pdf/info.php

I used Primo for a while but Bullzip won me over with its 1 step file process.

I dont think there is a simpler one out there. no interface. no ads.

Primo , verygood , 7/10
Bullzip , excellent , 9/10

dB

118
Post New Requests Here / Re: IDEA: Create your own Tool Tips
« on: June 07, 2006, 04:11 PM »
My first useful script  :D, I'm addicted. (and learning mountains)

TooltipCreator - now with clipboard button

Screenshot - 08_06_2006 , 7_08_00 AM.png

Use the clipboard button when editing a TTP file in a text editor.
Copies x,y,text string to windows clipboard.

Thanks
dB

119
Post New Requests Here / Re: IDEA: Create your own Tool Tips
« on: June 07, 2006, 08:56 AM »
Have learnt a lot of AHK in the last 24hrs.
Update-
jgpaiva sent me a Tooltipcreator (thanks) and the modified version can be found below. Feedback welcome.

ToolTipCreator
Screenshot - 07_06_2006 , 11_25_13 PM.png

will create a file with the TTP extension in the same directory it is installed.
use the F11 key to capture the mouse position
enter text to appear in ToolTip
Test ToolTip - will display tooltip on screen
Save ToolTipPrompt to file - will append x,y,text to the end of file

You can still modify the X , Y position and test before saving line.
This will create a file that can still be modified in a text editor. But it gives you a good headstart.

ToolTipPrompt
Screenshot - 07_06_2006 , 11_22_14 PM.png
Added
- Blink, a 1 shot blink of tooltip to help locate in busy screens
- Hide & Show,  temporarily hide tooltip and show again
- All, show all tooltips a once. (Up to 20 limit??)

A screenshot of Mouser's 'Process Tamer' configure screen with a ToolTipPrompt instructing to check box.
Screenshot - 07_06_2006 , 11_21_33 PM.png

Suggestions and comments on improvement to code, and the useage of script welcome.

download and save all files in the same directory.

Thanks
db




 

120
Post New Requests Here / Re: IDEA : Create your own Tool Tips
« on: June 06, 2006, 10:01 AM »
Thanks for the positive response.

I searched Google for anything similar to this idea and was dissapointed/suprised that it has not been done before.(or at least I could not find it)

basically you are saying - a way for 3rd party people to write some little interactive help to go with a program, maybe customized for a specific task. 

Exactly, I could now add a ToolTipPrompt to any of your great Applications, customised to how I would like it worded.

I know a bunch of people working on 'Operation PIE' that would kiss the developer that makes it possible.
We could put the files on the website right into a FAQ page.

Hmmm, I cant speak for jgpaiva, but a firm handshake will be fine.
and TTP text files could be added to websites, or emailed straight to client, carried on Thumbdrives, easy to edit, etc

When you do something like this, the formating has to always be done relative to a window, right?
And don't forget that if the other user doesn't have the window with the same size you originally made it, this won't make much sense.
(imagine you created the tooltips using a restored window, and the user uses a maximized window. In this case, the tooltips would be in a different place)
I havent given this much thought as the application it was for was full screen. more thinking.......

thanks to jgpaiva I have been inspired and crossed his script with my bits and pieces and came up with the following.

Notes
- I have coordmode set to Screen because at the time I have the window maximised, and allows me to relocate GUI around.
- I have used a listview to select the ToolTip Files so you could have many short hint files and they are easy to select
- ToolTipPrompt files are Text files with a TTP extension so they are easily identified and found by the listview
- All Tooltip files are to be located in the same directory as the script.
- I am new to this, so if your PC bursts into flames and melts, it was not me, I am not that clever.

next steps
- recognise window name and match to TTP so only displays with correct application.
- ToolTipPrompts that display when mouse is within Zpixels of X,Y
- a TTP editor, with mouse coord display etc

Thanks
dB


Arggghhhh.   I changed the TXT extension to TTP to be clever, but DC wont allow that extention to be attached. so you will have to change the txt file yourself. it should be ToolTipExample.TTP
copy the ToolTipExample text file to the same directory and run exe.
copy and edit example file as many times a needed.

Pages: prev1 ... 19 20 21 22 23 [24] 25next
Go to full version