Discussion Board
NumberEditorValue( ) ?
2004-05-11, 12:22
#1
Registered User
I see this function (macro ?)
in Forms Example.
File:
AknExFormSaveForm.cpp line 107.
Yet it does not seem to be inherited from superclass, nor is it defined in the class. Yet it seems to be working somehow.
It is also not found in the SDK documentation not at least with text search.
-----------------------------
ControlOrNull(x )
GetEdwinText(x,y)
TTimeEditorValue(x)
Line(x,y )
---------------------------
SetEdwinTextL
SetNumberEditorValue
SetTTimeEditorValue
------------------------
What i have not found is corresponding functions for the classes:
CAknTextSettingItem,
CAknBinaryPopupSettingItem,
CAknTimeOrDateSettingItem
Nokia Developer Expert
the forms are derived from CEikDialog and the function is defined in it.
yucca
Registered User
Thanx. Such class (CEikDialog) is not found in the documents.
I would assume it to be between :
CEikControlGroup::ELayVertically
CEikEdwin::EAllowPictures
Hmm... Wait there is more....
One is acually documented in Symbian 7.0. Which I would normally assume that the class is not present in 6.1 but 7.0 only. Naturally this is not the case, since the class is refered in many documents.
Oh well...
Last edited by jkekoni; 2004-05-13 at 09:33 .
Nokia Developer Expert
the documendation doesn't include all classes, so some searching in include forlder for headers files is sometimes needed to get enough information.
yucca
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules