Jump to content

TheTired

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. TheTired

    Getting current Style value and changing style.

    The form itself don't believe have that. The main thing I need to change is border style thing to be able to enable or disable the style.
  2. TheTired

    Getting current Style value and changing style.

    There is 'windowborderstyle' but using findStyleResource to find it returns nil. One method I can think of is to get current style resource change value and load style again. I was not sure if there was better approach. I have the styles loaded as resources I know how to modify them on Windows but multiple platform approach, I probably need to copy it to its own stream, change the value and set it.
  3. TheTired

    Getting current Style value and changing style.

    Sorry, I forgot to mention I trying to do this for FMX.
  4. Is it possible to get current values of element in current style being use and to modify it? For example, of modify is if I wanted to be able to set windowborderstyle visible between true and false at runtime. Besides being able to read properties set could be useful for custom drawing.
  5. TheTired

    MacOS 11.3 SDK problem

    Thanks, that worked. My XCode was not in mine applications folder.
  6. TheTired

    MacOS 11.3 SDK problem

    I'm using Delphi 11.3 and macos catalina. When I try to setup SDK it says "No SDKS could be found for the macOS 64-bit platform. Did you install the Command Line Tools on your XCode?". I installed XCode 12.1 and ensure the command line tools are installed. Does 11.3 require XCode 14 or something?
×