Elements in palatte section works fine;
on click, element opens the list of attributes but it stays open until you click the other element
but I want to add the feature to hide the element on click(or on double click) after the user is done with that
it will add more flexibility to the user-interaction
please give me feedback so that i will start working on this
but you are not supposed to, try to message to @ewpatton for the feature request because he is the lead engineer of App Inventor. The moderators, the regulars, or even the members can't help you
I agree with the OP on the need for this, especially on smaller screens like laptops.
The User Interface pallete pushes the next pallete down offscreen, and it can only be closed by scrolling down to another pallete and clicking that other pallete.
Clicking the User Interface pallete header should close it, pulling all the other palletes below it up.
Please don't instruct people to private message me. This is the open source group and discussions should be public.
The palette panel is implemented using a GWT StackPanel, as you can see here. You'd probably need to define your own subclass to change its behavior to handle collapsing the currently open panel.