![]() |
ToolTips plugin: How usefull?
How usefull will be a plugin that will allow to display Tooltips in some controls of the Installer's dialog?
|
very usefull .. and very cool.... !!!!
|
In progress :)
|
1 Attachment(s)
See first version of it.
Compile the example. Comments? |
Hmmm... Great, it worked very well with Win XP!
Keep up with the good work! :up: :up: |
For the Modern tooltip will need IE 5 or Windows 98.
Any luck in Win9x and Win2k users? |
Both types of tooltip appeared on my Win98SE system
|
Thanks!
I'll do final fixes, than load-it up in the web archive :) |
does this also work for IO pages?
|
Yes, you'll just get the HWND of the control.
|
is there a tool, which shows me the HWND of my controls (onmouseover)?
|
Don't need to, in your show function of the custom page, use as the documentation of InstallOptions:
Quote:
|
how do i get the hwnd of the custom page then? :)
|
code: |
as i'm using MUI, i tried the following code.
code: the result of this is the installer quitting instantly after calling that page. can anyone help me out please? |
You should attach your script so we can help to fix it properly.
|
1 Attachment(s)
hope this helps :rolleyes:
|
1) Remove !define MUI_CUSTOMPAGECOMMANDS.
2) Replace !insertmacro MUI_INSTALLOPTIONS_DISPLAY "ioA.ini" by !insertmacro MUI_INSTALLOPTIONS_SHOW. |
Updated plugin :D
New: Customize the fore, background color as well the font and the size. See the example for details. :D |
Perfect!! and... Thank You!!! Where Can I download it? (in web page it's 1.0 version)
|
In the archive: http://nsis.sourceforge.net/archive/...instances=0,32
But the link there just points here to lobos site: http://www.lobo-lunar.com/nsis/ Although the version has not changed. |
I see, that was a debug upload in that time...
I'll work in the debug for a release one ;) |
Ok... updated
See the readme + examples.... What's new? 1. Custom colors. 2. Custom font face and size. Archive |
Thank You!!!
I have some problem ;) If I add a tooltip to ComboBox or Button, when timeout expire tooltip don't appear anymore... (Es decir, si en un ComboBox o un Botón asocio un Tooltip y lo hago aparecer, pasando el ratón por encima, cuando desaparece ya no vuelve a aparecer. Esto no pasa en un EntryField) |
Yes, I have the same problem... I don't know why, I use the user's timeout default appear-dissapear. I'll check msdn, maybe I'm missing something...
Thanks for the reply.... :) |
Updated:
- Fix size bug. - Added an example with custom page controls. |
Thanks, Joel.
|
Nice, I'll love plugins,
What about adding: !addplugindir ".\" to your NSIS script so we can try instantly? |
Quote:
on next release ;) |
This plugin is no longer maintained, so I thought I'd write up some issues encountered in later versions of Windows (and in general usage):
http://nsis.sourceforge.net/ToolTips...d_known_issues |
| All times are GMT. The time now is 21:12. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.