Old 12th April 2013, 02:32   #1
scubanarc
Junior Member
 
Join Date: Aug 2009
Posts: 7
Quote:
Originally Posted by Afrow UK View Post
Are you trying to create a full screen UI (like the welcome and finish pages?) If so then you need to put Call muiPageLoadFullWindow before your code and Call muiPageUnloadFullWindow after. If you aren't using any welcome or finish pages, you also need !insertmacro MUI_PAGE_FUNCTION_FULLWINDOW. It sounds like you have one of the MUI header text controls over your link. The link will be rendered on top but will not receive any mouse events.

Stu
Yes, I'm tryig to create a full screen UI. I do have a finish page and welcome page.

I think that you are on to something as we've made progress here. If I add Call muiPageLoadFullWindow before my code and Call muiPageUnloadFullWindow after AND move my link to the top of the page by setting the Y coordinate of the link to 0u then the link works. Then if I move it back down the page where it belongs it stops working. Seems like a Z order thing for sure. Any other thoughts?

Last edited by scubanarc; 12th April 2013 at 04:48.
scubanarc is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump