Re: [Gambas-user] Null object when converting Gambas2 project

2012-08-28 Thread Tobias Boege
On Tue, 28 Aug 2012, Beno?t Minisini wrote: > Le 28/08/2012 13:11, Tobias Boege a ?crit : > > On Tue, 28 Aug 2012, Beno?t Minisini wrote: > >> Le 28/08/2012 11:47, Tobias Boege a ?crit : > >>> Hi, > >>> > >>> Hans mailed me a screenshot which says (blindly translated from german): > >>> > >>> "Unab

Re: [Gambas-user] Null object when converting Gambas2 project

2012-08-28 Thread Benoît Minisini
Le 28/08/2012 13:11, Tobias Boege a écrit : > On Tue, 28 Aug 2012, Beno?t Minisini wrote: >> Le 28/08/2012 11:47, Tobias Boege a ?crit : >>> Hi, >>> >>> Hans mailed me a screenshot which says (blindly translated from german): >>> >>> "Unable to convert FMain.class >>> >>> Null object >>> MConvert.C

Re: [Gambas-user] Null object when converting Gambas2 project

2012-08-28 Thread Benoît Minisini
Le 28/08/2012 11:47, Tobias Boege a écrit : > Hi, > > Hans mailed me a screenshot which says (blindly translated from german): > > "Unable to convert FMain.class > > Null object > MConvert.ConvertClass.547" > > He (obviously) tried to convert a Gambas2 project, using rev5092. > > Do you need the pr

[Gambas-user] Null object when converting Gambas2 project

2012-08-28 Thread Tobias Boege
Hi, Hans mailed me a screenshot which says (blindly translated from german): "Unable to convert FMain.class Null object MConvert.ConvertClass.547" He (obviously) tried to convert a Gambas2 project, using rev5092. Do you need the project? Regards, Tobi

[Gambas-user] Null object bug in design mode of IDE

2012-02-25 Thread richard terry
Version 4492 Hi Benoit, I the mouse-down event of apparently random controls (eg I've noted with toolbutton, picturesbox), clicking on the control gives error shown in picture. If I go to the heirachy tree first, select the control, then back to the IDE it dosn't seem to happen. regards Ri

Re: [Gambas-user] 'Null object' when loading image from a .jpg file

2012-01-20 Thread John Rose
Matti, Thanks for that. You were c orrect. I never thought that picture and image are reserved keywords. I assumed that they would not be as they are not the same as Picture & Image. PS Please ignore my follow up message on this topic sent 5 minutes ago! --

Re: [Gambas-user] 'Null object' when loading image from a .jpg file

2012-01-20 Thread Matti
You can't do Dim picture As Picture picture = Picture.Load(Dialog.Path) image = picture.Image as picture and image are reserved keywords. use "mypicture" and "myimage" instead, and it works. Am 20.01.2012 19:03, schrieb John Rose: > This project might be more help to this

Re: [Gambas-user] 'Null object' when loading image from a .jpg file

2012-01-20 Thread John Rose
This project might be more help to this issue as it's much smaller than my original one. When it crashes (in ButtonImportImage_Click()) on the Picture.Load command (I've also tried Image.Load with thsame result), a message box pops up wth 'Null object' displayed but not showing line number or anyth

Re: [Gambas-user] 'Null object' when loading image from a .jpg file

2012-01-18 Thread John Rose
Project attached as requested. JewishHeritage.tar.gz Description: GNU Zip compressed data -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is

Re: [Gambas-user] 'Null object' when loading image from a .jpg file

2012-01-18 Thread Benoît Minisini
Le 18/01/2012 19:42, John Rose a écrit : > I get a popup window containing 'Null object' at runtime (which > unfortunately does not point at problem line of code, though I think that > it must be 'image = Image.Load(Dialog.Path)') with following code, when I > click ButtonImportImage: > CodePub

[Gambas-user] 'Null object' when loading image from a .jpg file

2012-01-18 Thread John Rose
I get a popup window containing 'Null object' at runtime (which unfortunately does not point at problem line of code, though I think that it must be 'image = Image.Load(Dialog.Path)') with following code, when I click ButtonImportImage: CodePublic Sub ButtonImportImage_Click() Dim image As Imag

[Gambas-user] Null Object with XmlDocument

2010-11-15 Thread Mauricio Baeza
Hello ... A few days ago the following code worked Dim oDocXML As XmlDocument oDocXML.Open ("/home/user/file.xml") Now, it gives me the error statement Null Object I tried it in Gambas 2.21 in ArchLinux x64 x64 and Ubuntu 10.10 Can anyone prove it?, Thanks -- Mauricio Baeza 10 años usando

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/29 Benoît Minisini : Le bug est mort. Vive le bug! > Did you do exactly something like that? I completely removed the original gambas and all the older source for 2.17 then followed the standard install instructions. It is now working fine; thank you very much for your time on this. > O

Re: [Gambas-user] Null Object

2009-11-28 Thread Benoît Minisini
> 2009/11/28 Kadaitcha Man : > > 2009/11/28 Charlie Reinl : > >> sent you 2 script (make them executable) > > I'm fairly certain I got it right without the scripts because gambas > came up as 2.18. Nevertheless I will uninstall gambas and try your > scripts. I got the same error in the version t

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/28 Kadaitcha Man : > 2009/11/28 Charlie Reinl : > >> sent you 2 script (make them executable) I'm fairly certain I got it right without the scripts because gambas came up as 2.18. Nevertheless I will uninstall gambas and try your scripts. I got the same error in the version that said it

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/28 Charlie Reinl : > sent you 2 script (make them executable) Brilliant, thank you. I'll look at those shortly because... > but please before installing the svn version, remove the existing > gambas2 version. Too late :) I think I neglected to cd 2.0 before compiling. We'll see. ---

Re: [Gambas-user] Null Object

2009-11-28 Thread Charlie Reinl
Am Samstag, den 28.11.2009, 20:44 +1100 schrieb Kadaitcha Man: > I probably creamed my linux Salut, sent you 2 script (make them executable) copy then to the dir you will work. and call ./update20 ( edit {TARGET} first ) svnMake is copied every time you run ./update20 into {TARGET} so it takes

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/28 Kadaitcha Man : > 2009/11/28 Kadaitcha Man : > >> Thanks, Benoît. I need a little more help. I can see rev #2445 on >> sourceforge but how do I get it? > > I may or may not have figured it out. > > cd /usr/src/gambas-something > svn checkout > https://gambas.svn.sourceforge.net/svnroot/

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/28 Kadaitcha Man : > Thanks, Benoît. I need a little more help. I can see rev #2445 on > sourceforge but how do I get it? I may or may not have figured it out. cd /usr/src/gambas-something svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/branches/2.0 ./reconf-all I

Re: [Gambas-user] Null Object

2009-11-28 Thread Kadaitcha Man
2009/11/28 Benoît Minisini : > It should be fixed in revision #2445. Thanks, Benoît. I need a little more help. I can see rev #2445 on sourceforge but how do I get it? -- Let Crystal Reports handle the reporting - Free C

Re: [Gambas-user] Null Object

2009-11-28 Thread Benoît Minisini
> I'm having trouble with editing a TableView. I found this when looking > for a solution: > > http://old.nabble.com/tableview-edit-td25328595.html > > It's the same problem I've got. There is neither a class name nor any > line number in the error message as the guy said, however he didn't > res

[Gambas-user] Null Object

2009-11-27 Thread Kadaitcha Man
I'm having trouble with editing a TableView. I found this when looking for a solution: http://old.nabble.com/tableview-edit-td25328595.html It's the same problem I've got. There is neither a class name nor any line number in the error message as the guy said, however he didn't respond back to the

Re: [Gambas-user] Null Object FSetEditor.CanSetBreakpoint error.1061

2009-06-22 Thread Charlie Reinl
Am Montag, den 22.06.2009, 15:03 +1000 schrieb richard terry: > breakpoints in your project you will find the file '.settings' There unter [Breakpoints] Breakpoint[1]="DBTableView.201" Count=1 you can erase all breakpoints -- Amicalment Charlie -

[Gambas-user] Null Object FSetEditor.CanSetBreakpoint error.1061

2009-06-21 Thread richard terry
I've generated inadvertantly some sort of bug and cant load my project what happens was this. I inadvertantly did a global replace on a word, when I only had meant to click for the subroutine. 350+ replacements, so I closed the project and answered 'no' to save all files. when I went to re-lo