Hi.
I need to customize the listview,I am placing an icon and a text at the center of the listview.
If the text length is bigger then the list rectangle length.. the text is coming over the icon first letter of the string is not visible..
How to avoid this situation? Is it possible to give marique effect for the string?
Thanks in adv...
Is there any chance to add and edit tasks or calendar items on Nokia OVI Site account using C#
...
I have a thread which handles all the HTTP Connections to the server and there is another thread which updates the UI etc. I have a timeout logic implemented in the UI Thread which looks for some response and times it out (closes the connection and displays a notification to the user)
It works perfectly fine on Nokia Series 40 Devices, ...
Hi..
I have a class inherited from Qwidget, now in that class I will be creating "Qlistview" object and filling up the items to view..
When the selection of items in the listview gets changed I want to get the "selectionchange" event to come..
So how can I achieve this.. pls tell me in brief...
thanks
...
Hi..
Can any one tell me how to set the item to be selected forcefully..
I tried this after adding items to list row..
QModelIndex index = mylistview->currentIndex();
mylistview ->setCurrentIndex(index);
its not working.. index I am getting index (-1,-1)..
can any one help me on this
Thanks
...
class myslot
{
public:
Q_OBJECT
myslot()
{
}
~myslot()
{
}
typedef enum Emycars{volvo,benz,tata}cars;
public slots:
void hellowslot(myslot::cars);
};
void myslot::hellowslot(myslot::cars cars1)
{
}
class mysignal
{
public:
Q_OBJECT
public:
mysigna...
Where to get streaming (live) video and audio from camera example for Nokia (5800 for ex)?
Suppose I want to create some live video streaming service app so I'll have some cool server at the back end. And I know how to do that part. Suppose I have some stand alone app for PCs now I want to go on to mobile devices. So I decided to start ...
Hi, I am using
QStackedWidget to switch between the views, I will be able to traverse between the views,
I am facing problem in some scenario, where I do not require the widgets, I want to remove them completely..
QStackedWidget provides the functionality to remove widgets, still the ownership of the widget will be there, I mean widget ...
I am developing an app for Nokia 5800 Music Express (S60 5th edition) using PyS60 (Python for S60) ,I want to simulate a KeyPress say if a message comes,I detect a message and Press a Key.
There does exist a Keypress module for PyS60 for 2nd edition phones which allows this. However I have not been able to install it on my 5th ed phone...
Here is some code to launch S60 browser with a given url.
// use the StartDocument api
param->Des().Format( _L( "4 %S" ),&aUrl );
TUid id( TUid::Uid( browserUid ) );
TApaTaskList taskList( CEikonEnv::Static()->WsSession() );
TApaTask task = taskList.FindApp( id );
if ( task.Exists() ) {
HBufC8* param8 = HBufC8::NewL( pa...
Hi I was trying to mobilise my website and I ran into an issue with Jquery. When I was trying to perform a jquery call (.$ajax) it was not getting rendered. This is the part of the code
var returnData = '';
$.ajax({url: './indexSubmit.php',
async: false,
dataType: 'json',
...
Hi all,
In Qmessagebox how can I make the title text bold?
Here is the sample code, which I am using to disply a messagebox
int ret = QMessageBox::warning(this, tr("My Application"),
tr("document has been modified.\n"
"Do you want to save your changes?"),
QMessageBox::Save | QMessageBox::Discard
...
Hi guy, I have a problem.
I use a QPropertyAnimation to move a QLabel but not works.
void TitleChannel::changeChannel(float angle){
int channel=(int)(angle/60);
QPropertyAnimation *animation = new QPropertyAnimation(label, "geometry");
animation->setDuration(10000);
animation->setStartValue(QRect(0, 0, 360...
Hello,
I'm trying to make a very simple program run on my Nokia 5000.
On the Nokia website, there is a SDK (Series 40). I included this SDK in my IntelliJ project.
The problem is, when I try to run the helloWorld app on my phone, I get an error message.
(http://wiki.forum.nokia.com/index.php/Hello_World_in_Java_ME)
Can anyone help me ...
Hi all,
I am having a QListView which having some items. Now i want to get the index of selected item. i.e. if i select 5th element i
should get 5. How i can get this?..
waiting for reply.
Thanks in advance
-S
...
Dear all,
I am doing a project in which I am working on security issues related to smart phones. I want to develop an authentication scheme which is based on biometrics, Every human being have a unique key-hold time,digraph time error rate.
Key-Hold Time : Time difference between pressing and releasing a key
Digraph Time : Time differ...
Hi everyone, I am quite new with symbian and c++. I try to use sensor on N97 device. I got error that rrsensorapi.h is not found. I have check through epoc folder it not there either. In this case, how can I find rrsensorapi?
I have sensor.pri file like this
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
HEADERS += xqsensor.h \
xqaccsen...
Hi
I signed the application and trying to install on Nokia 5000 giving error "Application not supported".
and failing download of application.
I used the MIDP 2.0 and have given following application permission
MIDlet-Permissions: javax.microedition.pim.ContactList.read, javax.microedition.io.Connector.http, javax.microedition.io.Conn...
Hi,
I want to put some text on my UI, I am drawing the text in paint event of a widget using painter..
Here is the sample code, which shows how I am drawing the text..
QWidget::paintEvent(painter);
QPainter paint(this);
paint.drawText(QPoint(10,30),"Duplex");
but, the text color is looks like the default theme color, how to set the...
Hi,
The iPhone has a functionality that when a google maps URL is typed into (or linked) the mobile browser it will open the Google Maps app instead of displaying it in the mobile browser.
Now I'm wondering if that same functionality exists for say a Nokia (Symbian) phone? Is there a way to set up the link to open the Google maps app...