digitalmars.D.learn - TreeViews in tkd
- TheGag96 (18/18) Dec 17 2015 I've been trying to get into tkd to make some GUI apps, since it
- Gary Willoughby (4/13) Dec 17 2015 Calm down, lol. There have been no commits for 9 months because
- TheGag96 (4/19) Dec 17 2015 Ah thanks, sorry for my impatience. I guess it's good the D
I've been trying to get into tkd to make some GUI apps, since it looked like the simplest/intuitive library out there so far. I've been attempting to use their TreeViews to make interactable lists of things, but it almost looks like there's some missing functionality. For example, I'm not sure there are any ways to delete individual rows from one. You can clear them all entries, but there doesn't look to be a method for just getting rid of one row - if there is, I can't find it. Calling destroy() on an individual row does not remove it either (yet apparently destroy() effects the GUI in tkd, not just finalizing the object). It also doesn't look like there's a way to get a row by an index or ID, either. You can get columns... But the only way you can a row object is through getSelectedRows(). Am I missing something here? I made an issue on GitHub but I'm not sure I'll get anything back, it's been 9 months since the last commit. Has anyone worked with this before and could give me some tips? Thanks!
Dec 17 2015
On Thursday, 17 December 2015 at 09:47:42 UTC, TheGag96 wrote:I've been trying to get into tkd to make some GUI apps, since it looked like the simplest/intuitive library out there so far. I've been attempting to use their TreeViews to make interactable lists of things, but it almost looks like there's some missing functionality. I made an issue on GitHub but I'm not sure I'll get anything back, it's been 9 months since the last commit. Has anyone worked with this before and could give me some tips? Thanks!Calm down, lol. There have been no commits for 9 months because as far as i'm aware it's finished and stable. I got your issue this morning and will take a look tonight after work.
Dec 17 2015
On Thursday, 17 December 2015 at 11:33:31 UTC, Gary Willoughby wrote:On Thursday, 17 December 2015 at 09:47:42 UTC, TheGag96 wrote:Ah thanks, sorry for my impatience. I guess it's good the D community is so tight-knit that everyone lurks these forums, haha.I've been trying to get into tkd to make some GUI apps, since it looked like the simplest/intuitive library out there so far. I've been attempting to use their TreeViews to make interactable lists of things, but it almost looks like there's some missing functionality. I made an issue on GitHub but I'm not sure I'll get anything back, it's been 9 months since the last commit. Has anyone worked with this before and could give me some tips? Thanks!Calm down, lol. There have been no commits for 9 months because as far as i'm aware it's finished and stable. I got your issue this morning and will take a look tonight after work.
Dec 17 2015