Hi ,
I would like to know if there is any advancement regarding this topic.
I am too searching for the crash log feature in QT whether it is available.
we can have developer logs app leve.
...
Type: Posts; User: kusumat; Keyword(s):
Hi ,
I would like to know if there is any advancement regarding this topic.
I am too searching for the crash log feature in QT whether it is available.
we can have developer logs app leve.
...
Hi,
I want to do crash logging like if the app crashes due to some fatal errror i want to see why dows it happend on device.
We can do normal developer logs by writing to a file. Or we can also...
Hi I have tried to emit signal from static method in this way .
MainWidget* pThis;
MainWidget *MainWidget:: _instance = 0;
MainWidget::MainWidget(QWidget *parent):QWidget(parent)
{
Hi,
I want to know how to keyeventhandling.
I have 5 pushbuttons on my window.
i want to scroll through all the buttons and wanted to implement Key handling.
In Touch i can use signal...
Hi,
When i try building sdk examples
i m got the following error
I have set the mingw-make path in environment variables.
How to install gcc and g++ .
I have installed the whole SDK . So it shud automatically install these also right?
Hi,
I am able to crreate library using QTSDK .
But the same when i follow to create using Meego SDK1.2 i got the error
Hi,
I am able to crreate library using QTSDK .
But the same when i follow to create using Meego SDK1.2 i got the error
Hi found out HTTPConsole example found in forum nokia samples.
this explains how to make network call and update Ui according to the response
Hi,
I want to access testLayout
from below code in various classes
when i call the method callback from the constructor the textedit is adding to the testlayout.
But when i call...
Hi,
I want to access testLayout
when i call the method callback from the constructor the textedit is adding to the testlayout.
But when i call PageRequest which will call...
Danii
My Idea is i will make a http call the response i get is xml
from that i will parse the view.
for each view i will call a diff class
Hi,
I have an xml view
for example
<view name="abc" height="auto">
<view name="xyz" height="auto">
<view name="pqr" height="200">
<title> title1 </title>
Thxz ,
Its working
Hi ,
i want to know if there is a way to detect the device switched from portrait to landscape and vice versa using simple j2me code.
when i write
TextBox tb = new TextBox("text box",
...
Hi,
Is there any API to use Native EMAIL APP using J2ME for Nokia E71 and launch?
Thanks
Kusuma
Hi ,
I want to send email from E71 using J2me native Email application.
Is there any API to do the same?
Thank & Regards,
Kusuma
Hi,
Even i had a problem with video of size 1MB 3GPP file using http.
Smaller one is playing fine.
Suggest some way to play larger ones as well.
Thanks,
Kusuma
Hi,
Even i had a problem with video of size 1MB 3GPP file using http.
Smaller one is playing fine.
Suggest some way to play larger ones as well.
Thanks,
Kusuma
Hi,
I want my video paused on Menu click and plpay from the point where it has been stopped.
Currently whats happening is when i click menu video will be playing in the background.
Can any one...
Hi
Just avoid calling repaint in playerUpdate method and flickering goes off.
Kusuma
Hi 223224255 ,
Even i tried repaint(particular location) seems didnt work on E71.
Do u suggest some way to avoid flickering.
The base for flickering is when increasing volume using volume ctrl...
Nasir,
Place all your resources in res folder of you application and access in the app using getClass().getResourceAsStream("/video.3gp");
create a vector and display a list retrieving from...
Hi,
I have
6 video clips like 1/6,2/6,..6/6.
Firstly 1/6 will be loaded and started playing . the clip is of 5 minutes and i want to comment the clip when it is 2:30 minutes by clicking...
Hi raj_J2ME ,
The way you suggested is comprehensive but my requirement is not accessing xml data from device data but from like file exists in application along with .java files in the different...