I'm using VFP6 and has downloaded the vfpskin2 class. What a great idea and a boon to us not so skillful programmers. However, I managed to get it to work the first time and when I want to include it in my project, It gave me the error message: "Cant find config file or it is empty."
I modified the readskin methid in the class to "force" it to accept the skin name like this:
instead of
_filename=THIS.SKINname+".txt"
I use:
_filename="c:\store\skins\saphe.txt"
However, another error occurred with the message that "CreateRectRgn.prg" not found()
I understand from the previous threads in this forum has indicated that the function is contained in foxtools.fll. I have include d foxtool in my project, referenced the class in my project as suggested but to no avail. Surfed a link to Universal thread on vfpskin2 and followed every instructions. Still No luck. Any pointers? Wow, I've been asking a lot of questions this time around. Hope nobody is complaining.
I modified the readskin methid in the class to "force" it to accept the skin name like this:
instead of
_filename=THIS.SKINname+".txt"
I use:
_filename="c:\store\skins\saphe.txt"
However, another error occurred with the message that "CreateRectRgn.prg" not found()
I understand from the previous threads in this forum has indicated that the function is contained in foxtools.fll. I have include d foxtool in my project, referenced the class in my project as suggested but to no avail. Surfed a link to Universal thread on vfpskin2 and followed every instructions. Still No luck. Any pointers? Wow, I've been asking a lot of questions this time around. Hope nobody is complaining.