Is there a way in the Layout Editor to select controls by type or property setting?
For instance, select all DesktopCanvas, or select all controls with Enabled=False?
Thanks -KC
Is there a way in the Layout Editor to select controls by type or property setting?
For instance, select all DesktopCanvas, or select all controls with Enabled=False?
Thanks -KC
I really don’t think so. you might be able to get a XojoScript to do that, but my gut says even that might not be possible…
An addition to your question is to add “Inverse selection”, so once you select all Canvas Controls, you can select all other object…
Yes, I use GIMP too often in the last weeks… ![]()
It is not even possible to lock Controls (of either kinds) together, so when you want to move the “block“, you click once and move with arrows, Shift-Arrow or with the Mouse in the IDE Window UI.
Sorry, I never (NEVER !) use Canvas1 or Button1 as names…
I always (ALWAYS) use meaningful names, never short names (ImgStrt), eventually Image_Start; this king of meaningful name.
I have memory troubles and prefer avoid the question: "what this Canvas (or Button) was meant to do ?
That said, yes write an issue.