View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0019380 | AI War 2 | GUI | Jan 26, 2018 6:39 pm | Feb 1, 2018 5:53 pm | |
Reporter | BadgerBadger | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.703 | ||||
Fixed in Version | 0.703 | ||||
Summary | 0019380: HandleItemMouseover does not work | ||||
Description | To try to get appropriate tooltips for mouseover for dropdowns, it seems the desired idiom is something like public override void HandleItemMouseover(IArcenUI_Dropdown_Option Item) { MapTypeData ItemAsType = (MapTypeData)Item.GetItem(); Window_AtMouseTooltipPanel.bPanel.Instance.SetText(ItemAsType.Description); } Unfortunately, this code never seems to be triggered. HandleOverallMouseover works just fine though. | ||||
Tags | No tags attached. | ||||
child of | 0019357 | resolved | BadgerBadger | Need tooltips on every dropdown, and each dropdown item, in the lobby and so forth. |
|
Blah, that's one for me -- thanks. I'm not sure what I fouled up there; if it's in the code or in the prefab. But I'll check it out on Sunday most likely. Spent a lot of this afternoon on prepping voice acting stuff. Got most of the actors and actresses picked out. |
|
This is a fun one. It was never implemented at all, now that we're using TextMeshPro. I think originally it was implemented with the unity dropdowns, but those have horrible-looking text that is hard to read and performs bad. TMP doesn't really do a good job of exposing a way of doing this, though, and so I have to get creative. Or get the source code -- we're entitled to it, so I'm going to try that instead. Then it should be a pretty easy thing to mod in. |
|
Finally got this one! Whew, what a long battle. :P |
Date Modified | Username | Field | Change |
---|---|---|---|
Jan 26, 2018 6:39 pm | BadgerBadger | New Issue | |
Jan 26, 2018 6:39 pm | BadgerBadger | Status | new => assigned |
Jan 26, 2018 6:39 pm | BadgerBadger | Assigned To | => keith.lamothe |
Jan 26, 2018 6:39 pm | BadgerBadger | Relationship added | child of 0019357 |
Jan 26, 2018 7:58 pm | Chris_McElligottPark | Note Added: 0046756 | |
Jan 26, 2018 7:58 pm | Chris_McElligottPark | Assigned To | keith.lamothe => Chris_McElligottPark |
Jan 31, 2018 5:17 pm | Chris_McElligottPark | Note Added: 0046799 | |
Feb 1, 2018 5:53 pm | Chris_McElligottPark | Status | assigned => resolved |
Feb 1, 2018 5:53 pm | Chris_McElligottPark | Resolution | open => fixed |
Feb 1, 2018 5:53 pm | Chris_McElligottPark | Fixed in Version | => 0.703 |
Feb 1, 2018 5:53 pm | Chris_McElligottPark | Note Added: 0046818 |