Search found 5 matches

by osre
Sat Feb 05, 2005 6:47 pm
Forum: Project Announcements
Topic: gui tree view for irrlicht
Replies: 14
Views: 3825

now it's done. The tree view demo is finished and ready for download at the download section on my site: http://www.r-ostermeier.de/irrlicht I also removed some (many :roll: ) bugs from the tree view. a short list: - moveChildUp(), nodeChildDown() works now - deleteChildNode() sets selectedNode = 0 ...
by osre
Tue Feb 01, 2005 8:16 am
Forum: Project Announcements
Topic: gui tree view for irrlicht
Replies: 14
Views: 3825

not at the moment.
But I will write one next weekend.
Just look at my webpage on sunday or monday.
by osre
Sun Jan 30, 2005 10:55 am
Forum: Project Announcements
Topic: gui tree view for irrlicht
Replies: 14
Views: 3825

I've just updated the gui tree view. Extensions: - 2nd data pointer of type IUnknown* - additional collored icons (based on my new class IGUIImageList) - new events - minor fixes in visualization Attetion :!: it's not fully code compatible anymore. :oops: But I will try to keep it compatible from no...
by osre
Mon Jan 24, 2005 4:51 pm
Forum: Project Announcements
Topic: gui tree view for irrlicht
Replies: 14
Views: 3825

As Electron said, void* is more flexible. But about the IUnknown class: I'am a Windows programmer using VC.net. If I use any COM (OLE) component in my irrlicht program (MSXML, ...), I can't write using namespace irr; because I will get an ambigous class name (IUnknown). I think Microsoft will not ch...
by osre
Sun Jan 23, 2005 5:25 pm
Forum: Project Announcements
Topic: gui tree view for irrlicht
Replies: 14
Views: 3825

gui tree view for irrlicht

Hello there, I just finished the upload of my tree view gui element for the irrlicht engine. It's based on irrlicht 0.7. If interessted look at: http://www.r-ostermeier.de/irrlicht please check that the case of "irrlicht" in the url is correct. Else the page will not be found :!: :?: have ...