Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread kobolds
solved in rev 2713 . thanks kobolds wrote: > > ERROR: #2: Cannot load class 'Project': Unable to load class file > > -- View this message in context: http://old.nabble.com/error-running-gambas3-rev2710-tp27682794p27698553.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] Something that's been bugging me for a while

2010-02-22 Thread richard terry
Nothing important, but I've always wonder why collections eg the data, then the key, but lists get the key then the data? After all, they are both collections. (here I was just reading in a file line by line to a collection and a listview. SampleData.Add(sLineInput, icounter) lvSampleDa

Re: [Gambas-user] PictureBox1.Picture.Clear doesn't seem to work

2010-02-22 Thread Benoît Minisini
> OK, thanks. That works. > Isn't Picture.Clear supposed to do the same thing? > Not really: it clears the Gambas picture object, but not the internal picture affected to the picture box. The only control property that modify the control accordingly is the Font property. Regards, -- Benoît

Re: [Gambas-user] PictureBox1.Picture.Clear doesn't seem to work

2010-02-22 Thread nelsonhoover
OK, thanks. That works. Isn't Picture.Clear supposed to do the same thing? Bugzilla from gam...@users.sourceforge.net wrote: > >> I have a picture box with an image loaded and I'd like to clear it. >> Here's what I'm trying: >> >> PictureBox1.Picture.Clear >> PictureBox1.Picture.Flush >> Pict

Re: [Gambas-user] PictureBox1.Picture.Clear doesn't seem to work

2010-02-22 Thread Benoît Minisini
> I have a picture box with an image loaded and I'd like to clear it. > Here's what I'm trying: > > PictureBox1.Picture.Clear > PictureBox1.Picture.Flush > PictureBox1.Refresh > > It doesn't work. Am I missing something? > I'm using Gambas 2.13. PictureBox1.Picture = NULL ? -- Benoît Minisini

[Gambas-user] PictureBox1.Picture.Clear doesn't seem to work

2010-02-22 Thread nelsonhoover
I have a picture box with an image loaded and I'd like to clear it. Here's what I'm trying: PictureBox1.Picture.Clear PictureBox1.Picture.Flush PictureBox1.Refresh It doesn't work. Am I missing something? I'm using Gambas 2.13. -- View this message in context: http://old.nabble.com/PictureBox1

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread kobolds
here i attach the log http://old.nabble.com/file/p27695194/konsole.txt.tar.gz konsole.txt.tar.gz Bugzilla from gam...@users.sourceforge.net wrote: > >> same with rev 2712 >> >> kobolds wrote: >> > ERROR: #2: Cannot load class 'Project': Unable to load class file > > If you give *no* details

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread Charlie Reinl
Am Montag, den 22.02.2010, 13:36 -0800 schrieb kobolds: > same with rev 2712 > > > kobolds wrote: > > > > ERROR: #2: Cannot load class 'Project': Unable to load class file > > > > Salut, same for me, gambas3 the IDE won't start. [OperatingSystem] OperatingSystem=Linux KernelRelease=2.6.31.1

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread Benoît Minisini
> same with rev 2712 > > kobolds wrote: > > ERROR: #2: Cannot load class 'Project': Unable to load class file If you give *no* details, I can hardly help you! -- Benoît Minisini -- Download Intel® Parallel Studio Eval

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread kobolds
same with rev 2712 kobolds wrote: > > ERROR: #2: Cannot load class 'Project': Unable to load class file > > -- View this message in context: http://old.nabble.com/error-running-gambas3-rev2710-tp27682794p27694913.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] Beware, users of the development version

2010-02-22 Thread Benoît Minisini
Hi, I'm currently working on IDE support for editing reports and other kind of forms. The changes may break the current form editor unexpectedly, so save your GUI projects before editing them! Sorry for any possible inconvenience in advance! Regards, -- Benoît Minisini -

Re: [Gambas-user] error running gambas3 rev2710

2010-02-22 Thread kobolds
same with rev 2711 kobolds wrote: > > ERROR: #2: Cannot load class 'Project': Unable to load class file > > -- View this message in context: http://old.nabble.com/error-running-gambas3-rev2710-tp27682794p27685066.html Sent from the gambas-user mailing list archive at Nabble.com.