Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memberdata reached 8K
Message
From
18/04/2008 17:12:19
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01311697
Message ID:
01311810
Views:
25
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform