Active Topics

 



Notices


Reply
Thread Tools
Posts: 58 | Thanked: 215 times | Joined on Nov 2010 @ Tampere, Finland
#21
Originally Posted by sony123 View Post
Am I correct that you use QT C++ to do the network processing? I'm assuming it's because I don't see the issue you mentioned in my QML app.

Thanks for the many great apps you created, hope you port HitTheMonkey to Harmattan as well
It's in the xmpp library I use for the chat. If i disable that, then there's no that kind of problem.

Heh, and I already have the N950, so the fMobi has nothing to do with getting one. And sure I will try to port my games & and apps to harmattan too!

Cheers
__________________
Mobile Games & fun
http://www.jiikoo.com
 
Posts: 58 | Thanked: 215 times | Joined on Nov 2010 @ Tampere, Finland
#22
Originally Posted by violentgoomba View Post
I'm not a programmer but I'm bumping this thread because we need to see this running on the n900.

One question though, what does the "posted via" say when you use this app for status updates?
it says via fMobi
__________________
Mobile Games & fun
http://www.jiikoo.com
 
Posts: 210 | Thanked: 37 times | Joined on Nov 2010
#23
well, good luck
 
fmo's Avatar
Posts: 151 | Thanked: 44 times | Joined on Oct 2007
#24
Originally Posted by jkosonen View Post
Hey,

yes, I'm planning to release this in Maemo 5 & 6 too, but having trouble with connection popup.

When I start the app in Maemo and I don't have connection open, it popups the connection dialod where to select what connection to use. But if I don't select anything for a while, it starts piling those connection dialogs, and then that's a endless way to try to close all of them. Any ideas how to prevent those connection dialogs to pile up each another, one would be enough?
Have you tried asking in the Development forum?
__________________
MeegoPortal http://meegoportal.com New about MeeGo, Maemo, Moblin and the N900
Follow me here on Twitter
Follow me here on identi.ca
 
fmo's Avatar
Posts: 151 | Thanked: 44 times | Joined on Oct 2007
#25
I posted on twitter, hopefully someone might be able to help
__________________
MeegoPortal http://meegoportal.com New about MeeGo, Maemo, Moblin and the N900
Follow me here on Twitter
Follow me here on identi.ca
 
Posts: 210 | Thanked: 37 times | Joined on Nov 2010
#26
Originally Posted by jkosonen View Post
It's in the xmpp library I use for the chat. If i disable that, then there's no that kind of problem
Hey, take out facebook chat from n900 version and realease it, n900 already have great integration with facebook chat, dont need it....

what we need is an app like this... can you keep this in consideration?

even if is for tests purpose?
 

The Following 3 Users Say Thank You to amadeukaos For This Useful Post:
Posts: 3 | Thanked: 0 times | Joined on Mar 2010
#27
i can only agree to amadeukaos
 
Posts: 58 | Thanked: 215 times | Joined on Nov 2010 @ Tampere, Finland
#28
Originally Posted by amadeukaos View Post
Hey, take out facebook chat from n900 version and realease it, n900 already have great integration with facebook chat, dont need it....

what we need is an app like this... can you keep this in consideration?

even if is for tests purpose?
That might be one thing to consider, I'll try to get first version to download this week.
__________________
Mobile Games & fun
http://www.jiikoo.com
 

The Following 5 Users Say Thank You to jkosonen For This Useful Post:
Posts: 210 | Thanked: 37 times | Joined on Nov 2010
#29
Originally Posted by jkosonen View Post
That might be one thing to consider, I'll try to get first version to download this week.
Yeaaaaaaaa
Thank you
 

The Following User Says Thank You to amadeukaos For This Useful Post:
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#30
Did you fix the connection dialog?
You can add something like this:
Code:
QNetworkConfigurationManager mgr;
        QList<QNetworkConfiguration> activeConfigs = mgr.allConfigurations(QNetworkConfiguration::Active);
        if ( activeConfigs.count() > 0 )
        {
                code if internet is active
        }
Then if it's not an active internet connection, the application does nothing
 

The Following User Says Thank You to CepiPerez For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 03:42.