> On 07/18/2011 09:05 AM, Fabien Bodard wrote:
> > 2011/7/18:
> >> I can confirm that I've seen the described behavior and that it started
> >> around 2 months ago. I haven't used gambas that much since that time so
> >> I can't say for sure whether it is still happening in the latest svn.
> >
>
On 07/18/2011 09:05 AM, Fabien Bodard wrote:
> 2011/7/18:
>> I can confirm that I've seen the described behavior and that it started
>> around 2 months ago. I haven't used gambas that much since that time so
>> I can't say for sure whether it is still happening in the latest svn.
> i say that beca
2011/7/18 :
>
> I can confirm that I've seen the described behavior and that it started
> around 2 months ago. I haven't used gambas that much since that time so
> I can't say for sure whether it is still happening in the latest svn.
i say that because Benoit have done some things about that prob
I can confirm that I've seen the described behavior and that it started
around 2 months ago. I haven't used gambas that much since that time so
I can't say for sure whether it is still happening in the latest svn.
On 7/18/2011 2:23 AM, Kevin Fishburne wrote:
> Maybe no one's noticed this but u
On Mon, 2011-07-18 at 01:45 +0200, Benoît Minisini wrote:
> > ok i change some things
> >
> > the implementation is this
> >
> > -
> > Public Sub _new()
> >
> > Print "My pid is: " & Application.Handle
> >
> > End
> >
> > Static Public Sub Application_Read()
> >
> > Pr
2011/7/18 Kevin Fishburne :
> Maybe no one's noticed this but undo/redo operations are seriously
> f'cked up. Maybe it's due to a limit on the number of changes kept track
> of, I don't know. My memory may fail me, but in the past I think it's
> processed changes between modules in module-agnostic
Maybe no one's noticed this but undo/redo operations are seriously
f'cked up. Maybe it's due to a limit on the number of changes kept track
of, I don't know. My memory may fail me, but in the past I think it's
processed changes between modules in module-agnostic order rather than
by the module