Hi,
How can I add new photo to the contact in the phone book using QtMobility.
Thanks
Type: Posts; User: rami75lu; Keyword(s):
Hi,
How can I add new photo to the contact in the phone book using QtMobility.
Thanks
Hi,
I read the article about posting multi part file to HTTP server, from the wiki
http://wiki.forum.nokia.com/index.php/Symbian_C%2B%2B_:_Multipart/form-data
Then I copied this php code to...
Hi All,
I was wondering if I can create a QT library and link it against my Symbian project.
Regards
Hi All,
I'm trying to compile the QCamera example downloaded from
http://www.forum.nokia.com/info/sw.nokia.com/id/cc9937ed-9f1f-44b4-981f-38245bf9cae5/Qt_QCamera_Example.html
I'm getting...
Hi rahulvala ,
My problem is not with the orientation.
Basically I have main window and secondary one.
When changing the phone screen orientation while displaying the secondary window, the...
Hi,
I'm displaying a second window in my application.
My problem is like this, When I change the orientation the second window disapear in another word it goes to the back.
How can I keep the...
Hi,
I'm trying to use QContactManager with Nokia SDK beta, but the compiler couldn't find the class.
I tried to install the QtMobility but i couldn't, complaining the nmake wasn't in the path.
...
Hi All,
How can I install QtMobility, on Nokia Beta SDK?
I tried to follow the installation instructions, from QtMobility but it didn't work.
Hi,
When I set a breal point in my code and run on device debugging the breakpoint blue icon turns into yello with the following text
Multiple markers at this line
- Unresolved breakpoint
-...
Hi Skumar,
What do you mean there is no direct APIs, could you please clarify this.
Hi,
I'm looking to do the same thing, I want to develop facebook application for Symbian, can any one share and idea.
Regards,
Hi,
Could you please share your solution for this issue, I have the same problem
Regards,
Hi,
I'd like to change the screen mode of the phone from portrait to landscape at some point.
I could't find the correct APIs to do that.
One function was
CAknAppUiBase::SetOrientationL(...
Hi Yucca,
When I open my a web page which has a link at the end of it, that link will be highlighted and the page is scrolled to the end of the page.
My use case is to scroll the page up to the...
Hi,
I'm using CBrCtlInterface to load a webpage.
I'd like to programativcally scroll up this page?
Any idea?
Thanks in advance
Hi,
I used
#ifdef MY_MACRO
#endif
I'm getting two errors
* installation header already found
Hi All,
Can I use the MACRO in the pkg file?
I have the following code in my mmp file
#define USE_MY_LIB
#ifdef USE_MY_LIB
MACRO USE_MY_LIB
I checked carbide help, it says:
In the ROM Log pane specify a ROM log file that was generated when building the rom image. The ROM log file is necessary for finding out the address for each...
Any body knows how to use the carbide crash debugger?
Im trying to display a string "£2.8"
Yes it works fine with 'a'.
Any help for the British pound sign?
Hi I want to display the British pound sign in a list box.
But it doesn't show correctly.
What I did is :
TChar bPound = 0xA3;
TBuf8<2> buf;
buf.FillZ();
Hi All,
Can someone tell me where can I get all the __SERIES60_3X__ macros.
I can see there is one identifying S60 MR __SERIES60_30__ and another one for S60 FP1 __SERIES60_31__ but I couldn't...
Hi,
Is there any way to get notification when the user subscribe for RRS feed from the browser.
Regards,
Hi ltomuta,
Calling this function
RHttpDownload& download = iHttpDownloadMgr.CreateDownloadL(*url8,retVal);
Trying to download RSS feed link...