Qball's Weblog
Inventory Icon
I did some more work on inventory. It now saves column width, can export to csv, and fixed up some other things.
I also hit a nasty sqlite3 bug. it returned a* result* array number of rows en number of columns. Following the api the size of result is (row+1)columns. But if the last column is empty, it doesn’t get returned, and *result didn’t match the size, and it aint NULL terminated. So no way to tell how big it is. But I worked around it. (it does cause you to remove ~/.inventory.db if you ran it before)
But to get to the point of the title, I need some artwork for inventory, and a website. Anybody willing to help me with this, I would feel honoured. Any other suggestions/help is also appreciated (It still needs alot of gui work).
Q