On Saturday 24 October 2009, Benoît Minisini wrote:
> > Here is the file:
> > 
> 
> The limit is 4096 constant by class, a constant being a string or a floating 
> point number. This limit cannot be changed in Gambas 2, because of the 
> bytecode.
> 
> But you can solve that problem by not putting everything in the same class.
> 
> You have a TabStrip with five tabs. Just create five different forms, and 
> embed them in the TabStrip at runtime.
> 
> Of course this limit is a boring one, but having more than 4096 constants in 
> a 
> class usually means that there is a problem in the design.
> 
> Regards,
> 

LOL. I had once the same problem as Olivier. 
So I did split that form in more parts without know the real reason.
Good to know it was a *design* and not coding problem.

Best regards,

Ron_1st

-- 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to