Hi,
I am doing application for symbian and I have loaded one html page in QWebview. Now I want to do one functionality which should show list of colors and using that I have to change the...
Type: Posts; User: BalajiR; Keyword(s):
Hi,
I am doing application for symbian and I have loaded one html page in QWebview. Now I want to do one functionality which should show list of colors and using that I have to change the...
Hi,
After I configured Qt, how can I start using it in my application. I am using Qt4.6.2 to develop applications. Now I downloaded and configured Qt-mobility and it seems this package will be...
Hi,
Does Qt Telephony module supports in symbian?
If so, How to configure that module with my qt4.6.2. Also I would like to know whether this module is available with binary qt package and...
Hi,
It works. Thanks.
Also the following code works for me.
HBufC8* buffer = HBufC8::NewLC(member->UncompressedSize());
TPtr8 bufferPtr(buffer->Des());...
So what is the solution for this problem?
Actually the problem comes during casting. I am getting file contents in bufferPtr. When it type casts to char * i am getting problem.
Is there any solution for that problem. Sorry I don't have idea what to do. Please help me with this issue.
HBufC8* buffer = HBufC8::NewLC(member->UncompressedSize());
TPtr8...
getting panic error when the casting code executes.
Application closed User 23
Hi,
Kindly check this code and give me the solution.
TPtr8 bufferPtr(buffer->Des());
User::LeaveIfError(stream->Read(bufferPtr, member->UncompressedSize()));
const char *szP =...
Thanks. It works.
Then could you please tell me how to use the files which are in project folder using symbian code.
I tried to read *.zip and *.epub files using Qt code but didn't get solution or help for that. Using Symbian code I'm able to extract the files and get contents of them.
If you know how to open...
Hi I am developing Qt project and for file reading I use symbian c++ coding. Here is my code for that
RFs iFileServer;
User::LeaveIfError(iFileServer.Connect());
RFile aFile;
TInt err =...
Hi, It works. Thanks.
Hi, I am getting error "constness casted away" when I compile the code below.
char *szP = reinterpret_cast<char *>(tintpack->PtrZ());
Actually I want it as a string. Converting to char* or...
Hi,
Can anyone please explain clearly how to load zip file and where to load it and how to uncompress that and get the files which are inside. I don't have clear idea of these things.
I have a...
Hi,
Can anyone please help me how to extract *.zip/*.epub file and get all the files in a directory through Qt code.
Regards,
Bala
Hi Juhanak,
It works. Thanks for the code.
Regards,
Bala
I just gave a single line which opens the html file in webview.
ui.webView->setUrl(QUrl("qrc:/resource/sample.html"));
or
ui.webView->setUrl(QUrl("http://www.google.com"));
and when I...
Hi,
I'm using QWebview in my project for S60 and When I scroll the contents using scrollbar of the webview, it is not updating properly. Existing contents are not erasing and the new contents...
Hi,
I have developed some applications using Qt for S60 and I would like to know Whether I can publish my applications in ovi store or not?
I have this doubt because smart installer is not...
Thanks for your reply. Waiting for the next release of smart installer.
Hi,
I tried that when it was released and
When installing fluidlauncher_installer, it shows "downloading and installing dependencies", but nothing happens. Showing ADM alone in applications...
Hi All,
Is smart installer working for anyone.?
I developed some applications and I would like to use smart installer for that apps. so if it works for anyone kindly let me know how to use...
Hi,
I would like to know Is nokia going to change to new OS in future?
If so, What developement tools will be used for that new OS and their requirements.
Regards,
Bala