[Gambas-user] [Gambas Bug Tracker] Bug #1110: Error trying to add event on menu complete

bugtracker at ...3416... bugtracker at ...3416...
Sat May 27 21:06:22 CEST 2017


http://gambaswiki.org/bugtracker/edit?object=BUG.1110&from=L21haW4-

Víctor PEREZ reported a new bug.

Summary
-------

Error trying to add event on menu complete

Type             : Bug
Priority         : Low
Gambas version   : 3.9
Product          : Bugtracker


Description
-----------

Error trying to add event

Public Sub Form_Open()

  Dim boton As Button
  Dim MenuBoton As MenuButton
  Dim vers As String
   
  Me.Title = "Ir"
  
  For Each vers In $Lista
    ' boton = New Button(ScrollView1) As "ScrollView1"
    ' boton.Font.Size = 11
    ' boton.Text = vers
    MenuBoton = New MenuButton(ScrollView1) As "Ev_MenuBoton"
    MenuBoton.Text = vers
    
  Next
  
End



'event click
Public Sub Ev_MenuBoton_


System information
------------------

Gambas=3.9.2
OperatingSystem=Linux
Kernel=3.19.0-32-generic
Architecture=x86
Distribution=Linux Mint 17.3 Rosa
Desktop=MATE
Theme=Gtk
Language=es_UY.UTF-8
Memory=1950M

[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+2=libgtk-x11-2.0.so.0.2400.23
GTK+3=libgtk-3.so.0.1000.8
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
QT4=libQtCore.so.4.8.6
QT5=libQt5Core.so.5.2.1
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6






More information about the User mailing list