Re: Problems with the DLangUI TreeWidget

2017-09-12 Thread Vadim Lopatin via Digitalmars-d-learn
On Monday, 11 September 2017 at 17:57:14 UTC, pezi_pink wrote: On Monday, 11 September 2017 at 09:00:36 UTC, Vadim Lopatin Fixed in v0.9.121 See example1 / TreeWidget for sample of adding / removing of items. Fantasic! Thank you very much :) Feel free to submit issues on

Re: Problems with the DLangUI TreeWidget

2017-09-11 Thread pezi_pink via Digitalmars-d-learn
On Monday, 11 September 2017 at 09:00:36 UTC, Vadim Lopatin wrote: On Friday, 8 September 2017 at 15:39:21 UTC, pezi_pink wrote: On Friday, 8 September 2017 at 15:08:27 UTC, Vadim Lopatin wrote: On Friday, 8 September 2017 at 12:10:23 UTC, pezi_pink wrote: [...] It's known issue:

Re: Problems with the DLangUI TreeWidget

2017-09-11 Thread Vadim Lopatin via Digitalmars-d-learn
On Friday, 8 September 2017 at 15:39:21 UTC, pezi_pink wrote: On Friday, 8 September 2017 at 15:08:27 UTC, Vadim Lopatin wrote: On Friday, 8 September 2017 at 12:10:23 UTC, pezi_pink wrote: [...] It's known issue: https://github.com/buggins/dlangui/issues/278 Not sure if there is any

Re: Problems with the DLangUI TreeWidget

2017-09-08 Thread Vadim Lopatin via Digitalmars-d-learn
On Friday, 8 September 2017 at 15:39:21 UTC, pezi_pink wrote: On Friday, 8 September 2017 at 15:08:27 UTC, Vadim Lopatin wrote: On Friday, 8 September 2017 at 12:10:23 UTC, pezi_pink wrote: [...] It's known issue: https://github.com/buggins/dlangui/issues/278 Not sure if there is any

Re: Problems with the DLangUI TreeWidget

2017-09-08 Thread pezi_pink via Digitalmars-d-learn
On Friday, 8 September 2017 at 15:08:27 UTC, Vadim Lopatin wrote: On Friday, 8 September 2017 at 12:10:23 UTC, pezi_pink wrote: [...] It's known issue: https://github.com/buggins/dlangui/issues/278 Not sure if there is any workaround. Ah, thanks for the reply. I did check the issues on

Re: Problems with the DLangUI TreeWidget

2017-09-08 Thread Vadim Lopatin via Digitalmars-d-learn
On Friday, 8 September 2017 at 12:10:23 UTC, pezi_pink wrote: I am having some seemingly basic problems using the TreeWidget from DLangUI on Windows. I posted on the project's gitter channel some time ago but did not get any response. All I am trying to do is add children to the tree's nodes

Problems with the DLangUI TreeWidget

2017-09-08 Thread pezi_pink via Digitalmars-d-learn
I am having some seemingly basic problems using the TreeWidget from DLangUI on Windows. I posted on the project's gitter channel some time ago but did not get any response. All I am trying to do is add children to the tree's nodes at runtime. The simple code below attempts to add a new node