Jump to content

sjordi

Members
  • Content Count

    196
  • Joined

  • Last visited

Community Reputation

38 Excellent

About sjordi

  • Birthday 11/01/1964

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. The install should define all the library and search paths for you if you install via GetIt. And the FMX.Form has nothing to do in the dpr or dproj file, but in the unit that uses it (the main form). Good luck
  2. Jus did a Form with a button and it works against Ubuntu, CentOS7, Rocky8 But I have the FMX.Forms in the main unit uses section, not in the project file. For your info, I just installed FMXLinux from GetIt and didn't configure anything else. I think a requirement is that you need a Linux connection and SDK before installing but that's about it. It didn't require any path definitions, etc...
  3. Hi all, Was just able to install Interbase 2020 and Rad Server on a Ubuntu 20.04 server. Accessing it via [ip address]/ems-server/version returns the correct info {"version":"4.6","server":"RAD Server"} That means it connects and sees it. Now if I try to use the console with [ip address]/ems-console/ it returns an error: Cannot open file "/webresources/templates/rlxMain.html. No such file or directory" The folder and file do actually exist. I just wonder why it tries to go /webresources with the front / Also everything is in /etc/ems where it actually is installed is in root:root or root:adm Thanks for any help. Steve
  4. Just on the run but from the top of my mind, I think you can launch Xcode and create an empty project, build it for iOS and Xcode should put things straight for you if your certificates are missing or not in the right place. Then reopen RadStudio and try to see whether it appears in the provisioning profiles (not in Auto mode).
  5. sjordi

    New in Firebird 5 - Part 1

    Still no native iOS deployment?
  6. sjordi

    OSX Sonoma BluetoothLE Delphi 12

    Thanks for letting the community know. You can report it yourself to Embarcadero: https://quality.embarcadero.com/secure/Dashboard.jspa
  7. In the main form, in the FormCreate event, comment the two last line at the end of the prodcedure // if FLandscapeOrientationMonitor.ScreenOrientation = TScreenOrientation.Landscape then // DoOnLandscapeOrientation; It works then.
  8. sjordi

    Android Create SQLLite Database at Runtime.

    Do you have permissions to write the DB? Did you try to write a test file like "test.txt"? If it doesn't work, you don't have write permissions. Otherwise please provide the error message (if any) you get when creating the DB
  9. sjordi

    Windows ARM support ?

    It would be nice to address Linux ARM because more and more IoT and robots are using these processors. It would really be nice to target those ones from RadStudio.
  10. sjordi

    FMX Tabcontrol Tab Hight

    It's also a huge improvement on ressource management. You load only the form/frame you need instead of 10 tabs when using only 1.
  11. sjordi

    FMX Tabcontrol Tab Hight

    That's actually how I worked around the native TabControl since I was using only the tabs, not the panels as I use frames instead. I switched to 4 buttons in a horizontal grid layer at the bottom of the other layer containing a listbox. Was just curious if the font problem would be solved. I'll try it on a test blank app.
  12. sjordi

    FMX Tabcontrol Tab Hight

    Thanks for the tip. I'll try to apply this to the font size. Under iOS, the font is so small in the tabs that it's barely readable when setting it to Platform Behavior.
  13. sjordi

    iOS 17

    And customers can't open any kind of ticket when using a beta OS. They're on their own. Why should you waste time supporting them when they don't operate in the conditions/requierements fixed by your software. Why should you waste time adjusting your software to a beta OS that will dramatically change over the coming months? If you fix the crash, then maybe, in the next iOS beta release, it will come back because Apple changed something on their side?
  14. sjordi

    Android not installing and being setup correctly

    Hi installed on a clean Win11 VM and Android SDK was not downloaded and correctly installed. It was from the web installer, despite the fact I picked the option to install it. I've been suggested to use the platform management from the IDE to uninstall it (unselect). It worked a bit. Then I launched the IDE again and picked Android again from the Platform Manager. This time, it fully installed everything, and it's now working. The NDK was ok, but the SDK option page showed all paths missing (and they actually were missing from the out of the box install) So try platform manager, uncheck Android and AdoptJDK, relaunch and check them back. It may solve your problem.
  15. sjordi

    Alphabet Index for navigation on ListView?

    I'm going to check on this. I do have it. I'll see whether one can tinker around and customize it as a ListView and eliminate the grayed out letters, etc... Thanks for your help.
×