Recent content by pax

  1. P

    unigui 0.96.0.1065

    ok you want to do it in runtime... in dpr before create forms/modules write: application.Icon.LoadFromFile('C:\ico\Icon.ico'); in uniGUIPax.pas after Shell_NotifyIcon_.disable; write lpData^.hIcon := application.Icon.Handle; good luck
  2. P

    unigui 0.96.0.1065

    trial https://www.mediafire.com/?3zqv3v4qc20xp7s pwd=pax
  3. P

    unigui 0.96.0.1065

    knrocha99 Last link was a help for "kostikkostik18". Link to unigui trial 0.99.10.1169 is https://www.mediafire.com/?3zqv3v4qc20xp7s Patched units and source code http://www.mediafire.com/download/cf3u9hporzv4klm Last weekend i've fixed the IDE "not registered" message, you have to rebuild dcl...
  4. P

    unigui 0.96.0.1065

    xe5 (upd1) loadpackage sample, tested and working. https://www.mediafire.com/?79mk5n5td36mnb3
  5. P

    unigui 0.96.0.1065

    Just for your knowledge mainmodule an form must be registered dinamically before their instantiation (MainFormPackage->initialization), that we do it in initialization section (what you've "cleaned"), but before that we must give access to registering class procedures inside uniGUIVars (which...
  6. P

    unigui 0.96.0.1065

    second try now with loadpackage... https://www.mediafire.com/?79mk5n5td36mnb3 one unit declares a class for sharing an abstract implementation of uniGUIVars procedures to be used by units inside dynamic package (uniGUIVars cann't be inside a package), the second instantiates the object and...
  7. P

    unigui 0.96.0.1065

    kostikkostik18 http://www.mediafire.com/download/79mk5n5td36mnb3/ClientEvents-1.zip
  8. P

    unigui 0.96.0.1065

    Molochnik https://www.mediafire.com/?qwkq1m6keyuuaks kostikkostik18 the TServerControlPanelForm form (http://localhost/server) is inside uniGUI.bpl
  9. P

    unigui 0.96.0.1065

    Really weird... is there a sneak between us ? uploaded a crypted one https://www.mediafire.com/?cf3u9hporzv4klm password=pax
  10. P

    unigui 0.96.0.1065

    Change all occurrences of "AnsiString" with "UnicodeString" in uniGUIPax.pas.
  11. P

    unigui 0.96.0.1065

    Ok guys, i need some help here... Add this https://www.mediafire.com/?klawztupm47gwoo and this https://www.mediafire.com/?tjzpcu59kju3p6r to your project and the timeout is gone, but... it won't die automatically when you close your browser, i mean you will see the current total sessions...
  12. P

    unigui 0.96.0.1065

    4shared is annoying so i'm trying mediafire. https://www.mediafire.com/?3c3cgfcci6k3fg7 The timeout is still there.
  13. P

    unigui 0.96.0.1065

    kostikkostik18, Can you tell whether the "-Evaluation version" suffix in the caption form was gone ? If it's gone maybe the javascript code is stored in your browser cache, so you could try with another browser or cleaning your cache or trying changing the url with something like...
  14. P

    unigui 0.96.0.1065

    Ok guys, i replaced the strings for all delphi versions. Here http://www.4shared.com/zip/znC-ajLaba/unigui_098101132.html you can find a zip with the units plus a patched version of a UniGUIServerModule where you can change in the procedure UniGUIServerModuleCreate: server Port, ExtJSVersion...
  15. P

    unigui 0.96.0.1065

    http://www.4shared.com/photo/5nIYoKe0ba/dcu_search.html http://www.4shared.com/photo/rXbqScSBba/uniguijsform_d2017.html
Top