-
Content Count
90 -
Joined
-
Last visited
Everything posted by weabow
-
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.
-
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
-
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.
-
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
-
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.
-
Android PlayStore review: How long can it take ?
weabow replied to Rollo62's topic in Cross-platform
To day's deployement on Android : uploaded at 09h45, accepted at 10h23. Hope this helps -
Android PlayStore review: How long can it take ?
weabow replied to Rollo62's topic in Cross-platform
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. -
Android PlayStore review: How long can it take ?
weabow replied to Rollo62's topic in Cross-platform
For me, about 30'. Christian -
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 ?
-
Thanks a lot. Yes the app is FMXLinux. It runs very fine under Ubuntu 20.
-
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".
-
Thanks. But if I reset to default icons (from Delphi itself), it's the same.
-
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