Hello wizard_hu_ and symbianyucca
I'm trying to investigate a little more the problem (I have raised a Paid Technical support). As I do not use anything from the application framework I'd like not...
Type: Posts; User: Aarkham; Keyword(s):
Hello wizard_hu_ and symbianyucca
I'm trying to investigate a little more the problem (I have raised a Paid Technical support). As I do not use anything from the application framework I'd like not...
Hello symbianyucca
Thanks for your answer. I know that this example does not use the Application framework, I did choose it because I wanted to use STL.
The game I'm doing it's multiplatform and...
Hello
I've been doing a game with Open C and OpenGL. I'ts based in the example that can be found in
[Nokia_Symbian3_SDK_v1.0]\examples\symbian\gui\opencex\opencopenglex
It works nice but I...
Well, the client is interested in a solution for their workers that includes server based software as well as mobile. He will buy the devices that we choose, so, yes, in this case I have a big impact...
Thanks for your answers symbianyucca, but I think the same as petrib. If I develop a solution for Android, why is my client going to change all their phones for Nokia ones?
Is there any estimation about availability?
Currently I have a possible project in which I have to launch a navigation program. Sadly, I think that the only solution will be to use Android.
Also in line with the user being able to grant permissions. What happens if a serious bug is discovered in an application? maybe that application is signed with full rights and the bug compromises...
I fully support what you have said. It's a shame that the power to decide what can be done in a phone is not in the hands of the people that have bought it and pays the carrier bills.
I also vote...
Hello
I want to customize the appearance of the dialgo boxes in my application.
I can change the control background with
OverrideColorL(EColorControlBackground,TRgb(r,g,b));
but it does not...
Well, it did not appear to me by default.
I had to add:
SetPredictiveTextInputPermitted(ETrue);
Try to set it to EFalse
This is the code I'm using for a text input dialog