Jump to content

tony.huerlimann

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. tony.huerlimann

    SynEdit for FMX ?

    I use SynEdit in my Delphi VCL project. I wrote my own SyntaxHighlighter and SynEdit works very well. I would like to know if plans exist to port the editor to FMX, such that it could be used in a Delphi to Linux or MacOS compiled application. It would be a great leap because it seems to me very few other solutions exist. FNC MEMO from TMSsoftware.com does not allow to create your own highlighter. Thanks for help Tony
  2. tony.huerlimann

    looking for a "special" checkbox component

    The ordinary TCheckBox has just two states: checked and not checked. I need a checkbox with three states: checked, "half-checked" , not checked. (Or with multiple states). Exists there such a component in VCL or FNC? (I have an application where the user should choose between three states: "yes it's ok", "no, it's not", "not sure". What other component could be used?) Thanks Tony
×