wxGrid Help Docs
BlitzMax Forums/Brucey's Modules/wxGrid Help Docs| 
 | ||
| Hello, The wxGrid documentaton insde the IDE Help pane has heaps of headings but very little content. Is this able to be updated? Cheers Glenn | 
| 
 | ||
| Have a look at wxSheet instead. I should remove wxGrid, as wxSheet is a better implementation of tables. | 
| 
 | ||
| thanks | 
| 
 | ||
| the docs on that are a little sparce as well. lots of methods but not many descriptions. i didn't see a sheet sample either. i assume there wasn't one existing? Cheers glenn | 
| 
 | ||
| There is a sheet sample: sheet.bmx :-) Sparse is correct I'm afraid... as the original is a tad on the undocumented side... but yes, it needs some more work there. | 
| 
 | ||
| wxSheet is excellent. Don't be put off by the sparse docs. | 
| 
 | ||
| Yeah... normally what I do is use the wxWidgets documentation to populate the inline docs, but wxSheet only documents through the headers, which is a bit of a pain to work with. | 
| 
 | ||
| is this available from the form builder and codegen? | 
| 
 | ||
| found the sheet sample. it was under samples !!! silly me was looking in the new tutorials folder. The only thing i would like to do which i can't find is to click on a cell and display a calendar or date control for those type of values. Is this possible? |