Hiding Access Window Causes Flashing

T

Tim J La Fazia

I have a number of images and controls that I hide and show often.

for example 10 images stacked ontop of eachother all but one are visible.

if myform.mytext=1 then myform.image1.visible=true
if myform.mytext=2 then myform.image2.visible=true

and so on.

everything works until I hide the access window. Then a flash becomes
apparent when my images change.

This is would be bareable if the image changes were not often but they are
at times often and quite rapid which looks horrible when the access window
is hidden.

let me be clear - hidding the access window is somehow the cause. If I run
the app without hiding the access window there isn't any flashing.

Any help is greatly appreciated.

TIA, Tim

p.s. it was suggested to me in an earlier post to turn painting off to
change the images and then turn it on after.

This does not work for two reasons;

1 each change needs to be shown
2 the entire form flashes instead of just the image when painting is turned
back on.
 
M

missinglinq via AccessMonster.com

Tim, forum ettiquette does not allow for multiple postings of the same
question. It has the potential of wasting the time of the very people whom
you are aking for help; we have no way of knowing what advice has already
been offered and what results that advice has garnered.
 
T

Tim J La Fazia

You obviously did not read my post. The answer given in the previous post
did not work.

I noted that in this original post and in a reply to the solution given to
my previous post.

All you have done is made it unlikely that I will be given a usefull
solution. Someone that may have a solution for me may not read my question
after seeing that you have replied.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top