NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on July 27, 2012, 04:41:27 AM
-
Open Example 34
Go to the PageHeaderTag proc which contains a menu
Set the timer to 1000
Compile, etc
Look at the log screen
The timer only executes one time
Any thing I´m doing wrong?
THanks
-
what nettalk build are you on?
I tried here using example 34, setting the timer to 2000, and it seems to be going off every 2 seconds.
So I'm not sure what you're doing differently to me.
Cheers
Bruce
-
Yes, my fault, example 34 works OK
Try with Ex 24 and it does not work.
-
Hi Alberto,
ok, in that example there's a menu item with more than 1 parameter. Sounds wierd I know, but that was not xHtml complaint, and caused the xml response to fail. you can see this in Firebug, in the console, in the xml tab of the response.
I have tweaked 6.39 so that menu items with more than 1 parameter are xHtml complaint, which will solve this problem.
Cheers
Bruce