I am newbie for the Symbian OS development. I executed the HelloWorld appln using the proc. given in the SDK help file.
I tried to display a simple title and as per the instructions(ref: Crystal GUI Controls Catalog->Controls->Application title). When I compile the sample, I am getting LABEL NOT FOUND error. I was trying for only minimal configuration title display and so i havent added any codes to *.cpp files.
I added codes to the RESOURCE Files and .hrh files.
RESOURCE TOOLBAND r_myapp_titlebar
{
controls=
{
APPTITLE ------>LABEL NOT FOUND?
{
id=EHamishappApptitle; //Id of app title. Put in .hrh file
maintitle= "Application name text";
}
};
}
Please help on this.
Thanks
Uva
Posted by Yuva Kumar , yuva@trinitymobile.com
on April 23, 2002 at 14:03
RE: Label Not found error on trying to display a simple TITLE.
2002-06-03, 02:29#2