i tried this example.
http://www.developer.nokia.com/Community/Wiki/Sending_USSD_commands
when i enter the ussd in it, the ussd message pops up, as if it was dialed from the actual dialer. i just...
Type: Posts; User: arnab321; Keyword(s):
i tried this example.
http://www.developer.nokia.com/Community/Wiki/Sending_USSD_commands
when i enter the ussd in it, the ussd message pops up, as if it was dialed from the actual dialer. i just...
that file wasnt in virtual store. it was in actual location already.
his is my devices.xml
<?xml version="1.0"?>
<devices version="1.0">
<device id="S60_5th_Edition_SDK_v1.0"...
I don't see any nokia related file in virtual store. I use win 7 and maybe I already ran as administrator, although I'm not sure.....
im getting this errors when i try to build my carbide project:
BLDMAKE ERROR: Directory "\epoc32\" does not exist
ABLD ERROR: Project Bldmake directory...
when do u get ur revenue from ur paid apps?
also, lil grafix tablet has two modes: one is a graphics tablet mode and other is the mouse mode
http://store.ovi.com/content/114428
me not sure whether its a part of qt at all :P, i srchd for the .lib in the qt installation folder, but it wasnt found.
this has been happening after i added uitools to CONFIG of my pro file.
make -r -f "\qt\Symbian\SDKs\Symbian1Qt473\EPOC32\BUILD\qt\E\GCCE.make" FINAL CFG=UDEB VERBOSE=-s
make[2]: *** No...
i want to declare a public static boolean var.
this is a part of my .h
class abc: public QMainWindow,
{
Q_OBJECT
public:
abc(QWidget *parent = 0);
~abc();
thnx a lot. solved.
i get it... so im back to the wiki example.... http://wiki.forum.nokia.com/index.php/Capturing_keys_in_background
u already noticed im completely new to c++. i tried a lot to figure out how to...
sry, i didnt get that. i dont want CKeyCapAppUi to start as the main class. all i want to do is to create an instance of CKeyCapAppUi from another class, and use its functions from there....
oh , thnx a lot, it works!
btw... theres another new problem :(
when i call CKeyCapAppUi::NewL() from another class, i get NewL' is not a member of 'CKeyCapAppUi'
i added these funtions...
#ifndef KEYCAPAPPUI_H
#define KEYCAPAPPUI_H
#include <aknappui.h>
class CKeyCapAppUi: public CBase
{
private:
void ConstructL();
TBool FORE;
well, i created a new project. now this error comes up.
line: CAknAppUi::HandleForegroundEventL(aForeground);
error: cannot call member function 'virtual void...
ok, but now im unable to compile the code....
error occurs at the first line:
void CKeyCapAppUi::ConstructL()
{
MESS=HBufC::NewL(20);
// BaseConstructL(CAknAppUi::EAknEnableSkin);...
this looks lke a promising code, but what libraries do i need for it?
http://wiki.forum.nokia.com/index.php/Capturing_keys_in_background
how do i run this example?
CKeyCapturer::NewL requires (MKeyCallBack& aObserver) as an argument, but MKeyCallBack is an...
thnx for the reply.
ill have to make an interface so that the user can choose if he wants to use the cam key for something else or not... is this allowed in symbian signed?
is it possible to make the camera key do something other than opening the camera, with qt?
how to get the value of current screen brightness level?
How to convert qt int to symbian Tint?
symbian^1 (with a 5230 connected via usb)
sry i mean, my qt creator version is 2.1.0 and qt version is 4.7.1
part of my pro file:
#include(../examples.pri)
CONFIG += mobility
MOBILITY += gallery \
multimediakit \
multimedia
but #include <QtMultimediaKit> gives "no such file or...