Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New to mere mortals
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00845314
Message ID:
00850838
Vues:
20
Hi,

I get fatal error once using autoshutdown feature. I have post message to UT to ask for help. However, I failed to get any solution. Anyway, I have found a workaround. I would like to "fix" it by subclass it. Where should I place my "bug fixed" code? I have subclasses as below :

icappbase --> cappbase
icapplication --> capplication
icapplicatiomcom --> capplicationcom

I try to not modify the framework class directly, so I plan to place the code in icappbase, but the changes seem not be drill down to icapplication and icapplicationcom. Any ideas?

I am thinking to have more level as the following, but I am not sure is it a good ideas, and would it make version upgrade difficult. Pls advise.
cAppBase
|
- icAppBase
  |
  - cApplication
  | |   
  | - icApplication
  |   |
  |   - aApplication
  |
  - cApplicationCOM
    |
    - icApplicationCOM
      |
      - aApplicationCOM

Prefix
------
c - same as the class come from framework
i - extra level for framework class (framework customization level)
a - application specific level class (app-specific customization level)
Do you feel is is "correct"? Yes, No, or no opinion?
Also, do you think I should keep all classes above in same library, or seperate them to three library, may be capp.vcx, icapp.vcx, aapp.vcx.

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform