Old 26th January 2018, 23:41   #1
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
Multiple pages are usually implemented with multiple "Page Custom xyz" instructions.

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Old 27th January 2018, 00:29   #2
sfx09
Junior Member
 
Join Date: Jul 2017
Posts: 29
Quote:
Originally Posted by Anders View Post
Multiple pages are usually implemented with multiple "Page Custom xyz" instructions.
I need to exchange variables (and other data structures) between different modules/forms. So, the solution to multiply the pages will not work for me. The plugin really big.

But your answer about WM_NOTIFY_OUTER_NEXT working now (in other code place):

PHP Code:
    if bSkipActivation TRUE then
    begin
      SetWindowLongPtr
(g_hwndParentSizeOf(LRESULT), Longint(parentOriginalWndproc));
      
SendMessage(g_hWndParentWM_NOTIFY_OUTER_NEXT10);
      Exit;
    
end
Big thanks for help!

After all, I decided to combine all forms into one, and use the Delphi-component TPageControl to separate the user interface. I want to do this in order to avoid potential problems in the future. Try it afternoon. Thanks!
sfx09 is offline   Reply With Quote
Old 27th January 2018, 23:08   #3
sfx09
Junior Member
 
Join Date: Jul 2017
Posts: 29
Quote:
Originally Posted by sfx09 View Post
After all, I decided to combine all forms into one, and use the Delphi-component TPageControl to separate the user interface. I want to do this in order to avoid potential problems in the future. Try it afternoon. Thanks!
So, using TPageControl in this task turned out even more difficult (for subclassing). But, my plugin is normal work with many forms now (however, I had to correct the last IF-constructions in procedures with "else if"). =) I hope, in the future too.
sfx09 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