View Single Post
  #4  
Old 26-07-2018, 06:19
JRD!'s Avatar
JRD! JRD! is offline
Registered User
 
Join Date: Sep 2015
Location: Matrix
Posts: 274
Thanks: 225
Thanked 600 Times in 168 Posts
JRD! is on a distinguished road
Quote:
Originally Posted by Jiva newstone View Post
i didn't meant that, i mean use TPanel and place first page component in the Panel and use AnimateWindow to Animateit opening or while visible

example use this to slide panel while showing
AnimateWindow(Panel.Handle, 1000, aw_hide or AW_SLIDE OR AW_VER_POSITIVE);
panel.Visible:=false;

or wait will make a new wpi design with all function to make better
I do not know if you have tested this on windows 7 but I do not see any button to trigger the CurPageChanged event, I saw your code but at runtime it gives this:
Attached Images
File Type: jpg setup.jpg (72.9 KB, 54 views)
__________________
Practice makes perfect.
Reply With Quote