Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-12-07 Thread bill-lancaster
Sorry for the delay. Have recompiled GB3. Here is the bug report:- Starting program: /usr/local/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". gb.qt4: warning: unable to load Qt translation: en_GB.UTF-8 Got bus addre

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-30 Thread bill-lancaster
Benoît, I'm not happy with my new compilation of Gb3, the debug process doesn't run properly. I'll install Gambas again Bill -- View this message in context: http://gambas.8142.n7.nabble.com/Dialog-OpenFile-raises-signal-6-tp40108p40165.html Sent from the gambas-user mailing list archive at Nab

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-29 Thread bill-lancaster
System information:- [System] OperatingSystem=Linux Kernel=3.2.0-33-generic-pae Architecture=i686 Memory=1014568 kB DistributionVendor=Ubuntu DistributionRelease="Ubuntu 12.04.1 LTS" Desktop=KDE4 [Gambas 3] Version=3.3.4 Path=/usr/local/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.8.2 GTK+=libgtk-x11-

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 18:16, bill-lancaster a écrit : > Apologies, I meant that I don't have a problem with my Gambas installation > any more but the original issue still remains. > > If I switch the project type from QT to GTK then everything behaves properly > I can't reproduce your problem. Everything

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread bill-lancaster
Apologies, I meant that I don't have a problem with my Gambas installation any more but the original issue still remains. If I switch the project type from QT to GTK then everything behaves properly -- View this message in context: http://gambas.8142.n7.nabble.com/Dialog-OpenFile-raises-signal

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 10:43, bill-lancaster a écrit : > Yes, you're right. Removed all previous versions and now all is OK! > Have made a simple project that shows the problem. MusicPlayer2-0.0.1.tar.gz > > I don't understand: do yo

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread Benoît Minisini
Le 28/11/2012 12:26, bill-lancaster a écrit : > Sorry - have just noticed that this is reported (in terminal):- > QSpiAccessible::accessibleEvent not handled: "8008" obj: QObject(0x0) " > invalid interface!" > QSpiAccessible::accessibleEvent not handled: "8008" obj: > QSidebar(0x8863f08, name

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread bill-lancaster
Sorry - have just noticed that this is reported (in terminal):- QSpiAccessible::accessibleEvent not handled: "8008" obj: QObject(0x0) " invalid interface!" QSpiAccessible::accessibleEvent not handled: "8008" obj: QSidebar(0x8863f08, name = "sidebar") "sidebar" FIXME: handle dialog start.

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-28 Thread bill-lancaster
Yes, you're right. Removed all previous versions and now all is OK! Have made a simple project that shows the problem. MusicPlayer2-0.0.1.tar.gz -- View this message in context: http://gambas.8142.n7.nabble.com/Dialog-O

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-27 Thread Benoît Minisini
Le 27/11/2012 23:23, bill-lancaster a écrit : > Thanks Benoît > Have installed g3-3.3.4. > > First, the problem still ocurred under 3-3.3.4. But the second time I get > this message "[11] Unknown symbol 'Current' in class '.Editor.Line'. > FEditor.Editors_Cursor.450" > > Some but not all other pro

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-27 Thread bill-lancaster
Thanks Benoît Have installed g3-3.3.4. First, the problem still ocurred under 3-3.3.4. But the second time I get this message "[11] Unknown symbol 'Current' in class '.Editor.Line'. FEditor.Editors_Cursor.450" Some but not all other projects have the same problem. I will re-install g3-3.3.4. an

Re: [Gambas-user] Dialog.OpenFile raises signal #6

2012-11-27 Thread Benoît Minisini
Le 27/11/2012 16:04, bill-lancaster a écrit : > I have inserted this code in my project >Dialog.Title = "Select a text file" >If Dialog.OpenFile() Then Return >sPath = File.Load(Dialog.Path) > > When a file is clicked signal #6 is raised. > > Any help would be appreciated > > Gambas 3.1

[Gambas-user] Dialog.OpenFile raises signal #6

2012-11-27 Thread bill-lancaster
I have inserted this code in my project Dialog.Title = "Select a text file" If Dialog.OpenFile() Then Return sPath = File.Load(Dialog.Path) When a file is clicked signal #6 is raised. Any help would be appreciated Gambas 3.1.1 Ubuntu 12.04 KDE 4.9.2 -- View this message in context: htt