Re: [Gambas-user] Benoit

2017-08-28 Thread Yahoo via Gambas-user
Salut, Oui pas de soucis. —  Olivier Cruilles Email: olivier.cruil...@yahoo.fr Le August 28, 2017 à 09:28:53, Fabien Bodard (gambas...@gmail.com) a écrit: Tu reçois mes mails direct ? -- Fabien Bodard -- Check o

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-16 Thread richard terry
Ah, thanks, sorry for being so annoying, I've fixed that by making them functions to return a string, probably not programmatically elegent. I originally stuck them down the bottom to get them out of the way, didn't think of them as a declaration which of course they are. It now stops as it sho

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-09 Thread Benoît Minisini
Le 10/09/2015 00:02, richard terry a écrit : > Obviously its got to do with the class/form, but I doubt it is my > code per-se. > > I don't know how the compiler stopping at breaks works but I suspect > there is some character combination or something on the > formtriggering this and that it is a g

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-09 Thread Jussi Lahtinen
> I don't know how the compiler stopping at breaks works but I suspect >> there is some character combination or something on the form triggering >> this and that it is a gambas problem. > > > Of course, I have no doubt, it's Gambas problem. > But how do you expect us to find the trouble maker with

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-09 Thread Jussi Lahtinen
> > I don't know how the compiler stopping at breaks works but I suspect > there is some character combination or something on the form triggering > this and that it is a gambas problem. Of course, I have no doubt, it's Gambas problem. But how do you expect us to find the trouble maker without ha

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-09 Thread richard terry
Obviously its got to do with the class/form, but I doubt it is my code per-se. I don't know how the compiler stopping at breaks works but I suspect there is some character combination or something on the formtriggering this and that it is a gambas problem. Almost by definition it can't be some

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-09 Thread Jussi Lahtinen
Why you think it has nothing to do with code? If so, why it appears only in certain class/form? Can you isolate the problem in small runnable project? Perhaps by using the problem class. Jussi On Wed, Sep 9, 2015 at 7:58 AM, richard terry wrote: > The image which was embedded must have been

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
The image which was embedded must have been stripped by the list-serv, anyway, heres some code but the code is irrelevant, its the behaviour of not stopping, nothing to do with the code. Public Sub Plans_Refresh() '- 'Refreshes

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread Jussi Lahtinen
Where..? Jussi On Wed, Sep 9, 2015 at 3:37 AM, richard terry wrote: > See code/piccie below. > > On 09/09/15 10:22, Benoît Minisini wrote: > > Le 09/09/2015 02:02, richard terry a écrit : > >> On 09/09/15 09:07, Jussi Lahtinen wrote: > >>> Are you using JIT..? It disables breakpoints. > >>> >

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
See code/piccie below. On 09/09/15 10:22, Benoît Minisini wrote: > Le 09/09/2015 02:02, richard terry a écrit : >> On 09/09/15 09:07, Jussi Lahtinen wrote: >>> Are you using JIT..? It disables breakpoints. >>> >>> >>> Jussi >>> >>> On Wed, Sep 9, 2015 at 1:49 AM, richard terry >>> wrote: >>>

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread Benoît Minisini
Le 09/09/2015 02:02, richard terry a écrit : > On 09/09/15 09:07, Jussi Lahtinen wrote: >> Are you using JIT..? It disables breakpoints. >> >> >> Jussi >> >> On Wed, Sep 9, 2015 at 1:49 AM, richard terry >> wrote: >> >>> HI Benoit, >>> >>> I didn't see my question about breakpoints get back into m

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread richard terry
On 09/09/15 09:07, Jussi Lahtinen wrote: > Are you using JIT..? It disables breakpoints. > > > Jussi > > On Wed, Sep 9, 2015 at 1:49 AM, richard terry > wrote: > >> HI Benoit, >> >> I didn't see my question about breakpoints get back into my maibox. >> . >> I had to debug a form/class last night d

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread Jussi Lahtinen
Are you using JIT..? It disables breakpoints. Jussi On Wed, Sep 9, 2015 at 1:49 AM, richard terry wrote: > HI Benoit, > > I didn't see my question about breakpoints get back into my maibox. > . > I had to debug a form/class last night due to some long standing bugs > and breakpoints won't stop

Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?

2015-09-08 Thread Benoît Minisini
Le 09/09/2015 00:49, richard terry a écrit : > HI Benoit, > > I didn't see my question about breakpoints get back into my maibox. > . > I had to debug a form/class last night due to some long standing bugs > and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, > putting in a break

Re: [Gambas-user] Benoit, How to bypass a super event

2014-02-07 Thread Bruce
On Fri, 2014-02-07 at 11:37 +0100, Fabien Bodard wrote: > For example i have a class that emit an event > > MyClass1 > Event data > > > MyClass1 -> so over drive the native class 1 > Event Data > > Public sub Super_Data() -> this is what i want to do > inc_Index > raise Dat

Re: [Gambas-user] Benoit - thanks the filter is fantastic

2010-09-24 Thread Fabien Bodard
yes especially since it was you who claimed it. Benoit is perfect, it works as hoped, as kopete:) Le 24 septembre 2010 10:35, Benoît Minisini a écrit : >> HI Benoit, >> >> Only just noticed you'd implemented the form filter I requested on the code >> tree - used it today for the first time. >> >

Re: [Gambas-user] Benoit - thanks the filter is fantastic

2010-09-24 Thread Benoît Minisini
> HI Benoit, > > Only just noticed you'd implemented the form filter I requested on the code > tree - used it today for the first time. > > Fantastic!!! > > Can't tell you how much easier that makes it to work on the code tree. > > REgards > > Richard > I thought you have noticed before! --