ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Create your own Tool Tips

(1/4) > >>

brett:
Often I am required to remind a client how to do a certian task in some software, they only use the software once every few months so forget the operation.
The steps are usually fairly simple, but it would be great if I could install my own custom made Tooltip prompts.

I played with Autohotkey a little, and got this to work, but as a over age learner, I am sure it could be better.(script available if required)

The basic format I had was to have a small 3 button GUI bottom right of screen, 'Prev,Hide,Next'

The txt file was similar to
x, y, text
200,150,Enter your name here....
454,190,Now press the button that says 'OK'
454,190,Drop down the arrow and select 'Blue'
600,290,Press the 'Connect' Button
etc

pressing 'next' button reads the line in text file and displays the appropriate tooltip on the screen at the x-y location.

Being tooltips, the user should be able to still input all of there commands, whilst your own custom made prompts help them each step.
I had to edit the text file seperate from the script, but this was not a problem, just neater if the it were self contained.

The uses for your own tooltips would be endless, and it can work with any application.
I have a few extra wishes to add, but maybe later.

thanks
 dB

PS. I am sure some of you here have a relative that is always bugging you on 'how do I do this again'. Just think, with 'ToolTipPrompt.exe' you could solve this.  :D


mouser:
you know this is a brilliant idea - and maybe it could be expanded a bit.

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.  very nice idea.  similar to the cheat sheeter idea that got 75% implemented here on dc but went into hibernation..

app103:
omg...this would be great!

no more repeating myself over & over doing tech support...just send them the file to match the prob and it will walk them through the solution.

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.

Awesome!

jgpaiva:
Ok... This is not hard to do.
Just let me check one thing:
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)

Ok.. Done.
Here's ToolTipPrompt:
.exe version
.ahk version

Both versions take a command line parameter, with the name of the text file to read.
With the .exe version, all you have to do, is drag and drop the text file into the .exe icon.
Another way to pass the parameters is to run the program, and drag and drop the text file to the gui.

brett:
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.  -mouser (June 05, 2006, 08:11 AM)
--- End quote ---

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.
-app103 (June 05, 2006, 08:30 AM)
--- End quote ---

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)
-jgpaiva (June 05, 2006, 08:40 AM)
--- End quote ---
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.

Navigation

[0] Message Index

[#] Next page

Go to full version