Hi yucca,
1) I'm not sure what u mean by "you need to cancel the objects that you set doing something in the background"..
I already call Cancel() for object A, how to i "Cancel" the object...
Type: Posts; User: ThreeSixFiveOh; Keyword(s):
Hi yucca,
1) I'm not sure what u mean by "you need to cancel the objects that you set doing something in the background"..
I already call Cancel() for object A, how to i "Cancel" the object...
Just wondering,
abld build wins udeb
and
abld build armi urel
1) udeb means debug build right?
Thanks everyone
I'm now using CPlainText, it works.
I have a small problem... here are my printing functions for the Global text editor.
void CF2FBTContainer::Print(const TDesC& aText)
...
Hi yucca,
That is something like my situation.
I have two active objects, each in its own class.
Active object A does:
1) discovery
2) making connections using socket
3) sending data using...
hmm okay.
I originally thought that it was because i had been testing my bluetooth app for too long, constantly testing, receiving errors, debugging... perhaps the phone was either 'tired', or maybe...
I got the error:
E32USER-CBase 42 once in a while
The sdk says:
This panic is raised by the SetActive() member function of an active object, a CActive. It is caused by an attempt to flag the...
Hi,
My 3650 never used to do this..
But right after it connects to the emulator, the whole application 'fades away' from the screen, the whole screeen becomes blank as if the phone is off, and...
is there an easy way to make it scroll line by line instead of page by page?
I tried using
iGTextEd->MoveCursorL(TCursorPosition::EFLineUp,EFalse);
instead..
even tried 2 at once
...
zy_fly did u manage to do it? i'm trying to do the same thing
EKeyEnter doesn't seem to work, when i'm having focus on a CEikEditor, but EKeyLeftArrow and EKeyRightArrow work.
Iam iusing the wrong code?
I wish that when i press "OK", the text is processed...
Hi,
I see no funciton to add text to those text editors like 'append' .. i only see things like SetTextL, is there a way to append? Maybe someone experienced can give me some tips. I'm ttrying to...
I'm getting the error once in a blue moon, but if there's a bug somewhere i'd like to fix it.
Does anyone know what it means?
does "Resolution Request" mean a call to GetByAddress?
If so, i...
okay
i answered the questions myself from my observations and experimentations
1) Yes they are already on the phone
2) I realized i could permanently FIX the installation path for the...
Hi,
Got a few questions,... =)
1) Do files such as avkon.mbm already exist on the phone device? or do we have to include them in the .pkg file? What about avkon.rsg?
I'm using some avkon bitmap...
Sorry, wrong thread.. by accident
okay i've done this: But the font is still the same.. why? I need to make the font smaller...
iListBox = new (ELeave) CAknSingleStyleListBox;
//iListBox = new (ELeave) CEikColumnListBox ;...
may i know what LatinPlain12 is supposed to do? Is 12the font size?
And may i know which type of listbox this is for?
Thanks laa-laa
it works =)
TBTDevAddr devAddr;
//buf = ASCII representation of address, convert to binary representation
devAddr.SetReadable(buf);
//etc..connect to remote device.. etc
Does anyone know if the RSocket::RemoteName() works?
Does it return the remote address? If A connects to B, what ways are there that B can get A's address?
People say that you can simulate 2 way...
Hi,
I extracted my local bluetooth address using the code from BTCHI.
the TBuf16 string looks like this:
00605752b21c
I then send it over to a remote device, together with my listening...
I think the problem is that the contents if buf2 is too long
i checked the lenght of it b4passing it to TBTDevAddr and it says "12".
The SDK help says that :
The function panics if aDes does...
Hi laa-laa
I tried this:
TBuf8<40> buf2; buf2.Copy(iAdvertiser->remoteDeviceAddress);
TBTDevAddr devAddr(buf2);
where remoteDeviceAddress is the 12 character long Bluetooth address the...
Hi cirbre,
Yeap it only works in the same function that u casted it .
I'm not sure about your stopwatch problem though,
I guess there're three ways to be able to access the iDocument pointer...
did u solve your problem?