> >>How can I draw a single point with Palm OS API? > >>I can do it only through video buffer. Is there any API function to do so? > > >Try drawing a line with the same start and end points. > > I suppose It will make processor to do more calculations than needed to draw > single point. So I want something else... for palm os before 3.5 - there is no "draw point" function. you must live with the end and start point line algorithm :) you can however "hack" the screen if you need it urgently. os 3.5 has updated, they have a function for putting a pixel on the screen. cheers. az. -- Aaron Ardiri Java Certified Programmer http://www.hig.se/~ardiri/ University-College i G�vle mailto:[EMAIL PROTECTED] SE 801 76 G�vle SWEDEN Tel: +46 26 64 87 38 Fax: +46 26 64 87 88 Mob: +46 70 656 1143 A/H: +46 26 10 16 11
