Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1558
  • Joined

  • Last visited

  • Days Won

    87

Everything posted by Abaksoft

  1. http://forums.unigui.com/index.php?/topic/15767-ssl/&do=findComment&comment=86771
  2. The Demo use an old method (Open SSL) wich is not valid today.
  3. Hi Marco, Here is in attachment an example, for using FR with Unigui (without any problem). Important : you have to delete the temp file onClose event. procedure TfrmFastReport.UniFormClose(Sender: TObject; var Action: TCloseAction); begin //1. Important try DeleteFile(fFile_Temp); Except end; //2. No ! must be open // DBMyDataSet.Close; end; Using_FastReport.zip
  4. http://www.unigui.com/doc/online_help/creating--destroying-many-cont.htm
  5. Hello, Did you set your DMZ router ? http://forums.unigui.com/index.php?/topic/12503-recommendations-for-hosting/&do=findComment&comment=66579 http://forums.unigui.com/index.php?/topic/12503-recommendations-for-hosting/&do=findComment&comment=79419
  6. Hello, See the best practice to retreive a variable from a form. Unigui advise to use Asynchronous mode. http://www.unigui.com/doc/online_help/index.html?synch-and-asynch-operations.htm
  7. Hi Farshad, On my Customer log C:\Program Files\PlaningRDV\log\hyper_service_exe I found this alert : hyper_service.exe: 000016B4: 08:43:56 [HandleFileRequest[192.168.1.198]]:File not found: C:\Program Files (x86)\FMSoft\Framework\unigui\ext-7.0.0\build\classic\theme-classic\resources\images\toolbar\toolbar-footer-bg.gif My application works fine, and i did'nt declared any specific theme (all by default). Of course the runtime (on the Customer Server) FMSoft_uniGUI_Complete_runtime_1.90.0.1552.exe is installed __________ Build 1552
  8. Hi, Standard Method : var Memo: TfrxMemoView; // frxClass var txt:string; begin txt:='Hellow world'; if frxReport1.FindObject('mem_MyMemo') as TfrxMemoView <> Nil then begin Memo := frxReport1.FindObject('mem_MyMemo') as TfrxMemoView; Memo.Lines.Add(txt); end; end;
  9. Hi Farshad, I detect a stange behavior, with the release Build number after uploading the exe file (remote deploying). The Buil number appears staggered compared to the current number. -> My last release (auto-generate Build) = 1.3.50.24 -> I found on control Panel (Customer) = 1.3.50.23 (of course after recycling all nodes) Also, for info : the current control panel build number is 1551 instead of 1552.
  10. Hello, Can you try this : http://forums.unigui.com/index.php?/topic/13601-using-free-fontawesome-offline/&do=findComment&comment=77988
  11. Dears, The new release Equinox 1552 is just freshly released. Thank you Farshad. 😃 Improvement [UNG-3257] - New method to install uniGUI for CPP Builder (Without RAD Studio) [UNG-3264] - New mobile Column type: ceMemo Task [UNG-3267] - RAD Studio 11.0 Alexandria Support New Feature [UNG-3258] - New visual theme: uni_windows10 [UNG-3265] - TUnimDBGridColumn: New DisplayMemo property [UNG-3268] - HyperServer Server Farm Cluster [UNG-3269] - HyperServer Applications Bug [UNG-3259] - HyperServer: Remote configuration doesn't apply Node Recycling parameters. [UNG-3260] - HyperServer: WaitNode timeout is not counted correctly. [UNG-3261] - uniDBGrid: Filtered grid reloads data incorrectly. [UNG-3262] - uniDBGrid: Issue when data is appended after grid is emptied. [UNG-3263] - SessionIdle event is not fired when there are data events. [UNG-3266] - unimDBGrid: Readonly columns should not appear in editor panel. [UNG-3270] - Grid Exporters: Totals are not shown in correct column if hidden columns exist.
  12. +1 Yes. Your code is super. Last day it caused AV because my network Card was'nt enable. Yes your intelligent technic is good Many Thx
  13. Hello, Try this (Thx to Sherzod) Color_Button.7z
  14. This Calc.exe was on your PC or on the remote server ? If it was from your PC, try to copy/paste this clean Calc.exe from your PC to the Remote server (exactly as you do with your unigui.exe) Obviously, If the windows defender (remote server) detect a trojan, this confirm that the server has problem.
  15. Hello, I have not RAD Studio, so no linux developpmenr, sorry. http://www.unigui.com/doc/online_help/index.html?remote-deployment.htm
  16. Important : Before uploading, rebuild your exe release with setting (Project > options) build number = Auto increment
  17. 1. Copy and Paste Calc.exe from windows directory to desktop. 2. Send this copy to VirusTotal 3. try an other test : create a text file with BlocNote and rename the extension .txt to .exe. Send this exe file to VirusTotal.
  18. Test : Upload any .exe to VirusTotal ( NotePad.exe or Paint.exe). if detected Trojan, that means your PC is infected.
  19. One light Solution : Restaure your PC (win 10) on a paste date cmd : SystemPropertiesProtection.exe and select a date
  20. IMHO, I think you have a virus, wich attack all new build .exe The problem is not in Windows Defender, nor in Delphi.
  21. 1. I have not XE4, but Delphi 10.4.2 Result : Build 32 bits / Debug 2. For the library, you can see : On Delphi Menu : Component > installed Packages
×
×
  • Create New...