Jump to content

ScreenMask for Frame


erich.wanker

Recommended Posts

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

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...