Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Fabien Bodard
Yes i've the same problem here i'll try to investigate as i can't
do anything now... arf

2015-09-13 10:52 GMT+02:00 Ru Vuott :
> ...and, if i try to create a new project, I get the same error.
>
> Also, take a look at this attached screenshot...
>
>
>
>
>
>
>
>
>
>
> 
> Dom 13/9/15, Ru Vuott  ha scritto:
>
>  Oggetto: [Gambas-user] PROBLEM with rev. 7305 !!!
>  A: gambas-user@lists.sourceforge.net
>  Data: Domenica 13 settembre 2015, 10:45
>
>  Hello,
>
>  after updating Gambas with revision 7305, when I try to open
>  a project, now I obtain this error attached here.
>
>  Regards
>  vuott
>  -Segue allegato-
>
>  
> --
>
>  -Segue allegato-
>
>  ___
>  Gambas-user mailing list
>  Gambas-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/gambas-user
> --
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736=L21haW4-

Comment #1 by Fabien BODARD:

There is related thing ... the icons in toolbar are fixed to small ... it is 
not possible to get it bigger even if the size highter is selected



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Moviga Technologies
 

Same here 

 --
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736=L21haW4-

Fabien BODARD reported a new bug.

Summary
---

Gambas Not Launch at all since REV 7305

Type : Bug
Priority : High
Gambas version   : 3.8.90 (TRUNK)
Product  : Language


Description
---

The new relative path routine seem to be bugged . 

So Picture[] return a null and crash some Poject.Module routines.

After investigation the path called look like : 

gb.gui: warning: unable to load icon img/draw/text-bottom.png:
Picture._get.96 FImageProperty.FImageProperty.0
FImageProperty.@new.0 FMain._new.49 Project.Main.336

I've tryed to walk on this path with dir ... it look like to not exist on all 
relative try (../img, ./img, img/


so is the problem is a missing unloaded component (like gb.form.stock ?)


as dirty workaround i've just enforced picture to send me a white small picture 
... in gb.gui.base in picture.class

line 92

'If Error Then Return Null
If Error Then
hpict = New Picture(10, 10, color.white)

Return hPict
 'Error "gb.gui: warning: unable to load icon "; Path; ": "; 
System.Backtrace.Join(" ")

Endif

It's a berk hack.


System information
--

[System]
Gambas=3.8.90 r7286
OperatingSystem=Linux
Kernel=4.1.6-1-ARCH
Architecture=x86_64
Distribution=Arch Linux
Desktop=KDE5
Theme=Proxy
Language=fr_FR.UTF-8
Memory=3861M

[Libraries]
Cairo=libcairo.so.2.11400.2
Curl=libcurl.so.4.4.0
DBus=libdbus-1.so.3.8.13
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.405.0
GTK+2=libgtk-x11-2.0.so.0.2400.28
GTK+3=libgtk-3.so.0.1600.6
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.52.0.0
QT4=libQtCore.so.4.8.7
QT5=libQt5Core.so.5.5.0
SDL=libSDL-1.2.so.0.11.4

[Environment]
APPMENU_DISPLAY_BOTH=1
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-DACUpCEKHE,guid=4db2d3c2bbbcaa70bdb1ec8c55f5346b
DESKTOP_SESSION=plasma
DISPLAY=:0
GB_GUI=gb.qt5
GS_LIB=/.fonts
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0
GTK_MODULES=canberra-gtk-module
GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc
HOME=
KDE_FULL_SESSION=true
KDE_MULTIHEAD=false
KDE_SESSION_UID=1000
KDE_SESSION_VERSION=5
LANG=fr_FR.UTF-8
LC_COLLATE=C
LOGNAME=
MAIL=/var/spool/mail/
MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
PWD=
QT_IM_MODULE=compose
QT_NO_GLIB=1
SESSION_MANAGER=local/:@/tmp/.ICE-unix/855,unix/:/tmp/.ICE-unix/855
SHELL=/bin/bash
SHLVL=1
SSH_ASKPASS=/usr/bin/ksshaskpass
TZ=:/etc/localtime
USER=
XAUTHORITY=/tmp/xauth-1000-_0
XCURSOR_SIZE=0
XCURSOR_THEME=Oxygen_White
XDG_CURRENT_DESKTOP=KDE
XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_CLASS=user
XDG_SESSION_DESKTOP=KDE
XDG_SESSION_ID=c2
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
XDG_SESSION_TYPE=x11
XDG_VTNR=1
_=/usr/lib/kf5/start_kdeinit_wrapper



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736=L21haW4-

Fabien BODARD added an attachment:

Error_rev_7305.png



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Fabien Bodard
well there is a problem on loading some picture i think it come from
the new relative path routine... but i'm not sure of that ... as dirty
workaround i just enforce picture[] to return a picture object even if
it have not found anything ... well it's just to alow me to work today
... waiting for Benoit now.

2015-09-13 12:15 GMT+02:00 Fabien Bodard :
> the problem come from here :
> gb.gui: warning: unable to load icon img/draw/text-bottom.png:
> Picture._get.96 FImageProperty.FImageProperty.0
> FImageProperty.@new.0 FMain._new.49 Project.Main.336
>
>
>
> 2015-09-13 12:13 GMT+02:00 Moviga Technologies :
>>
>>
>> Same here
>>
>>
>> --
>>
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
>
> --
> Fabien Bodard



-- 
Fabien Bodard

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Fabien Bodard
this is my modifiate file... but just for the more courageous.

replace in trunk/comp/src/gb.gui.base/.src/

it will be updated next benoit update... but you can preferate to wait
for the Master correction

2015-09-13 12:52 GMT+02:00 Fabien Bodard :
> i've send my workaround... but i can't do more for now i'm sure
> i'm missing something simple... but what...
>
>
> 2015-09-13 12:44 GMT+02:00 Moviga Technologies :
>>
>> We should have a hot-line to Beneoît in cases of emergency like this one
>> ;)
>>
>>
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
> --
> Fabien Bodard



-- 
Fabien Bodard


Picture.class
Description: Binary data
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #734: gb.inotify "no more space on the unit"

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.734=L21haW4-

Moviga TECHNOLOGIES added an attachment:

gb.inotify2.png



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Fabien Bodard
the problem come from here :
gb.gui: warning: unable to load icon img/draw/text-bottom.png:
Picture._get.96 FImageProperty.FImageProperty.0
FImageProperty.@new.0 FMain._new.49 Project.Main.336



2015-09-13 12:13 GMT+02:00 Moviga Technologies :
>
>
> Same here
>
>
> --
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #734: gb.inotify "no more space on the unit"

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.734=L21haW4-

Comment #3 by Moviga TECHNOLOGIES:

You are completely right. Since installing KDE5 I've been having this (see 
screenshot) every time I log on. Probably because Baloo or something is 
indexing my 1TB HD that has plenty of files. It works when I increase the 
folder watch limit. :)



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Moviga Technologies
 
We should have a hot-line to Beneoît in cases of emergency like this one
;) 

 
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Ru Vuott
...and, if i try to create a new project, I get the same error.

Also, take a look at this attached screenshot...











Dom 13/9/15, Ru Vuott  ha scritto:

 Oggetto: [Gambas-user] PROBLEM with rev. 7305 !!!
 A: gambas-user@lists.sourceforge.net
 Data: Domenica 13 settembre 2015, 10:45
 
 Hello,
 
 after updating Gambas with revision 7305, when I try to open
 a project, now I obtain this error attached here.
 
 Regards
 vuott
 -Segue allegato-
 
 --
 
 -Segue allegato-
 
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Fabien Bodard
Ok the problem come from the fact that the new Picture _Get property
return a null picture if the value is not found... i don't remembrt
what do the prvious system ...

2015-09-13 11:15 GMT+02:00 Fabien Bodard :
> Yes i've the same problem here i'll try to investigate as i can't
> do anything now... arf
>
> 2015-09-13 10:52 GMT+02:00 Ru Vuott :
>> ...and, if i try to create a new project, I get the same error.
>>
>> Also, take a look at this attached screenshot...
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> 
>> Dom 13/9/15, Ru Vuott  ha scritto:
>>
>>  Oggetto: [Gambas-user] PROBLEM with rev. 7305 !!!
>>  A: gambas-user@lists.sourceforge.net
>>  Data: Domenica 13 settembre 2015, 10:45
>>
>>  Hello,
>>
>>  after updating Gambas with revision 7305, when I try to open
>>  a project, now I obtain this error attached here.
>>
>>  Regards
>>  vuott
>>  -Segue allegato-
>>
>>  
>> --
>>
>>  -Segue allegato-
>>
>>  ___
>>  Gambas-user mailing list
>>  Gambas-user@lists.sourceforge.net
>>  https://lists.sourceforge.net/lists/listinfo/gambas-user
>> --
>>
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
>
> --
> Fabien Bodard



-- 
Fabien Bodard

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Fabien Bodard
i've send my workaround... but i can't do more for now i'm sure
i'm missing something simple... but what...


2015-09-13 12:44 GMT+02:00 Moviga Technologies :
>
> We should have a hot-line to Beneoît in cases of emergency like this one
> ;)
>
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Ru Vuott
Hello Fabien,
...I was "courageous"... ;-) and I replaced the file, but it doesn't work. The 
problem persists.

vuott





Dom 13/9/15, Fabien Bodard  ha scritto:

 Oggetto: Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!
 A: "mailing list for gambas users" 
 Data: Domenica 13 settembre 2015, 12:55
 
 this is my modifiate
 file... but just for the more courageous.
 
 replace in
 trunk/comp/src/gb.gui.base/.src/
 
 it will be updated next benoit update... but
 you can preferate to wait
 for the Master
 correction
 
 2015-09-13 12:52 GMT+02:00
 Fabien Bodard :
 > i've send my workaround... but i
 can't do more for now i'm sure
 > i'm missing something simple... but
 what...
 >
 >
 > 2015-09-13 12:44 GMT+02:00 Moviga
 Technologies :
 >>
 >> We should
 have a hot-line to Beneoît in cases of emergency like this
 one
 >> ;)
 >>
 >>
 >>
 --
 >>
 ___
 >> Gambas-user mailing list
 >> Gambas-user@lists.sourceforge.net
 >> https://lists.sourceforge.net/lists/listinfo/gambas-user
 >
 >
 >
 > --
 > Fabien Bodard
 
 
 
 -- 
 Fabien Bodard
 -Segue allegato-
 
 --
 
 -Segue allegato-
 
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #734: gb.inotify "no more space on the unit"

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.734=L21haW4-

Tobias BOEGE changed the state of the bug to: Invalid.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Embedder depricated in gb.qt5

2015-09-13 Thread Moviga Technologies
 

Why has the embedder been depricated in gb.qt5? 

 
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736=L21haW4-

Comment #2 by Sebastian PONCE:

error loading the components and classes has been going for some time
in my case I have a xxx component classes that I use in other applications and 
to open the projects I generated error loading the component xxx



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Ru Vuott
>  ANd have you recompiled...


Ops... I forget it.

Well, now I recompiled all thing.

It works, but there are 2 problems:

- like a double menu (look at file image attached here);
- the icons are still missing in "New project" window.






Dom 13/9/15, Fabien Bodard  ha scritto:

 Oggetto: Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!
 A: "mailing list for gambas users" 
 Data: Domenica 13 settembre 2015, 15:19
 
 ANd have you recompiled
 the comp path ?
 
 cd
 trunk/comp
 sudo make install
 
 
 2015-09-13
 15:08 GMT+02:00 Jussi Lahtinen :
 > There is always the stable version...
 >
 >
 >
 Jussi
 >
 >
 >
 > On Sun, Sep 13, 2015
 at 1:44 PM, Moviga Technologies 
 > wrote:
 >
 >>
 >> We should
 have a hot-line to Beneoît in cases of emergency like this
 one
 >> ;)
 >>
 >>
 >>
 >>
 --
 >>
 ___
 >> Gambas-user mailing list
 >> Gambas-user@lists.sourceforge.net
 >> https://lists.sourceforge.net/lists/listinfo/gambas-user
 >>
 >
 --
 >
 ___
 > Gambas-user mailing list
 > Gambas-user@lists.sourceforge.net
 > https://lists.sourceforge.net/lists/listinfo/gambas-user
 
 
 
 -- 
 Fabien Bodard
 
 --
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Fabien Bodard
ANd have you recompiled the comp path ?

cd trunk/comp
sudo make install


2015-09-13 15:08 GMT+02:00 Jussi Lahtinen :
> There is always the stable version...
>
>
> Jussi
>
>
>
> On Sun, Sep 13, 2015 at 1:44 PM, Moviga Technologies 
> wrote:
>
>>
>> We should have a hot-line to Beneoît in cases of emergency like this one
>> ;)
>>
>>
>>
>> --
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Jussi Lahtinen
There is always the stable version...


Jussi



On Sun, Sep 13, 2015 at 1:44 PM, Moviga Technologies 
wrote:

>
> We should have a hot-line to Beneoît in cases of emergency like this one
> ;)
>
>
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Problem with revision #7305

2015-09-13 Thread Benoît Minisini
Hi,

Sorry for the inconvenience, but as said Charlie, you don't have to use 
the latest /trunk version.

You can do:

$ svn update -r 7304

to get back to the r7304 version and wait for a fix.

Regards,

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Embedder depricated in gb.qt5

2015-09-13 Thread Moviga Technologies
 

Seems like a step backwards to me... 

 
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736=L21haW4-

Comment #3 by Benoît MINISINI:

I cannot reproduce any of these problems. Did you try to recompile from scratch?



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736=L21haW4-

Benoît MINISINI changed the state of the bug to: Waiting.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #671: Bug Tracker : to add pictures is only visible if you added a comment

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.671=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #666: This is a new bug report

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.666=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #688: RegExp causes Memory segmentation error 11

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.688=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #673: Crash with GTK+ v2, unknown reason

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.673=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #687: Shift click to select text in Editor

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.687=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #669: In bug tracker, bug summary could be link to the bug.

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.669=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #698: request the English language (Part 3)

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.698=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #668: Bug tracker allows using all possible bug statuses at reporting phase

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.668=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #670: problems on scrollview

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.670=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #674: New changes in the bugtracker

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.674=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #675: Do not understand the language, requesting the English language

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.675=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #679: Cannot change a submitted item's charcateristics

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.679=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #667: Test report: bug tracker claims to be in alpha version

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.667=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Sorry for the mail storm...

2015-09-13 Thread Benoît Minisini
...just replaced the "Closed" state by "Fixed" state in the bugtracker.

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Embedder depricated in gb.qt5

2015-09-13 Thread Benoît Minisini
Le 13/09/2015 15:30, Moviga Technologies a écrit :
>
>
> Why has the embedder been depricated in gb.qt5?
>

Because it's a pure X11 thing that does not work very well, and that 
won't be possible in Wayland afaik.

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Charlie Reinl

what about 

svn update -r 7304  

or 7303 at least 7301.works well for me
-- 
Amicalement
Charlie


--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #736: Gambas Not Launch at all since REV 7305

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.736=L21haW4-

Comment #4 by Johny PROVOOST:

The ppa 'http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu' from this 
morning produce the same error



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Fabien Bodard
Le 13 sept. 2015 16:44, "Ru Vuott"  a écrit :
>
> >  ANd have you recompiled...
>
>
> Ops... I forget it.
>
> Well, now I recompiled all thing.
>
> It works, but there are 2 problems:
>
> - like a double menu (look at file image attached here);
> - the icons are still missing in "New project" window.
>
Ive say that is an emergency solution... Not a bug correction
>
>
>
> 
> Dom 13/9/15, Fabien Bodard  ha scritto:
>
>  Oggetto: Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!
>  A: "mailing list for gambas users" 
>  Data: Domenica 13 settembre 2015, 15:19
>
>  ANd have you recompiled
>  the comp path ?
>
>  cd
>  trunk/comp
>  sudo make install
>
>
>  2015-09-13
>  15:08 GMT+02:00 Jussi Lahtinen :
>  > There is always the stable version...
>  >
>  >
>  >
>  Jussi
>  >
>  >
>  >
>  > On Sun, Sep 13, 2015
>  at 1:44 PM, Moviga Technologies 
>  > wrote:
>  >
>  >>
>  >> We should
>  have a hot-line to Beneoît in cases of emergency like this
>  one
>  >> ;)
>  >>
>  >>
>  >>
>  >>
>
 --
>  >>
>  ___
>  >> Gambas-user mailing list
>  >> Gambas-user@lists.sourceforge.net
>  >> https://lists.sourceforge.net/lists/listinfo/gambas-user
>  >>
>  >
>
 --
>  >
>  ___
>  > Gambas-user mailing list
>  > Gambas-user@lists.sourceforge.net
>  > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
>  --
>  Fabien Bodard
>
>
 --
>  ___
>  Gambas-user mailing list
>  Gambas-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
--
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #723: Gambas executable version can be incorrect if not compiled from the IDE

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.723=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.725=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #704: Format does not handle time separator correctly

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.704=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #705: Random indentation on very long lines

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.705=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #713: Dutch spelling mistakes in context menu of code editor

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.713=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #697: Changing(Rename) the e-mail name requires a validation

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.697=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #703: confused with others Benoît MINISINI

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.703=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #715: Make all windows appear on the same monitor

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.715=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #710: Pasting text with CTRL+V in textarea: gtk_text_buffer_emit_insert: assertion 'g_utf8_validate (text, len, NULL)' failed

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.710=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #732: another crash in the profiler window

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.732=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #707: PPA problem, please repair gambas3-gb-dbus package.

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.707=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #694: Send bugtracker mails threaded

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.694=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #728: crash in profiler

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.728=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #700: Comment button omits the last line

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.700=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #708: Commented code is being run

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.708=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #717: F2 does not work on Message()

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.717=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #730: gb.inotify segmentation error

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.730=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #720: PPA problem, have description "DEVELOPMENT VERSION ..." in a stable version

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.720=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.727=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #722: I want a link

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.722=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #689: requesting the English language (Part 2)

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.689=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #691: The mails sent by the bugtracker seem to not reach the Gambas mailing-list

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.691=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #692: any message using the English language

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.692=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #701: Ampersand in button text only works in the designer

2015-09-13 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.701=L21haW4-

ADMINISTRATOR changed the state of the bug to: Fixed.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Embedder depricated in gb.qt5

2015-09-13 Thread Benoît Minisini
Le 13/09/2015 22:33, Moviga Technologies a écrit :
>
>
> Seems like a step backwards to me...
>

Tell that to the Qt and wayland guys! :-)

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Ru Vuott
> Ive say that is an emergency solution... Not a bug correction

Yes, I know.

No problem.



Dom 13/9/15, Fabien Bodard  ha scritto:

 Oggetto: Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!
 A: "mailing list for gambas users" 
 Data: Domenica 13 settembre 2015, 19:40
 
 Le 13 sept. 2015 16:44,
 "Ru Vuott"  a
 écrit :
 >
 > > 
 ANd have you recompiled...
 >
 >
 > Ops... I forget
 it.
 >
 > Well, now I
 recompiled all thing.
 >
 > It works, but there are 2 problems:
 >
 > - like a double menu
 (look at file image attached here);
 > -
 the icons are still missing in "New project"
 window.
 >
 Ive say that is
 an emergency solution... Not a bug correction
 >
 >
 >
 >
 
 > Dom 13/9/15, Fabien Bodard 
 ha scritto:
 >
 > 
 Oggetto: Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!
 >  A: "mailing list for gambas
 users" 
 >  Data: Domenica 13 settembre 2015,
 15:19
 >
 >  ANd have
 you recompiled
 >  the comp path ?
 >
 >  cd
 >  trunk/comp
 >  sudo
 make install
 >
 >
 >  2015-09-13
 >  15:08
 GMT+02:00 Jussi Lahtinen :
 >  > There is always the stable
 version...
 >  >
 >  >
 >  >
 >  Jussi
 >  >
 >  >
 >  >
 >  > On Sun, Sep 13, 2015
 >  at 1:44 PM, Moviga Technologies 
 >  > wrote:
 > 
 >
 >  >>
 > 
 >> We should
 >  have a hot-line to
 Beneoît in cases of emergency like this
 >  one
 >  >>
 ;)
 >  >>
 > 
 >>
 >  >>
 >  >>
 >
 
 --
 >  >>
 > 
 ___
 >  >> Gambas-user mailing list
 >  >> Gambas-user@lists.sourceforge.net
 >  >> https://lists.sourceforge.net/lists/listinfo/gambas-user
 >  >>
 >  >
 >
 
 --
 >  >
 > 
 ___
 >  > Gambas-user mailing list
 >  > Gambas-user@lists.sourceforge.net
 >  > https://lists.sourceforge.net/lists/listinfo/gambas-user
 >
 >
 >
 >  --
 >  Fabien Bodard
 >
 >
 
 --
 > 
 ___
 >  Gambas-user mailing list
 >  Gambas-user@lists.sourceforge.net
 >  https://lists.sourceforge.net/lists/listinfo/gambas-user
 >
 >
 --
 >
 >
 ___
 > Gambas-user mailing list
 > Gambas-user@lists.sourceforge.net
 > https://lists.sourceforge.net/lists/listinfo/gambas-user
 >
 --
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread Benoît Minisini
Le 13/09/2015 20:39, Benoît Minisini a écrit :
> Hi,
>
> Sorry for the inconvenience, but as said Charlie, you don't have to use
> the latest /trunk version.
>
> You can do:
>
>   $ svn update -r 7304
>
> to get back to the r7304 version and wait for a fix.
>
> Regards,
>

I don't have the problems described by you, guys. Did you try to 
recompile everything from scratch?

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread Jussi Lahtinen
Nothing on the console. Project is attached, but it happens with every
possible project I have tested.


Jussi


On Mon, Sep 14, 2015 at 1:49 AM, Benoît Minisini <
gam...@users.sourceforge.net> wrote:

> Le 14/09/2015 00:47, Benoît Minisini a écrit :
> > Le 14/09/2015 00:26, Jussi Lahtinen a écrit :
> >> Yeah, I experience the problems also. Gambas IDE will start, but I can't
> >> open anything.
> >> First I get this (the path is correct):
> >>
> >> _TreeView._get.79
> >> Unknown item:
> >>
> /home/jussi/Desktop/gambastesti/GambasTestercmd/.src/TestSources/TestClass1.class
> >>
> >>
> >>
> >>
> >> And when I close the error message, I get new one:
> >>
> >> Cannot open project file :
> >>
> >> /home/jussi/Desktop/gambastesti/GambasTestercmd
> >>
> >>
> >> Null object
> >>
> >> Project.AddEmblem.917
> >>
> >
> > Do you have the stack backtrace printed on the console after the error
> > message?
> >
>
> And can you send me an archive of that project?
>
> --
> Benoît Minisini
>
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>


GambasTestercmd.tar.gz
Description: GNU Zip compressed data
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread Jussi Lahtinen
Yeah, I experience the problems also. Gambas IDE will start, but I can't
open anything.
First I get this (the path is correct):

_TreeView._get.79
Unknown item:
/home/jussi/Desktop/gambastesti/GambasTestercmd/.src/TestSources/TestClass1.class



And when I close the error message, I get new one:

Cannot open project file :

/home/jussi/Desktop/gambastesti/GambasTestercmd


Null object

Project.AddEmblem.917




Jussi







On Sun, Sep 13, 2015 at 9:44 PM, Benoît Minisini <
gam...@users.sourceforge.net> wrote:

> Le 13/09/2015 20:39, Benoît Minisini a écrit :
> > Hi,
> >
> > Sorry for the inconvenience, but as said Charlie, you don't have to use
> > the latest /trunk version.
> >
> > You can do:
> >
> >   $ svn update -r 7304
> >
> > to get back to the r7304 version and wait for a fix.
> >
> > Regards,
> >
>
> I don't have the problems described by you, guys. Did you try to
> recompile everything from scratch?
>
> --
> Benoît Minisini
>
>
> --
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread Benoît Minisini
Le 14/09/2015 00:47, Benoît Minisini a écrit :
> Le 14/09/2015 00:26, Jussi Lahtinen a écrit :
>> Yeah, I experience the problems also. Gambas IDE will start, but I can't
>> open anything.
>> First I get this (the path is correct):
>>
>> _TreeView._get.79
>> Unknown item:
>> /home/jussi/Desktop/gambastesti/GambasTestercmd/.src/TestSources/TestClass1.class
>>
>>
>>
>>
>> And when I close the error message, I get new one:
>>
>> Cannot open project file :
>>
>> /home/jussi/Desktop/gambastesti/GambasTestercmd
>>
>>
>> Null object
>>
>> Project.AddEmblem.917
>>
>
> Do you have the stack backtrace printed on the console after the error
> message?
>

And can you send me an archive of that project?

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread Benoît Minisini
Le 14/09/2015 00:26, Jussi Lahtinen a écrit :
> Yeah, I experience the problems also. Gambas IDE will start, but I can't
> open anything.
> First I get this (the path is correct):
>
> _TreeView._get.79
> Unknown item:
> /home/jussi/Desktop/gambastesti/GambasTestercmd/.src/TestSources/TestClass1.class
>
>
>
> And when I close the error message, I get new one:
>
> Cannot open project file :
>
> /home/jussi/Desktop/gambastesti/GambasTestercmd
>
>
> Null object
>
> Project.AddEmblem.917
>

Do you have the stack backtrace printed on the console after the error 
message?

-- 
Benoît Minisini

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread Ru Vuott
> Now I'm re-installing all Gambas sources... hoping.

No. The problem persists.
So, I have had to use Fabien's "picture.class" file again..at least I can 
code.


regards
vuott









Dom 13/9/15, Ru Vuott  ha scritto:

 Oggetto: Re: [Gambas-user] Problem with revision #7305
 A: gambas-user@lists.sourceforge.net
 Data: Domenica 13 settembre 2015, 23:48
 
 I tried with new rev.
 #7306, but nothing has changed.
 Then I tried
 restoring rev. #7304, strangely the problem remained. 
 ()
 
 Now I'm
 re-installing all Gambas sources... hoping.
 
 
 
 
 
 Dom 13/9/15, Benoît Minisini 
 ha scritto:
 
  Oggetto: Re:
 [Gambas-user] Problem with revision #7305
 
 A: gambas-user@lists.sourceforge.net
  Data: Domenica 13 settembre 2015, 20:44
  
  Le 13/09/2015 20:39,
  Benoît Minisini a écrit :
 
 > Hi,
  >
  > Sorry
 for the
  inconvenience, but as said Charlie,
 you don't have to
  use
 
 > the latest /trunk version.
  >
  > You can do:
  >
  >     $ svn update
  -r
 7304
  >
  > to get
  back to the r7304 version and wait for a
 fix.
  >
  > Regards,
  >
  
  I
  don't have the problems described by you,
 guys. Did you
  try to 
 
 recompile everything from
  scratch?
  
  -- 
 
 Benoît
  Minisini
  
 
 --
 
 ___
  Gambas-user mailing list
  Gambas-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/gambas-user
  
 
 --
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread Ru Vuott
I tried with new rev. #7306, but nothing has changed.
Then I tried restoring rev. #7304, strangely the problem remained.  ()

Now I'm re-installing all Gambas sources... hoping.





Dom 13/9/15, Benoît Minisini  ha scritto:

 Oggetto: Re: [Gambas-user] Problem with revision #7305
 A: gambas-user@lists.sourceforge.net
 Data: Domenica 13 settembre 2015, 20:44
 
 Le 13/09/2015 20:39,
 Benoît Minisini a écrit :
 > Hi,
 >
 > Sorry for the
 inconvenience, but as said Charlie, you don't have to
 use
 > the latest /trunk version.
 >
 > You can do:
 >
 >     $ svn update
 -r 7304
 >
 > to get
 back to the r7304 version and wait for a fix.
 >
 > Regards,
 >
 
 I
 don't have the problems described by you, guys. Did you
 try to 
 recompile everything from
 scratch?
 
 -- 
 Benoît
 Minisini
 
 --
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user
 

--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread Fabien Bodard
There is a problem with the new relative path routine I think
Le 14 sept. 2015 06:02, "zainudin ahmad"  a écrit :

> this is small project
> - picture can't show
> - when clicked has error
>
> attach pic & project
>
> On Mon, Sep 14, 2015 at 10:35 AM, zainudin ahmad 
> wrote:
>
> > excuse me
> >
> > I can use IDE if I replace gbx3 with older version(3.8.1)
> >
> > On Mon, Sep 14, 2015 at 6:35 AM, Jussi Lahtinen <
> jussi.lahti...@gmail.com>
> > wrote:
> >
> >> Nothing on the console. Project is attached, but it happens with every
> >> possible project I have tested.
> >>
> >>
> >> Jussi
> >>
> >>
> >> On Mon, Sep 14, 2015 at 1:49 AM, Benoît Minisini <
> >> gam...@users.sourceforge.net> wrote:
> >>
> >> > Le 14/09/2015 00:47, Benoît Minisini a écrit :
> >> > > Le 14/09/2015 00:26, Jussi Lahtinen a écrit :
> >> > >> Yeah, I experience the problems also. Gambas IDE will start, but I
> >> can't
> >> > >> open anything.
> >> > >> First I get this (the path is correct):
> >> > >>
> >> > >> _TreeView._get.79
> >> > >> Unknown item:
> >> > >>
> >> >
> >>
> /home/jussi/Desktop/gambastesti/GambasTestercmd/.src/TestSources/TestClass1.class
> >> > >>
> >> > >>
> >> > >>
> >> > >>
> >> > >> And when I close the error message, I get new one:
> >> > >>
> >> > >> Cannot open project file :
> >> > >>
> >> > >> /home/jussi/Desktop/gambastesti/GambasTestercmd
> >> > >>
> >> > >>
> >> > >> Null object
> >> > >>
> >> > >> Project.AddEmblem.917
> >> > >>
> >> > >
> >> > > Do you have the stack backtrace printed on the console after the
> error
> >> > > message?
> >> > >
> >> >
> >> > And can you send me an archive of that project?
> >> >
> >> > --
> >> > Benoît Minisini
> >> >
> >> >
> >> >
> >>
> --
> >> > ___
> >> > Gambas-user mailing list
> >> > Gambas-user@lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >> >
> >>
> >>
> >>
> --
> >>
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >>
> >
>
>
> --
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread zainudin ahmad
this is small project
- picture can't show
- when clicked has error

attach pic & project

On Mon, Sep 14, 2015 at 10:35 AM, zainudin ahmad 
wrote:

> excuse me
>
> I can use IDE if I replace gbx3 with older version(3.8.1)
>
> On Mon, Sep 14, 2015 at 6:35 AM, Jussi Lahtinen 
> wrote:
>
>> Nothing on the console. Project is attached, but it happens with every
>> possible project I have tested.
>>
>>
>> Jussi
>>
>>
>> On Mon, Sep 14, 2015 at 1:49 AM, Benoît Minisini <
>> gam...@users.sourceforge.net> wrote:
>>
>> > Le 14/09/2015 00:47, Benoît Minisini a écrit :
>> > > Le 14/09/2015 00:26, Jussi Lahtinen a écrit :
>> > >> Yeah, I experience the problems also. Gambas IDE will start, but I
>> can't
>> > >> open anything.
>> > >> First I get this (the path is correct):
>> > >>
>> > >> _TreeView._get.79
>> > >> Unknown item:
>> > >>
>> >
>> /home/jussi/Desktop/gambastesti/GambasTestercmd/.src/TestSources/TestClass1.class
>> > >>
>> > >>
>> > >>
>> > >>
>> > >> And when I close the error message, I get new one:
>> > >>
>> > >> Cannot open project file :
>> > >>
>> > >> /home/jussi/Desktop/gambastesti/GambasTestercmd
>> > >>
>> > >>
>> > >> Null object
>> > >>
>> > >> Project.AddEmblem.917
>> > >>
>> > >
>> > > Do you have the stack backtrace printed on the console after the error
>> > > message?
>> > >
>> >
>> > And can you send me an archive of that project?
>> >
>> > --
>> > Benoît Minisini
>> >
>> >
>> >
>> --
>> > ___
>> > Gambas-user mailing list
>> > Gambas-user@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>> >
>>
>>
>> --
>>
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>>
>


test22-0.0.2.tar.gz
Description: GNU Zip compressed data
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread zainudin ahmad
excuse me

I can use IDE if I replace gbx3 with older version(3.8.1)

On Mon, Sep 14, 2015 at 6:35 AM, Jussi Lahtinen 
wrote:

> Nothing on the console. Project is attached, but it happens with every
> possible project I have tested.
>
>
> Jussi
>
>
> On Mon, Sep 14, 2015 at 1:49 AM, Benoît Minisini <
> gam...@users.sourceforge.net> wrote:
>
> > Le 14/09/2015 00:47, Benoît Minisini a écrit :
> > > Le 14/09/2015 00:26, Jussi Lahtinen a écrit :
> > >> Yeah, I experience the problems also. Gambas IDE will start, but I
> can't
> > >> open anything.
> > >> First I get this (the path is correct):
> > >>
> > >> _TreeView._get.79
> > >> Unknown item:
> > >>
> >
> /home/jussi/Desktop/gambastesti/GambasTestercmd/.src/TestSources/TestClass1.class
> > >>
> > >>
> > >>
> > >>
> > >> And when I close the error message, I get new one:
> > >>
> > >> Cannot open project file :
> > >>
> > >> /home/jussi/Desktop/gambastesti/GambasTestercmd
> > >>
> > >>
> > >> Null object
> > >>
> > >> Project.AddEmblem.917
> > >>
> > >
> > > Do you have the stack backtrace printed on the console after the error
> > > message?
> > >
> >
> > And can you send me an archive of that project?
> >
> > --
> > Benoît Minisini
> >
> >
> >
> --
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
>
> --
>
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user