Hi.
I have coded some applications with windows Qt creator. Is there some tutorial page that can show how I run those applications in my N900?
How I build,transfer and run those in my device?
Type: Posts; User: slayv; Keyword(s):
Hi.
I have coded some applications with windows Qt creator. Is there some tutorial page that can show how I run those applications in my N900?
How I build,transfer and run those in my device?
Ty guys!
Just builded my first qt for s60 app :D
Hi.
I just wonder where I can find materials to start Qt For S60.
What SDKs / plugins I need install to Carbide?
Is there any site which includes correct/newest packages and instructions?
...
Use button that physically exists in 5th edition?
note->ExecuteLD( (*dir)[i].iName ); ?
I think that if your CImage is DLL then you are not able to connect WsSession or make new ScreenDevice.
TRawEvent needs SwEvent capability
CEikonEnv::Static()->SetSystem( ETrue );
ty. Found it from there.
Hi.
How I can get current font color of link-text (that underlined text) from current theme?
Normal font color I can get:
AknsUtils::GetCachedColor( skin, iTextColor, KAknsIIDQsnTextColors,...
Hi,
my application need to know what "drive letter" Nokia PC-Suite will mount my phone when it is in "Pc-Suite state".
So phone will appear in My Computer but what Drive letter it is? Is it...
It is possible to write own animation dll and override its OfferRawEvent()-function
http://wiki.forum.nokia.com/index.php/TSS001313_-_Capturing_key_events_using_Animation_dll
What do you want to compare from picture? How much it takes space or what?
5th edition doesnt support multi touch atm.
Problem solved:
ID must be WSERV id: 10003b20
Capabilities were fine.
Hi,
I am trying to define RProcess in Animation DLL server:
const TInt KMaxStrLen = 10;
const TUid KExampleProperty = {0xE6D69D8B};
enum TExamplePropertyKeys { EIntProperty };
TInt...
How this is done? Some example?
Hi friends,
I have problem.
I have animation dll which handle pointer events.
DLL itself gets events correctly, but how I can inform example my AppUi that handle is received?
Is this...
Hi,
im working with .dll, not .exe
CCoeEnv::Static()->WsSession(); jams application too...
Thanks for you answer.
Screen capture : http://wiki.forum.nokia.com/index.php/Screen_capture
Program will crash when trying CEikonEnv::Static()->ScreenDevice()
But RWSession.connect fails too....
Hi,
is it possible take screen capture in dll? or connect RWSession in dll?
Application crashes every time when trying those.
Nice
ty yucca
There is a way to do that with animation dll
This works:
http://wiki.forum.nokia.com/index.php/TSS001313_-_Capturing_key_events_using_Animation_dll
Hi,
Im am using CEikLabels in 5th edition.
Why labels text doesnt change when I call: iLabel->SetTextL() ?
When I call it in views ConstructL first time it works.
But after that if I...
Hi,
Im trying on device debug program with exe + DLLs. But carbide says that:
TRKProtocolPlugin: Failed to launch application (Installing the application may have failed or dependent libraries...