Jump to content

joriolm

uniGUI Subscriber
  • Posts

    94
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by joriolm

  1. 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.

  2. 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.

  3. 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.

    post-242-0-08454100-1406260799_thumb.png

  4. 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.

    post-242-0-68743900-1404344041_thumb.png

  5. 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.

    post-242-0-29072300-1403740798_thumb.png

  6. 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.

    post-242-0-73217300-1401552928_thumb.png

  7. 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 !!!

    • Upvote 1
  8. 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?

  9. 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.

×
×
  • Create New...