Jump to content

Fudley

Members
  • Content Count

    9
  • Joined

  • Last visited

Community Reputation

0 Neutral

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Fudley

    Trackbar height, fmx, android

    Is there any way to adjust the height of a Ttrackbar? (smaller) (D11.3, windows 11-64)
  2. Is there any way to assign a KeyboardType to a component - in this case a TRichViewEdit - that does not have one assigned by default?
  3. That's some great info - thanks so much! I esp like option #2.
  4. I am trying to deploy a prepared .db file (sqlite) with my app. I have included the file ( fudley.db ) in the deployment list as follows: -local path being the development folder where the app is built (i.e. blank) -local name is fudley.db -remote path being "assets\internal\" -Overwrite set to always the rest of the settings are default. However it is never overwritten. If I add new data to the .db file, and build the APK and run it, the data on the target phone is still the same. Uninstall the app on the target phone and reinstall = same results. Clear the apps cache and data on the target phone = no change. Any thoughts?
  5. 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.
  6. 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.
  7. 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?
  8. 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.
  9. 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!
×