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
> > alter
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
(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
control
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 Mi
ho !!!
so i can display a film on my cube ?
2013/6/3 Benoît Minisini
> 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 stream, to be able to map
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
Regard