Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Invisible region occupying space on startup
#1
Hi,

I'm having an issue with invisible regions at first start of the app.
One region is invisible at startup, but when running the app, the space occupied by this invisible region is still reserved.
After toggling visibility of this region to True and False again, the occupied space is gone and other regions are resized accordingly.

See the simple example attached.

Is there something I'm overseeing, or is this a bug?

Cheers, Paul


Attached Files
.zip   Regions.zip (Size: 91.31 KB / Downloads: 2)
Reply
#2
Hi Paul,

I'll test your application, but at first seems that it's just a matter of setting the correct properties.

StyleRenderOptions.UseDisplay = True

should fix that. When UseDisplay is set, it will use "display" (does not occupy any space in the page when invisible) attribute instead of "visibility" (does occupy space in the pace when invisible).
Reply
#3
Hum... after testing it... I still think that setting display = true should fix it, but it doesn't.

I'll need to test it a little more to understand what's going on.

I'll keep you posted.

Cheers
Reply
#4
Hi Alexandre,

Thank you for looking into this.

Any progress?

Cheers, Paul
Reply
#5
Hi Alex,

Is this still on your To Do list?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)