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

Leonardo Miliani leonardo at ...1237...
Sun Mar 4 11:20:23 CET 2007


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).

-- 
Ciao.
Leo.

Web: www.leonardomiliani.com
E-mail: leonardo at ...1237...
Scegli software opensource - Choose opensource software




More information about the User mailing list