related to the basic helloworld program
| Thu, 2008-03-13 08:56 | |
|
|
hello one more thing on selecting "option" in the same program a list is displaying that is as i go through the code i found that in the directory "inc" of the project, there is a .txt file. please help me... |






Forum posts: 56
> i couldn't find from where the string "Hello!" is taken, which is displayed when
> hello is selected.
search for "Hello!" ..
> one more thing on selecting "option" in the same program a list is displaying that is
> "hello from file", on selecting this list a blank screen is displayed.
just see whether file is blank... if it is just try adding something to it...
basically you have to debug your application to get the answers to your question.
Forum posts: 33
hi 83.manish
you said that search for Hello!
friend i did it
and after that i asked this one
and also see the file
and this is not a blank file
ya i m going to debug the program
Forum posts: 25
It will be in the .rss file of the example. Reading the basic architecture of a GUI app may help you out here.
Forum posts: 72
You will find that in "HelloWorldBaisc.loc" in side the data folder.
It is defined like this:
//d:When user requests EHelloWorldBasicCommand1 event, text below is shown.
#define qtn_hewb_command1_text "Hello!"
To know why it is there read the basic architecture of a GUI app as suggested by aniait.
U can directly define the string to be displayed in the .rss file or in sparete .loc files if u r building app for more than one languagess.
Forum posts: 73
thanks i got it