Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird problem with PageFrame
Message
From
09/02/2004 06:05:27
 
 
To
09/02/2004 05:29:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00875370
Message ID:
00875377
Views:
20
Hi Virusim!

I've encountered this problem adding and removing container-classes. I've fixed it using the DRAW()-Method.
<i>THISFORM.pfgMain.PgWelcome.Zorder
THISFORM.pfgMain.PgWelcome.Refresh()</i>
<b>THISFORM.DRAW()</b>
In my case it did the job - hope this helps you too.

>Hi,
>
>My application is using VFP8 with SP1.
>On my form, I had a Pageframe with 04 pages.
>
>On the second page, I had 04 buttons.
>One of the button when click will go to the first page
>of the pageframe. With code below
>
>GoWelcomePage click()
>=====================
>
>THISFORM.pfgMain.PgWelcome.Zorder
>THISFORM.pfgMain.PgWelcome.Refresh()
>
>
>However, when the pageframe is at the first
>page, any mouse movement within 2 second,
>my previous page button caption is show on
>the first page. But this incident does not
>happen when I move the mouse after 3 second or
>more.
>
>This seem to be some refresh problem. Anyone
>had similar problem or solution for me.
>
>Thank you
robert.oh.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform