NetTalk Central

Author Topic: Timer on WebSource does not work (Ex 24)  (Read 2932 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1871
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Timer on WebSource does not work (Ex 24)
« 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
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Timer on WebSource does not work (Ex 24)
« Reply #1 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

Alberto

  • Hero Member
  • *****
  • Posts: 1871
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Timer on WebSource does not work (Ex 24)
« Reply #2 on: July 30, 2012, 02:32:36 AM »
Yes, my fault, example 34 works OK

Try with Ex 24 and it does not work.
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Timer on WebSource does not work (Ex 24)
« Reply #3 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