u r saying u hv full screen app then directly draw wherever u want where is problem?
Type: Posts; User: pandhari.gorde; Keyword(s):
u r saying u hv full screen app then directly draw wherever u want where is problem?
whenever any thing happens (a/c to u leave) there is reason for that that.
hv u checked that on wiki
hv u chked the error
this line"CTelephony::NotifyChange(TInt&, CTelephony::TNotificationEvent, TPckg<CTelephony::TCallStatusV1>&)'" indicate the call u made and this line "void...
what is panic code chk extended code on wiki
hv u gone thru below url
http://wiki.forum.nokia.com/index.php/How_to_use_custom_background_for_listbox
chk this
first check on browser do u getting the responce.
create consloe exe app (use default tempalte) chk console there
u have declared ReadingFile twice . why?
go thru cpp first.
can u paste ur .h and .cpp
chk ColorUtils class in sdk help
open file go to end of file by seek() pass pass Tseek ESeekEnd and -ve offset as how much bye u want to come back and then just write it will overrite
use below url
http://wiki.forum.nokia.com/index.php/How_to_autostart_an_application_on_boot_up_in_3rd-_Startup_List_Management_API
means the unistd.h is not present
not defined means not defined so add the lib for that
User::After()
what is error code?
http://wiki.forum.nokia.com/index.php/Extended_panic_code
please chk previous thread CDir will give u the count in that directory and for scanning use CDirScan
chk the CPeriodic class in sdk help
chk the CDirScan and CDir.For progress bar search in wiki as progress bar
what is error code?
http://wiki.forum.nokia.com/index.php/Extended_panic_code
by debugging u can check at which line the panic occurs
and one more thing if u do not want to display the control pane
Cba()->MakeVisible(ETrue);
then dont use this
what actualy u want?
if u want to handle the forground/ background event in app
AppUi::HandleForegroundEventL(TBool aForeground) use the function
aForeground=ETrue when the app comes in foreground
what is error code u getting?
one more thing do u want to display the control pane?
have u go thru this
http://blogs.forum.nokia.com/blog/lucian-tomutas-forum-nokia-blog/2009/09/29/the-ultimate-software-installer-debug-guide
it may help u
chk the below url
http://wiki.forum.nokia.com/index.php/Progress_and_wait_notes
have u getting control pane (cba)
if not remove SetExtentToWholeScreen() use given in thread #11
and also check the rect size by debugging u will get some idea where the problem can be