[Gambas-user] (no subject)

2012-10-16 Thread Fabián Flores Vadell
Hi Benoît. I read you message in the french mailing list about that "class overriding" is retrospective now, saying more or less this: If you reimplements a existing class named A, the effect will be retroactive on other classes already loaded and optimized using the Class A. Before it was not

[Gambas-user] PostgreSQL multiple column problem

2012-10-16 Thread Markus Schatten
Dear all, I have a problem with a PostgreSQL connection (haven't tested it with other dbms'). When a query has the same attribute name for a column, there seems to be no way in accessing any of these columns except for the first one. Consider the following example. I create a table test with: db

Re: [Gambas-user] Tutorial on building a "user control"?

2012-10-16 Thread Fabien Bodard
2012/10/16 Benoît Minisini : > Le 16/10/2012 19:01, Gerry Douglas a écrit : >> Hi, >> >> I have built a number of healthcare applications in VB targeted for >> touchcreen. To get an idea take a look at ... >> >> http://www.youtube.com/watch?v=cf49zRxhKhc >> >> My first challenge was that the scrol

Re: [Gambas-user] Please assist me !!!

2012-10-16 Thread Rob Kudla
On 10/16/2012 09:22 AM, Gavin Reeve Frost wrote: > How could I capture the key press within Firefox or other windows and send > that back to my form. It's tricky to do that sort of thing, and deliberately so, because if you can monitor keystrokes in other applications, you can log passwords and s

Re: [Gambas-user] Tutorial on building a "user control"?

2012-10-16 Thread Benoît Minisini
Le 16/10/2012 19:01, Gerry Douglas a écrit : > Hi, > > I have built a number of healthcare applications in VB targeted for > touchcreen. To get an idea take a look at ... > > http://www.youtube.com/watch?v=cf49zRxhKhc > > My first challenge was that the scroll bars on the listbox could not be > ma

Re: [Gambas-user] New component: gb.args

2012-10-16 Thread Benoît Minisini
Le 16/10/2012 18:21, Olivier Cruilles a écrit : > Hi Benoit, > > It's not a problem, if you create another component that permit the same > treatment, I will modify my program. > > So, do you need an example of how I use the gb.option component ? > > Cordialement, > > Olivier Cruilles > Mail: linu

Re: [Gambas-user] New component: gb.args

2012-10-16 Thread Olivier Cruilles
Hi Benoit, It's not a problem, if you create another component that permit the same treatment, I will modify my program. So, do you need an example of how I use the gb.option component ? Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 16 oct. 2012 à 11:47, Benoît Minisini a

Re: [Gambas-user] subtyping (coercing) heirarchical objects

2012-10-16 Thread Benoît Minisini
Le 16/10/2012 12:44, Bruce a écrit : > Given a collection "c" of objects of type "x" and an inheritance > hierarchy where "x1" and "x2" are subtypes of "x", is there an easy way > to cast c[id] to the proper subtype ( i.e ":x1" or ":x2") when some > occurrence allows a logical discernment between t

[Gambas-user] subtyping (coercing) heirarchical objects

2012-10-16 Thread Bruce
Given a collection "c" of objects of type "x" and an inheritance hierarchy where "x1" and "x2" are subtypes of "x", is there an easy way to cast c[id] to the proper subtype ( i.e ":x1" or ":x2") when some occurrence allows a logical discernment between the subtypes? Bruce --

Re: [Gambas-user] New component: gb.args

2012-10-16 Thread Benoît Minisini
Le 16/10/2012 11:44, Ian Haywood a écrit : > On Tue, Oct 16, 2012 at 11:06 AM, Benoît Minisini > wrote: >> Hi, >> >> In the last revision, I added a new component 'gb.args', which replaces >> the unmaintained 'gb.option'. By the way, does anyone use 'gb.option'? > yep. Code can be moved across wit

Re: [Gambas-user] New component: gb.args

2012-10-16 Thread Ian Haywood
On Tue, Oct 16, 2012 at 11:06 AM, Benoît Minisini wrote: > Hi, > > In the last revision, I added a new component 'gb.args', which replaces > the unmaintained 'gb.option'. By the way, does anyone use 'gb.option'? yep. Code can be moved across without too much work, but it creates a problem as it me