Hi - I am trying to make my app more streamlined and less busy. I can do some functionality using classic Glide, such as a choice option to ‘pin’ a post. (I tried the Fav icon but it did not seem to work consistently for me).
I also have buttons for ‘flag as inappropriate’ - which takes up then a lot of space and distracts the user’s focus from the screen.
And I would like a help icon … but only if I can get it to point to the right screens.
My question is whether it is possible to:
nicely control where small buttons go… and have them link to things (usually within the app)
or click and have the app update in some way (like a Fav icon)
= flag as inappropriate - ideally open a form, collect column data on existing row, then submit
= pin content - set choice column (and then think about how to unpin…)
= help - would ideally be context sensitive so each icon would link to an appropriate page (eg you are swiping a ‘Project’ card and the help explains exactly how this card functions)
Those are the ones I’m thinking of right now I should not overwhelm the user!
Excellent - I understand you both, @Uzo and @ThinhDinh
This works just the way I wanted it (I will expand the logic after some sleep).
I keep forgetting that these Compound Actions can process the inline list (and more) in all kinds of clever cunning ways. Problem sorted! (this one anyay).
Question: why is the background automatically grey? I just pasted in the emojis into GSheets and yet the image seems to default as ‘transparent to grey’. Weird! Any ideas? (and thanks again for the solution!)
PS: I think your video script seems production heavy because it should be set up for each “icon” …
Personally, I use a method of incrementing ID Menu 1 and if under menu ID Menu 2 and etc which opens Simple Apps or Compound Apps, then handled by row IDs injected into Menu 1, 2, 3 and etc …
I normally create an image and not an emoji. The image would have the dimensions 3:1.
You could just paste your emoji on a white background image and save it
It’s weird - if I present the icon as an Image by itself it has a white background
But if I include the same image (pasted in emoji) in an inline list it has a grey background.
What am I missing? Or should I go the png image route in any case? Thanks!
A correct column composed by columns composed of the kind when the png solution is developed it works otherwise it will switch to emoji while waiting for dev. Cloudinary.com for example ;
Example in video by Mentor () > https://youtu.be/cGCVJrczIHc
I think it’s the default Glide settings. You’re not having an image in your case, then Glide automatically sets a grey background. I usually use a Cloudinary template with a base64 image URL to generate small icons.