Jump to content

Patrick PREMARTIN

Members
  • Content Count

    344
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Patrick PREMARTIN

  1. Patrick PREMARTIN

    Software licensing system recommendations

    Microsoft Store and the TWindowsStore component ?
  2. Patrick PREMARTIN

    Error when iOS application building in Delphi 11.2

    I haven't found the M1/M2 offer on tis web site. I thought they have one, perhaps available only when we choose to pay.
  3. Patrick PREMARTIN

    Error when iOS application building in Delphi 11.2

    You have a solution, even if you don't have or want to buy a M1/M2 Mac today: you can rent one for few a days at a low cost. Try https://www.scaleway.com/en/hello-m1/ They rent real Mac mini M1 hosted in a datacenter in Paris (France). You only have to install the softwares you need : Xcode and PAServer. You have a replay of my webinar (FR) at https://serialstreameur.fr/webinaire-20210304.php with links to written explanations (to translate in your language).
  4. Patrick PREMARTIN

    Error when iOS application building in Delphi 11.2

    iOS Simulator is only supported on Apple Silicon processors
  5. Patrick PREMARTIN

    Error when iOS application building in Delphi 11.2

    Hi Has your Mac a M1/M2 processor or an "old" Intel model ?
  6. Patrick PREMARTIN

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

    I see an open issue for this problem : https://quality.embarcadero.com/browse/RSP-40102
  7. 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 ?
  8. 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.
  9. 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.
  10. Patrick PREMARTIN

    Current subscription required to download ?

    Hi What do you want to download and were ?
  11. 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
  12. 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.
  13. Patrick PREMARTIN

    Cross platform HTTP client with proxy support?

    Perhaps ICS ? http://www.overbyte.eu/frame_index.html?redirTo=/products/ics.html
  14. 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).
  15. 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 !
  16. 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.
×