Re: GTKD TreeView - Delete TreeView SubItem with Button?

2015-11-20 Thread Michael Robertson via Digitalmars-d-learn
On Friday, 20 November 2015 at 17:09:50 UTC, TheDGuy wrote: Hello, is it possible, to delete a selected TreeView SubItem with a Button-Click? My Code currently looks like this: import gtk.MainWindow; import gtk.Box; import gtk.Main; import gtk.Button; import gdk.Event; import gtk.Widget;

Re: GTKD TreeView - Delete TreeView SubItem with Button?

2015-11-20 Thread Michael Robertson via Digitalmars-d-learn
On Friday, 20 November 2015 at 19:45:26 UTC, TheDGuy wrote: So like this? public void remove(TreeIter iter) { this.remove(iter); } If i do this, i get a stackoverflow error :( Your List inherits from TreeStore correct? just get rid of your custom

Re: Derelict Assimp not loading mesh properly? (Maybe index buffer)

2015-03-09 Thread Michael Robertson via Digitalmars-d-learn
On Friday, 6 March 2015 at 02:41:19 UTC, Bennet wrote: I wrote a custom OBJ file importer which worked fairly well however was not robust enough to support everything. I've decided to give AssImp a shot. I followed some tutorials and have set up my code to read in the vertices, tex coords,