Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build navigation form
Message
From
29/02/2016 20:35:20
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
29/02/2016 16:29:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Miscellaneous
Thread ID:
01632297
Message ID:
01632310
Views:
74
Likes (1)
>Hi Borislav
>Thank you
>Good ! with PGup and PGDown can navigate on all form objects methods(as the 2 combos in form designer).
>Also the document View in the toolbar (and its interactive).
>But how to fix these in 2 arrows as pointed on the image attached ?
>how can achieve that ( is form designer lives in vfp9.exe IDE ?)-in this case how can subclass a form designer to do that?

You can't. The form/class editor is not a published class; I'm not even sure it is a class, it could simply be some API which was written before VFP became OOP, perhaps in the days of FPW. It was then expanded to include a code editor, a PEM editor etc. To support this, I think there are several functions (.writemethod(), .getpem() and such), and the fact that during the editing the edited object actually exists - you can get a reference to it or to a selected object(s) on it via aSelobj() - but not to editor itself. The editor is probably using these functions to set the properties of the object, but to my knowledge nobody actually found what the editor IS. You'd probably need a C++ debugger or some other tracing tool to find out.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform