Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Control bleed through
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00090382
Message ID:
00090527
Views:
28
>>I've looked at a couple of past threads on this issue but cannot seem to resolve what I've got. I have a couple of listboxes on a form and a grid beneath them. The user has the option to click a button and the grid will resize to cover the listboxes. Although I've used ZOrder and experimented with other things (like using a container to cover up the listboxes), they will sometimes still bleed through the grid which of course looks horrid. This typically is in response to a .MouseMove() event being fired....which should be fired, but it has no code that affects the listboxes. I need to have these listboxes covered up by the grid. This is 5.0a, there are no 2.6 controls or code involved as mentioned in some past threads on this. Any ideas?
>>
>>Thanks,
>>Steve
>
>Steve, two ideas:
>
>You used the containers to cover up the listboxes, did you try to put the grid in the opaque container and hide the listboxes underneath?
>
>You also may try to move containers outside visible area of the form setting listbox1.left = -1000 when you want to hide them.
>
>HTH,
>
>Nick

Nick,

I have already experimented with what you said about the containers. Had one called "cover up" which propertly positioned itself over the listboxes. I know this because when I commented out the grid reposition code, the listboxes were properly covered. And guess what....no bleed through. But as soon as I put the grid back over the listboxes, I get bleed through....the container and the grid.
The grid did not belong as part of the container though.

Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform