Aug
29
2010
xiao
If you worked with FarPoint Spread, you know that it uses conventions and APIs entirely different from what’s used in normal Winforms. When it comes to drawing inside a FarPoint spread, CreateGraphics will definitely not work. If only FarPoint made their documentations Google-friendly, you will find that there are in fact APIs specifically made for drawing. Continue reading
no comments | tags: API, Development, dll, draw, FarPoint, FpSpread, GDI, spread, VB.Net | posted in Tips
Nov
24
2009
xiao
While developing an image processing software on G1, we noticed that our pictures are constantly overexposed although the API seemed simple enough and that we don’t have that many parameters to play with. Especially at API level 4.
Turns out, we need to make use of Camera.autoFocus() to adjust metering from the G1. It’s a bit lame that we can’t set them separately…
no comments | tags: Android, API, autofocus, camera, exposure, G1, Google, metering, overexposure | posted in Tips