[Gambas-user] Maybe some bugs in the Timer properties?

Benoit Minisini gambas at ...1...
Sun Mar 4 11:52:13 CET 2007


On dimanche 4 mars 2007, Leonardo Miliani wrote:
> I think there should be a couple of bugs in the Timer component
> properties...
>
> Let's suppose the you want to create a Timer that has a delay of 5000 ms
> (5 secs.). So you follow these steps:
>
> - create a new form
> - place anywhere on the form a Timer component
> - go into the properties table of the Timer component and try to write
> into the 'Delay' field the value 5000 but you can't. The field only
> accepts values that have no more then 3 digits.
> - so you push the 'up' button and try to set the value 5000: but the
> maximum value that you can set is 3600.
>
> You could think that this is the maximum value allowed by the component
> but this is not true because from code you can set values biggers than
> 3600 (i.e. 5000).

Oops. Fixed in trunk...

-- 
Benoit Minisini




More information about the User mailing list