PDA

View Full Version : ONTIMER


Craig_E
23-02-04, 21:44
Ok, i programmed some really nice animation effects using several ONTIMER events, and it worked great on the PC KML browser... but it seems the KISS only actually performs one ONTIMER event, and then stops :(

I tried some simpler ontimers, and even they didn't work.

Oh well, just thought i'd post what i've found... We're slowly understanding more and more of KML ;)

Craig_E
23-02-04, 21:45
Its just occured to me you could put ONTIMER events in other ONTIMER events, i guess that might work... a lot of hassle tho!

sk
08-03-04, 17:32
The complete CDATA-Section inside the EventHandlers is put into the KML-Parser, surrounded with
<KMLPAGE> ... </KMLPAGE>
if the event occurs.

The only problem should be that you can't create nested CDATA Sections in XML... but I am not sure about that.