ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
163 stars 35 forks source link

Area simulates TFT panel > scroll possibility with a large number of pages #221

Closed kellers76 closed 1 year ago

kellers76 commented 1 year ago

I have a lot of individual pages in my project, so the current selection option among each other is not enough. Is it possible to see a scroll bar here?

Pconti31 commented 1 year ago

@kellers76 It's already at the top when you have more than a few pages. TFT_SCROLLBAR One thing I was thinking of adding in a future release is to add [+] [-] to pages listed in the tree view so users can expand or collapse pages when they want to see elements on a page inside the tree view. Paul--

Pconti31 commented 1 year ago

@kellers76 One other thing that may not be obvious. In the tree view you can double click on a PAGE and it will collapse the elements even though no [+-] icon is present. You can therefore collapse all of your 48 pages and and they will automatically open up when you select an element inside the TFT simulation screen.

Pconti31 commented 1 year ago

@kellers76 Release 0.17.b16 The TreeView will support selecting the icons for Expand and Collapse Page Elements. Inside the TreeView Pages will start out collapsed to better support larger projects. Paul--

Pconti31 commented 1 year ago

@kellers76 Hopefully my changes to Release 0.17.b16 better supports your larger project. Post if this is working for you or not. Paul--

Pconti31 commented 1 year ago

Since no further communication I'll assume this is fixed.