[Gambas-user] Project Properties bug

Colin Clark cclark at ...1783...
Sun Nov 25 11:33:54 CET 2007


Hello Benoit

I am using gambas2-1.9.91. 
If I select Project Properties/Components, select "Show only components used
in project", then click OK, Gambas will crash with the error message

[12] Not an object. FPropertyProject.IsChecked.367

Maybe the problem is in the area of:

FPropertyProject.class
PRIVATE SUB CheckComponentConfig() AS Boolean
  FOR EACH hComp IN CComponent.All
    IF IsChecked(hComp.Key) THEN aComp.Add(hComp.Key)
  NEXT

wherein IsChecked uses $cComp (which has a list of the checked components
only) but is fed a list from CComponent (which has a list of all
components).


Colin Clark..

-- 
View this message in context: http://www.nabble.com/Project-Properties-bug-tf4869693.html#a13934298
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list