[Gambas-user] form.normal is badly overridden in class

2009-09-14 Thread abdurrahman ulusoy
     When i port my project  gambas2 to gambas3 error : form.normal is badly 
overridden in class in gambas2 no error. it is working. 



  ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!
--
Come build with us! The BlackBerryreg; 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#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] form.normal is badly overridden in class

2009-09-14 Thread Benoît Minisini
  When i port my project  gambas2 to gambas3 error : form.normal is
  badly overridden in class in gambas2 no error. it is working. 
 

Window.Normal is a constant, you cannot override it anymore in Gambas 3. Fix 
your code to use another symbol name.

Regards,

-- 
Benoît Minisini

--
Come build with us! The BlackBerryreg; 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#45;12, 2009. Register now#33;
http://p.sf.net/sfu/devconf
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user