Jump to content

joriolm

uniGUI Subscriber
  • Posts

    94
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by joriolm

  1. I assume you're using a UDBGrid? If that's the case, you can: UDBGrid.Refresh;
  2. Well, I made some fixes in the way I called my UForm containing the UDBGrid. UF_busq.FormStyle := fsStayOnTop; UF_busq.ShowModal; Seems that only with ShowModal command sometimes the UForm remains back from the another one calling it. UDBGrid Data loading is functioning right, I assume the problem was the way I tryied to load the UForm. Thanks to all and specially to Farshad by his concern. Regards.
  3. Thanks erdal, I reproduced loop but no log file created. In past log files I can see: eSICOP_IE_3: 00001BA0: 22:32:47 [HandleFileRequest]:File not found: D:\TD\eSICOP_IE_3\images\skins\simple\awesome-overlay-sprite.png But I don't know if it is related.
  4. Hi, I updated my 0.95 project to 0.96. Did I miss some configuration stuff? I am having problems loading data from a query into a UniDBGrid, it remains loading data for ever and the app get locked up. The only way out is pressing F5 to the browser. My query returns 30 tuples, and is strange, because other queries work well. Attached image when loading process is running and I move the window. Any ideas? please. Sorry, I post this too soon, it seems to be my mistake, I'm not sure. Additionally I'm having problems with a Modal window. I call it from a normal window, but it showed up hide behind.
  5. Hi delphici, Do I need to have installed Devexpress? How it works? Thanks
  6. You will have to excuse my ignorance. Searching in dfm files of the Delphi SexyButtons project I found SexyButtons definition in ServerModule.CustomCSS property. That was my question Thanks to all answering me.
  7. Thanks, When I said "Can´t locate SexyButtons.css" I mean inside your Delphi UniGui demo. Am I blind?
  8. Hi Semper, I know your post is more than a year old, but I just saw it !!! I'm looking for the SexyButtons.css file and I can't find it neither in project's folder nor in properties. Where is located or loaded or linked this file, please? Regards.
  9. Hi Farshad, Now I remember I did it in the past, sorry by forget it. Thanks. Good to read you again. Hope to see Turkish soccer team in next world cup!!!
  10. Hi, When executing right click: Restore->Server->Manage->Server Monitor, web page shows this: Class TServerControlPanelForm not found How can I watch sessions and resources in my server? please. Version 0.95 Server 2012 Delphi 2006 Regards.
  11. Thanks.....I will try it......
  12. Hi everybody.... I'm trying to change a UniRadioButton's color in runtime, but I got something like attached image. I am assigning it with: UniRadioButton.Color := $E7D8CC; I have tested with ParentColor := False and True but nothing. I'm using 0.95 version, Delphi 2006. Previous version color was ok. Additionally, I have a UniDBNavigator disabled, then in runtime I try to Enable it, but it doesn't change. Some ideas? please, thanks.
  13. Hi everyone, I'm trying to recreate something like an Accordion with some collapsible UniPanels inside a UniScrollBox. Problem is that when vertical scroll bar appears, it hide right margin of the UniPanels. Besides, I have created an accordion control coding UniEvents in other UniPanel, but how can I create an UniTreeView and other objects inside it?, please. Regards.
  14. Hi Farshad, UniGui has been optimizing day to day, thanks by your hard work and your team's as well. 0.95.0.1046 version doesn't come with Accordion Control, do you have plans to incorporate it in a future? I can create an Accordion from UniEvents in a UniPanel, but isn´t more comfortable to work with it, additional, is natural to a an accordion to have an UniTree object within it. Thanks. Long life to UniGui !!!
  15. I'm using 2006 and UniGui runs very nice.
  16. Hi DelphiDeveloper, Where can I find all those control definitions like x-tab? please. Regards. Long life to UniGui!!
  17. Hi, In VCL app I can show/hide some bands with this: procedure TmyForm.myFRXreportValue(const VarName: string; var Value: Variant); var BandSummary : TfrxBand; begin BandSummary := myFRXreport.FindObject('ReportSummary1') as TfrxBand; Bsummary.Visible := False; end; But with UniGui in web mode doesn't. Any ideas?
  18. Hi, In my case I only adjust Anchors and selecting the UniPanel I pressed Center Horizontally button on Delphi and voila !!!! UniPanel walk to the center on resize event in my browser.
  19. Hi, There's a way to set UniRadioGroup Radio controls in a horizontal way? It is UniGui missing the Cols property? Thanks in advance.
  20. Hi, I have used in some Delphi VCL a DBRadioGroup, I think it is really practical in some cases. I have tried to replace it with a TUniRadioGroup, but the radio control item list is created in vertical order only. Will be nice to have a TuniDBRadioGroup with Cols, Rows, and all DB properties. Thanks.
  21. HI Nefasto. Wow, in browser mode everything is different. Have you tried with OnActivate event of the form?
×
×
  • Create New...