Jump to content

verisu

Members
  • Posts

    9
  • Joined

  • Last visited

Everything 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. Yes. But your question suggests its not possible. I looked on my older project and i saw that i was using a normal form before running uniGui form. Other way is it not possible?
  3. 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.
  4. Thank you Farshad .
  5. 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..
  6. Thank you very much , Farshad.
  7. 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.
  8. Same here.. I look forward for the new version 0.85
×
×
  • Create New...