Notices


Reply
Thread Tools
Posts: 842 | Thanked: 1,196 times | Joined on May 2010
#81
Hey! Even Sheldon deserves more respect than -this- noob.
__________________
My projects: BackupMenu - OS Backup & restore | Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
 

The Following 3 Users Say Thank You to RobbieThe1st For This Useful Post:
Posts: 330 | Thanked: 97 times | Joined on Dec 2010 @ saudi arabia
#82
Originally Posted by Reffyyyy View Post
@lolloo

If the source is not available then no, porting it will be extremely difficult. You didn't make it any easier for anyone.

There is the possibility of somebody developing one if there are API's available but it won't be as easy you think.

A developer's time is far better used developing something useful that many users will be gracious for as opposed to developing an application for a smaller base when said base has Sheldon (of Big Bang Theory) as their Chief Spokesman.
NEEEEEEE!

you can use this code to bring information from any website
void MainForm::fetch()
{
if (!mBgThread)
mBgThread = new WorkerThread(this, *mEventModel);
connect(mBgThread, SIGNAL(finished()),
this, SLOT(handleRequestFinished()));
connect(mBgThread, SIGNAL(error(const QString&)),
this, SLOT(handleError(const QString&)));
mBgThread->fetch(
"http://earthquake.usgs.gov/earthquakes/catalogs/1day-M2.5.xml"
);
}
 
Posts: 330 | Thanked: 97 times | Joined on Dec 2010 @ saudi arabia
#83
WorkerThread::WorkerThread(QObject* owner,
QuakeListModel& eventModel)
: QThread(owner)
, mCancelled(false)
, mNetManager(0)
, mReply(0)
, mEventModel(eventModel)
{
// Initialize the hashtable of tags we seek
mXmlTags.append("id");
mXmlTags.append("title");
mXmlTags.append("updated");
mXmlTags.append("summary");
mXmlTags.append("point");
mXmlTags.append("elev");
mXmlTags.append("link");
mNetManager = new QNetworkAccessManager(this);
connect(mNetManager, SIGNAL(finished(QNetworkReply*)),
this, SLOT(handleNetFinished(QNetworkReply*)));
}
Performing the HTTP request, done in the fetch method with the URL you pass it, is
very easy.
 
jd4200's Avatar
Posts: 451 | Thanked: 424 times | Joined on Apr 2010 @ England
#84
Originally Posted by lolloo View Post
Performing the HTTP request, done in the fetch method with the URL you pass it, is
very easy.
Dude, seriously if you've got something new to add a minute after your previous post then hit the edit button. It's getting annoying.
 

The Following 2 Users Say Thank You to jd4200 For This Useful Post:
Posts: 330 | Thanked: 97 times | Joined on Dec 2010 @ saudi arabia
#85
Originally Posted by jd4200 View Post
Dude, seriously if you've got something new to add a minute after your previous post then hit the edit button. It's getting annoying.
they are separate.
 
jd4200's Avatar
Posts: 451 | Thanked: 424 times | Joined on Apr 2010 @ England
#86
Originally Posted by lolloo View Post
they are separate.
No, they are related. Use the 'code' or 'quote' block if they are separate.

And quit being so rude to other people you are asking for help from, you quite rightly won't get much help from them otherwise.
 

The Following 3 Users Say Thank You to jd4200 For This Useful Post:
Posts: 330 | Thanked: 97 times | Joined on Dec 2010 @ saudi arabia
#87
Originally Posted by jd4200 View Post
No, they are related. Use the 'code' or 'quote' block if they are separate.

And quit being so rude to other people you are asking for help from, you quite rightly won't get much help from them otherwise.
rude is fuuuuuuun
polite is booooooooooring

cant you see people here are having fun!

Last edited by lolloo; 2011-01-17 at 07:59.
 
Posts: 255 | Thanked: 107 times | Joined on Nov 2010
#88
you really want the app that bad?
here's how you get it
 

The Following 2 Users Say Thank You to Char For This Useful Post:
Posts: 662 | Thanked: 653 times | Joined on Feb 2010
#89
I don't understand why you are telling me that. If it is "very easy", then do it yourself. Absolutely nobody here will make it for you.
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#90
Originally Posted by Reffyyyy View Post
Absolutely nobody here will make it for you.
Thats not true. I would do it.
But he have to pay the time I need for the implementation.
 

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

Tags
frigging noob, just shoot me, kindergarten, op is an idiot, schizophrenia!

Thread Tools

 
Forum Jump


All times are GMT. The time now is 12:02.