Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move a toolbar by dragging on child control vs. border/t
Message
From
31/05/2005 10:19:57
 
 
To
31/05/2005 09:30:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01018452
Message ID:
01018696
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
Hello,

"1. I copied your VFP2C32.FLL and CPARSER.DLL to my test folder."
cparserd.dll is only needed by the frontend compiler ..there's no need to put it into the apps directory

"4. On my system, moving the toolbar to the top of my _SCREEN resulted in violent flashing (attempted docking?). I think you may have to change the value of 19 to 20 in the line of code where you call ClipCursor()? Or perhaps this is a system dependent value? (I'm running XP SP2, small fonts, 1024x768)"

yes, i think one has to use SYSMETRIC functions

"5. When I tried to re-run your code, I received the following error message. I tried CLEAR ALL, CLOSE ALL, CLEAR DLLS, SET LIBRARY TO to reset my environment, but without success. The only way I could reset my VFP environment in order to re-run your code was to exit VFP and restart it again."

"ErrorVFP2C32 Library initialization failed:
Error No: 1410
Function: RegisterClassEx
Message: 'Class already exists."
"

InitVFP2CLibrary is meant to be called once at app startup ..., not multiple times .., but after calls to
SET LIBRARY TO
SET LIBRARY TO vfp2c32.fll ADDI
it should work again ..

"When will your VFP2C32.FLL be avaiable for purchase?"
Puh .. hard to say .. i don't know of any bugs in the fll at the moment,
not saying that there aren't any in several tens of thousands of lines, i'm sure there are minor bugs, nothing is perfect in this world, at least not in the first version :) , .. but i have done 0% documenation yet :) and this will take a few months.

i've already thought about writing only mininal documenation and instead provide an intellisense script that tells one enough to use the functions.
The problem is I really like coding but my feelings about writing docu are quite the opposite :)

Regards
Christian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform