Does anybody has any idea of how to create two window view in an applications ( like in 9200 or 9500)? Here is some useful info on window views. But I am unable to figures out how to do it?
Only...
Type: Posts; User: thodime_guru; Keyword(s):
Does anybody has any idea of how to create two window view in an applications ( like in 9200 or 9500)? Here is some useful info on window views. But I am unable to figures out how to do it?
Only...
Thanks sten,
I tried it, but actually it seems i have a problem with mbm file i created. I am getting "unexpected end of file" error note. Actually i am using series 80 ( 9500 emulator).
Can...
How to display a textlistbox along with a checkbox in the view? There are some solutions, i guess, for series 60 on the forum, But I need it for for series 80 (9500 emulator)
Thanks
Hi,
I have some problem with displaying a bitmap. heres my code
// in ConstructL()
iBitmap = new (ELeave) CFbsBitmap();
_LIT(KPath,"C:\\new.mbm");
TDesC file = KPath;...
hey sten,
this is my resource file where i use the mbm file and i created the mbm file from bmconv ( as explained before). Can you tell me whats the problem? Do I need to specify something in...
Hi,
I am trying to create my own icon for menu title. I have created a mbm file, but when i try to access the menu in the emulator, it says "unexpected end of file". I have used bmconv to create...
Thanks a lot. That works.
I want to develop an application for series 80 9500 communicator, where in, a user selects an item from the menu, then accordingly display just a list of items or else allow the user to edit the...
Now I am able to select an item from the list, but unable to catch the event in HandleListBoxEventL(). I have followed this link and wrote the following code..
TKeyResponse...
Thanks yucca. I figured it out. The problem is I am activating before setting up the messagelist. Now I reorganized the code and its working. But I am unable to use down and up arrows to select an...
Does anyone find any problem with the following code to display simple textlistbox? I am getting a blank display
iListBox = new (ELeave) CEikTextListBox;
...
Thanks for your suggestion. Actually I was able to get it with the following code:
iButton = new (ELeave) CEikCommandButton();
TResourceReader reader;...
>abld reallyclean didnt worked. Actually I am using series 80 emulator. So do you have any idea where is this database located?
Thanks.
Hi guys,
I am having problem in constructing a button from a resource file. Here is the code. Does anyone help me out?
iButton = new (ELeave) CEikCommandButton();
RFs aFileSession; //...
hey sten, thanks for your reply. I have already tried the solution you specified. But the problem is, the icon still exists on the emulator though the functionality is gone. Just a dead icon still...
I figured out what the problem is. The thing is, I have been trying to run both the server and client on the emulator itself. But as such the emulator doesnt provide any interface at the physical...
Thanks guys. I got it. My code is correct. Actually I mistook the path of the files to be in my windows C:\\ directory. But its \\epoc32\\wins\\c\\
Does anyone have any idea about where we can find info on TSY modules? Actually I would like to know the functionality it provides and the way to access it.
How do you remove the installed application from the emulator? Actually I have written my own application in emulator, now I want to remove it from the emulator. How do I do it?
Thanks.
Can anybody tell me what is wrong with this code?
RFs aFileSession;
User::LeaveIfError(aFileSession.Connect());
_LIT(KPath,"C:\\");
aFileSession.SetSessionPath(KPath); // returning KErrNone
...
Thanks for your suggestion. I have been able to write a tcp server and client successfully on the emulator. But from tcp client side, when I checked RequestStatus after issuing Connect, it gives me...
I have created my application on the emulator and now i would like to remove the application icon from emulator. I have removed .app file, but the icon is still displayed. Does anyone know about it?
I am new to symbian. Does anyone can provide a small program which displays a label or button on ccoecontrol derived class?
I am new to symbian and I am trying to run a simple server/client program. I have written a client program (on emulator) and a server (using winsock,vc++). But the client program stops at the Connect...