WINAMP.COM | Forums > Developer Center > NSIS Discussion > help button for pages needed |
Last Thread
Next Thread
|
| Author |
|
|
Joost Verburg NSIS MUI Dev
Registered: Nov 2001 |
You would have to modify the source code. |
||
|
|
|
norial Junior Member
Registered: Apr 2003 |
why not? |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
You can do it with a plug-in too, but there is currently no way to do it just by script. __________________ |
||
|
|
|
norial Junior Member
Registered: Apr 2003 |
is any plugin available which insert a help/extra button in pages? |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Not that I know of, you'd have to write one. __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
is this the sort of thing you're looking for?
__________________ |
||
|
|
|
norial Junior Member
Registered: Apr 2003 |
Hello daz, |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
glad i got the correct idea of what you meant __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
updated a few bits so that this is now more configurable to use ie font is taken from the installer, button can be repositioned, etc. __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
ooops, forgot to attach
__________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
__________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
finally worked out how to get around the problems with the plugin crashing (window hooks, doh! but no more subclassing __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
latest version attached (check the example script on how to use)
__________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
attached is a test version of the dll, can people with NT systems test it please
__________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
a few versions later and now the NT4 issue is fixed __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
new release, mmmmm tasty
attached is the latest version
__________________ Last edited by DrO on 10-15-2003 at 03:50 PM |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
Good work!!! __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Great, good job __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
by the power of greyskull....
version 0.9 attached
__________________ |
||
|
|
|
norial Junior Member
Registered: Apr 2003 |
Re: by the power of greyskull....
Hello ! |
||
|
|
|
Comm@nder21 Major Dude
Registered: Jul 2003 |
u need to define the function in other way: code: __________________ |
||
|
|
|
Mæster Member
Registered: Apr 2003 |
It seems there are still several "problems" of this plugin together with the Modern UI: |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
there should be a 1.0 out in the next few days which adds in chm support, more control over the positioning of the window (for both the chm window and the one the plugin makes) plus a few other tweaks, etc. __________________ |
||
|
|
|
HansH Junior Member
Registered: Apr 2005 |
|
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
i've been a bit side tracked with work so the 1.0 release is a few days behind. if i can i'll do it sunday night (depends on work and 'real life' giving me the time to sit down and do some coding |
||
|
|
|
HansH Junior Member
Registered: Apr 2005 |
never mind, I can wait. |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
Help Support plugin v1.0 RC1 __________________ |
||
|
|
|
Comm@nder21 Major Dude
Registered: Jul 2003 |
could you please post at least the basic syntax?? __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
Comm@nder21: post editted now __________________ |
||
|
|
|
HansH Junior Member
Registered: Apr 2005 |
Two words, absolutely great ! |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
HansH: cool, good to hear it's working for you. i've been trying to get to a 1.0 state with it for almost a year now so it's good to know the updates haven't screwed things up too much __________________ |
||
|
|
|
os@multimed.dk Guest
Registered: Not Yet |
Using version 1.0RC1 (and older) I can't get the html helpwindow large enough. I'm using: HelpButton::show /NOUNLOAD "232,231" "?" "" "/html=xxx.html" "" "" "centerp" "800,800" |
||
|
|
|
|
DrO Moderator
Registered: Sep 2003 |
there shouldn't be a limit with the size (from the plugin side of things). the only thing i can think of is that the html help window enforces a size limit itself but without looking into this i can't say for certain. will try and look at it over the weekend (and update the wiki page as well) __________________ |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > help button for pages needed |
Forum Rules:
|