Hi,
Does anyone know how to call a function in an iframe from the parent? Also is it possible to call a function in parent from iframe. I tried the following and did not work.
...
Type: Posts; User: rmuralidharan; Keyword(s):
Hi,
Does anyone know how to call a function in an iframe from the parent? Also is it possible to call a function in parent from iframe. I tried the following and did not work.
...
Hi,
I ran into some stack overflow while loading javascript. The wrt stack size seem to be around 80!. Is there a way to increase it?. A simple test done with the following code failed at 80....
Hi,
Is it possible to bind JavaScript to native c++ just like the way Android supports native binding. I am asking this because Android is based on the WebKit just like Symbian. For example you do...
Hi,
Has anyone found a single working example of a AJAX Widget running on Nokia E62? I tried testing my Nokia E62 with Nokia's Browser and as well as Opera's latest browser for AJAX support using...
Hi,
I wrote a Symbian code using RScoket and I could never make it work with loopback address 127.0.0.1. Following are the problems.
1. I get the IAP Dialog which I don't know how disable.
2....
Hi ajsanchez,
Thank you so much!. It helped..
murali
Hi,
Can I diasable the BT Inquiry and Page scan programatically?
I am using the following code in my Socket active object, but crashes. Does anyone have a clue. I am using Nokia 3650.
case...
Hi,
Can someone specify how to set a define thru means of a compiler option in a .mmp file. Something like /DSX1 or /D6600. I dint find any document on how to do this in S60 1.2 SDK
Eg i need...
I get a bluetooth error -6004 (EPageTimeOut) at some times when i call a send or RecvOneOrMore with a buffer TBuf8<2048>. Can anyone tell me why this would happen.
Note: This error occurs only in...
I get a bluetooth error -6004 (EPageTimeOut) at some times when i call a send or RecvOneOrMore with a buffer TBuf8<2048>. Can anyone tell me why this would happen.
Note: This error occurs only in...
Hi yucca,
I use SDK 1.2, but my code still needed this delay of .15 sec!.
My code calls recv continuoulsy and there is a also a background animation indicating the download. Would you mind...
Hi,
I noticed my bluetooth Data receive code needs a delay of .15 sec before RecvOneOrMore(..) call in Nokia 6600. I call Receive from my RunL(..). Such delays where not needed in 3650 and 7650....
Hi,
I noticed my bluetooth Data receive code needs a delay of .15 sec before RecvOneOrMore(..) call in Nokia 6600. I call Receive from my RunL(..). Such delays where not needed in 3650 and 7650....
Hi,
Is there a simple way to get the hidden mime type of a media file. Say, I download a file file.mp3 renamed as myfile over bluetooth and save it as a local file. later i want to know if...
Hi,
I am developing an application that works with both Infrared and Bluetooth. But Nokia EnGage does not support infrared.
Is there a way to find the platform id or type programatically so...
Hi all,
Trapping the 3650/7650 Home Menu key cannot be done using EKeyHome as it appears!! instead should use the following
#define EKeyHomeSwirl 0xf852
and trap this key in
...
Hi,
Does anyone know how to trap the EHomeKey. I need to trap this key as user's can accidently hit the EKeyHome and switch to the Menu page while their application is still running in the...
Hi,
Does anyone know how to trap the EHomeKey. I need to trap this key as user's can accidently hit the EKeyHome and switch to the Menu page while their application is still running in the...
Hi,
I am writing a bluetooth client, which initially connects as a Master, to a wireless Sever Box, then disconnects, (sock.close()..) then becomes a slave after re opening a new socket and then...
Hi,
I am re connecting after cancelling a previous bluetooth operation. But i get the message
"Unable to Connect. Maximum number of bluetooth connections already in use.", an obnoxious...
Hi,
const TUid KPowerModeSettingNotifierUid = {0x100059E2}; // Notifier id for PowerMode
Here is code that would turn bluetooth power ON
RunL()
..
..
Hi,
Can anyone tell me how to convert windows .bmp file into a .mbm file programatically. I saw Eric's web page at newlc.com. Though it has the structure for an mbm file, it doesnt tell much about...
Hi,
You have replied that we can create our own fonts for symbian. It would be helpful if you can guide us as to how. Are there any tools to do this. I am new to this. please help.
murali
By server i meant this
iSocketServer.close(). This will also close all sokets connected with this server.
regards
murali
If you want to realy quit for a while you have to close your socket connection. I would recommend your server connection. It will make sure all your corresponding socket connections are closed. Then...