Re: [Gambas-user] How to library of a form or graphic obj? wiki dons said any info

2017-06-18 Thread PICCORO McKAY Lenz
ahhh ok so components are more like extensions to the Gambas language, but then this its like as should be distributed with the Gambas source code. i wish a control specific to my programs! not as extension of the gambas languaje! i only components a way to made this? Lenz McKAY Gerardo (PICCORO

Re: [Gambas-user] How to library of a form or graphic obj? wiki dons said any info

2017-06-18 Thread PICCORO McKAY Lenz
and that wiki page have some misctakes.. as example: "Consequently, you have to set the version of your component project to the current Gambas version!" seems does not understand the difference between components and librarys.. components are to implements direct with each version of gambas.. a

Re: [Gambas-user] How to library of a form or graphic obj? wiki dons said any info

2017-06-18 Thread adamn...@gmail.com
On Sun, 18 Jun 2017 18:16:30 -0400 PICCORO McKAY Lenz wrote: > errr, component no! i wish library! component its to put with gambas.. > library its to specifically interact with user own programs Correct > i already made a library and use it, but only standar process or > functions.. Correct >

Re: [Gambas-user] How to library of a form or graphic obj? wiki dons said any info

2017-06-18 Thread PICCORO McKAY Lenz
errr, component no! i wish library! component its to put with gambas.. library its to specifically interact with user own programs or its same to apply? i already made a library and use it, but only standar process or functions.. when i made graphical controls, and put as library, these thinks d

Re: [Gambas-user] How to library of a form or graphic obj? wiki dons said any info

2017-06-18 Thread adamn...@gmail.com
On Sun, 18 Jun 2017 09:17:59 -0430 PICCORO McKAY Lenz wrote: > i have a override componet of gambas, lest said a improve combobox, and i > want to made as library to reuse in other projects > > wiki dont said too much http://gambaswiki.org/wiki/doc/library but i > remenber that if the library(pr

Re: [Gambas-user] Help needed from regexp gurus / String.Mid() and Mid$() implementation

2017-06-18 Thread Fernando Cabral
Tobi, I have been learning a lot with your comments and suggestions. Usually, I don't stress performance too much. In this case, I have tried to do things a little faster because I am using Gambas as a kind of add-on to LibreOffice. I use it to check readability, wordiness, sentences that are too

Re: [Gambas-user] reparent menu item

2017-06-18 Thread Leon Davis
I have created a form with containing a component I designed. When the program is started the menu is created: MenuItem = new Menu(FormMain) as "FileMenu" and is displayed as a text menu of the form. There is also a context menu that is created for when the user right clicks on the control: MenuIte

Re: [Gambas-user] Help needed from regexp gurus / String.Mid() and Mid$() implementation

2017-06-18 Thread Tobias Boege
On Sat, 17 Jun 2017, Fernando Cabral wrote: > Tobi > > One more thing about the way I wish it could work (I remember having done > this in C perhaps 30 years ago). The pseudo-code bellow is pretty > schematic, but I think it will clarify the issue. > > Let p and l be arrays of integers and s be t

[Gambas-user] How to library of a form or graphic obj? wiki dons said any info

2017-06-18 Thread PICCORO McKAY Lenz
i have a override componet of gambas, lest said a improve combobox, and i want to made as library to reuse in other projects wiki dont said too much http://gambaswiki.org/wiki/doc/library but i remenber that if the library(program) has graphical things , extra steps must be done.. so due document

Re: [Gambas-user] search over the gridview and not to the database and refill grid its possible?

2017-06-18 Thread PICCORO McKAY Lenz
again me, tested in gambas 3.5, i just send a mail to your personal, as i said great.. but seems some mistakes are due many variables are with similar names the wgrid seems acts as improvement gridview componente object, that implements column autodetection and sort order over the data.. the wgri

Re: [Gambas-user] search over the gridview and not to the database and refill grid its possible?

2017-06-18 Thread PICCORO McKAY Lenz
hi Jorge, great.. thanks for the sample, its just that i need when my skills in gambas grow i'll try to make a componente that looks like the "vanilla datatables" now i'll take a look and report feedback Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-06-18 5:57 GMT-04:00

Re: [Gambas-user] search over the gridview and not to the database and refill grid its possible?

2017-06-18 Thread Jorge Carrión
"Dress me slowly that I'm on a hurry"... There is a Copy-Paste bug on the previous attached file. This on works (I hope). I forgot to mention that the class has a "Value" property that return a collection with the selected row texts as values and the columns heads text as keys. Best Regards 201

Re: [Gambas-user] reparent menu item

2017-06-18 Thread Charlie
Can you supply more detail and an example of what you are trying to do? - Check out www.gambas.one -- View this message in context: http://gambas.8142.n7.nabble.com/reparent-menu-item-tp59386p59397.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] [Gambas Bug Tracker] Bug #1122: SQL syntax highlighter does not respect continued (multiline) strings

2017-06-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1122&from=L21haW4- Bruce BRUEN added an attachment: Daily Database Updates_055.png -- Check out the vibrant tech community on one of the world's most engaging tech sites

[Gambas-user] [Gambas Bug Tracker] Bug #1122: SQL syntax highlighter does not respect continued (multiline) strings

2017-06-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1122&from=L21haW4- Comment #1 by Bruce BRUEN: The attached project is just a modded version of the component itself. -- Check out the vibrant tech community on one of th

[Gambas-user] [Gambas Bug Tracker] Bug #1122: SQL syntax highlighter does not respect continued (multiline) strings

2017-06-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1122&from=L21haW4- Bruce BRUEN reported a new bug. Summary --- SQL syntax highlighter does not respect continued (multiline) strings Type : Bug Priority : Low Gambas version : 3.9.90 (TRUNK) Product : GUI compon

[Gambas-user] [Gambas Bug Tracker] Bug #1122: SQL syntax highlighter does not respect continued (multiline) strings

2017-06-18 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1122&from=L21haW4- Bruce BRUEN added an attachment: test.form.editor-3.9.90.tar.gz -- Check out the vibrant tech community on one of the world's most engaging tech sites

Re: [Gambas-user] search over the gridview and not to the database and refill grid its possible?

2017-06-18 Thread Jorge Carrión
Hey, Piccoro, Take a look at this, maybe it will serve or give you some idea of how to do it. It is a class inheriting from gridView and has a new property called source, which can be a two-dimensional array, an array of collections or, directly, a Result. With this it is conformed a gridView that

Re: [Gambas-user] search over the gridview and not to the database and refill grid its possible?

2017-06-18 Thread Unaise EK
Is there any substitute for flexgrid in VB for gambas. On 18 Jun 2017 11:26 a.m., "PICCORO McKAY Lenz" wrote: > as subject said: search over the gridview event to the database and refill > grid its possible? > > i have a gridview object filled with data from the db, note: column names > are auto