Jump to content

albertovesx

uniGUI Subscriber
  • Posts

    598
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by albertovesx

  1. This information is very useful. We really need documentation like this. Thank you.
  2. ¿where do we have to add those lines?
  3. You have to add this line in the form you want to be the main form and remove it form tha actual mainform: initialization RegisterMainFormClass(TfrmMY_MAIN_FORM);
  4. Hi, Erick. I am interested in your project. My email is albertov2012@gmail.com Best regards
  5. Terminate UniApplication: MainModule.UniMainModule.Terminate; and you can redirect your browser to an url like this: Put this code in ServerModule, TerminateTemplate option. <script type="text/javascript"> <!-- window.location = "http://somethinghere.html" //--> </script>
  6. I think that most of us are desktop programers and we dont have too much experience with Javascript or others. Thats why we are delighted with UNIGUI and we ask questions that, for you, are obvios.
  7. Hi, Is it posible to do the contrary. I mean, I want that some forms stay available like the mainform. Best regards.
  8. Well, if I understand, you have to change the property MainFormDisplayMode located in uniservermodule. You probably have the mfWindow value and you must change it to mfPage. Best regards.
  9. Same error happends to me. And I solve it in the same way. I think it is a bug.
  10. This happends because there is not path to the dcu file generated with the first build. So you need to add the directory in Tools/options/delphi options/library/ --> library path. Probably is C:\Users\Public\Documents\RAD Studio\9.0\Dcp
  11. Thank you. Its very useful and exactly what I need
×
×
  • Create New...