I have a genie made of
up base objects such as lines and rectangles, each with their own
condition for being hidden. This is done by specifying the disable
style of the object to ‘hidden’ and using an expression to control
when the part of the genie is disabled. However I am finding that
during runtime, on some pages, the genie doesn’t work. It displays
some of the base objects that are meant to be hidden, and it
displays them at incorrect screen coordinates. Furthermore,
modifying other elements on the same page (that are unrelated to
the genie) seem to affect the display of the
genie. |