Jump to content

Pascal

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Pascal

  1. Found a workaround. Added a 'dummy' OnNodeCheckChange event. Don't know why but it seems to work now ..

    procedure TMainForm.tvwMovingRuleNodeCheckChange(Sender: TObject; Node: TUniTreeNode);
    begin
      // Workaround to receive the Checked status
    end;
    
  2. Hi,

     

    Using TUniTreeview and UseCheckBox is set to True. Iterating through the Treeview nodes and it seems that the 'Checked' property of the node is always False although the checkbox is checked. Any idea?

     

    Regards,

    Pascal

     

    Using Delphi XE7 and uniGUI 4.2.5.1763

  3. Hi,

     

    Using XE7 - uniGUI as application (1.0.0.1412 License Holder).

     

    I'm trying to change the default Log path using the property UniServerModule.Logger.RootPath := MyLogPath;

    Doing this in the 'UniGUIServerModuleBeforeInit' event. 

     

    Strange is that it now creates two log files. One in the folder it was set to => 'MyLogPath' and the second one is created in my uniGUI application log folder when I close the uniGUI application.

     

    Content of the log file that was added to the uniGUI application log folder:

     

     

    Project1.exe: 000016BC: 16:22:33 [Terminated]:Exit Code: 0

     

    Any idea why it creates the second log file when closing the application although the UniServerModule.Logger.RootPath was set to another folder?

     

    Regards,

    Pascal

  4. Hi Farshad

     

    I bought a license but I havent used it yet. I would really like to start using UNIGUI but I need this 'select directory' option. My users need it much in my type of application. Could this be added to UniGui.

     

    Regards

    Pascal

×
×
  • Create New...