text editor
| Fri, 2008-07-04 07:43 | |
|
|
hi..i m making an app with 3 containers n 3 views n 3 tabs....in first view i want a text editor..in which i an write text n store it to a file RESOURCE EDWIN r_plaintexteditor_editor |






Forum posts: 1210
You have to #include the .rsg file for the constants from the .rss to become known in your code.
René Brunner
Forum posts: 23
which .rsg file i should inlude n where plzz tell me
Forum posts: 23
thanx a lot rbrunner.....i have included it n it compiled successfully....but when i running it on emulator app is not opening a error code is coming
KERN-EXEC 3........plzz tell me something abt this
Forum posts: 1210
Well, just debug the thing and see where the exception occurs. Without knowing that you won't get further. And if you do not yet know how to debug, then *now* is the time to learn it, because knowing how to debug with the help of the emulator is, if you ask me, an absolute must for programming on Symbian.
Don't leave home without your debugger
René Brunner
Forum posts: 23
thank you Rene....or guiding me ..i debugged n found where it crashes....ur advice was valuable..
...now my app is running successfully...
take care