Jump to content

Fudley

Members
  • Content Count

    44
  • Joined

  • Last visited

Everything posted by Fudley

  1. Fudley

    TSkAnimatedImage assign?

    Thank you
  2. Fudley

    TSkAnimatedImage assign?

    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!
  3. 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.
  4. Fudley

    New to Delphi 12, can't turn off adaptive icons

    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?
  5. Fudley

    New to Delphi 12, can't turn off adaptive icons

    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.
  6. Fudley

    New to Delphi 12, can't turn off adaptive icons

    Got it figured out but man, that's convoluted.
  7. 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?
  8. That's a good point. I need to look at the DFM.
  9. Is there any way to make a TListViewItem wordwrap? (Delphi 11, FMX, Android)
  10. Fudley

    Delphi 11, FMX, Android, ListViewItem Wordwrap

    Thanks very much.
  11. Fudley

    Trackbar height, fmx, android

    Is there any way to adjust the height of a Ttrackbar? (smaller) (D11.3, windows 11-64)
  12. Fudley

    Trackbar height, fmx, android

    Brilliant! Thanks much.
  13. Is there any way to assign a KeyboardType to a component - in this case a TRichViewEdit - that does not have one assigned by default?
  14. That's some great info - thanks so much! I esp like option #2.
  15. Fudley

    DelphiLint v1.0.0 released!

    I've also seen a number of instances where it advised to "Remove this unused local variable" when the variable was in fact used.
  16. Fudley

    DelphiLint v1.0.0 released!

    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.
  17. Fudley

    Browse for Image, Android

    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?
  18. 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!
  19. 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.
×