Hi, The title is the question. Does somebody know how to do that? Harry
H HARRY Active Member Licensed User Longtime User Dec 28, 2008 #1 Hi, The title is the question. Does somebody know how to do that? Harry
klaus Expert Licensed User Longtime User Dec 28, 2008 #2 You cannot draw directly onto a panel. You must, on the panel, use an image control with a bitmap and use the ImageLib or the ImageLibEx. Have a look at post 4 in this thread. http://www.b4x.com/forum/basic4ppc-wishlist/1583-drawing-image-control.html In this exampe you can replace the button by your panle and place the image control onto the panel. Attached, the modifyed example. Best regards. Attachments DrawOnPanel.sbp 882 bytes · Views: 249
You cannot draw directly onto a panel. You must, on the panel, use an image control with a bitmap and use the ImageLib or the ImageLibEx. Have a look at post 4 in this thread. http://www.b4x.com/forum/basic4ppc-wishlist/1583-drawing-image-control.html In this exampe you can replace the button by your panle and place the image control onto the panel. Attached, the modifyed example. Best regards.
H HARRY Active Member Licensed User Longtime User Dec 29, 2008 #3 Klaus, Thanks, it works perfectly now. Harry