Okay, finally I found what was causing the issue.oliverde8 wrote:I realy think it is on my side also, I would be surprise if it isn't.
http://91.121.149.10/users/oliverde8/menuHud.rar
I would be even more surprise if my code can actually show something.There is quite a lot of copy paste modify from your MenuBar in there
. I just need to get it recursive
One reason was that you made wrong use of the callback method in the Button.php:
Code: Select all
$this->background->setAction($this->callback($this->getWindow(),'toggleSub',$this->id, $this->level));
Code: Select all
$this->background->setAction($this->callback(array($this->getWindow(),'toggleSub'),$this->id, $this->level));
Second there is a bug in the windowing system that caused a recursive search on an array.
It will be solved in the next release, until then you can fix it by using the eclipse patch:
http://files.manialive.com/windowing_patch.txt