Archive for November, 2009
Editing an image
When you are working with a screen, it is pretty obvious how to overlay text, images and custom shapes. All the heavy-lifting is accomplished in the onPaint functions and through the graphics object. I recently ran into an issue where I need to give some rudimentary image editing capabilities. In essence, I need to display [...]
EncodedImage – How to Resize
I have been working on an application that has a number of navigation buttons. This buttons must always be displayed and I want them to take up about half the width of the screen. This is a simple problem when you have a single width to deal with, but I recently needed to port the [...]


