Jump to content

Infomuis

Members
  • Content Count

    3
  • Joined

  • Last visited

Everything posted by Infomuis

  1. Infomuis

    Is IPhone SE suitable for testing purposes?

    Code for iOS generated with Delphi 11 and a fully updated xcode is running on a iPhone 5s (and XR)
  2. I'm trying to put a customer device (IPhone XR) to Delphi and to use it. Adding is not so difficult: https://docwiki.embarcadero.com/RADStudio/Sydney/en/Adding_a_Customized_View_to_the_View_Selector and I can see and use the view. But when I make an app, with this new view, it does not appear right on the XR. It shows the Master view, not the new create view for the XR. when I use the IPHone 5.5 " view, it is show correcly. Alter I installed the Package for the new view and installed, I get the message the ipgone.bpl had been installed. But when I look (which an app) with devices (view's) are installed, it is missing. for var I := 0 to System.Devices.TDeviceInfo.DeviceCount-1 do Memo1.Lines.Add(Format('DeviceCount: %s',[ System.Devices.TDeviceInfo.Devices[i].ID ] )); I can see the IPhone55in and the other default devices(view), but mine (added) XR is missing. Has anyone an idea ? Greetings for Holland
  3. This is information not a question: Yes I know, Oracle 8i is old and shout be replaced. But there companies, with legacy software. When I read the Embarcadero information, It should work ( version 8.0.3 and later. (http://docwiki.embarcadero.com/RADStudio/Sydney/en/Connect_to_Oracle_Server_(FireDAC)) use: instantclient-basic-win32-11.1.0.7.0.zip), but you get the error: ORA-03134: Connections to this server version are no longer supported. Testing with local sqlplus learned the error is generated in the oracle part. (instantclient). I have installed version 10.2.0.5 and sqlplus is working and fireDAC is working to . For older oracle databases the info from Embarcadero is not correct. and you should use 10.2.0.5 version of the Oracle client part.
×