Last forum posts
| [Symbian C++] CAknForm SetRect() in compound control | Sun, 2008-07-06 14:39 |
| Started by macbruce | Last post by macbruce | |
Hi, Wondering if anyone could help. I'm trying to create a compund control which displays a form in the client rectangle along with a progress bar at the bottom. I've implemented the form, which is working fine. I am now trying to change the size of the form using SetRect(), compiles fine but get run time error KERN-EXEC3. void CGQuiz1MathsQuizContainer1::ConstructL(const TRect& aRect) | |
| [Internet] Re: Checking user account balance | Sun, 2008-07-06 13:49 |
| Started by Leonard | Last post by Leonard | |
Thank you N_A. | |
| [Internet] Re: Checking user account balance | Sun, 2008-07-06 12:28 |
| Started by Leonard | Last post by N_A | |
There are no Symbian APIs for that. There are no standard intefaces/protocols for a phone to check the account balance. With some operators you can call the to get it. With others you can get it with a specific SMS. There are also those who'll show it on a WAP page. Main thing is, that there is no uniform way that'd work with all operators. | |
| [Nokia S60] Re: My programs are "File Corrupted" in smart phone | Sun, 2008-07-06 12:24 |
| Started by mahyarjamalabadi | Last post by N_A | |
Did you compile for the target device, and not the emulator? | |
| [Internet] Checking user account balance | Sun, 2008-07-06 10:36 |
| Started by Leonard | Last post by Leonard | |
Hello everybody, I am working on application that make an internet connection and there is no problem with this I searched all wiki articles but i didnt find anything regarding this issue ,, and i dont know if it is possible to the check the user account through Symbian C++ API's Thanks in advance. Leonard | |
| [Nokia S60] how to call EnableVisibilityChangedEvents ? | Sun, 2008-07-06 09:15 |
| Started by midpman | Last post by midpman | |
I call EnableVisibilityChangedEvents in my CAknAppUi by this: CEikonEnv::Static()->RootWin().EnableVisibilityChangeEvents(); but it always crashes. It this the correct way? I am doing this because I want to being notified of any screen visibility change. Note all other Enable* function calls work fine. (e.g. EnableFocusChangeEvents()) Thanks | |
| [Symbian C++] Re: saving text to file | Sun, 2008-07-06 08:54 |
| Started by vineet.jain | Last post by Andreas | |
The editor provides the text as a 16 bit descriptor, so you have to get the text to a TBuf, not TBuf8. Then you need to convert/copy the text to a 8 bit descriptor and write that to the file. Also, check the CEikEdwin docs -- there are methods there to write the text to a stream (if you use those) directly from the edwin object. | |
| [Bluetooth & Wifi] Re: Toshiba BT API | Sun, 2008-07-06 08:11 |
| Started by fwojtek | Last post by Der | |
Toshiba Bluetooth Stack SDK information can be found on the following website: | |
| [Symbian C++] Re: How to make my application to run in background in series 60 | Sun, 2008-07-06 06:53 |
| Started by sheena_m | Last post by Yotamix | |
Thank you for your reply | |
| [Nokia S60] My programs are "File Corrupted" in smart phone | Sun, 2008-07-06 06:22 |
| Started by mahyarjamalabadi | Last post by mahyarjamalabadi | |
| |






