picyka Posted August 26, 2020 Posted August 26, 2020 2 hours ago, mhmda said: Soon.... You will learn how add your controls (Buttons, Edits,Combo...) to window header. you will learn adding controls using 2 methods: Adding a design time controls. Adding controls dynamically at runtime using Extjs code. Would it really be code to use on a panel? a Grid? 1 Quote
Sherzod Posted August 26, 2020 Posted August 26, 2020 9 minutes ago, picyka said: Would it really be code to use on a panel? a Grid? Hello, One possible solution: 1. UniHiddenPanel - > UniButton1 2. procedure TMainForm.UniFormReady(Sender: TObject); begin with UniDBGrid1 do if HeaderTitle<>'' then JSInterface.JSCall('header.add', [UniButton1.JSControl]); end; 1 1 Quote
picyka Posted August 27, 2020 Posted August 27, 2020 It would be nice as in the attached image, you can put it in frame, grid, panel. 1 Quote
x11 Posted October 5, 2020 Posted October 5, 2020 On 8/27/2020 at 4:31 PM, picyka said: It would be nice as in the attached image, you can put it in frame, grid, panel. change the button with css Quote
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.