TreeViews in tkd

2015-12-17 Thread TheGag96 via Digitalmars-d-learn
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!


Re: TreeViews in tkd

2015-12-17 Thread TheGag96 via Digitalmars-d-learn
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:
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.


Ah thanks, sorry for my impatience. I guess it's good the D 
community is so tight-knit that everyone lurks these forums, haha.


Re: TreeViews in tkd

2015-12-17 Thread Gary Willoughby via Digitalmars-d-learn

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.