1- I was unable to do this. I think that there is not a way to do such thing.
2- Yes.
3- No. The dialog will be prompted only once.
4- No. see 3.
Type: Posts; User: vitormcruz; Keyword(s):
1- I was unable to do this. I think that there is not a way to do such thing.
2- Yes.
3- No. The dialog will be prompted only once.
4- No. see 3.
Well, i could not figure out a way to do this. So, i implemented a Background Active Object which, in its RunL method, try to get the title of the page that is loading. If this information is NULL,...
Since CBrCtlInterface is a Control itself, i just had to call the CBrCtlInterface::DrawNow function.
Hello,
There is anyway to wait the finish of LoadUrl command? I noticed that the LoadUrl is assync. I want to call LoadUrl and just keep doing other stuff after the Browser Utility have prompted...
Hello,
I am about to give up of trying to make the Browser Utility use a default connection instead of show a dialog box. A workaround for this problem is to let the user select the access point...
Hello,
I have defined a default connection for the Browser Utility API sucessfully. On the emulator it uses the default conection correctly and everything went well. But on the device, the system...
Hello,
There is anyway to make a redraw of a CBrCtlInterface?
On my App, the Borwser Control can change its size. However, it does not redraws itself by default. I've tried to use the SetFocus...
I have discovered what was the problem. When #4 happens, for some reason the HandleCommandL of my AppUI receives a EAknSoftkeyExit. When this happens, all the objects of my app are deleted. When i do...
Well, your solution worked wizard_hu_! Thank you very much!!
I am sorry, i do explained myself wrong.
What i want is to know how much IAPs i can use on my App.
Thanks,
Vitor.
Hello,
I want to know how much interfaces a have that i could use to estabilish a connection. I tried to use the RConnection::EnumerateConnections(), but it returns to me 0 at the emulator, even...
Hello,
Do not include libc. Actually, i really don't know why this folder exists... Well,the thing is that you need only to include stadapis.
Some link warnings will still occur, but i...
Hello,
I was able to create an app with the browser utility, but, for some reason i don't understand, the program crashes when i edit an edit box. Suppose i have acessed google, to start a search...
Well, i was able to understand the prefs.SetIapId(2); command, but the other one no.
Thank you jahanak
What does the
prefs.SetDirection(ECommDbConnectionDirectionOutgoing);
and
prefs.SetIapId(2); //preferred IAP
Hello,
There is anyway to let the Browser utility (CBrCtlInterface) to choose a connection to the internet by default? Every time I start my browser app, a dialog is shown and i have to choose a...
Thanks wizard_hu_
I had already went to the Help, but i was looking only to the CBrCtlInterface API. I haven't found that CreateBrowserControlL function.
I am looking the example now, it is...
Hello,
I am trying to create a Browse control and use this on my app. However, i didn't understand how to use it. All methods of CBrCtlInterface are abstract, and it has no constructor. There is...
Hello,
I have a linux terminal with BlueZ (Bluetooth stack) and an active buetooth interface. On this device, a simple code simply find a Bluethoot interface and wait for a conection. When a...
Hello,
I am testing my app on the Nokia 5700 XpressMusic. I was able to play a .3gp video using the MMF CVideoPlayerUtility utility. However, when i try to play a .mp4 video on the same device, it...
I tryied to compile, but it rised erros.
"
.
.
.
WARNING: Cannot determine the version of the RVCT Compiler.
WARNING: Can't find following headers in System Include Path
Hello!!
I have implemented an app on the S60 3rd Edition FP1 SDK. I tested it on a device and it worked. The problem is that it would be interesting to test it on a device such as Nokia N92,...
Hi,
Well, i lower the image definition, so that all images consumes now only ~150 Kb. This solved the problem.
Which should be a good value to the minimum heap size?
[]s,
Vitor.
Hello,
I have already done this before testing on device:
EPOCHEAPSIZE 0x1000000 0x1000000
Is that alright? I put a very high value so that i need not to worry about this for now.
I read...
Hello,
I have ported much of an hipermidia app from a fix environment to Symbian OS. I can define which type of midias will appear on the screen much like an internet browser do. I call an...