2012-03-13 13:06 UTC
Hi, I have a question about frames.
In my project, on the second form named "NC Program" I have a list box (from the right in the movie) which contains 2 (two) text lines and 6 (six) frames. One of the frames (from the right in the movie) contains labels and text boxes. Now, my Lisp file has some lines which sets on INVISIBLE some labels and text boxes (they are commented with "first line" and "last line" in the lisp file, and in the movie bellow appears in the first 6 seconds. Lisp file is loaded; between the 0:37-0:45 sec can be seen the the code effect: when the first line from the right text box is clicked, nothing disappears from the right frame, and when the second line from the right text box is clicked, some labels and text boxes disappear, with all the frames.
My question is: why the frames comes INVISIBLE without using the corresponding property? The properties are not for the frames?
Further, I used the properties which sets the frames on VISIBLE, but blinks all the frames (2:30-2:36 sec), and I need to eliminate this. So, what should I do in order to solve this?
There are three loads:
in the first one the labels and text boxes should come invisible without the frames,
in the second one are hidden the properties in order to demonstrate that the frames comes invisible by their fault,
and the last one contains the properties which make visible the frames.
{2}
Thanks in advance.
In my project, on the second form named "NC Program" I have a list box (from the right in the movie) which contains 2 (two) text lines and 6 (six) frames. One of the frames (from the right in the movie) contains labels and text boxes. Now, my Lisp file has some lines which sets on INVISIBLE some labels and text boxes (they are commented with "first line" and "last line" in the lisp file, and in the movie bellow appears in the first 6 seconds. Lisp file is loaded; between the 0:37-0:45 sec can be seen the the code effect: when the first line from the right text box is clicked, nothing disappears from the right frame, and when the second line from the right text box is clicked, some labels and text boxes disappear, with all the frames.
My question is: why the frames comes INVISIBLE without using the corresponding property? The properties are not for the frames?
Further, I used the properties which sets the frames on VISIBLE, but blinks all the frames (2:30-2:36 sec), and I need to eliminate this. So, what should I do in order to solve this?
There are three loads:
in the first one the labels and text boxes should come invisible without the frames,
in the second one are hidden the properties in order to demonstrate that the frames comes invisible by their fault,
and the last one contains the properties which make visible the frames.
{2}
Thanks in advance.