Jump to content

Fudley

Members
  • Content Count

    68
  • Joined

  • Last visited

Everything posted by Fudley

  1. This just started happening, and I can't figure out what changed. All existing controls on the form respond to OnTap events as usual. If I add a new control to the form, such as a button or label, its OnTap event does not fire. For instance, if I drop a button (Button9) on the form, and assign its OnTap event as follows, nothing happens when I tap it. procedure TFudleyMain.Button9Tap(Sender: TObject; const Point: TPointF); begin showmessage('HERE'); end; Anyone ever experience this?
  2. Fudley

    Any *new* controls added, events do not trigger

    Well FM, it happened again today. Anyone have any clues please? Reinstall Delphi?
  3. What I am doing to load a .style file from disk: if FileExists(SelectedStyleFile) then begin Application.mainform.stylebook.LoadFromFile(SelectedStyleFile) ; end; How do I then apply the style?
  4. D12, Android 14 I have added a file to the deployment tab. Local name is abc.xyz Remote path is set as assets\internal , remote name is abc.xyz How do I load this file at runtime? I can't find it with FileExists function. I've tried variations of the TPath.Get* path functions i.e. FileExists( tpath.combine(TPath.GetAppPath,'abc.xyz) ); Basically , how do I locate the file deployed to assets\internal at runtime
  5. Thanks Remy that's a great resource. Link saved for reference.
  6. Fudley

    Any *new* controls added, events do not trigger

    I had to revert back to an earlier version and manually redo the changes one by one since then. I still don't know how or why it happened.
  7. Fudley

    Any *new* controls added, events do not trigger

    Well I tried on Android 12 and 14 - same problem. Scratching head...
  8. Fudley

    Any *new* controls added, events do not trigger

    Sorry - Delphi 12, Windows 11. However my test phone did upgrade to Android 15 today...
  9. Yes! Thank you very much Dave. I am constantly amazed at your knowledge.
  10. I need to get a cheap tablet for testing. -Needs to work with Windows 11. and Delphi 12. -Preferably under $150. Any recommendations?
  11. Fudley

    Need a cheap tablet. Recommend?

    To follow up, I was able to get a 7 inch and 10 inch for testing. Glad I did! Have to adjust a few things
  12. Fudley

    Need a cheap tablet. Recommend?

    Hi François , I am so sorry I really messed up that description! - We are developing apps for Android, using Delphi 12, on Windows 11. - We need an Android tablet to be used only for testing the android apps. (and possibly as a Kindle alternative 📓) - We want to spend under $150 if possible (OK if it is used or reconditioned) -I am used to Samsung, so that would be a plus I hope that is more lucid. Thanks!
  13. Fudley

    Alignment of group of controls

    Say I have a TRectangle, and inside of it I have 5 TRectangles, and all are align=top. How do I then change the order or them at design time? I've been using: copy all to clipboard, paste to a text editor, delete on the form, and then paste back in one at a time. Is there a better way?
  14. Fudley

    Alignment of group of controls

    Thanks dave
  15. Delphi 12.1 Assigning a TDateEdit.Date causes a calendar to popup on android. For instance simply MyDateEdit.Date := Today; Is this by design, and how do I prevent it?
  16. Fudley

    Alignment of group of controls

    Where can I find the Top value please?
  17. Fudley

    Any font property editor for FireMonkey?

    I asked this once, and Remy Lebeau answered thus: ‐-------- There is nothing built-in to FMX for retrieving the device's fonts. I've seen 3rd party solutions that provide FMX wrappers for OSX and Windows, but not for Android. Android does have some APIs you can try directly, see: https://stackoverflow.com/questions/3532397/how-to-retrieve-a-list-of-available-installed-fonts-in-android
  18. Sherlock thanks for the helpful links
  19. Fudley

    Recommended devices android testing

    What devices would you include when testing an android app meant for tracking collections (stamps and such) ? I know there are services and emulators, but would testing with the actual devices be better?
  20. Fudley

    Recommended devices android testing

    Thanks everyone for the great informative answers! This is such a helpful and knowledgeable group.
  21. I am looking to add camera support to an android product. Has anyone used the Winsoft camera product vs IFMXCameraService.TakePhoto?
  22. I ended up using the code from this page, and it seems to be working https://docwiki.embarcadero.com/RADStudio/Athens/en/Taking_Pictures_Using_FireMonkey_Interfaces
  23. I purchased the Winsoft product. It is a powerful pruduct but suffers from lack of documentation. FWIW.
  24. Fudley

    Recommended devices android testing

    18000? Gulp.
  25. Windows 11 Delphi 12.1 (haven't dived into 12.2 yet) GExperts, CnPack, MMX are installed. Right-clicking on the toolbars and selecting "Customize" I can then arrange the toolbars and icons, add new icons etc. All is well until I restart Deephi, and the toolbars are not as I left them. Some icons are missing. Some toolbars have blank spaces where the icons should be. I have tried locking the toolbars, and saving the desktop. Has anyone else run into this?
×