LDM2
October 17, 2024, 2:16pm
1
Does anyone know if its possible to create a language picker with images close to the language itself?
something like this:
I've been able to make a language picker using the list picker but have no way of putting images on it and dont know if its possible on appInventor or if theres some extension
Thanks
You can do it with App Inventors List View, swap the current vertical arrangement with one holding the List (virtual screens). Or the 'List' could be an HTML Table in a WebView.
If possible:
You can put emojis in the part where you put text.
It is also possible to put images/icons, with an extension.
1 Like
JEWEL
October 24, 2024, 11:04am
6
You might take a look into this extension, developed by @Joejsanz
Popup menu anchored to a button. It can include text options, icons from the application's "Assets", HTML text, change the menu radius, background color and the separator line between items.
[20241023_065758]
Function
ShowPopupMenu
[blocks (18)]
anchorComponent: Button where the menu will be anchored.
options: List of text options to display in the menu.
icons: List of icons from Assets. If the list of icons is smaller than the list of options, the first icon is reused.
backgroundColor: Ba…
2 Likes
LDM2
October 31, 2024, 4:21am
7
That's It, loved your extension that @JEWEL mentioned
Amazing work
2 Likes
system
Closed
November 7, 2024, 4:38am
9
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.