tabs
| Tue, 2008-07-01 14:08 | |
|
|
please help me i m new in symbian development .i m making a application with two tabs , |
| Tue, 2008-07-01 14:08 | |
|
|
please help me i m new in symbian development .i m making a application with two tabs , |
Forum posts: 463
Typically since the variable name is preceeded by 'i', meaning an instance variable, it is declared in the header file, in your case it could be container.h.
Forum posts: 463
Also ActivateLocalViewL may not be available here, you might have to use ActivateViewL (Check SDK docs for what is inheriting what and if that method is available for the class)
Forum posts: 19
i have define inavidecorator in container.h but can u plzz tell me where to deine activatelocalviewL( ) and how
Forum posts: 463
Well you can check what your container class is inheriting from. Check the SDK documents to see which method is available for that class to activate view .
Forum posts: 19
thanks for ur cooperation....ur valuable views....i have done it...n m enjoying it......
Forum posts: 463
nice