Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
V6s5 - How to apply the same prop/methods to a given cla
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00881782
Message ID:
00882266
Views:
21
Hi

>If the classes have designtime containership and you are wanting to change the contained classes, then you are stuck.

No, not in this case atleast <g>

>You just have to weigh the amount of work between changing the framework once in a great while, or having to change things in every app.

Every app, every app.

>create class appxsplash of appclasslib as splash from frameworkclasslib nowait

I just got lost here. My class is SplashForm in aApp.vcx. What will be the above line in context?

There is another SplashImage in aApp.vcx but this one is only for the image part of it so no complications.

> .AddObject( "lblx1", "SomeLabelClass" )
> with .lblX1
> .Top = 200
> .Left = 50
> endwith

Will this permanently add a label to the form like as-if I had dragged dropped it onto the form? So I have to paste the above modified code into a prg and run it with a DO?

>Your appbuilder could just sequentially call a set of individual builders.

This is basically a framework compiled code, though has the source available which I guess I can explore.

>If you wanted to get fancy you could in fact build the builder by taking an existing altered splash form, and compare it to the base splash form looking for the differences and write that out as the first cut of your splash builder.

I have experience with building visual builders for textboxes as provided in CB (one I guess originally created by Ken or YAG), but your example seems to be of a runtime kind and I have no experience with it.

I am kinda slow but I am appreciating your help in this.

Please advise.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform