Re: [Gambas-user] More Problems turning up

2010-02-07 Thread Dag Jarle Johansen
Hi Jussi, tried it out, no change: I got some warnings at sudo make install: Compiling gb.form... warning: cannot read component list file: gb.form.list OK Installing gb.form... Compiling gb.form.dialog... OK Installing gb.form.dialog... Compiling gb.form.mdi... warning: cannot read component lis

Re: [Gambas-user] More Problems turning up

2010-02-07 Thread Dag Jarle Johansen
Hi Jussi, I'll try it now. I assume the problem is here somewhere. Thanks Dag Am Sonntag, den 07.02.2010, 17:08 +0200 schrieb Jussi Lahtinen: > I have no problems with autocomplete either. > When I write "use", it will offer "User", and when I continue to > "User." it offers me all options, inc

Re: [Gambas-user] More Problems turning up

2010-02-07 Thread Jussi Lahtinen
I have no problems with autocomplete either. When I write "use", it will offer "User", and when I continue to "User." it offers me all options, included "Home". Can you provide the source code? Have you tried to remove Gambas3 and install it again? To remove: sudo rm -f /usr/local/bin/gbx3 /usr/lo

Re: [Gambas-user] More Problems turning up

2010-02-07 Thread Dag Jarle Johansen
Hi Jussi, I tried Debug user.home Allready here it says, not an object. Also, autocomplete with user, does not work, as f.ex. in Application.p-> Application.Path Somehow User is not present, and to be honest, I don't know how to fix that. Regards Dag Am Sonntag, den 07.02.2010, 13:51 +0200 sch

Re: [Gambas-user] More Problems turning up

2010-02-07 Thread Jussi Lahtinen
Disturbing... Try to print out whole path (before using it) and compare it to working fixed path. If the path is correct, then there must be error in somewhere else. Jussi On Sun, Feb 7, 2010 at 04:30, Dag Jarle Johansen wrote: > Hi, > > TabsStrip is good, still have the curoius error with user

Re: [Gambas-user] More Problems turning up

2010-02-06 Thread Dag Jarle Johansen
Hi, TabsStrip is good, still have the curoius error with user.home, but it is not so urgent while programming, give it a fixed path meanwhile. Regards Dag -- The Planet: dedicated and managed hosting, cloud storage,

Re: [Gambas-user] More Problems turning up

2010-02-06 Thread Dag Jarle Johansen
Thanks Benoît and Jussi, I'll make an update at once. Regards, Dag Am Sonntag, den 07.02.2010, 03:06 +0100 schrieb Benoît Minisini: > > hi, > > > > I still have the problem, that I can't draw a TabStrip in the IDE. I > > solved it temporarily editing the .form file, then it works when loading

Re: [Gambas-user] More Problems turning up

2010-02-06 Thread Benoît Minisini
> hi, > > I still have the problem, that I can't draw a TabStrip in the IDE. I > solved it temporarily editing the .form file, then it works when loading > it to the gambas IDE. > The TabStrip problem has been fixed in revision #2666. Regards, -- Benoît Minisini -

Re: [Gambas-user] More Problems turning up

2010-02-06 Thread Jussi Lahtinen
> The User.Home problem is rather curious, because I have checked ALL > files belonging to both projects, and they are identical (not the > formnames off course). In the older app it works fine, in the app > created yesterday - nada. I can't imagine that a lib is cached in a > project, so both shou

Re: [Gambas-user] More Problems turning up

2010-02-06 Thread Dag Jarle Johansen
Hi Jussi, I can handle the TabStrip-problem pretty easy, just using the editor until the IDE works as usual again. The User.Home problem is rather curious, because I have checked ALL files belonging to both projects, and they are identical (not the formnames off course). In the older app it works

Re: [Gambas-user] More Problems turning up

2010-02-06 Thread Jussi Lahtinen
> I still have the problem, that I can't draw a TabStrip in the IDE. I > solved it temporarily editing the .form file, then it works when loading > it to the gambas IDE. Confirmed. TabStrip made with older Gambas revision works as expected, but not new ones. Maybe just empty tabstrips are not s

[Gambas-user] More Problems turning up

2010-02-06 Thread Dag Jarle Johansen
hi, I still have the problem, that I can't draw a TabStrip in the IDE. I solved it temporarily editing the .form file, then it works when loading it to the gambas IDE. now I have an additional problem with User.Home. I have two apps, with identical libs loaded. In both I use User.home as a part o