Hi,
I am developing media player for my Nokia 5800 XpressMusic. I want player to start playing next song in list, when previous finished. Everything works fine on Windows, but when I deploy app to...
Type: Posts; User: ucho; Keyword(s):
Hi,
I am developing media player for my Nokia 5800 XpressMusic. I want player to start playing next song in list, when previous finished. Everything works fine on Windows, but when I deploy app to...
Hi,
According to my experience, 'left soft key' changes focus. It is similar to TAB key in windows.
Hi,
I have implemented my custom dialog inherited from QDialog:
mydialog.h
#ifndef MYDIALOG_H
#define MYDIALOG_H
#include <QDialog>
Solution:
void CCBATestAppView::HandleResourceChange(TInt aType)
{
...
SetExtentToWholeScreen();
...
}
Hi,
I have application which starts in fullscreen mode. I am using SetExtentToWholeScreen();
But after screen orientation change (e.g. portrait -> landscape), app goes to normal mode.
How to...