{Bug} IDE shows Expand icon on subs incorrectly

Vader

Well-Known Member
Licensed User
Longtime User
When you have a few subs and close the project, upon opening, each sub has the Expand icon next to it, even if already expanded.

Click it once (icon changes to contract), then it is ok.
 

Morph

Member
Licensed User
Longtime User
Hi, I have the same Problems with Regions.
The Region is expanded (all is shown) but the little icon shows a "+" if you click it, it changes to "-" and works great. But if I compile the project for Debug it becomes "+" again and is expanded.

My project started in the Version before 2.50 maybe thats the problem?
 

Morph

Member
Licensed User
Longtime User
I start the Programm, load my project and my #Region is expanded and the little icon shows "+".
 

Morph

Member
Licensed User
Longtime User
If i get your point right I dont think so.
If iam done with programming i close the ide and have to double click the desktop icon again if i want to do something with my project.
 

Informatix

Expert
Licensed User
Longtime User
I confirm the bug. Here are the steps to reproduce it:
- Open a project with regions (all is OK)
- Hide one of the modules with regions
- Save and quit
- Reopen the project
- Click on the hidden module in the Modules tab
- The regions are expanded and show a +
 

Morph

Member
Licensed User
Longtime User
Hi, there is another way to produce this effekt:

- Write a Sub or Region
- Click on the little Minus to collapse/hide/minimize the code
- Click on the B4A Icon on your Taskbar to minimize B4A - Client
- Click again on the B4A Icon to maximize B4A - Client
- Now your code is expanded and the little sign shows a plus
 
Top