Jump to content

Dave Nottage

Members
  • Content Count

    1297
  • Joined

  • Last visited

  • Days Won

    29

Posts posted by Dave Nottage


  1. 11 minutes ago, softtouch said:

    When I close a form on macOS by clicking the top/left red close button of the form, the onClose event of the form is not trigggered

    Works for me in Delphi 11.3.

     

    EDIT: That's when the form is not opened modally - I do note that there are these issues outstanding related to modal forms: 

    https://quality.embarcadero.com/browse/RSP-39547
    https://quality.embarcadero.com/browse/RSP-40158

    So you may need to be more specific about how you are showing the form(s)
     


  2. 31 minutes ago, Uwe Raabe said:

    During the beta I use private forks of the public repositories to store all the changes. On release date the fork is merged into public. I don't distinguish code I may publish or not.

    Isn't this statement a breach of the NDA? 😉

     

    If I was participating (in theory, because I am not admitting either way), that's what I'd do, because I think the conditions are still fuzzy 🙂

     


  3. 1 hour ago, Ian Barker said:

    as long as they did not refer to or expose any functionality which was specific to version 12

    What about when a third party has both source code changes that make the code compatible (i.e. doesn't refer to new functionality), in addition to having code that does take advantage of new features (i.e. both kinds of changes in the same release)? It would seem to exclude them from doing anything at all, or at least hold off on the latter part, since it would be a breach? I wonder how many this would apply to? I know from the changes going from Delphi 10.4 to Delphi 11 that it would definitely apply to me.

     


  4. 1 hour ago, RDP1974 said:

    if I deploy a ios fmx app with this toolchain, a iphone with ios 15 or previous will run the app?

    11.3 is backward compatible for devices that have at least iOS 14, possibly earlier


  5. On 10/13/2023 at 3:17 AM, dummzeuch said:

    Does that mean everything works fine and nobody has any ideas on improving that functionality?

    Something is amiss for me: I'm building from r4065 and I can see files referring to Instant Grep, but there appears to be no menu item - is it not under the GExperts item?

     

    On a side note: is there a plan to make GExperts respect the IDE theme? 


  6. 6 hours ago, FabDev said:

    The one you can found in default "File" application and after "On my Iphone"("sur mon Iphone" in french) :

    I have added a demo to the HowTo repo that demonstrates how to achieve this.

     

    Please read the readme for instructions. Note that there is no special folder - it's a case of configuration in order to share files from the documents folder.

    • Like 2
    • Thanks 2

  7. 9 hours ago, Cristian Peța said:

    I also had issues with iOS platform in the past and solution was to install MacOS platform too.

    I always install macOS support anyway, so had not noticed. I haven't seen the requirement anywhere (as yet), so someone might want to report the issue 😉

     


  8. dsymutil.exe should be in the bin folder of your Delphi install, e.g. C:\Program Files (x86)\Embarcadero\Studio\22.0\bin

     

    If it is not, then it seems your install of Delphi did not complete correctly, which may mean you need to reinstall. Less drastic is perhaps uninstall iOS support and reinstall it using Tools | Manage Platforms


  9. 3 hours ago, RokWeb said:

    If I understand correctly, the problem was solved by updating XCode to 15 Beta 6 and using the current version of the iOS SDK.

    If I understand correctly, the current beta of Xcode is relevant only to those developing for Vision OS -  it is otherwise the same as the released version.

    3 hours ago, RokWeb said:

    The exception occurs in the code section of the idGlobal.pas module

    Can you provide evidence that this is the case? Regardless, I'm not sure why Indy chooses to use its own function over the one in System.pas - the code for it is executed differently on iOS than on Windows.


  10. 1 hour ago, John van de Waeter said:

    Does NOT work in a TWebbrowser on Android.

    After a bit of experimenting and searching around, it appears it's currently not possible. Here is one link relating to the issue:

     

      https://bugs.chromium.org/p/chromium/issues/detail?id=669492

     

    I expect you'll need to implement photo taking in the app itself, and then when the user taps "Select Photo" or "Take A Photo" link in the TWebBrowser, they'll be able to select the image that has been taken.

×