Key up and key down should only trigger once anyway. What is the code you used for the CaptureKey and CaptureLongKey calls?
Type: Posts; User: mratnam; Keyword(s):
Key up and key down should only trigger once anyway. What is the code you used for the CaptureKey and CaptureLongKey calls?
I don't see the variable aKeyEvent getting assigned a value anywhere.
I hear you. It is incredible that symbian can make what is such a trivial problem so difficult.
That is what I meant. So you can press UP or DOWN or LEFT or RIGHT and it will register the key press.
Using the example from the wiki: http://wiki.forum.nokia.com/index.php/Capturing_keys_in_background
to get multiple key (by that I mean get any key from a set of keys) detection, just add multiple...
This still appears to be a problem. Is Nokia planning to fix it?
Landmarks I have tried that have the same issue are negative latitude and positive longitude. (-32, +151)
Well I added a delay but I also left my logging calls in. Tested and the fault had not occurred at all. I then removed the delay and tested and the fault still hadn't occurred! Driving me nuts! I'm...
I'm running the SmsHandler sample code in the server so the CSmsHandler is being instantiated on load
void CSmsHandler::ConstructL()
{
__LOGSTR_TOFILE("SMSHandler::ConstructL - START")
...
I suspect the issue I am having is my server is starting too quickly and can't register to receive mail as the mailbox server has not initialised yet?
Thanks for the suggestion.
Hmmm logs seem to say it is starting which is good in a way. Just have to keep throwing them everywhere till I find the cause.
Hi,
I have a server exe (Symbian 3 FP1 on 6110) which monitors incoming SMSs and basically sends responses when my server sends it requests. The problem I have is that when I run it through the...
iMSAR, is it possible to extend that so that some messages are passed to inbox depending on sender phone number for example (rather than some text match)?
Great. Thanks for the responses.
So I set the initial triggered time to say 1s and the interval time to something arbitrarily large and "cancel" the CPeriodic timer in the callback?
From what I understand of the CPeriodic, it...
How do I tell whether the RTimer expired or a message server event occurred in RunL? I can't see a way to differentiate.
What I have done is create a class that handles RTimer's events and...
Hi,
I have a class that currently intercepts mailbox events vis MMsvSessionObserver. I would also like to implement an RTimer event so I can delay another part of my processing (basically I have a...
Check aEvent.iProgressState. You'll find it is a different value for event. :)
I had the same issue. Solved the problem by deleting the other IAPs (can re-add them later if they are required).
MR
Worked this one out finally. Turns out the sim I was given had a severe data cap and had just about run out of data allowance. Threw in another sim and it worked first time as originally expected.
...
As per the thread title, when I attempt to download a .sisx from my webserver (IIS7), I receive a html error response page with the message "Couldn't reach the indicated web server".
Now I have...
Ok well I think I have sorted out what comes from where:
EDlAttrGlobalErrorId refers to the normal symbian OS error codes http://www.newlc.com/en/Symbian-OS-Error-Codes.html
so -1 implies unknown...
Hi,
I'm searching the S60 3rd Ed FP1 API ref guide for the EDlAttrGlobalErrorId error codes but I can't find them. Does someone know where I can find it? In particular I am after error code -1 but...
Ok problem found and resolved. My MMP file had the static libraries listed but I hadn't installed the library files correctly (into the \S60_3rd_FP1\Epoc32\release\gcce\lib directory).
Thanks for...
Sounds like a good place to start looking. Thanks!
MR
Also I am compiling using GCCE (debug build). I have changed the last few lines of my pkg file to the following:
;Supports 6110, N95 and N95 8GB respectively
[0x20002D7B], 0, 0, 0,...