Jump to content

Patrick PREMARTIN

Members
  • Content Count

    184
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Patrick PREMARTIN

  1. Patrick PREMARTIN

    Android App freezes on Launch Screen (only on certain devices)

    Hi Did you fixed the problem you had ? Can you share the solution if you found one or perhaps did you tried 11.2 Alexandria since November ?
  2. Patrick PREMARTIN

    The software industry has moved to the Web, why?

    It depends if the same developers or in charge people create web site and desktop/mobile softwares.
  3. Patrick PREMARTIN

    Need a "Delphi programming guideline"

    Good luck to them. Managers don't realize what they do. The problem is not only a "Delphi is old idea" but also "Internet is beautiful, you can do anything with React" marketing.
  4. Patrick PREMARTIN

    Current subscription required to download ?

    Hi What do you want to download and were ?
  5. Patrick PREMARTIN

    Need a "Delphi programming guideline"

    using books pages with a quiz as a captcha on Windows login screen should be a good feature
  6. Patrick PREMARTIN

    Convert Png To ico fmx delphi

    IcoFX generate files needed for all platforms. For the sizes we can change if we want more (or less ???) in ICO or ICNS files.
  7. Patrick PREMARTIN

    Cross platform HTTP client with proxy support?

    Perhaps ICS ? http://www.overbyte.eu/frame_index.html?redirTo=/products/ics.html
  8. Patrick PREMARTIN

    Convert Png To ico fmx delphi

    Hi If you want to generate ICO exe files, you can search "Export en format ICO" text in https://github.com/DeveloppeurPascal/PicMobGenerator/blob/main/src/fMain.pas You'll see how I managed it for Pic Mob Generator program I've just open sourced to answer you (it was on my todo list for 2023, thanks for giving me a reason to do it).
  9. Patrick PREMARTIN

    Need a "Delphi programming guideline"

    Last year (or previous one, I don't remember), Marco Cantù published the updated release of the "official" Delphi's Object Pascal Style Guide. A good start for a lot of coding choices when you have no rules and are not alone on a project. It's online, you can read it and pick some pages for your colleagues and boss. On the Resources / White papers page of Embarcadero website you have a lot of ebooks and books. One of them is a bible for Delphi Object Pascal developers : Object Pascal Handbook Delphi 11 Alexandria Edition You can also read Code Faster in Delphi to have a lot of coding tips. Put them on the Windows desktop of your colleagues, they must read books about coding and good practices !
  10. Patrick PREMARTIN

    Embarcadero Toaster - Notification Window Caption in Win10

    Hi For those how haven't seen it, the solution is to call PlatformInitialize on your TNotificationCenter component some times before sending any notification like in FormCreate event. Windows will have time to see the shortcut file linked to the registry key and the notification and so not display the registry key name but the EXE file name instead. This problem is just a simple delay in Windows between creating files and seeing them in other API... If you have previous Delphi releases, without PlatformInitialize method, you can create a shortcut to your program in the user startup menu program folder. It should work.
×