Jump to content

Patrick PREMARTIN

Members
  • Content Count

    297
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Patrick PREMARTIN

  1. Patrick PREMARTIN

    Software licensing system recommendations

    what file extension do you expect for a security company website ?
  2. Patrick PREMARTIN

    GetIt servers down?

    It should works. Perhaps a temporary fail due to overloading the servers with new installs ? Could you try again ? If you still have the same error, check your license in license manager to see if it has the 11.3 support and perhaps the subscription.
  3. Patrick PREMARTIN

    Delphi 11.3 is available now!

    It's not the case since 11.2 Alexandria : Embarcadero updated Python dependency to 3.x branch and PAServer needs it only for debugging. Where did you see it's on 2.7 ?
  4. Hi Once again I get stuck on generating an MSIX package for Microsoft Store while I also generate MSIX packages in direct deployment (without the Microsoft Store information in the application manifest). Am I the only one who gets stuck on this kind of thing and wants to deploy from the IDE for both delivery modes (which is simple for other platforms but not so easy for Windows because of conception choices) ? Do you use Microsoft Store to distribute your projects? Do you use the IDE's deployment system for that? I ended up creating two versions of my project to have two options files ! One for all platforms and one for the Microsoft Store just to stop switching in the project options on settings that the IDE doesn't register correctly and to have a version number that Microsoft accepts for its application store.
  5. Patrick PREMARTIN

    Software licensing system recommendations

    Microsoft Store and the TWindowsStore component ?
  6. 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.
  7. 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).
  8. Patrick PREMARTIN

    Error when iOS application building in Delphi 11.2

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

    Error when iOS application building in Delphi 11.2

    Hi Has your Mac a M1/M2 processor or an "old" Intel model ?
  10. 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
  11. 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 ?
  12. 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.
  13. 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.
  14. Patrick PREMARTIN

    Current subscription required to download ?

    Hi What do you want to download and were ?
  15. 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
  16. 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.
  17. Patrick PREMARTIN

    Cross platform HTTP client with proxy support?

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