Hi Forum Nokia guys could you please answer to this? Have you noticed this same bug in Nokia 6600?
It´s very bad that user have to turn the phone language to the supported language of the...
Type: Posts; User: j1978; Keyword(s):
Hi Forum Nokia guys could you please answer to this? Have you noticed this same bug in Nokia 6600?
It´s very bad that user have to turn the phone language to the supported language of the...
I´ve the following pkg-file
&FR,IT
#{"Application", "Applicazione"},(0x10004299),1,1,0,TYPE=SISAPP
"HelloWorld.app"-"!:\system\apps\HelloWorld\HelloWorld.app"
{
"HelloWorld.rfr"
Is it really so that there´s no way to protect setting items? All I want to do is that the setting item and it´s value is shown, but user can´t alter it and to show that feature the item should be...
How I can make settinglist item dimmed so it cannot be changed.
Do I need to add some flags to my resource definitions or use whole different control or is it possible to make that dim in my code?...
Please somebody help me, is it really that the password settingitem only stores '*' -marks and not that password at all? How it´s meant to be used?
I´m using Setting item list where is password item. It seems to work properly, but when I need to retrieve typed password I just get '*' - marks not the password itself?
In CreateSettingItemL...
Is is possible to have on one tab a bit+text? I have used the function
AddTabL(TInt, TDesC&, CFbsBitmap*, CFbsBitMap = NULL);
Text is shown correctly but the bitmap is not shown?
I have...
Yes I have to get that information cause I have Active Object running in my program and I have detected that when it´s Set Active and I go to the menu and choose menu´s sub menu and then trying to go...
Sorry, I think I didn´t explain my problem correctly. So I meant that when there´s my own CBA let´s say Options and GoAway buttons. When I click "Options" then menu is opened and now on the bottom in...
I have menu with R_AVKON_SOFTKEYS_OPTIONS_CANCEL cba how it´s possible to catch the event which occurs when the cancel is pressed? Is it possible to catch that event at all?
I have active object in my project which gets request randomly from another thread. The problem is that when I open a menu the AO´s iStatus gets KErrNone request and its RunL gets called.
...
I´ve read these forums and got some controversial information about video recording. So simple question, is it possible to write my own application which captures video by accessing directly...
...extra information, I really hope that someone can help me with this. When I do not SetFocus on CEikEdwin control and put the letters to it using OfferKeyEventL program doesn´t jam, but of...
Now I have noticed that this same "jam" appears in every control where is the possibility to add text (CEikEdwin). You can write letters as long as there is a little pause and then the program jams....
I call and set the iStatus from other thread by calling RThread::RequestComplete().
As I said everything works Ok, untill I write a letter to the FindBox.
I have noticed that the AO´s RunL is...
There´s AO in my AppUi class. I have also view and container with listbox and findbox. Everything works fine when I´m updating listbox using AO. But when I write something on the findbox the program...
I´ve two threads in my program. There´s need to tell UI when to update from the other thread. I have implemented an AO to my UI thread.
The other thread calls RThread::RequestComplete() -function...
Thank you that solved my problem. The error was that I used SendMsg(data->Des()) and changed it to SendMsg(*data). I don´t get it why the data->Des() doesn´t work?
Ok, I tried HBufC8. Everything seems to work fine with small data amounts for example under 5 KB. When I tried larger files the program crashes and the phone boots after it, I think I wrote the...
Can somebody help me with my problem? I´m reading a file with RFile. Now all I need is to pass the whole file content to function which takes TDesC8 type parameter. The file is so large it...
I think better way to do this is to access directly to CFbsBitmap memory and then blit it to the screen. Look CFbsBitmap::DataAddress()
Is there anyone who can help me with my problem? I really don´t get it how make the externalize to work or is it even the right way to do this? At first as stevecotton wrote how I can create a...
Thanks, I got the idea, but I can´t find the way how to implement it. I tried several ways to do it, but everytime I got my program to crash. Could you please give me some example code.
What is the best way to send large amounts of data via bluetooth? RSocket:Write does it fine with small constant data amounts, but what can I do if I want to send for example 10 kilobytes dynamic...
First I took a pointer to CFbsBitmap -data with its DataAddress() -function. Then I need to transfer all this TUint32 -data via Bluetooth, but I can´t find the way how to give this data to...