[Gambas-user] Bug in 0.93 ide
Wojtek
gambas at ...162...
Mon May 17 18:18:52 CEST 2004
Dnia nie 16. maja 2004 19:46, Fabien Bodard napisał:
> There is a problem with my exemple too(clock)... gbx say : "too many
> arguments"...
Got it! Got it! Got it!
In old Gambas version Time control is defined:
{ ControlName Timer
#X = 0
#Y = 0
Enabled = True
}
In 0.93 version it need correct
{ ControlName #Timer
#X = 0
#Y = 0
Enabled = True
}
Lack # cause display "too many arguments"
--
Wojciech Saltarski
More information about the User
mailing list