Hello all,
I have ported 3rd Ed. sdk app on 5th Ed. This app has CEikTextListBox derived list box with my own drawer and several columns.
3rd Ed. devices got joystick generating "left" and...
Type: Posts; User: urrg; Keyword(s):
Hello all,
I have ported 3rd Ed. sdk app on 5th Ed. This app has CEikTextListBox derived list box with my own drawer and several columns.
3rd Ed. devices got joystick generating "left" and...
Hello All!
I've developed app with setting lists (CAknSettingList and CAknSettingItem). But when running on devices with wide screen (E61, E71) setting values doesn't occupy full row: there are...
Thanks. Now it is compiling. During first run it complains about *.rsg files and exits. On the next one project compiles but linker fails:
arm-none-symbianelf-ld: ...
"bldmake plat" command lists GCCXML but not GCCE.
I have found that "bldmake bldfiles GCCE" reports "Unsupported platform GCCE specified". How this may hapenned? GCC-Symbian toolchain has been installed...
I did build with gcce urel.
Hello all! I am poritng existing series 60 application to S60 3rd edition. After I solved new error messages I got stuck with linker.
arm-none-symbianelf-ld:...
Hello!
I can't find a way to change parameters of Setting Item: color, font, size. How to force Text Setting Item always show bkue bar? It shows blue bar only when its text is not empty.
Hello All!
I need to copy some files on the phone, but application will change them. How to prevent these file from being removed during upgrade?
Hello all! I can't find a way to place battery level indicator on my application's panel. Is it possible?
It seems like DoRecognize never called :-(
I made recognizer but doesn't work. How can I debug the reason why it doesn't work?
I tried to make file name recognizer which simply storing files with extension given in the special directory....
Hello All! I put my recognizer in device it doesn't work any more. I tried software reset without success. Hardware reset (green * and 3) doesn't work, instead of formatting message i am asking foe...
Hello! I'm trying to do quite the same thing. But I'm going to use my own file, I don't want to alter c:\system\calendar file. And it doesn't work on my side! Did you try to use another files? Did it...
Hello All! Does anybody know how to create agenda files? I'm going to use Agenda Alarms but I'm failing to create damned file... CAgnModel::CreateL always fails. Thanks in advance
Hello all! Could somebody point how to change default input method of CAknTextQueryDialog to numbers? I can't use CAknNumberQueryDialog since I expected up to 40 numbers. This is to much to hold in...
Please! Could anybody give me some directions about using CAknProgressDialog class. I need it, but it always crash my program!! Can it be called within ConstructL method of the main AppUi class?...
I failed to use variant.cfg in build process. Could someone explain how to use build variants in symbian?
Hello all! How can I create a very simple trial (demo) version of an application? Does symbian provide something like windows registry where I can store a date when the application was launched at...
Thank you for the answer. I meant this indicator indeed. Do you know can this indicator display horizontal scrolling as it does for vertical one?
Hello! I use CEikTextListBox. Vertical scrolling works fiine for it, but I need horizontal one too. Does anybody know how to activate horizontal scrolling in List Boxes?
Hello! Does anybody know if i can use the latest sdk to build appliications for old phones, for instance 3650. If no, how nokia is going to fix bugs found in sdk? All programs have bugs, errors,...
I will, but where are such makefiles?
Hello, i have to set -fsigned-char gcc options. SDK v70 support OPTION word in mmp files. But i have to do this on SDK v61 too and OPTION word is not supported there. How can i pass option to gcc on...