DevZH.UI
DevZH.UI copied to clipboard
The app not response when too fast change tab
Hy,
if in running application too fast change the tab view then application not response.
Test case:
- run sample application
- clicking fast in tabs
Env: Mac OS 10.10
Have you tried it on Windows or Linux? I was not able to reproduce the issue on Win7 and Ubuntu. I cannot test it on Mac.
I tried on Windows 7. There is no issue. I can't tested in linux. I don't have linux enviroment now.
I found this project a few days ago and made PR on fixes and updates. The author has been unresponsive so far.
I updated the .net stuff, but I was not able to figure out how to use the latest libui. Have you tried to upgrade that? That might solve the issue.
He is using the compiled libui from his own nuget package, called 'DevZH.LibUI'. What is not opensource, but I think the reason is because that project is only a simple .dll.
In .NET Core you cannot directly import .dll files into your project and you have to make a nuget package for that.
So if you'd be able to update it somehow notify me, my limited knowledge on C is preventing me so far.
@nopara73 looks like @noliar did something with your PR but I'm not sure why didn't merge it.