lqq 8 lat temu
rodzic
commit
262625096b

Plik diff jest za duży
+ 1 - 1
AppCom/AppCentreCom.dproj


BIN
AppCom/AppCentreCom.res


Plik diff jest za duży
+ 1 - 1
CA/CA.dproj


BIN
CA/CA.res


Plik diff jest za duży
+ 1 - 1
COM/RealICQCOMInterfaces/RealICQCOMInterfaces.dproj


BIN
COM/RealICQCOMInterfaces/RealICQCOMInterfaces.res


BIN
Client/Lxtalk.res


+ 6 - 0
Client/SMSFrm.pas

@@ -241,6 +241,8 @@ var
   SMSForms: TList;
   SMSForms: TList;
   SMSMessages: TStringList;
   SMSMessages: TStringList;
 
 
+{$I LXTalk.inc}
+
 implementation
 implementation
 
 
 uses MainFrm, MessagesManagerFrm, NotReadMessageBoxFrm, TeamsAdapter, UsersService,
 uses MainFrm, MessagesManagerFrm, NotReadMessageBoxFrm, TeamsAdapter, UsersService,
@@ -1834,6 +1836,10 @@ procedure TSMSForm.FormShow(Sender: TObject);
 var
 var
   iWaitTimes: Integer;
   iWaitTimes: Integer;
 begin
 begin
+  {$IFDEF NXQST}
+  spbSMSManage.Visible := False;
+//  AppCentreFrm.chrm1.Options.ApplicationCache := STATE_DISABLED;
+  {$ENDIF}
   Application.ProcessMessages;
   Application.ProcessMessages;
   iWaitTimes := 0;
   iWaitTimes := 0;
   while not CanWriteMessage do
   while not CanWriteMessage do

+ 2 - 2
Client/Views/ViewManager.pas

@@ -111,7 +111,7 @@ begin
       if TCustomFormClass(FClasses[i]).ClassName = AClassName then
       if TCustomFormClass(FClasses[i]).ClassName = AClassName then
       begin
       begin
         AClass := TFormClass(FClasses[i]);
         AClass := TFormClass(FClasses[i]);
-        AForm := AClass.Create(nil);
+        AForm := AClass.Create(Application);
         if not AForm.GetInterface(IUIForm, Result) then
         if not AForm.GetInterface(IUIForm, Result) then
         begin
         begin
           Result := nil;
           Result := nil;
@@ -142,7 +142,7 @@ begin
     if TCustomFormClass(FClasses[i]).ClassName = AClassName then
     if TCustomFormClass(FClasses[i]).ClassName = AClassName then
     begin
     begin
       AClass := TFormClass(FClasses[i]);
       AClass := TFormClass(FClasses[i]);
-      AForm := AClass.Create(nil);
+      AForm := AClass.Create(Application);
 //      if AForm.GetInterface(IChangeUIColor, ColorForm) then
 //      if AForm.GetInterface(IChangeUIColor, ColorForm) then
 //        ColorForm.ChangeUIColor(MainForm.FormColor);
 //        ColorForm.ChangeUIColor(MainForm.FormColor);
       if not AForm.GetInterface(IUIForm, Result) then
       if not AForm.GetInterface(IUIForm, Result) then

Plik diff jest za duży
+ 1 - 1
Controls/RealICQComponents.dproj


BIN
Controls/RealICQComponents.res


BIN
DataProvider/DataProvider.res


Plik diff jest za duży
+ 1 - 1
Includes/FlatStyle/FlatStyle.dproj


BIN
Includes/FlatStyle/FlatStyle.res


Plik diff jest za duży
+ 1 - 1
Log/Logger.dproj


BIN
Log/Logger.res