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

Request: list views #44

Closed
ctoth opened this issue May 21, 2016 · 9 comments
Closed

Request: list views #44

ctoth opened this issue May 21, 2016 · 9 comments

Comments

@ctoth
Copy link

ctoth commented May 21, 2016

Libui is an awesome project that makes it much easier to make natively accessible applications on various platforms.
Currently it's impossible to render a list of items in a list view.

There are two pieces of behavior that I see as important for a list view implementation (wx fails onthe second on Mac):
1: Displaying a fixed list of columnar data
2: Displaying a list of items dynamically fetched from a datasource

Here is documentation on the underlying UI controls:
On windows: https://msdn.microsoft.com/en-us/library/windows/desktop/bb774737%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396

On mac: https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSTableView_Class/

@andlabs
Copy link
Owner

andlabs commented May 21, 2016

Yes, that is all planned for after the next packaged release. There's something in _wip about it too.

@iKlsR
Copy link

iKlsR commented May 23, 2016

I was about to ask about tables but hopefully that's up next it seems.

@TravisJoe
Copy link

That is great to hear. One of the main features I need it columnar data display for testing and monitoring applications that update reasonably quickly. This sounds like it might meet that need.

@repomaa
Copy link

repomaa commented Jan 29, 2017

👍

2 similar comments
@nus
Copy link

nus commented Jul 4, 2017

+1

@leyafo
Copy link

leyafo commented Jul 17, 2017

+1

@leyafo
Copy link

leyafo commented Jul 17, 2017

Has it anything I can help?

@bcampbell
Copy link
Contributor

see also issue #159

@andlabs
Copy link
Owner

andlabs commented Dec 31, 2018

Long implemented now.

@andlabs andlabs closed this as completed Dec 31, 2018
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

8 participants