WINAMP.COM | Forums > Developer Center > NSIS Discussion > MessageBox with more buttons |
| Pages (3): [1] 2 3 » |
Last Thread
Next Thread
|
| Author |
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
As always, it's a built-in Windows API function, you need a plug-in to change it. __________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
A brand new plugin, or a trick with the system plugin? |
||
|
|
|
Joel Debian user (Forum King)
Registered: Jan 2003 |
With system plugin? I don't know... too much API calls since we're subclassing __________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
mmm.... I was playing with messagboxes and saw that I can't use two sets of buttons at once, so the max buttons is three (abor, retry, ignore or yes, no, cancel), but there's a MB_DEFBUTTON4 for making default the 4th button. I am missing something? |
||
|
|
|
Joel Debian user (Forum King)
Registered: Jan 2003 |
actually...in VB you are using the same MsgBox but you edit __________________ |
||
|
|
|
Joost Verburg NSIS MUI Dev
Registered: Nov 2001 |
I don't think this is possible using the System plug-in. You have to write a new one. |
||
|
|
|
brainsucker Senior Member
Registered: Sep 2002 |
System allows to do everething needed to create custom dialog, but NSIS somehow brokes all the dialogs created at the scripting thread. And the system couldn't create a new thread for it... |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
|
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
Try this (isn't complete yet but it shows the basics i hope
__________________ |
||
|
|
|
Joel Debian user (Forum King)
Registered: Jan 2003 |
Nice __________________ |
||
|
|
|
brainsucker Senior Member
Registered: Sep 2002 |
huh |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
update
latest version attached
__________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
wow!!! |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
And where's the update? |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
thanks for posting |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
At last user icon support works!!
__________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
thanks |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
suggestions are good __________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
Great! |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
latest test version
changed the calling syntax of the function to be simpler and hopefully make more sense
__________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
yes, this plugin works great |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
Joost Verburg NSIS MUI Dev
Registered: Nov 2001 |
Can you create an archive page when it's finished? |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
|
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
what OS are you using? __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
@n0On3 - if you can, can you let me know what the crash error is please (picture?) __________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
added a page into the archive for the Customisable MessageBox plugin (thought a proper name would be good for it instead of 'MessageBox with more buttons' __________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
code:
|
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
__________________ |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
give this version a try - have altered the handling of one or two strings internally so hopefully it won't crash (had not fully checked the module handle for a "" situation).
__________________ |
||
|
|
|
n0On3 Senior Member
Registered: Jan 2001 |
ok, I won't use "IDCANCEL" |
||
|
|
|
DrO Moderator
Registered: Sep 2003 |
__________________ |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
I currently know nothing about win32 programming; you obviously must know quite a bit! __________________ |
||
|
|
|
| Pages (3): [1] 2 3 » |
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > MessageBox with more buttons |
Forum Rules:
|