Context menu, icons in Menu and ChatBox

Started by Feset, 02 January 2018, 09:18:08

Feset

Ð"опусÑ,им я Ñ...очу, чÑ,о бы при нажаÑ,ии на обьекÑ, н экране (некого акÑ,ера), выскакивало меню со списком пункÑ,ов.
   Ð˜ в меню и ЧаÑ,е Ñ...очеÑ,ся добавиÑ,ÑŒ карÑ,инок. Например, чÑ,о бы сделаÑ,ÑŒ из ЧаÑ,а инвенÑ,арь.

texus

A context menu could be implemented in your own code using a ListBox: https://tgui.eu/examples/0.7/pop-up-menu/

Could you provide some examples (some screenshots of existing programs) of how you want the menu and chatbox to look?
The only 2 widgets where there were plans to have both text and pictures were Button (already added in 0.8-dev as BitmapButton) and Tabs.

Feset

https://technet.microsoft.com/en-us/library/bb774735(v=vs.110).aspx

ЭÑ,о ссылка на маÑ,ериалы по ListView на C#.
Ð'оÑ, примерно Ñ,акже. ЧÑ,об можно было к пункÑ,ам меню добовляÑ,ÑŒ карÑ,инки, например для инвенÑ,аря, или списка игроков. И в MenuBar добавиÑ,ÑŒ Ñ,оже, чÑ,о бы украсиÑ,ÑŒ инÑ,ерÑ,,ейс.

texus

Although it would be nice to have, that seems like a lot of work. I don't have the time for it so it is unlikely that it will be added. Like some other widgets that are on the todo list, it may never be added unless someone else contributes the code for it.