Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toyui_example fails to work properly on HEAD 6461a83 #39

Open
ne0ndrag0n opened this issue Jul 12, 2017 · 4 comments
Open

toyui_example fails to work properly on HEAD 6461a83 #39

ne0ndrag0n opened this issue Jul 12, 2017 · 4 comments

Comments

@ne0ndrag0n
Copy link

ne0ndrag0n commented Jul 12, 2017

We're looking for a new GUI system and would love to try out this one. Unfortunately, the example as built doesn't work properly.

The only clickable element is the gear menu near the bottom (dropdowns do not open); the window is also not draggable although the cursor indicates it can be dragged. Also, the GLFW close button event doesn't seem to be listened to any longer, and I have to ^C out of the example.

@hugoam
Copy link
Owner

hugoam commented Jul 13, 2017

I don't have this issue of the dropdown not working but I mostly only ever try this lib with MSVC on windows. What's your target compiler / os ?
I fixed the GLFW close button but the lib has some deinitialization crash when quitting though.

@ne0ndrag0n
Copy link
Author

ne0ndrag0n commented Jul 13, 2017

gcc version 6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12)

Tested on Ubuntu 16.10

@ne0ndrag0n
Copy link
Author

ne0ndrag0n commented Jul 13, 2017

On Linux at least, now noticing the issue with clicking the "Pick a demo sample" dropdown seems to be very sporadic. Sometimes it works, sometimes it doesn't, a napkin estimate would be it works maybe 1/10 times the application runs.

Clicking the gears on the bottom does consistently work, and when the "demo sample" dropdown does work, I don't have many other problems using kiui. The gear/settings window still can't drag, but that may be by design?

The GLFW window's close button consistently does not work, however.

@hugoam
Copy link
Owner

hugoam commented Jul 13, 2017

This is quite puzzling. I will try to reproduce your issue on ubuntu and get back to you.
the glfw button is fixed in 8da1c78 (though there is still an issue on quitting)
the window drag cursor issue is fixed in 0670a64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants