| ID | TSS000197 | Creation date | April 7, 2005 |
| Platform | S60 platform Series 80 platform | Devices | |
| Category | Symbian C++ | Subcategory | Threads and processes |
| Keywords (APIs, classes, methods, functions): |
Using CFBsBitmap in an own (non-UI) process
CFbsBitmap gives KErrCouldNotConnect errors in, for example, an own server implementation.
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.
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| creating an mbm dynamically | chandrasekharan | General Symbian C++ | 7 | 2007-10-30 15:35 |
| trying to scale a bitmap .. hangs!! | Asheesh | General Symbian C++ | 5 | 2005-04-25 11:34 |
| 移植2rd遇到的不能捕获HandleControlEventL问题 | draker | Symbian | 2 | 2007-08-01 14:24 |
| Saving a CFbsBitmap as a JPEG | forumnokia2005 | Symbian Media (Graphics & Sounds) | 1 | 2005-03-08 04:01 |
| Adding up icons in a List Box | yogesh14 | Symbian User Interface | 0 | 2006-04-08 08:50 |