Guide for porting Qt apps to WP7:
http://windowsteamblog.com/windows_phone/b/wpdev/
Type: Posts; User: kamaljaiswal; Keyword(s):
Guide for porting Qt apps to WP7:
http://windowsteamblog.com/windows_phone/b/wpdev/
refer link:
http://forums.create.msdn.com/forums/p/76171/463397.aspx
thru silver light app not possible . xna there are few work around . do let us know if that works.
refer:...
Just want to share this:
4.2.2
The application must not invoke native code via PInvoke or COM interoperability. If it does, it will fail the certification process
WP7 certification process....
do check this links :
http://social.msdn.microsoft.com/Forums/en/windowsphone7series/thread/dbf98f03-8970-4977-96f4-2fde9273a947
...
Hi,
As u have a list:
then u could
1: capture the tap event and get the selected index:
example:
private void ListBox_Tap(object sender, System.Windows.Input.GestureEventArgs e)
{
...
Congratulations Hartti :)
thnx for the response Skumar :) . i have have the OpenC Plugin
with reference to this article :
http://discussion.forum.nokia.com/forum/showthread.php?190954-Building-qt-with-webkit.org-trunk-source
" webcore/generated/CSSGrammar.cpp header and check that...
Getting this error while
> bldmake bldfiles
bld.inf Fatal errors : Too many arguments in exports section line
structure of bld.inf is:
// bld.inf begins
#include "../xxx.hrh"
Thnx for the response samooha
My Application capability are :
LocalServices MultimediaDD NetworkControl NetworkServices ReadDeviceData ReadUserData SurroundingsDD SwEvent UserEnvironment...
When i am trying to record FM Radio with CMdaAudioRecorderUtility it is giving me KErrAccessDenied.
//
when in
void MoscoStateChangeEvent(CBase *aObject,
TInt aPreviousState, TInt...
Thanks wizard :)
How can i create a custom control showing the the "Text animation" similar to FM Application (Frequency Number shown in animated style )in N97 (S60 5th ). Snapshot attached . Any help would be...
http://code.google.com/apis/maps/signup.html
http://wiki.forum.nokia.com/index.php/TSS000340_-_Launching_the_Web_browser_on_S60_3rd_Edition_to_open_a_specified_URL
according to this article to launch a browser in your app u should have...
For Symbian Emulator ..
HookLogger may help:
http://wiki.forum.nokia.com/index.php/Detecting_memory_leaks_with_HookLogger
Is ur program a console application or Gui application .
My Computer ->Properties->Advance->Performance Settings->Settings->Data Execution Prevention .Add epoc.exe ( :\Symbian\9.1\S60_3rd\Epoc32\release\winscw\udeb) in it. Try it
Just check you had...
Congratulations :)
Hi Anil,
You could create a small daemon server running in the background which notifies you about the notification you are interested in.
Like Scenario :An a exe running in background...
wizard_hu_ thnx for the reply.
Using S60 5th Edition and checking on N97 device directly.
Actually if u chk qt-mobility apis...
After trying the following code i am not able to initialize the Radio.
///class member
CRadioUtility* iRadioUtility;
CRadioFmTunerUtility* iFmTunerUtility;
CRadioPlayerUtility*...
Congratulation to all winners :)
Has anybody tried to display arabic text through CBrCtlInterface.
CBrCtlInterface* iHtmlControl;
Tried to set the...