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
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...
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...
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...
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...
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...
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...