1. RE: ide 0.13.0
- Posted by Judith <camping at txcyber.com> May 26, 2002
- 481 views
Win32lib was tested with v57.6 and the only error I found was the change of routine name. What mouseDown declarations are you referring to? I am using EU 2.3 Judith pampeano at rocketmail.com wrote: > Hi all, > I've just tested the latest ide version with the latest version of > win32lib (0.57.6) and i got two errors after changing the line using > insertListViewColumn. I just have to remove mouseDown declarations from > ide_help.ew and ide_listviewstyles to run it succesfully... > Did anybody notice this? > > Best Regards, > Guillermo Bonvehi > > PD: I'm using euphoria 2.2 registered version > > >
2. RE: ide 0.13.0
- Posted by pampeano at rocketmail.com May 26, 2002
- 449 views
Hi Judith, integer mouseDown was declared in ide.exw, ide_help.ew and ide_listviewstyles.ew. Of course when I tried to run the ide it shows up a attempt to redefine error. I don't remember excatly in ide_help and ide_listviewstyles, but it ide.exw it's declared as global. Best Regards, Guillermo Bonvehi --- Judith <camping at txcyber.com> wrote: > > Win32lib was tested with v57.6 and the only error I found was the > change > of routine name. > > What mouseDown declarations are you referring to? > > I am using EU 2.3 > > Judith > > > pampeano at rocketmail.com wrote: > > Hi all, > > I've just tested the latest ide version with the latest version > of > > win32lib (0.57.6) and i got two errors after changing the line > using > > insertListViewColumn. I just have to remove mouseDown declarations > from > > ide_help.ew and ide_listviewstyles to run it succesfully... > > Did anybody notice this? > > > > Best Regards, > > Guillermo Bonvehi > > > > PD: I'm using euphoria 2.2 registered version > > > > > > > > >
3. RE: ide 0.13.0
- Posted by Judith <camping at txcyber.com> May 26, 2002
- 478 views
Ok, I don't get an error at all with EU 2.3 but I can remove mouseDown in IDE_listviewstyles.ew and IDE_help.ew in the next release. Judith pampeano at rocketmail.com wrote: > Hi Judith, > integer mouseDown was declared in ide.exw, ide_help.ew and > ide_listviewstyles.ew. Of course when I tried to run the ide it shows > up a attempt to redefine error. > I don't remember excatly in ide_help and ide_listviewstyles, but it > ide.exw it's declared as global. > > Best Regards, > Guillermo Bonvehi > > --- Judith <camping at txcyber.com> wrote: > > > > Win32lib was tested with v57.6 and the only error I found was the > > change > > of routine name. > > > > What mouseDown declarations are you referring to? > > > > I am using EU 2.3 > > > > Judith > > > > > > pampeano at rocketmail.com wrote: > > > Hi all, > > > I've just tested the latest ide version with the latest version > > of > > > win32lib (0.57.6) and i got two errors after changing the line > > using > > > insertListViewColumn. I just have to remove mouseDown declarations > > from > > > ide_help.ew and ide_listviewstyles to run it succesfully... > > > Did anybody notice this? > > > > > > Best Regards, > > > Guillermo Bonvehi > > > > > > PD: I'm using euphoria 2.2 registered version > > > > > > > > >