[Gambas-user] miles per hour to pixels per frame (general unit conversion function)

2011-08-20 Thread Kevin Fishburne
I came up with this equation, which I think is correct: Public Function MPH2PPF(MPH As Single) As Single ' Convert miles per hour to pixels per frame. ' 1 mile = 675840 pixels. ' 1 hour = 108000 frames. Return MPH * 675840 / 108000 End The frame rate is 30 FPS, and 128 pixels =

Re: [Gambas-user] miles per hour to pixels per frame (general unit conversion function)

2011-08-20 Thread Caveat
Seems ok to me... 5280 feet in a mile, 128 pixels in a foot = 128*5280 = 675840 pixels in a mile At 20 MPH you'd cover 20*675840 pixels = 13516800 pixels In a whole hour you'd cover 13516800 pixels but each frame only lasts 1/30th second, there's 60 seconds in a minute and 60 minutes in an

Re: [Gambas-user] miles per hour to pixels per frame (general unit conversion function)

2011-08-20 Thread Kevin Fishburne
On 08/20/2011 03:57 AM, Caveat wrote: Seems ok to me... 5280 feet in a mile, 128 pixels in a foot = 128*5280 = 675840 pixels in a mile At 20 MPH you'd cover 20*675840 pixels = 13516800 pixels In a whole hour you'd cover 13516800 pixels but each frame only lasts 1/30th second, there's

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread richard terry
On Saturday 20 August 2011 10:37:32 Benoît Minisini wrote: To fix the bug tracker issue #78, I had to do some incompatible changes. - TreeView, ListView and ColumnView Find() method have been renamed as FindAt(). - IconView.Find() has been renamed as FindAt(). - Workspace.Children has

Re: [Gambas-user] WebView Object and proxy parameter

2011-08-20 Thread Benoît Minisini
Hello all, Does anyone know how to use or config the proxy parameter (Ex: http://192.168.0.1:8080) using a WebView object please ? I try to configure the HTTP_PROXY variable in the user profile, try to configure in the KDE control panel parameters of proxy but nothing change. Fedora

Re: [Gambas-user] WebView Object and proxy parameter

2011-08-20 Thread Benoît Minisini
Hello all, Does anyone know how to use or config the proxy parameter (Ex: http://192.168.0.1:8080) using a WebView object please ? I try to configure the HTTP_PROXY variable in the user profile, try to configure in the KDE control panel parameters of proxy but nothing change.

Re: [Gambas-user] Annyoing bug with search feature

2011-08-20 Thread Benoît Minisini
Gambas 3 rev 4009 @ Ubuntu 11.04 64bit Way to reproduce: 1. Open search window. 2. Pick word to search that can be found from multiple files, example; Dim, Function, etc. 3. Set search in source files and click browse. 4. Chose first instance. 5. Edit the word that was searched for.

Re: [Gambas-user] Annyoing bug with search feature

2011-08-20 Thread Charlie Reinl
Am Samstag, den 20.08.2011, 13:29 +0200 schrieb Benoît Minisini: Gambas 3 rev 4009 @ Ubuntu 11.04 64bit Way to reproduce: 1. Open search window. 2. Pick word to search that can be found from multiple files, example; Dim, Function, etc. 3. Set search in source files and click

Re: [Gambas-user] Annyoing bug with search feature

2011-08-20 Thread Benoît Minisini
Am Samstag, den 20.08.2011, 13:29 +0200 schrieb Benoît Minisini: Gambas 3 rev 4009 @ Ubuntu 11.04 64bit Way to reproduce: 1. Open search window. 2. Pick word to search that can be found from multiple files, example; Dim, Function, etc. 3. Set search in source files and

Re: [Gambas-user] Annyoing bug with search feature

2011-08-20 Thread Charlie Reinl
Am Samstag, den 20.08.2011, 14:47 +0200 schrieb Benoît Minisini: Am Samstag, den 20.08.2011, 13:29 +0200 schrieb Benoît Minisini: Gambas 3 rev 4009 @ Ubuntu 11.04 64bit Way to reproduce: 1. Open search window. 2. Pick word to search that can be found from multiple

Re: [Gambas-user] Annyoing bug with search feature

2011-08-20 Thread Charlie Reinl
Am Samstag, den 20.08.2011, 14:47 +0200 schrieb Benoît Minisini: Am Samstag, den 20.08.2011, 13:29 +0200 schrieb Benoît Minisini: Gambas 3 rev 4009 @ Ubuntu 11.04 64bit Way to reproduce: 1. Open search window. 2. Pick word to search that can be found from multiple

Re: [Gambas-user] Annyoing bug with search feature

2011-08-20 Thread Benoît Minisini
It seams, that I have a poppler problem It should be fixed in revision #4022. -- Benoît Minisini -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model

Re: [Gambas-user] Annyoing bug with search feature

2011-08-20 Thread Charlie Reinl
Am Samstag, den 20.08.2011, 15:26 +0200 schrieb Benoît Minisini: It seams, that I have a poppler problem It should be fixed in revision #4022. Thanks, poppler compiles now. -- Amicalement Charlie -- Get a FREE

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread Benoît Minisini
2011/8/19 Benoît Minisini gam...@users.sourceforge.net: To fix the bug tracker issue #78, I had to do some incompatible changes. But now, changing the return datatype of a method through inheritance is now correctly forbidden. Theoretically, I have to prevent method signature from

Re: [Gambas-user] Big incompatible change

2011-08-20 Thread Fabián Flores Vadell
2011/8/20 Benoît Minisini gam...@users.sourceforge.net: 2011/8/19 Benoît Minisini gam...@users.sourceforge.net: To fix the bug tracker issue #78, I had to do some incompatible changes. But now, changing the return datatype of a method through inheritance is now correctly forbidden.

[Gambas-user] IDE function key conflict with LXDE

2011-08-20 Thread Bruce Bruen
Just a quick FYI note, the default key association in LXDE for F11 is maximize current window. This conflicts with Gambas IDE F11 usage as show console. No response required. Bruce -- Get a FREE DOWNLOAD! and learn