Categories: Symbian C++ | S60 | Multimedia | Imaging
This page was last modified 05:05, 31 December 2007.
Using CFBsBitmap in an own (non-UI) process
From Forum Nokia Wiki
- Platform(s)
S60 platform
Series 80 platform
- Detailed description
CFbsBitmap gives KErrCouldNotConnect errors in, for example, an own server implementation.
- Solution
CFbsBitmap requires connection to the font and bitmap server, which must be done manually in own processes, for example, server implementations.
One solution is to connect to RWsSession, which connects to the font and bitmap server. Usually server implementations do not and cannot use the UI directly, so RWsSession is not desired.
A connection to the font and bitmap server can be made with RFbsSession::Connect(), and when shutting down, a call to RFbsSession::Disconnect() should be made.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| yucca :: grid help (or someone) | introuble | Symbian User Interface | 20 | 2003-11-03 06:41 |
| 如何对像素操作进行透明处理? | yinjialiang | Symbian | 9 | 2005-07-26 01:35 |
| Creating bitmap in server | rihoe | General Symbian C++ | 1 | 2005-01-25 16:40 |
| problema with CAknProgressDialog | silviuccia | General Symbian C++ | 3 | 2006-12-06 12:39 |
| Sending CFbsBitmap via Bluetooth | ihjaz | Symbian Networking & Messaging | 1 | 2005-05-09 04:32 |
