Archive: nsDialogs Bitmap


nsDialogs Bitmap
Hi!

How to show a custom bitmap on a nsdialog page?

I've tried this, but it won't compile.


Var CustomImage

...

${NSD_CreateBitmap} 0u 0u 109u 193u ""
Pop $CustomImage
${NSD_SetImage} $CustomImage "Gfx\toolbar.bmp" $CustomImage.Bitmap

Solved it myself. CustomImage.Bitmap was not defined.


Are you missing the nsDialogs::Create call?
edit: nevermind. I see you figured it out.