Can not someone from Nokia experts answer this question? There's a lack of documentation and i really don't know what to tkink in this situation.
Any help will be of great appreciation!
Type: Posts; User: gavrix; Keyword(s):
Can not someone from Nokia experts answer this question? There's a lack of documentation and i really don't know what to tkink in this situation.
Any help will be of great appreciation!
Hi all! I have already asked about how to publish wideimage template on HomeScreen widget. But there's one more question i have to ask: Is there any ability to publish widget with through mbm file ? ...
I have found a better idea how to workaround it. Just save both bitmap and mask to bitmap.mbm and mask.mbm. Thet use CFbsBitmap::StoreL() to save bitmap.mbm and mask.mbm into one Bitmap_with_mask.mbm...
Hi all.
As n97 sdk 1.0 was released i try to use handles to publish bitmaps on homescreen widgets and it was successful. But i noticed that masks are not working! Are masks supported to be used in...
can you confirm that firmware on devices in Nokia RDA lab already contains this fix? I ask this question cause this bug persists on that devices (or at least on one of them).
Also, can you please...
Hi all!
I am trying to publish HomeScreen widget with "wideimage" template as follows:
WidgetListner = new(ELeave) CWidgetListner(EPriorityNormal);
CFbsBitmap* bitmap = new(ELeave)...
look at http://www.ibomobi.com/blog/?p=55
i have done as described and problem was solved.
My problem is solved now by using CWindowToBitmapMappingGc. This is included in sdk, but has now documentation. Just look in GULGCMAP.H
Hi all!
I have spent some time to search for answer for my question and didn't find anything. So i post new thread.
Is there any possibility to change drawing context for a CCoeControl-like...
I start thinking that i have no chance to switch off these voicedialg tags for selected contacts, even with forum nokia experts help..
may be, someone knowns where to search for answer??
Here is full code
RPbkViewResourceFile phonebookResource( *(CEikonEnv::Static()) );
phonebookResource.OpenL();
CPbkContactEngine* engine = CPbkContactEngine::NewL();...
on emulator have the same as on device - -21 on calling
engine->CommitL();
ma be nokia experts can explain such a strange behavour??
i'm still looking for solution:(
everything ok. Here is my *.mmp caps section
CAPABILITY ReadUserData UserEnvironment WriteUserData ReadDeviceData WriteDeviceData
what i need else?
Hi all! I have stand some strange behavour and need some help. All i need to do is to switch off voice dial functionality for somt contacts in my contact database. I have found that using...
EPOCROOT - это очень важная переменная среды окружения. ее можно выставить и просто в windows где и другие переменные среды ставятся
You can also be interest in using query dialogs, look in SDK for CAknQueryDialog
what build tools are you using? Plz provide what are you doing to build your project and past complete ouput, and may ne i can help you:)
i have this error when i have not on "use sis installation process" in target settings. try to switch it on.
Когда то я с этим тоже разбирался,много было подводных камней, но я заставил через несколько workaround'ов бэкграунд рисоваться.
можно подробнее что вам надо нарисовать и как вы это делаете? может...
Hi
i have now the same problem:(
Did you found an answer on how to construct custom CEikCaptionedControl component?
best gegards.
Hi all!
I have been discovering TextMTM example and found out that opening editor for custom message type is done within the following code:
void CTxtMtmEditorOperation::LaunchEditorL()
{...