• Color of Cascading Menu Indicator

    From Mole Cool@21:1/5 to All on Mon Mar 13 04:20:20 2023
    Hello, if you create a cascading menu entry, the indicator is black and if you hoover it will be white. For a dark Interface this is not perfect, I tested a lot, but is there a way to change this color, or bitmap?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harald Oehlmann@21:1/5 to All on Mon Mar 13 14:11:10 2023
    Am 13.03.2023 um 12:20 schrieb Mole Cool:
    Hello, if you create a cascading menu entry, the indicator is black and if you hoover it will be white. For a dark Interface this is not perfect, I tested a lot, but is there a way to change this color, or bitmap?

    Sorry, but a lot of background information is needed here:

    - Platform
    - ttk ?
    - ttk theme ?

    You may also consider to look to present dark themes:
    - awdark
    https://wiki.tcl-lang.org/page/awthemes
    - rdbene
    https://github.com/rdbende

    Take care,
    Harald

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mole Cool@21:1/5 to All on Mon Mar 13 09:48:03 2023
    I use 8.6.9, and looked at the themed demos as well. You see always the cascading arrow in black/white. For every theme.
    I checked the c code as well, here something like activeBorder : bgBorder.
    But what is the active border for a menu? There is no border color for a menu, isn’t it?

    Thank you for responding!
    I look at this for a long period of time, but now I thought, this group has an idea.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Harald Oehlmann@21:1/5 to All on Mon Mar 13 17:57:42 2023
    Am 13.03.2023 um 17:48 schrieb Mole Cool:
    I use 8.6.9, and looked at the themed demos as well. You see always the cascading arrow in black/white. For every theme.
    I checked the c code as well, here something like activeBorder : bgBorder. But what is the active border for a menu? There is no border color for a menu, isn’t it?

    Thank you for responding!
    I look at this for a long period of time, but now I thought, this group has an idea.

    Thank you, Mole. What is your platform? Menus (at least toplevel menus)
    might be native on Windows/MacOS. There, you can not do anything.

    Menus are generally not themed.
    Using AWDark, you have a command to set the menu colors.
    Please look on:
    https://wiki.tcl-lang.org/page/awthemes
    and the command
    ::ttk::theme::awdark::setMenuColors

    Take care,
    Harald

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)