Thanks for the good questions!
1. I haven't tested DPI aware yet.
2. Yes, it is modular, it is made up of a several modules. The grid can be extended using a "plugin" which is a module that listens to grid events.
3. Unfortunately no variable row heights at the moment. I did consider this but it ...
Search found 3 matches
- Wed Aug 19, 2020 2:21 pm
- Forum: Applications - Feedback and Discussion
- Topic: Data-aware Grid
- Replies: 7
- Views: 7273
- Wed Aug 19, 2020 1:56 pm
- Forum: Applications - Feedback and Discussion
- Topic: Data-aware Grid
- Replies: 7
- Views: 7273
Re: Data-aware Grid
I haven't posted the code or a test sample as it is still work in progress. It should work on Linux with a bit testing and tweaking as I'm not using any platform specific code.
- Wed Aug 19, 2020 10:27 am
- Forum: Applications - Feedback and Discussion
- Topic: Data-aware Grid
- Replies: 7
- Views: 7273
Data-aware Grid
This is an editable grid that I've been developing in pure PureBasic.
It is data-aware in that it sources its data from a database via a data provider. Currently there is only a SQLite data provider but other data providers can be developed for ODBC, MySQL etc.
It includes features such as ...
It is data-aware in that it sources its data from a database via a data provider. Currently there is only a SQLite data provider but other data providers can be developed for ODBC, MySQL etc.
It includes features such as ...