Page 8 of 14
Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 01 May 2011, 21:00
by oliverde8
nouseforname wrote:I just installed ML today, now i also tried your menu.
its there, i can go throu it, but all links to URL or MANIALINK seems not to work, same the the server join links.
What did i do wrong?
hmmm right URL's might not work, I may not be cloning the object propely, but the other buttons should work :S The way clicks are handle to poup a windows like records for exemple is the same as the way it handles the Menu it self,

Once more I might have done something wrong but I did test it
Fogoth to tell but i fou open ML while you already are in the server you don't get all the buttons you just get the ones in the XML file, you will need to leave and re enter the server to see all buttons
Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 01 May 2011, 21:04
by nouseforname
oliverde8 wrote:
Fogoth to tell but i fou open ML while you already are in the server you don't get all the buttons you just get the ones in the XML file, you will need to leave and re enter the server to see all buttons
recognized that already^^
Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 01 May 2011, 21:12
by oliverde8
Just checked yes links doesen't work but all other buttons works.
Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 01 May 2011, 21:25
by oliverde8
^^Just updated links works now
hopefully that was the last update for a while
Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 02 May 2011, 18:57
by nouseforname
thanke, links working for me too, i guess i made some missconfiguration.
just the thing with restart & not all buttons is annoying
edit:
there must be some other bug:
Code: Select all
PHP Fatal error: Call to a member function setRoots() on a non-object in /home/nouse/trackmania/TSTserver/ManiaLiveTST/libraries/ManiaLivePlugins/oliverde8/HudMenu/Gui/Windows/RootMenu.php on line 99
Fatal error: Call to a member function setRoots() on a non-object in /home/nouse/trackmania/TSTserver/ManiaLiveTST/libraries/ManiaLivePlugins/oliverde8/HudMenu/Gui/Windows/RootMenu.php on line 99
Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 02 May 2011, 19:35
by oliverde8
nouseforname wrote:
just the thing with restart & not all buttons is annoying
I didn't understand that?
Yes it seems there is still a Bug, I will try to get over it tomorrow, I re-coded that bit of the menu, hopfully it is the only error.
Thanks
Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 02 May 2011, 19:41
by nouseforname
oliverde8 wrote:nouseforname wrote:
just the thing with restart & not all buttons is annoying
I didn't understand that?
Thanks
when i am in server and restart ml.... not all buttons are displayed

thats what i meant
Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 02 May 2011, 19:59
by oliverde8
Ok, true

I have an idea, I will include it for tomorrow

Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 03 May 2011, 04:48
by jouko200
Re: [Plugin]Oliverde8 Hud Menu | over 340 buttons ... WORKS
Posted: 03 May 2011, 21:31
by nouseforname
btw
this is intentional?
Code: Select all
while(isset($params[$pcpt])){
if($params[$pcpt] == "null"){
$params[$pcpt] = null;
echo "happy \n";
}
it writes two times happy in start up log^^