[Gambas-user] Possible bug
Charlie
charlie at ...2793...
Tue May 14 18:09:29 CEST 2013
Hi all,
You need one *Button* and one *DirChooser* on your form
I have reduced code to the following to emulate this bug I am getting: -
'*********************************************************
Public Sub _new()
End
Public Sub Form_Open()
End
Public Sub Button1_Click()
Dim SDir As String
Sdir = DirChooser1.SelectedPath
SDir = Replace(SDir, " ", "\ ")
End
'*********************************************************
Run the program and it crashes Gambas every time.
Any ideas?
Thanks,
Charlie
[System]
OperatingSystem=Linux
Kernel=3.5.0-17-generic
Architecture=i686
Memory=8182136 kB
DistributionVendor=LinuxMint
DistributionRelease="Linux Mint 14 Nadia"
Desktop=Gnome
[Gambas 3]
Version=3.1.1
Path=/usr/bin/gbx3
[Libraries]
Qt4=libQtCore.so.4.8.3
GTK+=libgtk-x11-2.0.so.0.2400.13
--
View this message in context: http://gambas.8142.n7.nabble.com/Possible-bug-tp41943.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list