Jump to content

Beginner

Members
  • Posts

    90
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Beginner

  1. Thank you guys procedure TMainForm.qrySaleListRECEIPNMGetText(Sender: TField; var Text: string; DisplayText: Boolean); begin Text := '<span style="line-height: 0.5; text-align: left"><sup>' + Sender.AsString + '</sup></span><br><span style="line-height: 2.0;color : #4183C4;text-align: left">' + Sender.AsString + '</span>'; end;
  2. Thank's for you reply can you make simple demo or source how do it? For example I have 2 field in dataset 1 - job position 2 - Staff Name For example dataset has 3 rows I want show in one cell like this each row officer Bob Mark head of department Bill Clinton programmer Stive Jobs
  3. Hi All How use like this in Dbgrid cell i want like this
  4. Mohammad How doing menu like this? http://examples.sencha.com/extjs/6.2.0/examples/admin-dashboard/#forms
  5. +1 We are waiting your composition
  6. FenixCan you update for some one or two your components for free for thanks? For beginners and for other developers
  7. Nice look Could you plan share here after finish ?
  8. Thanks again for your help This work function click(sender, e, eOpts) { if (sender.menu) { sender.menu.setWidth(sender.getWidth()); sender.maybeShowMenu(); } }
  9. Delphi Developer Not work this method I try
  10. Thank you for you help How about set width popupmenu equal width unimenubutton on click?
  11. OK I doit like that Login Page Backgorud and on create login form add this UniSession.AddJS('document.body.style.background = ''url("/files/bg01.jpg") repeat scroll 0% 0%'''); Thanks
  12. Fenix good job! Can you show sample how notify left side or top side i mean push messages
  13. How autodropdown menubutton on click?
  14. not work for me why ? procedure TfrmLogin.UniLoginFormCreate(Sender: TObject); begin UniSession.AddJS('document.body.style.background = ''url("/files/bg01.jpg") repeat scroll 0% 0%'''); // show image added this code for strech not work and not show image UniSession.AddJS('Ext.onReady(function(){document.body.style["background-size"] = ''100% 100%''})'); end;
  15. 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();
  16. web application in pagemode I have MainForm Layot=Fit Into MainForm TabControl align=alclient but Layot? Into Tabcontrol have UniDbgrid align=allClient// But when run application not fit Tabcontrol and unidbgrid
  17. Hello everybody UniTabControl not support Layot = Fit,Form etc? How fit Unitabcontrol?
  18. I use standart unimainmodule property loginbackround,. Can you show how do it?
  19. Hi everybody How Login Form Background Image resize when resizing browser? I have FULL HD monitor and my image have resolution 1920 1080 So but laptop have resolution 1368 how resize size image for resolution 1368?
×
×
  • Create New...