Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1561
  • Joined

  • Last visited

  • Days Won

    87

Everything posted by Abaksoft

  1. https://en.delphipraxis.net/topic/5757-patch-for-delphi-11-alexandria-available/
  2. One of the new features in Delphi 11 is high Dpi for 4K screen. Maybe you have to start your bds.exe without high dpi. On your shortcut "Delphi 11" ...bds.exe" "/highdpi:unaware" "-pDelphi"
  3. http://forums.unigui.com/index.php?/topic/15767-ssl/&do=findComment&comment=86771
  4. The Demo use an old method (Open SSL) wich is not valid today.
  5. 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
  6. http://www.unigui.com/doc/online_help/creating--destroying-many-cont.htm
  7. 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
  8. 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
  9. 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
  10. 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;
  11. 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.
  12. Hello, Can you try this : http://forums.unigui.com/index.php?/topic/13601-using-free-fontawesome-offline/&do=findComment&comment=77988
  13. 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.
  14. +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
  15. Hello, Try this (Thx to Sherzod) Color_Button.7z
  16. 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.
  17. Hello, I have not RAD Studio, so no linux developpmenr, sorry. http://www.unigui.com/doc/online_help/index.html?remote-deployment.htm
  18. Important : Before uploading, rebuild your exe release with setting (Project > options) build number = Auto increment
  19. 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.
  20. Test : Upload any .exe to VirusTotal ( NotePad.exe or Paint.exe). if detected Trojan, that means your PC is infected.
  21. One light Solution : Restaure your PC (win 10) on a paste date cmd : SystemPropertiesProtection.exe and select a date
×
×
  • Create New...