Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memberdata reached 8K
Message
De
18/04/2008 17:12:19
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01311697
Message ID:
01311810
Vues:
26
>Hi Cesar,
>
>>But I've reached the 8K limit for a property.
>>
>>Is there a workaround for this ?
>
>How many properties do you have? You can assign unlimited MemberData after the class is instantiated, but this may not help you if you are using the imgCanvas class. You could also split your PEMs into seperate objects. It might be easier to digest too:
>
>
>LOCAL loChart AS GPCharts
>LOCAL loLegend AS GPChartsLegend
>
>loChart = ThisForm.oGPCharts
>loLegend = loChart.Legend
>loLegend.Font=...
>loLegend.Style=...
>loLegend.Position=...
>
>
>Just an idea...

Hi Bo,

Thanks,
Further, I hope to follow your suggestion, separating the main parts of the charts as objects, in order to make it more clear for users to work with.

Anyway, it would have been really great if we hadn't the 8K limitation. Putting the memberdata as a common property was probably a bad idea, but I can live with it.

Thanks again

Regards

Cesar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform