| Reply | « Previous Thread | Next Thread » |
|
Hello
I want to know how can i add Password dialog box in UIQ. regards Anupam |
| anupamcins |
| View Public Profile |
| Find all posts by anupamcins |
|
I think there is a class called CEikSecretEditor that offers what you want.
|
|
CCoeControl* myControlPtr = this->Control(EMySecretEditorId);
CEikSecretEditor* mySecretEditor = static_cast<CEikSecretEditor*>(myControlPtr); mySecretEditor->Reset(); Hope this helps arun |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|