Wish Option to remove subs from list in collapsed #Regions - MrKim    Mar 23, 2026 It would make it a lot easier to find what we are looking for.... Bug? Following collapsed subs disappears when inserting new sub - aeric    Jan 10, 2023 Scene 1: (SessionLogin sub is collapsed)
137929
Scene 2: (Yellow indicator appears)
137930
Scene 3: (SessionLogin sub become "invisible")
137931... Bug? Collapsed sub sources are being deleted when partially entering a sub line - sorex    Jan 24, 2020 Hello,
A while ago I mentioned a bug with collapsed subs that expanded when entering a new SUB... you have collapsed subs and you create a new SUB line above it where you enter SUB all the collapsed subs below it are being deleted.
It doesn't touch expanded subs tho even when it is inbetween the collapsed ones.
87792... Bug? Collapsed Subs/Regions Bug - LWGShane    May 19, 2016 Sub Creation will expand collapsed Subs. (Which were collapsed for a reason;)) Please watch video in full-screen by clicking the Vimeo logo:
167168109... Wish IDE doesn't remember collapsed Subs in a Region - Patent    Feb 28, 2022 If collapsed Code-Subs are in a collapsed Region: If you expand the Region, the Subs getting expanded also, which is "wrong" i think. :rolleyes: Btw: it works as my Wish if you "set-up" a region manually in the IDE for one session, but if you re-open the IDE it losses this "right" setting! So my suggestion: remember all collapse-settings in a region (maybe a lot of work for Anywhere Software), or the subs should be collapsed by default when expanding a region... B4A Question Saving Region/Sub Collapsed state - WizardOz (first post)    Nov 18, 2011 +1... B4A Library [B4X][B4A] B4XDaisyCollapse - Bring Beautiful DaisyUI Expandable Views to Your Apps! 🚀 - Mashiane    Mar 3, 2026   (6 reactions) Assuming myCollapse is added via the visual designer
Private myCollapse As B4XDaisyCollapse
End Sub....
myCollapse.ContentView.AddView(lblContent, 0, 8dip, myCollapse.ContentView.Width, 36dip)
End Sub... myCollapse_StateChanged (Open As Boolean)
Log("Collapse state is now open: " & Open)
End Sub... Wish Collapsing a #Region (or Sub) in editor should reposition mouse properly - Widget    Sep 26, 2017 I notice if I collapse a #Region (or Sub) that is near the bottom of the file, the mouse will stay stationary on the screen. But the topmost viewable line in the editor will now display a much lower line number, and the mouse is no longer positioned over the line that was just collapsed. The editor... don't reposition the top line of the editor when collapsing a region or sub. I have uploaded... the code above the "Sub BigSub". (You don't need to compile it. Just use the editor... Wish Editor: Fly over hint on collapsed #Region should show Sub() names in the region - Widget    Apr 22, 2017 I've been organizing my app by putting subs into regions to help unclutter the code so I can collapse regions and it is working. BTW, I didn't realize there was a Edit > Outlining > Toggle All | Collapse All | Expand All and that helps too.:) Anyways, back to the point of this thread. When in the B4A editor and the mouse flies over the collapsed #Region statement, it displays... the names of the Subs that are in the region in the flyover popup. This will make it easier to peer... Wish Collapse and open all subs with buttons. - IslandMedic (first post)    Dec 6, 2015 doh!... Page: 1   2   3   4   5   6   7   |