Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thanks for VFP-Skin
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00702086
Message ID:
00702540
Views:
11
WOW. Really nice!

2 problems I saw right away.

1 The title bar of the form doesn't go away on Init. Set TitleBar = 0
in the Init of the class

2. I tried this in a program, to use skins on the desktop
CLOSE ALL
CLEAR all

SET CLASSLIB TO "vfp-skin2" additive

_Screen.AddObject("skins", "vfpskin2")
_Screen.skins.skinname = "kwel"
_Screen.skins.setup() && I moved the INIT code to a method called Setup
It really messed things up badly. Can this class be made to
work on the desktop?


Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform