Skip to content
⌘ NSIS Forum Archive

buttons for nsWeb Popup Dialog?

3 posts

mouldyapple#

buttons for nsWeb Popup Dialog?

is there anyway to get some buttons for ShowWebInPopUp
ok/cancel - i accept / decline ?

I have no idea how to modify the c++
the goal is to use it for a web based eula
Afrow UK#
If nsWeb can be embedded in a custom page (looks like it can) then use it with nsDialogs with two custom buttons.

Stu
Animaether#
alternatively, if all you're doing is grabbing the latest EULA to display, you could use e.g. inetc to download the license page file, and display that in a standard license page.