Jump to content

ScottH

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

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

  1. Hello, Using FMX for MacOS., TEdit component. When text is selected within the edit field, the background of the selection changes to a dark color, but the text does not change color, making it hard to read. The standard UI for MacOS (and Windows) is for the text to change to white, to preserve contrast. This is, in fact, how TEdit works in VCL, but not in FMX. I can change the background color of the selection using styles, but apparently cannot change the just the selected text color that way. While changing the background color could improve readability, it would not be consistent with what the user expects when making a selection. Am I missing something? I've reported this as a possible bug, what wonder if I am missing something basic or a workaround. Thanks. Happy New Year. Scott
  2. Hello, I've been searching Delphi documentation, but apparently this never got updated with Delphi 11, or I can't find it. There is reference in the promo material for creating MACOS universal binaries for Intel and ARM. But how? And what, exactly, is created when each of the Mac target platforms are selected (Mac 64-bit and Mac ARM)? If someone knows where this is documented, please point me to it. Clicking F1 on the target platforms brings me to a page that is pre-ARM. Thanks.
  3. ScottH

    MacOS64: No icon when submitting to store

    Thanks for your kind response. I will try manually making the package as you suggest. Wasn't sure if there was some magic that FMX was performing in creating the package - I'm use to changing the .app name since that's what I've done for self-distributing the .app Let me know if you need help with the icons. Scott
  4. ScottH

    MacOS64: No icon when submitting to store

    Hi, Did you create an .icns fle with 512x512 and 512x512@2x pngs? I didn't have any problem once I figured out how to do that. I can give you some help with that if that's what you need. Can I ask you - I am having trouble submitting a project with a space in the application name. It looks like you are doing that. Have you been successful? If so, how did you get the app name when installed to have spaces? I can't get it to change from the FMX project name, which cannot have spaces. Thanks.
×