erich.wanker Posted June 22, 2015 Share Posted June 22, 2015 How can i show a ScreenMask since Frame is loaded ? For loading a Frame - i use: procedure InsertFrame1(Name: string); // NAVIGATION begin if FFrameName1 <> '' then FreeAndNil(FCurrentFrame1); FFrameName1:=Name; FCurrentFrame1:=TUniFrameClass(FindClass(Name)).Create(self); FCurrentFrame1.Align:=alClient; FCurrentFrame1.Parent:=framepanel; end; procedure UniContainerPanel14Click(Sender: TObject); begin InsertFrame1('TV_FRAME_VERTRAG_UEBERSICHT'); end; if i set Screenmask-property of UniContainerPanel14 to "true" .. the mask is not shown ThanX for help Erich Quote Link to comment Share on other sites More sharing options...
bugra Posted June 24, 2015 Share Posted June 24, 2015 Don't forget to add mask target. If you can look at AllFeaturesDemo it may help to you Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.