Hi saad,
I did it for my application. I read sms message body and then display it it a form. I used PreLayoutDynInitL() to set the initial value for the form. You can refer to FORM example.
Type: Posts; User: ninidotnet; Keyword(s):
Hi saad,
I did it for my application. I read sms message body and then display it it a form. I used PreLayoutDynInitL() to set the initial value for the form. You can refer to FORM example.
Hi,
Yeah..sorry my mistake. should be IMPORT. hehe ;)
Hi Sky,
Is that mean we just need to insert the file in .lib and then export the function in our program? The code that you posted, where should I put it?
Thanks
Hi,
Is there any articles or threads on calling dll from our application?
I need to link my program with other dll file.
Thanks..
Hi,
I try to use Insert and Replace to TBuf in a form. After clicking menu, the form should display the updated content. No error but it still showing the same data. Is't possible to refresh the...
Hi,
I tried but nothing change. Is there any way to update data in display form when user click any menu button in form and automatically display the updated content?
Thanks
Hi,
I have 2 forms.. the 2nd form is construct by clicking menu option in Form 1. My question is how to delete form 1 when display form 2? How to use Deleting() in CAknForm?
Thanks..
Hi,
Problem solved!
Thanks
Hi,
There are two fields in a form. I have 3 menu options. When user click a menu, a header message will be inserted in the beginning and at the end of the message. Each menu will have different...
Hi,
I found that in SDK documentation. How to know it is locked or not? I'm not able to delete folder that has been created?
Thanks
Hi,
I refer to some of threads but no solution. I can't delete folder from default message application. I tried delete it from my application but it still there. Please help me!
Thankss.
Hi,
I refer to some threads on creating folder. I want to create 3 folders so all messages that belongs to my application will be saved in these folders. I managed to create one and at the...
Hi Mayur,
I found it's working only if I don't use EditModeOnly in resource and the cursor is in the 2nd control. Sorry, I think I was giving wrong info. I want it to focus on 2nd form field so I...
Hi Mayur,
How do you use SetFocus() in your program? Is it similar like I did..
Thanks..
Hi Bharats,
You managed to move message to your folder, isn't? How to do it?
Thanks..
Hi,
I want to create 3 folders for my message so all messages that belongs to my application will be saved in these folders. I managed to create one and at the beginning I create it in Inbox.
...
Hi Mayur,
Thanks for the reply but SetFocus doesn't solve my problem. When I use SetFocus(ETrue) it will highlight both fields. When displaying the form, I need the cursor to be pointed in 2nd...
Hi,
I have 2 questions...
1. How to focus on the 2nd field every time we display the form?
2. I set EditModeOnly in resource. How to change to view mode when display a form. I try to use...
Hi Mayur,
Thanks for your reply. I will try the code first.
Thanks...
Hi,
I removed EEikFormEditModeOnly from resource and I use SetEditable control view and edit mode. I use the following code but it seems' like it always in view mode. It suppose to be in View...
What is the correct way to use CAknForm::SetEditableL(TBool)?
thanks
Hi,
In resource file, I defined a form using EDIT MODE. When running the application I need to change to VIEW MODE. I'm using the following code but program crash everytime I try to display the...
Anybody knows?
Hi,
I'm not so sure but have you try this?
case EMsvEntriesCreated:
{
TMsvId* entryId = static_cast<TMsvId*>(aArg2); // entry id from the session event
if (*entryId ==...
Hi,
I managed parsing text for incoming message. Sender will request to save recipient's number and key by sending sms and then wait for reply. If the reply is No, then recipient's number and key...