hello everyone. i followed this tutorial https://youtu.be/TnlgvN0RBiM but the image saved is a blank image. may i know why?
hello everyone. i followed this tutorial https://youtu.be/TnlgvN0RBiM but the image saved is a blank image. may i know why?
this is my full source code: https://goo.gl/QRPzo5
it would be great if any of you can help. thanks!
https://youtu.be/TnlgvN0RBiM
this is my full source code: https://goo.gl/QRPzo5
it would be great if any of you can help. thanks!
https://youtu.be/TnlgvN0RBiM
I would start by checking the use of a TBitmapCodecManager when saving the file.
ReplyDeleteIn your ImageControl1Click this works in Tokyo:
ReplyDeleteb:=TBitmap.Create(1920, 1080);
b:= RoundRect1.MakeScreenshot;
ImageControl1.Bitmap.Assign(b);
b.SaveToFile('Test'+IntToStr(Random(1000))+'.png');
b.Free;
This is what i got
ReplyDeletehttps://plus.google.com/photos/...
S6 D10.2.3
ReplyDeletedo you need for window or Android or both?
ReplyDeleteshlomo abuisak i need for both android and windows. it works perfectly fine on windows but when running on android the signature capture is not saved
ReplyDeleteDouglas Rudd it's working. thanks!
ReplyDelete