[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Alexander SIGMANOR changed the state of the bug to: Opened. -- ___ Gambas-user mailing list Gambas-user@li

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Alexander SIGMANOR changed the state of the bug to: Fixed. -- ___ Gambas-user mailing list Gambas-user@lis

[Gambas-user] [Gambas Bug Tracker] Bug #1033: Interpreter Crash when delete directory from file-chooser control

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1033&from=L21haW4- Comment #3 by Benoît MINISINI: Does the revision #7996 change anything? Benoît MINISINI changed the state of the bug to: NeedsInfo. -- __

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Benoît MINISINI changed the state of the bug to: Fixed. -- ___ Gambas-user mailing list Gambas-user@lists.

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Comment #6 by Benoît MINISINI: It has been fixed in revision #7925. Timer delay is now stored with 31 bits instead of 24. --

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Comment #5 by zxMarce: Anytime! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Comment #4 by Alexander SIGMANOR: Thank you! Nice ideas. -- ___ Gambas-user mailing list Gambas-user@lists

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Comment #3 by zxMarce: You can always set the timer to 1000 (1 sec) and use it to increment a form variable. Then, you use the form variable to check the time. There are other ways, though. For example, set the timer to 0.5 sec

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Comment #2 by Alexander SIGMANOR: I need set timer dealy more than 16777215, any idea how to do this? -- _

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Comment #1 by Jussi LAHTINEN: Binary presentation of number 16777215 is (so, 16777216 is 1). So I guess 24 bits is the maximum value. I have no clue where the limit comes.

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Alexander SIGMANOR added an attachment: 1.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforg

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Alexander SIGMANOR added an attachment: 2.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforg

[Gambas-user] [Gambas Bug Tracker] Bug #1035: Timer. Cant set delay more than 16777215

2016-11-26 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1035&from=L21haW4- Alexander SIGMANOR reported a new bug. Summary --- Timer. Cant set delay more than 16777215 Type : Bug Priority : Medium Gambas version : 3.9 Product : GUI components Description ---

Re: [Gambas-user] FRAME

2016-11-26 Thread Fabien Bodard
Put a scrollview between the frame and the elements So the elements are contained by the scrollview witch show scrollbar if the content not feet the visible part. Le 25 nov. 2016 14:15, "zeus Jesus" a écrit : > GREETINGS. > IS THERE ANY OPTION TO ADD A SCROLL TO A FRAME? > I HAVE AN APPLICA