Jump to content

verisu

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by verisu

  1. Thank you Farshad.

     

    Only for explanation why i need it. Its for a configuration windows of the engine and database like ado or mysql. By pushing the "save" button the server save the config to registry or file and restart it self. Be ruining its detect that there is configuration and use it.

  2. Hi Farshad,

     

    In the older version of uniGui i was using something like this function for restarting the "Stand Alone Server".

     

    function RestApp: Boolean;
    var
     FullProgPath: PAnsiChar;
    begin
     FullProgPath := PAnsIChar(Application.ExeName);
     WinExec(FullProgPath, SW_SHOW);
     Application.Terminate;
     Result := True;
    end;

     

    Now i'm trying to shutdown the engine and no luck. Do you have a trick or am i missing something.

     

    Thank you for your answer.

     

    Verisu.

  3. Hi All,

     

    Is there a possibility to change a image with a click of the button? Something like this ImageList1.GetBitmap(0, UniImage1.Picture.Bitmap);

    With this the UniImage1 is blank without picture.

     

     

    Thank you for your answer.

     

    Verisu..

  4. Can somebody help me?

     

    Sorry for this meaningless question, but how can i determine the center of the iexplorer windows, if the the server is in a mfPage mode? I want to place a panel in the center of the iexplorer.

     

    Thank you for your answer. ;)

×
×
  • Create New...