Hi all!
I know we have this on the wiki: http://www.developer.nokia.com/Community/Wiki/How_to_send_AT_Commands -- Since I'm a novice Symbian C++, I just know Qt (I will manage it to mixing the...
Type: Posts; User: diorahman; Keyword(s):
Hi all!
I know we have this on the wiki: http://www.developer.nokia.com/Community/Wiki/How_to_send_AT_Commands -- Since I'm a novice Symbian C++, I just know Qt (I will manage it to mixing the...
How to query the supported formats from a particular device?
I could actually reveal the dbus interfaces, but it seems I couldn't get the specific way to launch a plugin UI only.
signal void com.nokia.AccountsUI.Closed(bool AccountCreated)
method void...
Hello!
I like the way Harmattan manage the accounts, it's integrated. Just tried the Meein app, the login process and its account management is delegated to Accounts-UI. How to do something like...
Well, I could play it using my N9 :-(
How to play mp4 file on symbian belle? It fails :-(
Hi!
I tried to play this file: http://video.ted.com/talk/podcast/2012/None/DonaldSadoway_2012.mp4 using QML Video Element, but it was failed.
Then, I tried to investigate the problem, I...
Hi all!
I need a proper environment for developing apps for S40. Any tips or suggestions?
Thanks!
Maybe you could "bridge" your RSSFeed and force it to be valid by burning it first at Google's FeedBurner.
Yeah, the Loader component should seals the deal
The QNetworkDiskCache should work, but if you wanted to do it manually, you could try this: http://developer.qt.nokia.com/forums/viewthread/3948 I have tried it and it works like a charm
The best thing of this example is Accounts/SSO part. The documentation is lacking. Please someone guide me to get a full featured accounts and SSO service could be consumable from 3rd party app. I...
Hi all!
I need to know how to show a dialog with scrollable showing long (readonly) text. For example like following picture:
http://cl.ly/6kBC/test_003.jpg
Thanks!
Dio
Hi, you've broken link, please give us example about using MCalChangeCallBack and MCalProgressCallBack thanks!
Could you please help us to put the full working snippet here? I have a similar problem with you, but my problem is occured at SetStartAndEndTimeL thanks!
I managed it like this: (inside the project http://cl.ly/6KyI/QCal.zip)
// Create unique ID.
TTime now;
now.HomeTime();
TInt64 seed = now.Int64();
TInt randNum = Math::Rand(...
Thanks for very helpful insight! I tried the...
This line caused the panick:
anniv->SetStartAndEndTimeL(time, time);
Thanks,
I tried to manage the example and try to connect it with Qt
However,
I found
CCalEntry* CCalHelperEntry::CreateAnnivL()
Thanks,
I tried to manage the example and try to connect it with Qt
However,
I found
CCalEntry* CCalHelperEntry::CreateAnnivL()
{
It doesn't work, how to instantiate MCalendarObserver?
Hi All,
I tried this code:
TTime now;
now.HomeTime();
TInt64 seed = now.Int64();
TInt randNum = Math::Rand( seed );
HBufC8* guid = HBufC8::NewLC(KGuidLength);
New file means: We have to change the UID? or any other information? Thanks
Hi all!
I have this:
TBuf<1024> buf;
if(showQueryDialogL(MY_CONST, buf)){
QString str((QChar*)buf.Ptr(),buf.Length());
qDebug() << str;
Hi all!
I found that in Qt 4.6.2 and Symbian^3, there are strange behavior of QLineedit whenever I set the echo mode to QLineedit::Password. After I put an input character from keyboard, the...