You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tig, @tznind do you agree with me about this? I'll need this in the ComboBox when receiving MouseEvent through the RootMouseEvent. If you don't agree I need to make it internal static in the Application class. But I think this method would be a very important helper to handle with views on the fly managed by others views. I only will advance after your feedback. Thanks.
The text was updated successfully, but these errors were encountered:
Please hold off with a PR for this until I'm done with #2361 - I've made changes to these APIs and it'll be merge conflict heck.
I'm getting really close!
I am not sure it needs to be exposed publicly. I'd like to dive in deeper to see if there's another part of the API that could be exposed that will let combo box do what you want. I also don't think it's well-named or designed as an API. For example, I had to stare at it for a long time to figure out what the x and y coordinates were relative to.
I do agree it should be on View and not Application.
tig
added
v2
For discussions, issues, etc... relavant for v2
design
Issues regarding Terminal.Gui design (bugs, guidelines, debates, etc...)
labels
Mar 31, 2023
BDisp
added a commit
to BDisp/Terminal.Gui
that referenced
this issue
Apr 3, 2023
@tig, @tznind do you agree with me about this? I'll need this in the
ComboBox
when receivingMouseEvent
through theRootMouseEvent
. If you don't agree I need to make itinternal static
in theApplication
class. But I think this method would be a very important helper to handle with views on the fly managed by others views. I only will advance after your feedback. Thanks.The text was updated successfully, but these errors were encountered: