Please advise how to ADD / INSERT Button into StatusBar at Runtime - thanks.
procedure TMainForm.UniFormBeforeShow(Sender: TObject);
begin
if FirstTime = True then begin
FirstTime:= False;
(* INSERT
UniSession.AddJS(UniStatusBar.JSName + '.items.insert '+
'(0, Ext.create '+
' ( '+
' "Ext.button.Button", '+
' { '+
' text: "Camera", '+
' id: "_btn1", '+
' handler: fu