Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows XP Themes & VFP Events Not Firing
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Windows XP Themes & VFP Events Not Firing
Miscellaneous
Thread ID:
00759661
Message ID:
00759661
Views:
49
Using VFP 7.0 sp1

Currently I have the following problems while using Windows XP while using 'XP Themes':

(1) In my MDI form(In Top Level). When I undock and re-dock my toolbar the MDI form window title will lock up. However, I can still click on controls in the form and resize it, but you cannot max, min, or move the form. Once I resize the form, the title bar unlocks itself and everything is OK.

(2) With my Top Level application set to WindowState = 0-Normal. Creating my Modal form, the resize event will not fire when I set the WindowState = 2-max. However, if the WindowState = 2-Max in the Top Level application, the problem does not occur and the resize event fires when I create the Modal form.

Example of problem(2)
oForm = CREATEOBJECT("frmModal")
oForm.WindowState = 2 && Resize does not fire here when using XP Themes
oForm.Show()
After I change the XP Theme to "Windows Classic" neither problem (1) or (2) occurs. In addition, these problems do not occur in Windows 2000 Pro.

It really seems--when using Windows XP Themes--some VFP events will not fire.

Has anyone else experienced these problems in Windows XP while using Themes?

--Paul
Reply
Map
View

Click here to load this message in the networking platform