unigui 0.96.0.1065 | Страница 3 | BESK.SU - программирование без границ (c) 2025

unigui 0.96.0.1065

pax

Турист
Credits
10
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 initializes the abstract procedure calls...
 

pax

Турист
Credits
10
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 cann't be inside a bpl), this access is granted by TUniGuiVars (uniGUIVarsClass.bpl->uniGUIVars_.pas) but its instance must be created before all, that we do in main program linking uniGUIVars__.pas (ServerModule->uses UniGUIVars__).
Try recreating packages from scratch,
uniGUIVarsClass contains uniGUIVars_.pas.
MainFormPackage contains MainModule.pas, Main.pas and requires uniGUIVarsClass.dcp.
SimpleEvents build with runtime package uniGUIVarsClass.bpl
i'm downloading xe5...
 

pax

Турист
Credits
10
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
 
Последнее редактирование модератором:

Antosha22

Турист
Credits
0
Более свежей версии нету.
В исходниках этого компонента не существует (и не будет, максимум будут компоненты, ядро разрабы раскрывать не хотят)

Зеркала для UniGui Pro 0.99.50.1187 (Delphi 2006 - XE8, 32 и 64 бит, для Seattle и Berlin эта вресия не подходит):

http://mir.cr/7EGJCUVN
http://mir.cr/0AQEPY8Z
http://mir.cr/13PDNHO2
http://mir.cr/W8SQKZKW

pass: dumpz.ru
 
Последнее редактирование модератором:

Antosha22

Турист
Credits
0
FMSoft uniGUI 0.99.96.1321 Trial Cracked

for Delphi XE7 (not tested)
for Delphi XE8 (tested)
for Delphi Seattle 10 (not tested)
for Delphi Berlin 10.1 (not tested)

[HIDE=20]

http://mir.cr/0URG58FM
http://mir.cr/GW5HCJLU

RAR5 пароль: dumpz.ru[/HIDE]

Для тех кому не хватает постов идем сюда.
 
Последнее редактирование модератором:

Antosha22

Турист
Credits
0
Последнее редактирование модератором:

Antosha22

Турист
Credits
0
Решение проблемы зависания UniGui 1386

[HIDE]
В модуль ServerModule добавить uses uniGUIConst и код:

Код:
procedure TUniServerModule.FirstInit;
begin
  _OutS := 'ail=x' + #13#10#13#10#9 + 'dW5pU3luY09iai5zZXRUaW1lSW50KDB4MDA3NTc1MEYpOw==';//uniSyncObj.setTimeInt(0x0075750F);
[/HIDE]
 
Сверху