carlbertech Member Nov 23, 2021 #1 Is there a sample of cropview class for b4a pages ? this link is a sample for activities and work fine : https://www.b4x.com/android/forum/threads/b4x-xui-cropview.94952/ but for b4a pages does not work Thanks!
Is there a sample of cropview class for b4a pages ? this link is a sample for activities and work fine : https://www.b4x.com/android/forum/threads/b4x-xui-cropview.94952/ but for b4a pages does not work Thanks!
Erel B4X founder Staff member Licensed User Longtime User Nov 24, 2021 #2 carlbertech said: but for b4a pages does not work Click to expand... There is no such thing. Post the error message and the relevant code. Upvote 0
carlbertech said: but for b4a pages does not work Click to expand... There is no such thing. Post the error message and the relevant code.
klaus Expert Licensed User Longtime User Nov 24, 2021 #3 You may have a look at the xResizeAndCrop b4xlib. Upvote 0
carlbertech Member Nov 24, 2021 #4 Erel said: There is no such thing. Post the error message and the relevant code. Click to expand... Thanks for your answer Erel: this is really working very well. Yesterday was very stressful for me. This is the example of CropImageView B4XPages, in case someone beginner like me would require it Attachments B4aSamplesPage.zip 77.7 KB · Views: 259 Upvote 0
Erel said: There is no such thing. Post the error message and the relevant code. Click to expand... Thanks for your answer Erel: this is really working very well. Yesterday was very stressful for me. This is the example of CropImageView B4XPages, in case someone beginner like me would require it
carlbertech Member Nov 24, 2021 #5 klaus said: You may have a look at the xResizeAndCrop b4xlib. Click to expand... Thanks very much, It working fine on android 11 with Activities and B4XPages ! Upvote 0
klaus said: You may have a look at the xResizeAndCrop b4xlib. Click to expand... Thanks very much, It working fine on android 11 with Activities and B4XPages !