Hi,
I face problem when porting video player application to a platform which has EColor16MA display mode.
The window that is passed to CVidePlayerUtility is required to be drawn with...
Type: Posts; User: boumitran; Keyword(s):
Hi,
I face problem when porting video player application to a platform which has EColor16MA display mode.
The window that is passed to CVidePlayerUtility is required to be drawn with...
Hi Guys,
my concern here is... the session should get deleted immediately when i call close because, close is a synchronous function.
And btw, i have resolved the issue by sending a synchronous...
Hi!
i have not overridden the close function. it calls the RHandleBase::Close()
br
-bou
hi all,
i have been working on client server for a while and i face a strange problem.
i have a server and session and a client application.
in the client application, i am opening a session...
Okay..
Now, I am not using public SDK...
now the problem is How do I decide the SourceBufferSize and SinkBufferSize so that one complete source buffer is processed and stored in sink when ProcessL...
we know that CMMFDevSound owns the hardware device(CMMFHwDevice derived object). The devsound calls Start method of hwdevice. and this starts the buffer flow between devsound and hwdevice.
In...
When writing hw device using software codec wrapper, the hwdevice plugin must be derived from CMMFSwCodecWrapper. But for using this class, we need mmfswcodecwrapper.lib and mmfswcodecwrapper.dll....
we know that CMMFDevSound owns the hardware device(CMMFHwDevice derived object). The devsound calls Start method of hwdevice. and this starts the buffer flow between devsound and hwdevice.
In...
jB5 is a new mobile WEB browser from Jataayu. The beta version for Symbian Series 60 (OS 7, OS 8 and OS 8.1) is freely available at their community site (http://www.jataayu.net/). It is Jataayu’s...
jB5 is a new mobile WEB browser from Jataayu. The beta version for Symbian Series 60 (OS 7, OS 8 and OS 8.1) is freely available at their community site (http://www.jataayu.net/). It is Jataayu’s...
source code in example folders are not for s60. they r developed for testing purpose. It may not compile properly. But the source can be used as a reference.
Thanks guys.
MACRO in mmp file will suite well for my requirement.
Hi all,
Iam writing code which needs to be common across most of the SDK. Like, I can use #ifdef __SERIES60_30__ for 3rd edition specific code. Similarly is there any macro defined for 2nd edition...
please be specific. on user key event, you will get OfferKeyEventL() get called.
on Key completion you will get HandleEdwinEventL() called provided observer is properly set.
You can implement...
CPAlbImageViewerBasic is deprecated in higher version of Symbian OS.
Try using CImageDecoder to decode the Image.
Also, try
CAknContextPane::SetPicture() for every frame given by CImageDecoder...
U can use CDocumentHandler::OpenFileL()
this will launch the application installer. Application Installer will take care of closing the running application.
This panic is raised when a length value passed to a 16-bit variant descriptor member function is invalid. It may be raised by some descriptor constructors and, specifically, by the Replace() and...
you can set wallpaper or background color for your CEikEdwin control. But you cannot have embedded image in it. You need to have customized edit control handling all your key events, word wrapping...
You can use CImageDecoder class inside an Active Object, Get the Frame Decoded. You can have multiple such active object to handle multiple images.
Thats true. RConnectionMonitor is available only after 2nd Edition FP3 onwards.
you can use RConnection::ServiceChangeNotification()
If you want to use EnumerateConnections... then you can use...
CEikApplication::AppFullName()
gives the application name with path and drive. From this, you can get to know the drive in which application is installed.
U can use RConnectionMonitor class to monitor the connection status. EventL() method will be called for any change in connection. You can handle your code accordingly.
using CWindowsGC::BitBltMasked() is correct. But make sure that you pass proper point and rect for the parameter.
you can check
CEikMenuPane::AddMenuItemsL()
The display resolution changes for different device. So, you might need to magnify the font size for higher resolution device. Also, font returned by LatinBold19() is not scalable. Using scalable...