This is not the best solution but this is how I did it....
In this case I do not want to have more than 12 lines of thext.
1. I offer the event to my edwin, iGTextEd.
2. I check the number of...
Type: Posts; User: kummel2; Keyword(s):
This is not the best solution but this is how I did it....
In this case I do not want to have more than 12 lines of thext.
1. I offer the event to my edwin, iGTextEd.
2. I check the number of...
Hi
I learned how to read and write data while programming Epoc for Psion Revo some years ago. I still use the same way and it works perfect.
Search for information on Externalize/Internalize....
Hi
Here is my answers.
1. max numbers of characters can be set in ConstructL.
To limit the number of lines I had to define OfferKeyEventL to recieve all key events and check the numbers of...
That is what I wanted also.
It would be so nice to be able to set a transperancy on std UI-objects like CEikEdwin. Then you could make really cool applicationUI's.
Here is what my application...
Well, I did not go as deep into the problem as you are ;)
I used at std CEikEdwin, placed an image on top of it and made sure that the image was drawn after the CEikEdwin object.
This made it look...
I used CEikEdwin and placed an image on top of it. I had to re-draw the image after every key-event. Not a pretty solution so I hope there is a better solution available now.
Tobias
Hi
I have placed the code I am using in a small function. Hope it will help you. I have placed the function in my view instead of the container.
void CVykortView2::ChangeCbaL(TBool state)
{...
Hi
I am using this to create a scrollable text popup but I have one problem. There seems to be a limit of 2000 characters that can be displayed. Is thsi a known fact or is it possible to increase...
Hi
I want a nice-looking form view.
I have created a CEikEdwin element in which I can type and edit text. I have seen the std notepad application and want to do something like that.
I.e I want...