Nokia 9000 User Manual page 16

Hide thumbs Also See for 9000:
Table of Contents

Advertisement

/* {{END ICON LABEL BLOCK}} -- DO NOT ERASE */
@end AppResource;
@start Interface;
@object GenPrimaryClass $SHORT NAME$Primary = {
GI_comp = @$SHORT NAME$Box,
/* {{$SHORT NAME$ INTERFACE RESOURCE BLOCK}} -- DO NOT ERASE -- */
/* {{END $SHORT NAME$ INTERFACE RESOURCE BLOCK}} -- DO NOT ERASE -- */
@$SHORT NAME$CloseTrigger;
}
/*
* Main Form
*/
@chunk TCHAR $SHORT NAME$Title[] = "$SHORT NAME$ Main Form";
@object ComplexMonikerClass $SHORT NAME$Box = {
ComplexMoniker = GenInteractionClass;
CMI_topText = @$SHORT NAME$Title;
CMI_fontSize = FOAM_NORMAL_FONT_SIZE;
GI_comp = @$SHORT NAME$ViewInteraction;
HINT_DRAW_IN_BOX;
HINT_DRAW_SHADOW;
HINT_PLACE_MONIKER_ABOVE;
HINT_EXPAND_WIDTH_TO_FIT_PARENT;
HINT_EXPAND_HEIGHT_TO_FIT_PARENT;
HINT_COMPLEX_MONIKER_DRAW_SEPARATOR;
}
@object GenInteractionClass $SHORT NAME$ViewInteraction = {
GI_comp = @$SHORT NAME$View;
}
@object GenViewClass $SHORT NAME$View = {
GVI_docBounds = {0,0,480, 150};
GVI_color = {C_WHITE, 0, 0, 0};
GVI_horizAttrs = @default | GVDA_NO_LARGER_THAN_CONTENT
GVI_vertAttrs = @default
GVI_attrs=(@default & ~GVA_FOCUSABLE);
GVI_content = $SHORT NAME$ViewContent;
ATTR_GEN_WINDOW_KBD_OVERRIDE = (KO_KEYBOARD_REQUIRED);
}
@object $SHORT NAME$VisContentClass $SHORT NAME$ViewContent = {
VI_bounds = {0,0,480, 150};
VCI_geoAttrs = VCGA_CUSTOM_MANAGE_CHILDREN;
}
/*
* Command Triggers
*/
@object ComplexMonikerClass $SHORT NAME$CloseTrigger = {
ComplexMoniker = GenTriggerClass;
CMI_topText = CMT_CLOSE;
GTI_actionMsg = MSG_FSA_RETURN_TO_LAUNCHER;
GTI_destination = @$SHORT NAME$App;
HINT_SEEK_MENU_BAR;
HINT_SEEK_REPLY_BAR;
HINT_SEEK_SLOT = 3;
}
/* {{$SHORT NAME$ INTERFACE BLOCK}} -- DO NOT ERASE -- */
/* {{$SHORT NAME$ END INTERFACE BLOCK}} -- DO NOT ERASE -- */
@end Interface;
| GVDA_NO_SMALLER_THAN_CONTENT;
| GVDA_NO_LARGER_THAN_CONTENT
| GVDA_NO_SMALLER_THAN_CONTENT
| GVDA_KEEP_ASPECT_RATIO;

Advertisement

Table of Contents
loading

This manual is also suitable for:

9110

Table of Contents