At last I think I have to admit that the cause of incessant reboots of my device is due to nothing but the long process in the Draw() method that I used. As Symbian's Creating Custom Controls...
Type: Posts; User: asepm; Keyword(s):
At last I think I have to admit that the cause of incessant reboots of my device is due to nothing but the long process in the Draw() method that I used. As Symbian's Creating Custom Controls...
At last I think I have to admit that the cause of incessant reboots of my device is due to nothing but the long process in the Draw() method that I used. As Symbian's Creating Custom Controls...
Still no success. The phone rebooted over and over again. Maybe because this is a Nokia E71 (more than 4 years old) or what? But other apps I use on my device on a daily basis (including Y-Tasks and...
Wizard, thanks.
I will replace the SetBrushStyle part now.
On Emulator, no such error, though.
Oh my, ReleaseFont was incorrectly pasted in a wrong place, due to a hurry :) Will edit the code, try installing the new sis file and see what happens next.
EDITED: ReleaseFont was placed in the...
Unfortunately, using DrawText() caused my app to freeze and my device to reboot as well, just like using CEikLabel. Anything wrong with the above code? Please do let me know, anyone. I'm almost at my...
Hi,
As an alternative to CEikLabel which has always caused much trouble for me, as explained here, I decided to draw text using the DrawText() function.
The problem I am having with DrawText...
Hi Paparang, glad that at least someone considers my last post funny. Indeed, I consider it funny, too, coz I name it "N***a System Manager"... :D. Hope it's not offensive or found to be against the...
Sorry to keep bothering you but, even after waiting for some 10 minutes after a reboot, the problem with they Up-Down keys lives on... Will deactivate all the AO's (10 in total) first to see what...
Well, I guess I need to consider giving that 5-10 second delay. Moreover, this is not a commercial program at all. The target phone is on/active 24/7, unless it reboots itself as I explained earlier....
I'm getting more and more curious now. The KeyCapturer was deactivated (the creation line and all references to it were commented out), phone rebooted, but the problem persisted. The same error with...
That's a term I created myself, Wizard... LOL... :D Oh your assumption is right. I set it to autostart on every reboot, as per one of Kiran's articles, and make it invisible (i.e. sent to background)...
I do agree with you. However, it seems that the error only occurs when the phone is not yet stable after a reboot (and then a key hit was made). I presume that maybe some other processes can bring...
I followed your suggestion, with only a minor addition, as follows.
TKeyResponse CPengawas_Logs::OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType )
{
TKeyResponse Ret =...
Thanks, Vineet, for your very very prompt reply... Will give it a try. Back to work first now. :)
Your code snippet could not compile which was only due to that undefined "StatusLineHeight" identifier, exactly as what was informed by someone else: "To use this example it is essential to know how...
dear, yucca. i commented out that "DrawNow()" part because it didn't work. and after i noticed your very prompt suggestion, i removed the comment and...it still didn't work. please help. i know...
This problem was perfectly solved, by NOT using CMsvStore... :) Thanks, symbianyucca & wizard_hu, anyway!
thanks for your very prompt reply, yucca. however, as i indicated on the code above, it really doesn't work. the text shows up ONLY after i hit either the left or right arrow key (even on the...
My code to insert text into a CEikRichTextEditor is as follows.
void CPengawasContainer3::ConstructL(
const TRect& aRect,
const CCoeControl* aParent,
MEikCommandObserver*...
Wow, I am honored to receive replies from two experts I've seen this week: symbianyucca and wizard_hu. Looking forward to Kiran's advices too someday. :) Thanks so much, wizard. Gotta give it a try....
In fact, like I said, that was exactly what I did: I created a logging file, a text file which produced lines of statements (typed just above whatever code in that function, i.e. MessageReceivedL())....
I'll try to debug it, though I don't know how to debug a messaging-related app on the emulator yet (maybe you can tell me how to use the emulator for debugging an sms app. I've searched "all over"...
Thank you for your prompt reply. However, please let me know the most possible cause, because as per my code, there is no descriptor involved. There are several other lines of codes, for sure, but...
Hi,
This has been driving me (a complete newbie) really nuts for the last couple of days. CMsvStore seemed to be inaccessible as it resulted in my app leaving everytime it got notified of a new...