Double buffering and memory consumption
Each Bee Mobile control which is inherited from BeeMobile.Common.DoubleBufferingControl (and that is the case for majority of them) uses 3 bitmaps to speed up the drawing.
Articles related to Bee Mobile iDesk.
Browse technical content related to various aspects of usage of Bee Mobile iDesk as well as Bee Mobile iPack (discontinued).
Each Bee Mobile control which is inherited from BeeMobile.Common.DoubleBufferingControl (and that is the case for majority of them) uses 3 bitmaps to speed up the drawing.
Symptoms: Properties are missing in Properties pane. Some properties cannot be edited. Properties are dimmed in the properties pane. Descriptions for the properties are missing.
On some Windows CE devices you may receive the error:Can’t find PInvoke DLL ‘BeeMobile.Common.dll’
The presence of PNG image decoder in your OS depends on the presence of SYSGEN_IMAGING_PNG_DECODE variable during the build of OS image.
Based on our experience, if a Windows CE (Windows Compact 7) device fails to draw transparent controls, it is because it is missing AlphaBlend function from its WIN API. AlphaBlend function is present in coredll.dll. During the build...