Tuesday, January 12, 2016
Definition dialog box controls
items = {
DLG_LINE {
id = ETestlable1;
type = EEikCtLabel;
control = LABEL
{
txt = "& lt; put your stuff here & gt;";
vert_align = EEikLabelAlignVCenter;
};
}
};
The definition of a control in the dialog box
Why should simultaneously with the type and control
I feel a little repetitive
Experts tell me
Reply:
.
After completion Build generate the binary resource file, if there is no type field, how do you know a bunch of binary data back to what the controls are ready?
Reply:
type = EEikCtLabel;
--- & Gt;
class EEikCtLabel;
In fact, the type definitions
-----------------
id = ETestlable1
--- & Gt;
primary key!
// ==================
I guess!
// ==================
Friendly help novice between!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment