I'm using Samsung 720 which runs on OS v7.0s and I use C++ to develop.
Thanks,
-Sri
Type: Posts; User: srigans1; Keyword(s):
I'm using Samsung 720 which runs on OS v7.0s and I use C++ to develop.
Thanks,
-Sri
Hi,
Does anyone have a code snippet on how to dynamically change the Title of the application that appears on the top section of the screen ?
and also the Icon that appears beside it.
Thanks...
Hi,
I have a problem setting/using different fonts. I use a Samsung 720 running 7.0s. Basically changing the fonts using the gc.
const CFont* fontUsed = iEikonEnv->TitleFont();...
Hi,
I have the same problem. I use a Samsung 720 running 7.0s. Basically changing the fonts using the gc.
const CFont* fontUsed = iEikonEnv->TitleFont();
gc.UseFont(fontUsed);
OR
...
Hi billbonney,
Thanks, its very useful. I am using RFile::Write() in my logging class. I will try RFileWriteStream::Write(TDesC& aDes) next. I will also try the ALLFILES capability and see if...
Guys,
Thanks for all your replies. My apologies it was my own stupidity, well partly atleast :)
First of all when I started porting my 2 apps to the N80, I wasn't able to get the logging with...
wizard_hu,
thanks for your reply! Yes that worked.
kunawong_w,
It is:
V 3.0614.0.3
11-04-2006
RM-92
Nokia N80 (12)
ptrmn,
thanks for your reply. I use the GCCE compiler from Carbide C++. Under the compiler Options there is no Optimization Options. Earlier for 2nd Ed SDK I remember there was a drop-down with...
Hi,
Has anyone developed a Symbian C++ application for OS v9.1 (running on Nokia N80) and noticed that the application is extremely sluggish - its about 5 to 10 times slower than OS v7.0s (on a...
Hi,
Does anyone know if J2ME allows a Midlet to run in the background without having to make any OS or Device specific calls?
Here's my requirement. My application would need to wake up every X...
Thank you. I found it on my own.
http://www.forum.nokia.com/Technical_Library/FNTL/General_information_about_Symbian_OS_platform_security.htm
Hello,
I appreciate your reply, thanks. Can you please tell me how a client application can have the UserEnvironment capability listed in its .mmp project file.
An example would be great. Is...
Hi,
Has anyone used the CCamera class on the Nokia N80? The code that used to work for the N70 (v8.1) doesn't work anymore on N80 running v9.1. Does anyone have a solution to this?
Thanks!
Thank you! Yes it was very helpful. I finally corrected the compile issues and able to install the SIS file on the Nokia N80 phone. However the App panics and which I'm now debugging.
Cheers.
Thanks for your help guys:
When I use GCCE Compiler, I get a whole bunch of compile errors on the exact same code that used to work with 2nd ed.
Examples:
Line in code: ...
Hello,
I have SDK 3rd ed and use Carbide C++ 1.0. In the previous editions of the SDK I was using the ARMI Release. But now I tried rebuilding my project under 3rd ed and there is no ARMI Release....
Hello,
I have SDK 3rd ed too and use Carbide C++ 1.0. In the previous editions of the SDK I was using the ARMI Release. But now I tried rebuilding my project under 3rd ed and there is no ARMI...
Hello,
I have SDK 3rd ed too and use Carbide C++ 1.0. In the previous editions of the SDK I was using the ARMI Release. But now I tried rebuilding my project under 3rd ed and there is no ARMI...
Hi,
I'm using Symbian OS v7.0s on a Samsung SGH-D720. I have a requirement to use custom HTTP Header names in my POST request. The pre-canned ones in the HTTP String Pool Table defined in...
Hi
Did you get an answer to your question? I'm also looking for the same...
Thanks,
-Sri
Hi,
Has anyone used the CCamera API on the Samsung SGH-D720 which runs OS v7.0s. For some reason I cannot start the camera with this:
if size is (1280, 1024)...
Has anyone tried dynamically changing softkey labels? Below is my original .rss settings for the softkey labels: "Pay" and "Capture".
In my AppUi's HandleCommandL(TInt aCommand) method on one of the...
Hi nishantkumar,
Thanks a lot for your reply. Unfortunately that didn't fix the problem.
Here's what is weird though. I did a iBitmap->Save() in my Draw() method. The first time there is no bitmap...
Hi,
Has anyone read a .JPG file from the File system of a Nokia N70 Phone and used the CImageDecoder convert() method to convert it into a CFbsBitmap and rendered it on the screen.
Here's bits of...