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

2017-05-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1110=L21haW4-

Comment #3 by Víctor PEREZ:

I think the error occurs because there are 2 _



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2017-05-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1110=L21haW4-

Víctor PEREZ added an attachment:

bug_menu_event-0.1.1.tar.gz



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2017-05-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1110=L21haW4-

Comment #2 by Víctor PEREZ:

To reproduce the error add to Ev_MenuBoton a _ and select the event click and 
press enter



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2017-05-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1110=L21haW4-

Comment #1 by Benoît MINISINI:

Please post a full project archive that reproduces the bug.

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



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2017-05-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1110=L21haW4-

Víctor PEREZ added an attachment:

bug_completionMenubutton.png



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2017-05-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1110=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



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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

2017-05-27 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1110=L21haW4-

Víctor PEREZ added an attachment:

bug_completion.png



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Change the code and copy in other project

2017-05-27 Thread Jorge Carrión
Unaisee,
You must open a new email for a new question, not answer an existent.
* is stored exactly as other characters, so you problem is not in the
string. It should be in other place.

Best regards

2017-05-26 10:22 GMT+02:00 Unaise EK :

> Sir,
> when i type "Select * from NameTbl where Adm = '" & textbox1.tex &"';"
> this query not working, then i changed it to
> "Select Name, Adm, Place from NameTbl where Adm ='"& textbox1.tex &"';"
> this query is working.
>
> so how can i write * from query in gambas 3
> pls help
>
>
>
>    Sent with Mailtrack
>  referral=unais...@gmail.com=22>
>
> On Fri, May 26, 2017 at 1:19 PM, Gianluigi  wrote:
>
> > I forgot to say that I know a way to extract the source code from a
> > compiled Gambas file, it can be seen here[0].
> >
> > Regards
> > Gianluigi
> >
> > [0]http://www.gambas-it.org/smf/index.php?topic=4448.msg38882#msg38882
> >
> > 2017-05-25 23:58 GMT+02:00 Gianluigi :
> >
> > > Ciao Charlie,
> > >
> > > Thanks, the problem is not with/in IDE, but if working with a
> > > project.gambas
> > > Problem that I can bypass by copying useful files first to a folder,
> > since
> > > I have no more src in the compiled project.
> > >
> > > Regards
> > > Gianluigi
> > >
> > > 2017-05-25 23:24 GMT+02:00 Karl Reinl :
> > >
> > >> Am Donnerstag, den 25.05.2017, 20:06 +0200 schrieb Gianluigi:
> > >> > I need to copy modules and classes from my project, change the code
> > >> > partially and copy it to another project.
> > >> > Is this only possible from IDE or is it possible also from a
> compiled
> > >> > project?
> > >> > Is there still the src folder in the compiled project?
> > >> >
> > >> > Regards
> > >> > Gianluigi
> > >>
> > >> Salut Gianluigi,
> > >>
> > >> you can 'import' the modules,classes etc. from other projects on your
> > >> disc into your new project, using the IDE Import.
> > >> Or you look into the hidden '.src' folder and copy the files you need.
> > >> --
> > >> Amicalement
> > >> Charlie
> > >>
> > >>
> > >> 
> > >> --
> > >> Check out the vibrant tech community on one of the world's most
> > >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > >> ___
> > >> Gambas-user mailing list
> > >> Gambas-user@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> > >>
> > >
> > >
> > 
> > --
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
>
>
> --
> M. Unaise. E.K
> 9895687604
> Librarian,
> (BLISc, MLIS)
> JDT Islam Polytechnic College,
> Vellimadukunnu.
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user