Hi everyone,
I wonder that there is no SetTextL(...) in CAknTextQueryDialog. Then how can I set a predefined text in the dialog's input box?? Any alternative?
Thank you.
Hi everyone,
I wonder that there is no SetTextL(...) in CAknTextQueryDialog. Then how can I set a predefined text in the dialog's input box?? Any alternative?
Thank you.
Have you tried putting that predefined text into the descriptor you are passing to CAknTextQueryDialog?
I can not interpret your post, if it works or not.
For me it works, simply copied the resource from http://www.developer.nokia.com/Commu...erying_Strings, and putin HandleCommandL. 'Hello' appears properly, at least in the S60 3rd FP1 emulator.Code:TBuf<30> buf=_L("Hello"); CAknTextQueryDialog::NewL(buf)->ExecuteLD(R_ASK_NAME_DIALOG);
Last edited by wizard_hu_; 2011-07-20 at 11:16. Reason: [/QUOTE]->[/CODE]...