Thank you Ilkka, I am now using console.log.
But I am afraid this suggestion may not resolve the issue. The problem occurs when I assign a function to handle onchange event. The onchange event...
Type: Posts; User: suryasraj; Keyword(s):
Thank you Ilkka, I am now using console.log.
But I am afraid this suggestion may not resolve the issue. The problem occurs when I assign a function to handle onchange event. The onchange event...
Hello,
I am getting the following error in console log when selecting an item from a dropdown list.
TypeError: Result of expression 'selects[k].options[selects[k].selectedIndex]' [undefined] is...
Thank you, I have made some progress with this.
But now, a new problem cropped in. All Ajax calls from html body onload event works fine. If I trigger a new Ajax call from an user event, it will...
Hi,
Is it possible to have Ovi Map Rendering API display the correct route between two points if we provide only the start and end locations only? As per the online documentation, we have to provide...
I would like to know wrt will support ovi map api if any one knows please help
Our application makes http request calls through ajax method in S60 3rd edition FP1 (E71 & E63) using wrt1.0.,but it’s not working properly.
Please let me know if any alternative method...
Create separate div elements to store contents for each tab. Show only one div element at a time corresponding to the selected tab. This will help you to keep just one html page.
I have tried a similar one and used eval() to convert a string to JSON. hope this could be useful.
var str="{name:'abc',place:'def'}";
var jsonObj=eval("("+str+")");;...
Hello ,
Please let me know if there is a limit for the size of String that can be stored using widget.setPreferenceForKey()
Rg,
Surya
thanks Maveric
I would like to know is swipe event is possible in wrt?
Anybody knows please help.
Hello,
I am also facing a similar issue with SOAP requests.
I am trying to access a webservice by sending a SOAP request using XMLHttpRequest POST. It works when the wgt is opened locally in...
I am using mwl.timer() in onload event of body. But, if I navigate to an external url and come back using browser back button, the timer event no longer works.
I would like to start the timer...
Hello,
Was the mwl method "insertHTML" removed from web tools 1.2 ?
I don't see it in the new API reference guide.
Rgds,
Surya
Hello,
I have encountered this issue in Windows 7 64-bit.
I will kill the simulator from Task Manager then re-launch.
Rgd,
Surya
Hi jappit,
Thanks for the help!
Hi,
Is it posible to generate touchscreen events using javascript in wrt,how we can implement drag and drop images using javascript