USER23, CAknViewAppUi::BaseConstructL(), S60 3rd

Login to reply to this topic.
Sat, 2008-06-28 04:21
Joined: 2008-06-28
Forum posts: 1

hi everyone,
as the title says plus here is my rss and rls files:

rss file
NAME S60P // 4 letter ID

// INCLUDES
#include
#include
#include
#include
#include "S60POFC.hrh"
#include "S60POFC.rls"
#include
#include
#include
#include
#include

RESOURCE RSS_SIGNATURE // Compulsory
{
}

RESOURCE TBUF
{
buf = "S60ProofOfConcept";
}

RESOURCE EIK_APP_INFO r_application_symb_proof_of_conceptmapp_ui
{
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}

RESOURCE AVKON_VIEW r_symbproofofconceptmclndr_view
{
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT; // defined somewhere
menubar = r_symbproofofconceptmclndr_view_options_menu;
}

RESOURCE MENU_BAR r_symbproofofconceptmclndr_view_options_menu
{
titles =
{
MENU_TITLE
{
menu_pane = r_clndrview_menu;
txt = menubar_clndrview_form_options;
}
};
}

RESOURCE MENU_PANE r_clndrview_menu
{
items =
{
MENU_ITEM
{
command = RecordInflow;
txt = menuitem_clndrview_form_recordinflow;
},
MENU_ITEM
{
command = RecordOutflow;
txt = menuitem_clndrview_form_recordoutflow;
}
};
}

RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
{
short_caption = qtn_caption_string;
caption_and_icon =
CAPTION_AND_ICON_INFO
{
caption = qtn_caption_string;

number_of_icons = 1;
icon_file = "\\resource\\apps\\S60ProofOfConcept_0xE211C152.mif";
};
}

rls file

#define qtn_caption_string "S60ProofOfConcept"

//#define qtn_command1 "Message"

//#define qtn_command2 "Message from file"

#define qtn_help "Help"

#define qtn_about "About"

#define qtn_exit "Exit"

#define qtn_command1_text "s60"

#define qtn_loc_resource_file_1 "\\resource\\apps\\S60ProofOfConcept_0xE211C152"

#define menubar_clndrview_form_options "Options"
#define menuitem_clndrview_form_recordinflow "Record Inflow"
#define menuitem_clndrview_form_recordoutflow "Record Outflow"
#define menubar_clndrview_form_options "Options"
#define RLSMyInflowsNdOutflowsSave "Save"

i checked the sdk and http://www.newlc.com/topic-17093, it says an operation is trying to write to an 8-bit variant panics the thread, everything seems fine to me, i'd be gratefull for any help, thanks

  • Login to reply to this topic.