Re: [Gambas-user] Connect hang with latest revision

2013-06-04 Thread Ron
I tried it, without specifying .Blocking or .Timeout the _Error event is still triggered after +2 minutes. With specified .Timeout = 10 * 1000 (10secs) the same, after +2 minutes. When specifying .Blocking (either True or False) you get this directly when opening: Error: Stream is closed

Re: [Gambas-user] The WebCam Examples crash

2013-06-04 Thread Fabien Bodard
ho !!! so i can display a film on my cube ? 2013/6/3 Benoît Minisini gam...@users.sourceforge.net Le 03/06/2013 19:50, Benoît Minisini a écrit : Le 03/06/2013 16:17, Fabien Bodard a écrit : But there is always the problem of how to grab the cam picture and put it in the image

Re: [Gambas-user] The WebCam Examples crash

2013-06-04 Thread Benoît Minisini
Le 04/06/2013 19:17, Fabien Bodard a écrit : ho !!! so i can display a film on my cube ? Maybe, but it will not be the fastest way, as that Image property creates a copy of the video screenshot data, that will be converted to an OpenGL texture, with another copy I guess. -- Benoît

[Gambas-user] ValueBox (Date) detecting a change in the Value

2013-06-04 Thread Bruce
(I must be having a senior moment!) I am using a ValueBox to allow the user to select a date which is a partial key for a database read. But, how can I detect that the user has altered the value and so initiate the db read? The full key consists of a string value from a preceding combobox

Re: [Gambas-user] ValueBox (Date) detecting a change in the Value

2013-06-04 Thread Benoît Minisini
Le 05/06/2013 02:45, Bruce a écrit : (I must be having a senior moment!) I am using a ValueBox to allow the user to select a date which is a partial key for a database read. But, how can I detect that the user has altered the value and so initiate the db read? The full key consists of a

Re: [Gambas-user] ValueBox (Date) detecting a change in the Value

2013-06-04 Thread Bruce
On Wed, 2013-06-05 at 02:52 +0200, Benoît Minisini wrote: Le 05/06/2013 02:45, Bruce a écrit : (I must be having a senior moment!) I am using a ValueBox to allow the user to select a date which is a partial key for a database read. But, how can I detect that the user has altered the