Jump to content

Fudley

Members
  • Content Count

    52
  • Joined

  • Last visited

Everything posted by Fudley

  1. Is there any way to use the structure view to cause a tab on a ttabcontrol to become the active tab? Thank you
  2. Thanks all! A wealth of knowledge here.
  3. That's pretty much the question. Any way to show the user a list of fonts they have on the device, and apply it to something in your app?
  4. Fudley

    Colors, complementary, triadic

    Are there functions in Delphi to return complementary or triadic colors from a Talphacolor? I'm not even concerned about the alpha, so functions for Tcolor would work. As always, thanks in advance!
  5. Fudley

    Colors, complementary, triadic

    Thanks for this! My issue was some confusion with the various functions expecting colors in the 0..1 range and I was using 0..360. All sorted now, but I'm going to go read that reference material.
  6. Fudley

    Access violation

    Had that problem too - your solution worked
  7. Fudley

    Colors, complementary, triadic

    Yes that's the first part. But that just gives you the same color in hsl. I need to be able to then find the complementary and triadic colors of this color.
  8. Fudley

    TSkAnimatedImage assign?

    Any way to assign a TSkAnimatedImage the animation in another TSkAnimatedImage? I want to switch the animation based on different conditions.
  9. Fudley

    TSkAnimatedImage assign?

    Thank you
  10. 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!
  11. 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.
  12. 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?
  13. 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.
  14. Fudley

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

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

    Delphi 11, FMX, Android, ListViewItem Wordwrap

    Thanks very much.
  19. Fudley

    Trackbar height, fmx, android

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

    Trackbar height, fmx, android

    Brilliant! Thanks much.
  21. Is there any way to assign a KeyboardType to a component - in this case a TRichViewEdit - that does not have one assigned by default?
  22. That's some great info - thanks so much! I esp like option #2.
  23. 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.
  24. 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.
  25. 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?
×