|
|
#1 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
How usefull will be a plugin that will allow to display Tooltips in some controls of the Installer's dialog?
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jan 2004
Location: The Netherlands
Posts: 260
|
very usefull .. and very cool.... !!!!
|
|
|
|
|
|
#3 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
In progress
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#4 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
See first version of it.
Compile the example. Comments? * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#5 |
|
Major Dude
|
Hmmm... Great, it worked very well with Win XP!
Keep up with the good work! |
|
|
|
|
|
#6 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
For the Modern tooltip will need IE 5 or Windows 98.
Any luck in Win9x and Win2k users? * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#7 |
|
Major Dude
Join Date: Mar 2003
Posts: 571
|
Both types of tooltip appeared on my Win98SE system
|
|
|
|
|
|
#8 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
Thanks!
I'll do final fixes, than load-it up in the web archive
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#9 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
does this also work for IO pages?
|
|
|
|
|
|
#10 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
Yes, you'll just get the HWND of the control.
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#11 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
is there a tool, which shows me the HWND of my controls (onmouseover)?
|
|
|
|
|
|
#12 | |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
Don't need to, in your show function of the custom page, use as the documentation of InstallOptions:
Quote:
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
|
#13 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
how do i get the hwnd of the custom page then?
|
|
|
|
|
|
#14 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
code: * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#15 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
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? |
|
|
|
|
|
#16 |
|
Major Dude
|
You should attach your script so we can help to fix it properly.
|
|
|
|
|
|
#17 |
|
Forum King
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
|
hope this helps
|
|
|
|
|
|
#18 |
|
Major Dude
|
1) Remove !define MUI_CUSTOMPAGECOMMANDS.
2) Replace !insertmacro MUI_INSTALLOPTIONS_DISPLAY "ioA.ini" by !insertmacro MUI_INSTALLOPTIONS_SHOW. |
|
|
|
|
|
#19 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
Updated plugin
![]() New: Customize the fore, background color as well the font and the size. See the example for details.
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#20 |
|
Junior Member
Join Date: Dec 2004
Posts: 2
|
Perfect!! and... Thank You!!! Where Can I download it? (in web page it's 1.0 version)
|
|
|
|
|
|
#21 |
|
Junior Member
Join Date: Dec 2004
Posts: 1
|
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. |
|
|
|
|
|
#22 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
I see, that was a debug upload in that time...
I'll work in the debug for a release one
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#23 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
Ok... updated
See the readme + examples.... What's new? 1. Custom colors. 2. Custom font face and size. Archive * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#24 |
|
Junior Member
Join Date: Dec 2004
Posts: 2
|
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) |
|
|
|
|
|
#25 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
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....
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#26 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
Updated:
- Fix size bug. - Added an example with custom page controls. * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#27 |
|
Member
Join Date: Jul 2006
Posts: 82
|
Thanks, Joel.
|
|
|
|
|
|
#28 |
|
Senior Member
Join Date: Dec 2004
Location: Turkey
Posts: 447
|
Nice, I'll love plugins,
What about adding: !addplugindir ".\" to your NSIS script so we can try instantly? "Just do it" |
|
|
|
|
|
#29 | |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
Quote:
![]() on next release
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
|
#30 |
|
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
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 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|