Game Development Community

TGEA 1.7 - GUI Editor - DirectoryTreeCtrl

by Kiyaku · in Torque Game Engine Advanced · 04/11/2008 (10:28 am) · 1 replies

Hi,
the DirectoryTreeCtrl lets TGEA crash while the file list works perfectly. I also tried to add the code into the .gui file but when opening, it crashes again.

Someone else have this problem?

#1
04/11/2008 (10:23 pm)
This is because the control has been replaced with some OS-specific stuff and its onWake has been locked to return false (causing a failure in the GuiControl code).

Now, which control exactly is to take the place of this control kind of eludes me at the moment.