N Nyptop Active Member Licensed User Longtime User Dec 18, 2011 #1 Is it possible to add an image to a spinner, and if so how? I'm currently experimenting with SetBackgroundImage. Thanks, Neil
Is it possible to add an image to a spinner, and if so how? I'm currently experimenting with SetBackgroundImage. Thanks, Neil
pluton Active Member Licensed User Longtime User Dec 18, 2011 #2 I don't know for spinner but you can add image in Toast Message Upvote 0
B bergapappa Member Licensed User Longtime User Dec 18, 2011 #3 Don't know about the spinner, but I really want to know about the ToastMessage. Can you give us an example? Upvote 0
Don't know about the spinner, but I really want to know about the ToastMessage. Can you give us an example?
klaus Expert Licensed User Longtime User Dec 18, 2011 #4 @Nyptop You can do it with: B4X: Spinner1.SetBackgroundImage(LoadBitmap(File.DirAssets, ImageFileName)) File.DirAssets could be any other directory. Best regards. Upvote 0
@Nyptop You can do it with: B4X: Spinner1.SetBackgroundImage(LoadBitmap(File.DirAssets, ImageFileName)) File.DirAssets could be any other directory. Best regards.
N Nyptop Active Member Licensed User Longtime User Dec 19, 2011 #6 One other thing though: Is it possible to set an icon next to the text in a spinner. For example an image next to the text much like what you can do in list view. Is it possible with the spinner? Upvote 0
One other thing though: Is it possible to set an icon next to the text in a spinner. For example an image next to the text much like what you can do in list view. Is it possible with the spinner?
klaus Expert Licensed User Longtime User Dec 19, 2011 #7 No this is not possible in B4A. Best regards. Upvote 0
pluton Active Member Licensed User Longtime User Dec 19, 2011 #9 bergapappa said: Don't know about the spinner, but I really want to know about the ToastMessage. Can you give us an example? Click to expand... Here look at the Customtoast library http://www.b4x.com/forum/additional...ates/11220-customtoast-library.html#post62814 Example screen: Upvote 0
bergapappa said: Don't know about the spinner, but I really want to know about the ToastMessage. Can you give us an example? Click to expand... Here look at the Customtoast library http://www.b4x.com/forum/additional...ates/11220-customtoast-library.html#post62814 Example screen: