Re: [Gambas-user] SelectAll property problem

2011-02-04 Thread richard terry
On Saturday 05 February 2011 10:50:04 Benoît Minisini wrote: > > Last couple of updates of the svn this syntax is no longer working: > > > > listview1.SelectAll(False) > > or > > Columnview1.SelectAll(FAlse) > > > > My program just stops on these lines with no error messages > > > > > > ?? > > > >

Re: [Gambas-user] SelectAll property problem

2011-02-04 Thread Benoît Minisini
> Last couple of updates of the svn this syntax is no longer working: > > listview1.SelectAll(False) > or > Columnview1.SelectAll(FAlse) > > My program just stops on these lines with no error messages > > > ?? > > Anyone else noticed this > > Regards > > richard > Yes, the syntax has chang

[Gambas-user] SelectAll property problem

2011-02-04 Thread richard terry
Last couple of updates of the svn this syntax is no longer working: listview1.SelectAll(False) or Columnview1.SelectAll(FAlse) My program just stops on these lines with no error messages ?? Anyone else noticed this Regards richard ---

Re: [Gambas-user] gb3: Draw method with same source and destination image

2011-02-04 Thread Kevin Fishburne
On 02/02/2011 08:14 PM, Benoît Minisini wrote: > Maybe you can speed up things a little by intelligently using the X11 design. > > In Gambas 3, if you use a DrawingArea with the Cached property set, the > DrawingArea maintains a pixmap on the X11 server that is used as the > background pixmap of th

Re: [Gambas-user] Circular references

2011-02-04 Thread Jussi Lahtinen
Can you give me "celesta.ae0" file for test? Jussi On Fri, Feb 4, 2011 at 14:46, Daniel Fuchs wrote: > Hello, > > the problem is that I cannot find any circular (object) references. Have a > look at the project attached. The Gambas runtime issues a warning when you > run the program, but the c

Re: [Gambas-user] Circular references

2011-02-04 Thread Jussi Lahtinen
Strange... I have same system, so I tried again, now it works. Jussi On Fri, Feb 4, 2011 at 16:18, Kevin Fishburne < kevinfishbu...@eightvirtues.com> wrote: > On 02/04/2011 08:56 AM, Jussi Lahtinen wrote: > > I cannot open your project, tar ball seems to be corrupted. > > The attachment extract

Re: [Gambas-user] Circular references

2011-02-04 Thread Kevin Fishburne
On 02/04/2011 08:56 AM, Jussi Lahtinen wrote: > I cannot open your project, tar ball seems to be corrupted. The attachment extracted for me under Ubuntu 10.10. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -

Re: [Gambas-user] Circular references

2011-02-04 Thread Jussi Lahtinen
I cannot open your project, tar ball seems to be corrupted. Jussi On Fri, Feb 4, 2011 at 14:46, Daniel Fuchs wrote: > Hello, > > the problem is that I cannot find any circular (object) references. Have a > look at the project attached. The Gambas runtime issues a warning when you > run the pro

Re: [Gambas-user] Circular references

2011-02-04 Thread Daniel Fuchs
Hello, the problem is that I cannot find any circular (object) references. Have a look at the project attached. The Gambas runtime issues a warning when you run the program, but the class mentioned (ParamDef) does not contain any references to other classes, so I can't figure out why that messa

Re: [Gambas-user] Fwd: FileView_MouseDrag doesn't work

2011-02-04 Thread Hasan Yetik
Thanks for information, I am using gambas 2.21. I willl try it with Gambas 3. 2011/2/4 Benoît Minisini > > Hello all, > > > > I am trying use MouseDrag event of FileView. I implemented MouseDrag > > feature of ListBox and I can Drag & Drop items from GridView,Listview to > a > > ListView. But wh

Re: [Gambas-user] Fwd: FileView_MouseDrag doesn't work

2011-02-04 Thread Benoît Minisini
> Hello all, > > I am trying use MouseDrag event of FileView. I implemented MouseDrag > feature of ListBox and I can Drag & Drop items from GridView,Listview to a > ListView. But when I want to drag an item of FileView, Gambas does > nothing, just nothing. > > My code is below; > > > PUBLIC SUB

Re: [Gambas-user] Saving source > dialog won't create new folder

2011-02-04 Thread Benoît Minisini
> 3533 version > > Saving source the dialog tries to create the folder as I can see it > flicking on and off but no folder is created. > > Kubuntu 9.0 > > REgards > > richard > The bug should be fixed in revision #3538. Regards, -- Benoît Minisini -