[Gambas-user] Possible bug

Jussi Lahtinen jussi.lahtinen at ...626...
Wed May 15 17:41:11 CEST 2013


This bug doesn't seem to apply to Gambas 3.4.1.
So, try to update.

Jussi


On Tue, May 14, 2013 at 7:09 PM, Charlie <charlie at ...2793...> wrote:

> 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.
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list