NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on July 27, 2012, 04:41:27 AM

Title: Timer on WebSource does not work (Ex 24)
Post 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
Title: Re: Timer on WebSource does not work (Ex 24)
Post by: Bruce on July 29, 2012, 09:29:52 PM
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
Title: Re: Timer on WebSource does not work (Ex 24)
Post by: Alberto on July 30, 2012, 02:32:36 AM
Yes, my fault, example 34 works OK

Try with Ex 24 and it does not work.
Title: Re: Timer on WebSource does not work (Ex 24)
Post by: Bruce on July 30, 2012, 11:50:30 PM
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