Thanks, this seem to help, though what flag sets the "default" input preference? i mean when only first letter is capital all others small.
Type: Posts; User: dgptapov; Keyword(s):
Thanks, this seem to help, though what flag sets the "default" input preference? i mean when only first letter is capital all others small.
im using pageStack.push(Qt.resolvedUrl("FilePage.qml"));
Just tried with TextField using components 1.1, same result...
page code :
import QtQuick 1.1
import com.nokia.symbian 1.1
...
Hello, i have a problem with virtual keyboard when using QML TextInput/TextEdit elements with pagestack.
If i open a page with TextInput and press on it everything works as expected, but if i will...
Than you on helping with getElementsByTagName, but how i can DELETE a node form document?
Hello, i need to remove a node from an xml in QML app, but seems that GetElementByTagName and removeChild methods are not working. Can please anyone advice me on d how i can solve this?
Hello can anyone point me to where i can find information/manuals/tutorials on how to use QtUiTest module? it seems like a great tool but all info i can find is obsolete. Any help would be...
Hello, im doing a small game for symbian and i use QMediaPlayer to play small sound files like beeds etc. problem is that it causes app to lag, even though sounds are played on separate thread....
Then QPixmap::loadFromData is the what you want
I think you need http://doc.qt.nokia.com/latest/qpixmap.html#loadFromData-3
if not please specify your request :)
Hello, im doing a parallax scrolling game on Symbian and i encountered following problem: When several wide(>2000 pix) QGraphicsItems are present on scene some of them(or all) are not being...
unfortunately i do not have s60 sdk installed, so i cant test that
Hello i have a following problem: Cell Id Positioning is not working on newly formatted device. I.e. if you use it on device that already run Ovi maps at least once then all positioning methods work...
one progress bar (default one) is updating every time when updateProgress() is called other only once every 10-15 calls.
Hello,
i have following problem:
ui->progressBar->setMaximum(100);
ui->progressBar->setTextVisible(false);
ui->progressBar_2->setMaximum(100);
Unfortunately this is a Symbian C code, so not really usable. QSystemInfo indeed provides OS information thanks!
now a follow-up question - can i determine it in .pro file? As S^3 needs more heap?...
Hello,
Is there a way to find out what version of symbian (1 or 3) Qt app is running on?
here is the error message if it helps: Process 3817, thread 3818 stopped at 0x7931c8f2: A data abort exception has occurred.
and here is the code :
QGeoPositionInfoSource::PositioningMethods...
Hello,
QGeoPositionInfoSource::supportedPositioningMethods causes an exception if all positioning method were disabled from phone's settings.
The question is how to handle exceptions...
ill take a look into this examples you suggested, but the problem is not in capabilities
Hello, i am aware that several similar topics already exist, but thread necromancy is not a best thing so he me goes:
http://wiki.forum.nokia.com/index.php/Getting_the_location_in_Qt is a...
After some meddling it started working, and i still have no idea what went wrong in the first place. :(
Surprisingly examples compile fine :(
Im really puzzled, here is my pro file:
QT += core gui
TARGET = AcceloTest
TEMPLATE = app
SOURCES += main.cpp\
The problem is that when i add QTM_USE_NAMESPACE it is redlined with a "expected a declaration" tool tip. Also no mobility libraries are visible in includes
Hello,
After a fresh installation of Nokia Qt SDK 1.0.2 i got this error. Can anyone help?
no memory leaks visible on Y-Tasks; increasing heap doesnt help