I am working in Carbide C++ for S60 5th editon.
I have created one(Active objects) class for Set the timer(sheduler) functionality.
I have 3 Class
(1) HelloIndiaAppUi.cpp
Method(1) DisplayImage();
(2) CExampleTimer.cpp
Method(1) RunL();
(3) HelloIndiaAppView.cpp
I want to call DisplayImage function in RunL Function so what can i do for that ?
as of now i have created one object of my timer class into AppView.cpp file and call the StartL(10000000) and is working fine for me.
but my question is that how can i call DisplayImage() function in Timer.cpp file
I have already tryied to create object of AppUI.cpp class object into Timer class but i could not get any idea.
Thanks

Reply With Quote

