Jump to content

Boris

uniGUI Subscriber
  • Posts

    18
  • Joined

  • Last visited

Everything posted by Boris

  1. Boris

    uniDBTreeGrid

    Solved ... function cellclick(sender, td, cellIndex, record, tr, rowIndex, e, eOpts) { ajaxRequest(this, 'nodeclicked', {value: record.data[cellIndex]}, false); }
  2. Boris

    uniDBTreeGrid

    Hi, I would like to identify if I clicked on the root of the tree because the OnClick event I get only the dataset record ...
  3. Boris

    uniDBTreeGrid

    Hi, How can I make it so that when I click in the Bahamas tree I get the text "Bahamas" and when I click on Belize I get the text "Belize" and when I click on FreePort I get the text "FreePort" and so on... Thanks
  4. Hi Sherzod Is there anything new with my problem? Regards
  5. Sorted field in DataSet is: naziv, vrsta_naprave, id_dev
  6. Hi, In the dataset, the data is sorted the way I want it (shown in UniTabSheet2) in DniDBTreeGrid is no longer sorted correctly. Same DataSet. Thanks
  7. Se attached file. As in the UniTabSheet2 ... source 1.0.0.x.zip
  8. OK. That would still go somehow. Now my problem is the display of data in DBGridTree, the data is not as displayed as in DataSet ... Thanks
  9. HI, See attached file source 1.0.0.x.zip
  10. Hi Now i have another problem... in design setting fonts Web The web application, however, has different fonts. Probably a problem in CSS. Where can I fix this to be the same for all Themes ... Thanks, Boris
  11. Hi, Well yeah, (stupid me) that would be an easy solution. The best solutions are almost always simple... Thanks Sherozd
  12. Hi I'm new to using a java script, so ask for help. How should I insert an image (bmp, png) in the title bar of a column (uniDBTreeGrid). Thanks ...
  13. Boris

    TreeView

    Hi, Thanks, I just solved with TUniTreeDBGrid. Best Regards
  14. Boris

    TreeView

    Is it possible to make a similar treeview? Thanks Best Regards Boris
  15. Hi Sherzod I solved on event UniFormScreenResize(Sender: TObject; AWidth, AHeight: Integer) Thanks and Best Regards Boris
  16. Because I want the form to appear on the right under the MainForm button
  17. Yes. I think the problem is on Button, because the property anchors is set left and property of ServerForm.MainFormDisplay is mfPage. See attached Thanks Boris MoveForm.rar
  18. Hi, I'm new with uniGUI. How can move (with code) the subform on event TMainForm.UniFormAfterShow(Sender: TObject); begin SubForm.top:=top + 10; SubForm.left:=width - SubForm.width - 10; end; The subform doesn't move on event. The subform properties: BorderIcons:=[biSystemMenu]; BorderStyle:=bsDialog; Position:=poDesigned; WindowState:=wsNormal; Thanks Boris
×
×
  • Create New...