Jump to content

Abaksoft

uniGUI Subscriber
  • Posts

    1555
  • Joined

  • Last visited

  • Days Won

    86

Everything posted by Abaksoft

  1. Thank you very much Maestro, Woks fine (good vertical center) Sorry, If i understand, when copying this CSS on UniServerModule CustomCss property this will give for all my UniDBGrid components on the Project this behavior ?
  2. Thx Sherzod, Just put an UniDBGrid with : Font Size = 15 Style : fsBold RowHeight = 40
  3. Still not correctly displaying on Build 1481. items are not vertical centred. Did somebody find solution ? Thx.
  4. Hello George Souares, If my memory is good, i remember, you suggest us a Technical Unigui document (.pdf) in english. Did you release it ? Thx
  5. El Gringo, Thx to share your experience and BRAVO for your learning ! About memory leaks, if you know your code and what are you doing, ReportMemoryLeaksOnShutdown := true; is enough. You will find easily your leaks.
  6. Hello Friends, Here is announced a meeting at Paris in 15 november 2018. https://delphi.developpez.com/actu/230117/Lancement-de-RAD-Studio-10-3-Rio-le-15-Novembre-2018/ PS : when i suggest them to speek about Unigui, Maxime Capellot said that they will do. Maxime Capellot Membre expérimenté Envoyé par moyzer Bonjour, Ca serait utile de rajouter au séminaire, une petite présentation de l'excellent FrameWork : Unigui (developpement web ultra rapide dans l'IDE Delphi). http://www.unigui.com Salutations. Bonjour, Oui en effet, il y a de nombreux composants Delphi qui méritent des présentations, notamment Unigui qui intégre Sencha Ext JS, mais d'une maniére différente à ce que prévoit Embarcadero trés bientôt. On en parlera lors de la conférence à Paris et je vous invite à participer à cette présentation, nous aurons l'occasion d'en discuter. A trés bientôt. Maxime Capellot
  7. Solved function celldblclick(sender, td, cellIndex, record, tr, rowIndex, e, eOpts) { grid=sender.grid; grid.showMask('Espere por favor...'); } Without ajaxRequest line. Thx
  8. Hi Sherzod, Thank you for your precious help With this CLientEvent, it just see the mask, for 1 or 2 secondes. Is there a possibility to show the mask indefinitely (with this ajaxRequest ) ? I have a Frame with an UniDBGrid. When doubleClick On, it retreive somme data on a new ModalForm. The process take about 5 to 10 secondes and don't want the user double click again ! After ModalResult then HideMask. Thx ____ Edit : Don't want to use Unisession.Synchronize
  9. No problem with : - Hyperserver - As Service - Hybrid application (Desktop / Mobile) - Delphi Tokyo 10.2.3 - Unigui Build 1480 Regards
  10. Now, focus exists in Build 1480. Thx to Sherzod http://forums.unigui.com/index.php?/topic/10041-google-chrome-autofill-incorrectly-fill-all-password-related-edits-on-different-forms-with-same-text/&do=findComment&comment=52280
  11. Good moorning Friends, Just wanted to advise. - ShellExecute works fine on VCL Desktop applications only. - ShellExecute does'nt work on a Windows Service ! Because of Windows Security (Session0, Session 1) introduced after Windows 7 use instead CreateProcessAsUser like this : procedure TMainForm.RunApp(cmdLine, WorkDir: String); var hToken: THandle; StartupInfo: TStartupInfo; ProcessInfo: TProcessInformation; res: boolean; begin GetStartupInfo(StartupInfo); if WTSQueryUserToken(WtsGetActiveConsoleSessionID, hToken) then begin { 1. For an application.exe (exemple : NotePad.exe) res := CreateProcessAsUser(hToken, PChar(Path_appName), PChar(cmdLine), nil, nil, False, CREATE_NEW_CONSOLE, nil, PChar(WorkDir), StartupInfo, ProcessInfo); } {2. For a DOS command line (Example FireBird : cmdLine:='gbak.exe -user sysdba -pas masterkey -b -nt "D:\Base.fdb" "D:\toto.fbk" '; WorkDir:='C:\Program Files\Firebird\Firebird_2_5\bin'; } res := CreateProcessAsUser(hToken, Nil, PChar('cmd.exe /C ' + cmdLine), nil, nil, True, CREATE_NO_WINDOW, nil, PChar(WorkDir), StartupInfo, ProcessInfo); if res then WaitForSingleObject(ProcessInfo.hProcess,INFINITE); end; end; That will save you much time Regards.
  12. Important : if you want an Elevate Administrator (Project > Options > Application > Manifest) : You have to Run your shortCut (batch File) as Administrator :
  13. Hello as ClientMainForm.AlignmentControl := uniAlignmentClient I always use UniContainer Instead of UniPanel.
  14. Solved bds.exe must be launch with only one CPU ! CPU Affinity CPU=0 Thx to Javorszky https://community.embarcadero.com/forum/installation-issues/1408-running-from-ide-freezes-windows-10#4173 Edit : To run quickly without entring TaskManager and change Setting CPUAffinity, just create a batch file on the desktop: cd "C:\Program Files (x86)\Embarcadero\Studio\19.0\bin\" start /affinity 1 bds.exe Why ? "The reason for this is that most applications you run these days have been designed with multi-core processors in mind and will work with the operating system to distribute their operations as evenly as possible across all the available cores. " see : https://www.techrepublic.com/blog/windows-and-office/change-the-processor-affinity-setting-in-windows-7-to-gain-a-performance-edge/
  15. Thank you friends, OK, but on my same machine, with Win 7 Pro 64 bits, Bds.exe launch as a Formula 1 ! On the web, I am looking for a solution, it seems a : windows 10 Bug ! https://stackoverflow.com/questions/45501655/rad-studio-takes-very-long-time-to-open Thx Let you know...
  16. Dear Friends, Not related to Unigui. But wanted, maybe your expertise. I have just installed my Delphi Tokyo 10.2 update 3 Build 25.0.29899.2631 on my new Hard Disk, freshly formated with Windows 10 Pro / 64 (Official OEM Licence KEY). On a good machine : i3 processor 64 bit 8 GO RAM Result: it take 7 minutes to only lauche bds.exe !!! - No antivirus - Windows Defender disabled - FireWall disabled - UAC disabled - Bds.exe Security --> Full Control (all users) Oh… what happened ? Thx for advises...
  17. Thank you for your reply. Can you please show me, where did you see that mictosoft restriction ? I baught this OEM product: https://buywindowskey.co.uk/compare-products And works well in Algeria. I didn't see anywhere that restriction (even at microsoft) See this : "There’s nothing illegal about buying an OEM key, so long as it’s an official one. There are plenty of legitimate sites online that deal in this kind of software, Amazon has a number of sellers offering OEM keys, as does eBay, and more specialist sites like the aforementioned Kinguin." From : https://www.google.dz/amp/s/www.techadvisor.co.uk/feature/windows/windows-10-oem-or-retail-3665849/%3Famp Also, respectable sellers as Amazone, ebay don't mention any limitations. Better, on : - ebay mentioned : key available on Worlwide http://vi.raptor.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=142946738362&category=11226&pm=1&ds=0&t=1537557608000&ver=0 - Kinguin it indicates clearly "REGION FREE". https://www.kinguin.net/category/19429/windows-10-professional-oem-key/
  18. Dear Friends, Just want to share with you my satisfaction. For the price of a pizza you have an authentic and official OEM key MICROSOFT windows 7 or 10. Sability, scalability garanteed. https://buywindowskey.co.uk With a great support. Best regards
  19. Do you think that Farshad developed unigui only to get rich and thus close his code? No, i dont think so. In the last 10 years, it is clear from his work that he is a great personality, a virtuous and very honest man. I do not know him personally, but review the history of the vicissitudes experienced on this forum you will understand. No, it's someone who has his head on his shoulders and knows where he is going. he will never be able to leave you. he certainly has a plan B for the durability of this remarkable product.
  20. Hi Farshad, Regarding threads, Nodes, load Balancing thechnologie, etc... Wich is the best system for hyperserver ? Are windows server editions mandatory ? or just a classical windows 7 Professional is enough ? Thx.
  21. اشتقنا احبائنا عيدكم مبروك
  22. Hello, betocatarino "VOYAGER" 1478 is just out of the oven. if you are an UniGui suscriber, you can download it from your portal support. if not, may be FMSoft will release a Trial version soon !?. In the meantime, you can have a look of the new technologie : http://www.unigui.com/doc/online_help/hyperserver.htm Regards
  23. betocatarino, "Don'nt worry, Be happy". You are welcome to the FANTASTIC UNAVOIDABLE DELPHI FRAMEWORK : U N I G U I And its great community. You're in luck, Next week, a new major release, called Unigui "VOYAGER" is announced. This will propulse our develppment out of solar system ! Have fun.
  24. Hello allenchow, Try this (in attachment). Maybe it can HELP. Best Regards START_STOP.zip
×
×
  • Create New...