Dude I have this problem ten thousand years ago.
There are some really nice people here excluding me:
http://discussion.forum.nokia.com/forum/showthread.php?t=187472
Type: Posts; User: eric_cartman; Keyword(s):
Dude I have this problem ten thousand years ago.
There are some really nice people here excluding me:
http://discussion.forum.nokia.com/forum/showthread.php?t=187472
Ok DUDES I've figured it out:
For those of you in the future that come to this forum to try and figure this whole QSound deployment out, here's the step by step:
1: QSound does work for...
Dude, you are going the right track !
I go to the *.pkg file and retrieve the ID: E5C48996.
I do a search retrieved this path:...
I even set the path DIRECTLY
and it still doesn't work:
QSound* b = new QSound("C:\\Symbian\\Carbide\\workspace\\a2\\sound.wav");
b->play();
I proceed to edit the pkg file:...
How do you install it in c:\\data folder ?
You then refer me to the documentation without any specific link...
Dude...
You could have just show me an example of the *.pro file to do that right ?...
#include <QSound>
QSound* acknowledge = new QSound("Acknowledge.wav");
acknowledge->play();
LOVE QT for its simplicity.
Now...just one problem.
It doesn't work on the emulator AND the...
ok choose *.sisx :)
Dude, this is really strange.
I delete the ENTIRE project.
Re-create it, and it works.
And all I did is make sure I select gcce at the very beginning of the project construction.
Dude...It...
Dude I use the projectname.pkg file and it still doesn't work.
I tried checking and unchecking "Generate partial upgrade when appropriate", both doesn't work.
I get really pissed and chose the...
Dude...I tried access project->properties, build configurations and see that the sis builder is blank.
So, I clicked "add".
Under PKG file, I tried the only two available option:...
Thanks savaj.
I've gotten the gcce option but when I compile I ain't getting no *.sis file :(
I do a system wide search and there is no my program.sis to be found :(
I only have the ARMV5 option ?
I believe I have everything properly right ?
I mean I get my QT project to compile and it works on the simulator :)
I just doesn't have that gcce thingy :(
I...
Hello 2th3sky ! :)
OK, so what is the default flag assuming I didn't set it myself ?
Does the default flag denotes that it's just hidden ? :)
label = new QLabel(this);
label->setGeometry(10,10, 100,100);
label->setText("first line\nsecond line");
///////////////////////////////////////////////////
//These two lines gives the label a...
You are right treinio, when I try it again but without the whole "*/new/->" nonsense, it works :)
QFile* Output = new QFile("Output.txt");
Output->open(QFile::WriteOnly);
QTextStream* Stream = new QTextStream(Output);
Stream << ui->txtSave->toPlainText();
Output->close();
I have to choose between this two to setup the device central and hell they both JUST produce a swf file so what's the diffs ?
Thanks andy205214, you've made it so clear now.
It returns an object, in along that same line you straight away utilize the returned object to do something.
Thank you :)
_LIT(KMessage, "Hello");
HBufC* aMessage = HBufC8::NewL(KMaxItemLength);
aMessage->Des().Append(KMessage); //This line is REALLY STRANGE to me.
I MIGHT understand if it's aMessage->Append(bla...
Thanks S.S.Sudhakar ! :D
#ifndef HELLO_WorldCONTAINER_H
#define HELLO_WorldCONTAINER_H
#include <coecntrl.h>
=======================================================
//How is it that these three classes are declared...
It's in one of the menu handler:
TBool CHello_BracerContainerView::Handle_gc_MenuItemSelectedL( TInt aCommand )
{
// TODO: implement selected event handler
CWindowGc& gc =...
I'm playing with it in the HelloWorld_ContainerView.cpp auto generated by Carbide.
I try to do this:
CWindowGc& gc = SystemGc();
But Carbide slap me in the face and threaten to break my balls...
Tried to play with SystemGc() but Carbide says it is undefined.
I tried doing this "CompleteWithAppPath"
TFileName nameAndPath;
CEikonEnv::Static()->FsSession().PrivatePath( nameAndPath ); //return "\Private\e9755296\"
iEikonEnv->AlertWin(nameAndPath);...