

Fudley
Members-
Content Count
68 -
Joined
-
Last visited
Everything posted by Fudley
-
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?
-
Well FM, it happened again today. Anyone have any clues please? Reinstall Delphi?
-
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?
-
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
-
Thanks Remy that's a great resource. Link saved for reference.
-
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.
-
Well I tried on Android 12 and 14 - same problem. Scratching head...
-
Sorry - Delphi 12, Windows 11. However my test phone did upgrade to Android 15 today...
-
Yes! Thank you very much Dave. I am constantly amazed at your knowledge.
-
I need to get a cheap tablet for testing. -Needs to work with Windows 11. and Delphi 12. -Preferably under $150. Any recommendations?
-
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
-
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!
-
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?
-
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?
-
Where can I find the Top value please?
-
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
-
Sherlock thanks for the helpful links
-
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?
-
Thanks everyone for the great informative answers! This is such a helpful and knowledgeable group.
-
I am looking to add camera support to an android product. Has anyone used the Winsoft camera product vs IFMXCameraService.TakePhoto?
-
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
-
I purchased the Winsoft product. It is a powerful pruduct but suffers from lack of documentation. FWIW.
-
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?