[Gambas-user] Database example

2009-06-14 Thread charlesg
Hi, I have extracted what I need from the database example. I can even get it to do exactly what I want. But, in truth, I do not understand how it works exactly. '=== ' FMain.class PUBLIC $hConnLocl AS NEW Connection PUBLIC $resData AS Result

Re: [Gambas-user] Database example

2009-06-14 Thread Charlie Reinl
Am Sonntag, den 14.06.2009, 05:57 -0700 schrieb charlesg: Hi, I have extracted what I need from the database example. I can even get it to do exactly what I want. But, in truth, I do not understand how it works exactly. '=== ' FMain.class

[Gambas-user] TreeView - programmatically changed selection

2009-06-14 Thread Ian Haywood
With the TreeView (using gui.qt), I can change the internal cursor using .MoveTo, .MoveUp, etc. but the user-visible selection does not change. Is there any way to do this programmatically? Thanks, Ian -- Crystal

Re: [Gambas-user] TreeView - programmatically changed selection (solved)

2009-06-14 Thread richard terry
On Mon, 15 Jun 2009 07:19:15 am Ian Haywood wrote: With the TreeView (using gui.qt), I can change the internal cursor using .MoveTo, .MoveUp, etc. but the user-visible selection does not change. Is there any way to do this programmatically? Thanks, Ian

Re: [Gambas-user] Database example

2009-06-14 Thread Ron_1st
On Sunday 14 June 2009, charlesg wrote: Hi, I have extracted what I need from the database example. I can even get it to do exactly what I want. But, in truth, I do not understand how it works exactly. '=== ' FMain.class PUBLIC $hConnLocl

[Gambas-user] v4l - can not open device

2009-06-14 Thread Steven James Drinnan
Hi Benoit, Can you look at this. I just upgraded to Fedora 11 x86_64 But when I come to test my programs with the v4l component now fails. I resolved this in the past by preloading the v4l compat lib like so. LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so gambas2 I also tried