Jump to content

weabow

Members
  • Content Count

    90
  • Joined

  • Last visited

Everything posted by weabow

  1. weabow

    Nneed a mentor

    Up to you. Because of my ignorance of Pascal, and RadStudio IDE, I saved a lot of time. Of course I prepared the sessions with him. Also, I gave him some projects or pieces of projects to build, not to waste time with hight level skills needs in Delphi. And when I wrote some code, at the beginning, we evaluate it both of us to improve my own skills.
  2. weabow

    Nneed a mentor

    Your request is what I did 4 years ago, to make my app in crossplatforms (I was coming from VB, C & C++, Java, PHP, etc... but not Delphi). Your strongly right to go this way. For myself, I asked a MVP, and that was a very good idea. Christian
  3. Personnaly, I have a real Mac to be in order with regulations. But I only use VM, and as you say, because of often changes from Apple, running on VM is very secured. I often clone VM before upgrading VM.
  4. I use for Windows, Mac, IOs, Android and Linux TMS FNC UIpack, which contains FNC Core, which contains a pdf lib. Do NOT take FMX UI Pack if interested, as recommanded. I runs fine, very fast (2 seconds for 58 pages on Windows). You can draw, print texts and pictures, embed fonts. Very great tool. It's here... In attachment, an example with pictures in png, drawings (the targets), and texts. tms-fnc-pdf-lib.pdf
  5. weabow

    IOS deployment error [PAClient Error] Error: E0776

    What I did in the past for such these problems : remove target platform in the project (remove IOS) clean project files just to remove all ios files then exit Delphi, and restart, reinstall target plateform, compile and deploy. Hope this helps.
  6. To day's deployement on Android : uploaded at 09h45, accepted at 10h23. Hope this helps
  7. 30 minutes. Are you sure your submission is taken into account ? One time I've forgotten to click on the right button. Also, check adds options, and so on.
  8. For me, about 30'. Christian
  9. weabow

    Linux : app icon problem

    I run my app on Ubuntu 20 and it runs fine. The problem is that the icon app I have set in the project properties isn't shown. I only have the Linux default icon. Any idea ?
  10. weabow

    Linux : app icon problem

    Thanks a lot. Yes the app is FMXLinux. It runs very fine under Ubuntu 20.
  11. weabow

    Linux : app icon problem

    Yes I do. If I move .ico to the desktop folder in Ubuntu, it appears properly. PNG files aso. I'd rather think about a problem creating the "exe".
  12. weabow

    Linux : app icon problem

    Thanks. But if I reset to default icons (from Delphi itself), it's the same.
  13. weabow

    IOS 14 and Xocde 12 issues

    Hi, I had this problem and coped with it this way : In project/options/version information/CFBundleName, put : $(ModuleName) For me it runs fine now
×