Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Initializing Thememanager
Message
General information
Forum:
Visual FoxPro
Category:
VFPX/Sedna
Title:
Initializing Thememanager
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01641753
Message ID:
01641753
Views:
62
Hi there,

I am trying to use the themed controls from vfpx but do not get it workung. I downloaded the samples from vfpx
and also the samples from Doug Hennig. Both react the same way. If I open them in the IDE, they do not work properly (Files missing), if I open them by double-clicking in the windows-explorer they work. What is the difference?

In my first attemot I tried to ini the themesmanager and did this:
SET CLASSLIB TO d:\vfpx\themedcontrols\vcx\themedcontrols.vcx addi
later I tried the init-code from Doug Hennigs example
_screen.NewObject('ThemesManager', 'ThemesManager', ;
   'ThemedControls.vcx', '', .T.)
this fails and I get an errormessage that the vcx is not found (VFP searches it in his home-dir and not in the dir specified above=

But when I try the following to test if the set classlib command is correct
ot = createobject("themesmanager")
this works.

Has anybody some advice for me?

Thanks in advance

Thomas
Next
Reply
Map
View

Click here to load this message in the networking platform