Project

General

Profile

Bug #6042

Nested frame must not be made visible when empty and DISPLAY/ENABLE executed on the parent

Added by Hynek Cihlar about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
Due date:
% Done:

100%

billable:
No
vendor_id:
GCD
case_num:

History

#1 Updated by Hynek Cihlar about 2 years ago

define var fi as char.

define frame f fi with side-labels title "root" size 80 by 10.
define frame fnested with title "nested" with row 4 side-labels with size 30 by 6.

frame fnested:frame = frame f:handle.
enable fi with frame f.
// fnested must be hidden at this point

wait-for close of this-procedure.

#2 Updated by Marian Edu about 2 years ago

Hynek Cihlar wrote:

[...]

Hynek, I could have sworn I've saw that happening but running the code in 4GL doesn't seem to behave that way - running that code in OE 11.7 and OE 12.2 does show the nested frame even if there is no widget in it :(

The empty nested frame is visible in both GUI/CHUI, what is the OE environment you've seen something like that happening?

#3 Updated by Marian Edu about 2 years ago

  • Status changed from New to Feedback

Hynek, are you sure about this? Running the test on my OE install does make the nested frame visible even if there are no widgets in it (gui and chui), what am I missing?

#4 Updated by Hynek Cihlar about 2 years ago

  • % Done changed from 0 to 100

I can't replicate this either. Let's close it then.

#5 Updated by Greg Shah about 2 years ago

  • Assignee set to Marian Edu
  • Status changed from Feedback to Closed

Also available in: Atom PDF