Jump to content

How remove border form after create runtime inside ContainerPanel?


Beginner

Recommended Posts

Hi All

How remove border form after create runtime inside ContainerPanel?

Need help i can't remove border by this method

 

extEvents - windows.afterRender:
Ext.get(sender.id).el.setStyle("padding", 0);
Ext.get(sender.id).el.setStyle("border-width", 0);
Ext.get(sender.id).el.setStyle("margin", 0);

 

 FreeAndNil(FCurrentForm);
  FCurrentForm:=TfrmMonitoring.Create(UniApplication);
  FCurrentForm.Parent:=uncntnrpnlMain;
  FCurrentForm.Show();

 

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...