Darwinbots Forum

Code center => Bugs and fixes => Solved Bugs => Topic started by: Ulciscor on October 27, 2005, 07:22:07 PM

Title: Invalid Property Value
Post by: Ulciscor on October 27, 2005, 07:22:07 PM
Error #380
Invalid Property Value

Location: OptionsForm, Sub DispSettings

"MaxPopUpDn.value = TmpOpts.MaxPopulation"

MaxPopUpDn.value = 25
TmpOpts.MaxPopulation = 10000
Title: Invalid Property Value
Post by: PurpleYouko on October 28, 2005, 09:00:20 AM
How did you get them to be different?

I get both values at 25 when I test this.
Title: Invalid Property Value
Post by: Numsgil on October 28, 2005, 09:10:50 AM
There are all sorts of sporadic thigns like that that happen because of updating the GUI, which triggers other various update events...

Anyway, it's a mess.  Not sure how to fix it to be honest, because even reproducing it can be difficult.
Title: Invalid Property Value
Post by: PurpleYouko on November 15, 2005, 10:20:13 AM
This GUI bug fixed.

Moved to solved bugs forum.