Tagged Questions

5
votes
4answers
2k views

Tutorial on understanding strings in Symbian

I have Carbide.c++ Developer from Nokia and I want to create applications for my S60 phone. I've looked at the samples that goes with the different SDK's for S60 but I haven't found any simple ...
4
votes
5answers
4k views

Carbide / Symbian C++ - Change Application Icon

I am using Carbide (just upgraded to 2.0) to develop an S60 3rd Edition application. I would like to know the easiest way to change the icon (both the application icon on the device menu and the icon ...
2
votes
4answers
519 views

Symbian C++ Development Under Mac OS X

I've been developing for Symbian S60 3rd Edition since last year using Carbide.c++ under Windows. THe problem is that I moved to Mac OS X this year(bought a Macbook Pro) and when I was going to ...
2
votes
1answer
217 views

Symbian C++ - Remove or hide component (ie. CEikLabel)

Seemingly a simple enough question, but I cannot work it out. I want to hide a CEikLabel at a certain point. I want a function like.. myLabel->SetVisible(EFalse); or.. ...
2
votes
3answers
569 views

Symbian C++ - Persistent storage of a single variable

I wish to store a single variable in my application that will be saved between runs. This will be a version number that will be used to trigger an update option and so will change only rarely. Does ...
2
votes
5answers
1k views

S60 application - Symbian C++ - Exit button doesn't work

In my Symbian S60 application, my Options menu works as expected. But the Exit button does nothing. I am developing with Carbide and have used the UI Designer to add items to the options menu. Does ...
1
vote
4answers
1k views

Issues with build in Carbide C++ 2.0

I'm building my application and when I try to run it on the emulator, I get this error. Creation Time Description Resource Path Location Type 1254339868582 BLDMAKE ERROR: Directory ...
0
votes
0answers
17 views

Symbian c++-How to capture and identify TAP Touch selection

hi i am new to Symbian c++, i would like to capture and identify the touch selection when is over certain image on the principal screen. Thx in advance
0
votes
0answers
239 views

Flash lite Packager for Symbian^3 (N8)

I am flash lite developer and I want to do package for my swf and other files, I want to launch swf from symbian application, I found a blug-in for carbide c++ that generate c++ code of the launcher, ...
0
votes
1answer
90 views

tcp connection in symbian c++ using Carbide

I am new in symbian c++. I have a assignment to write a program to "create a tcp/ip connection" in Symbian c++ using Carbide. How can I do this?
0
votes
1answer
67 views

Symbian get content-type?

I'm develop on C++ for Symbian. How do I get the content-type from the site I'm accessing from RHTTPTransaction?
0
votes
1answer
199 views

Intercept incoming SMS

I'm developing an app for Symbian device that need to silent filter incoming SMS, and the following link is the code that does that: ...
0
votes
2answers
185 views

Reading from XML file using XmlHandler class from Forum Nokia - Symbian C++

I'm trying to use XmlHandler class ( link to Forum Nokia with code of XmlHandler Class ) on Symbian S60 3rd FP2 edition to read xml files. I have in my function this code: CXmlHandler *iXmlHandler; ...
0
votes
1answer
209 views

How to switch view in Symbian C++?

I'm just trying to switch between Test1View and Test2View on Symbian S60 3rd FP2 edition in Symbian C++ language. I have some components on both of them, but Test2 is for another operations than ...
0
votes
2answers
126 views

XML parsing error on symbian s60

I have a problem with Carbide C++. I'm trying to use function from Nokia Forum to read xml files. So I found this article: ...
0
votes
4answers
4k views

Symbian C++ - Load and display image from .mbm file

I have a .mbm file that I copy to my device using this line in the .pkg file "$(EPOCROOT)epoc32\data\z\resource\apps\MyApp.mbm" -"!:\resource\apps\MyApp.mbm" Then in the draw function of my ...
0
votes
2answers
1k views

Symbian C++ - S60 application launches through TRK and Carbide, but not afterwards or when downloaded

My application has just started exhibiting strange behaviour. I can boot it through the Carbide Debugger (using TRK) and it works fine with no visible errors and is left installed on the device. Any ...