Fudley
Members-
Content Count
44 -
Joined
-
Last visited
Everything posted by Fudley
-
Checked the source. Its: [TSkAnimatedImage] .Source.assign([ other TSkAnimatedImage ].source); What a wonderful set of components the Skia set are. Very well done to the author!
-
I made the mistake of trying to use adaptive icons. Could not get it to work. I could never find where the "Artwork Generator" put the XML files. I'm not even sure it created them. And without the XML files, no adaptive icons. However, now I can't turn off "Use adaptive icon". I can uncheck it, but it will not save as there are still (errant) entries in the Foreground, Background and Monochrome entries, and I cannot delete the entries. I would just like to go back to the legacy launcher and get rid of these adaptive entries. Can I edit some file manually to get rid of them? Please advise.
-
I've ignored the History Manager so far (not on purpose, just time constraints), but I think its time I took a weekend to learn the IDE better. Say do I remember you from the Clipper days?
-
Had to use Astrogrep to search for all instances of "adaptive" and edit them manually, taking out the ones pointing to an XML resource. Some helpful pages: From an SVG file this will create a Vector Drawable (run from chrome) https://shapeshifter.design/ This had some good info on using Android Studio to create new vector assets https://shorturl.at/QYuVs Some really good information here reagding deployment, and information on manually creating the various " ic_*.xml files, and also how to manually add the path of an SVG file directly to the XML file. https://shorturl.at/6XaOp Another place to convert a vector into a drawable: https://svg2vector.com/ This converts between DP aand pixels: http://labs.rampinteractive.co.uk/android_dp_px_calculator/ Hope this helps.
-
Got it figured out but man, that's convoluted.
-
Delphi 12. Project was working earlier today. Don't know what changed, but now, for instance, if I put a button on a form it doesn't show up. If I put a showmessage at various points like formactivate - nothing happened. Did a system restore (windows 11) to yesterday - same problem. Any ideas?
-
That's a good point. I need to look at the DFM.
-
Is there any way to make a TListViewItem wordwrap? (Delphi 11, FMX, Android)
-
Thanks very much.
-
Is there any way to adjust the height of a Ttrackbar? (smaller) (D11.3, windows 11-64)
-
Brilliant! Thanks much.
-
Is there any way to assign a KeyboardType to a component - in this case a TRichViewEdit - that does not have one assigned by default?
-
Delphi 11, Android, deploy .db file, will not overwrite previous
Fudley replied to Fudley's topic in FMX
That's some great info - thanks so much! I esp like option #2. -
I've also seen a number of instances where it advised to "Remove this unused local variable" when the variable was in fact used.
-
Any way to turn off certain checks i.e. 'Rename this field to match the expected naming conventions' Anything to do with naming conventions should be optional IMO. In general I would love to be able to switch certain checks off.
-
Using Delphi 11.3 or 12, developing for Android. How to browse for image files on the users android phone. Is this possible without using intents? If not, is there a library which can be used for this?
-
I've been using the Delphi 11.3 community edition for close to a year and its perfect for small hobby projects. I would like to upgrade to Delphi 11.3 full version. I will be buying Delphi 12, which comes with an 11.3 license. Will installing the full (non-CE) 11.3 full version cause any problems with my current IDE settings, installed components etc? Thank you very much!
-
Can I update 11.3 CE to 11.3 full and keep settings
Fudley replied to Fudley's topic in Delphi IDE and APIs
I'm not wanting both, just the full version. Using cnPack I was able to save and restore the IDE settings. As you say, the CE had to be uninstalled first. Components and libraries had to be reinstalled manually.