1. RE: IDE v14 Correction

Judith,

Downloaded your new version.  The IDE sure has come a long way!

Anyway, when I selected Configuration|Location of Documentation from the 
menu bar I got this error:


C:\eutools\ide\ide_doccfg.ew:56 in procedure DocWin_onOpen()
type_check failure, euDir is -1
... called from C:\EUTOOLS\INCLUDE\win32lib.ew:7777 in function 
invokeHandler()

... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23498 in procedure 
openWindow()

... called from C:\eutools\ide\IDE.exw:9190 in procedure 
click_MenuDocCfg()
... called from C:\EUTOOLS\INCLUDE\win32lib.ew:7777 in function 
invokeHandler()

... called from C:\EUTOOLS\INCLUDE\win32lib.ew:22587 in function 
fDoCommand()
... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23405 in function 
MessageProcesso
r()
... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23437 in function 
WndProc()

^^^ call-back from Windows
... called from C:\EUTOOLS\INCLUDE\win32lib.ew:1157 in procedure 
w32Proc()
... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23613 in procedure 
eventLoop()
... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23748 in procedure 
WinMain()
... called from C:\eutools\ide\IDE.exw:12250
--> see ex.err


Press Enter...

Judith Evans wrote:
> http://user.txcyber.com/~camping/judith.html has been uploaded with a 
> corrected full zip and a patch14_2.zip to fix the following bugs:
> 
> 1- If user has added menu/menuitem via Menu Editor and adds code when 
> the menu/menuitem is selected again in the same Menu Editor session the 
> code gets removed.
> 2- If user adds row information to ListView Explorer and adds icon data 
> for only some of the rows, transfers to Properties, returns to ListView 
> Explorer to add the missing icons, IDE would crash.
> 
> If you download the patch zip then replace the two modules in our IDE 
> folder with the ones from the zip.
> 
> --judith
> 
>

new topic     » topic index » view message » categorize

2. RE: IDE v14 Correction

Jonas,

You are correct! Line 47 of IDE_doccfg.ew defines euDir as sequence when 
it should be object.

I'll upload a corrected module shortly. It will be in the full zip and 
in patch14_2a.zip.

Thanks,

Judith

Jonas  Temple wrote:
> Judith,
> 
> Downloaded your new version.  The IDE sure has come a long way!
> 
> Anyway, when I selected Configuration|Location of Documentation from the 
> 
> menu bar I got this error:
> 
> 
> C:\eutools\ide\ide_doccfg.ew:56 in procedure DocWin_onOpen()
> type_check failure, euDir is -1
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:7777 in function 
> invokeHandler()
> 
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23498 in procedure 
> openWindow()
> 
> ... called from C:\eutools\ide\IDE.exw:9190 in procedure 
> click_MenuDocCfg()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:7777 in function 
> invokeHandler()
> 
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:22587 in function 
> fDoCommand()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23405 in function 
> MessageProcesso
> r()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23437 in function 
> WndProc()
> 
> ^^^ call-back from Windows
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:1157 in procedure 
> w32Proc()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23613 in procedure 
> eventLoop()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23748 in procedure 
> WinMain()
> ... called from C:\eutools\ide\IDE.exw:12250
> --> see ex.err
> 
> 
> Press Enter...
> 
> Judith Evans wrote:
> > http://user.txcyber.com/~camping/judith.html has been uploaded with a 
> > corrected full zip and a patch14_2.zip to fix the following bugs:
> > 
> > 1- If user has added menu/menuitem via Menu Editor and adds code when 
> > the menu/menuitem is selected again in the same Menu Editor session the 
> > code gets removed.
> > 2- If user adds row information to ListView Explorer and adds icon data 
> > for only some of the rows, transfers to Properties, returns to ListView 
> > Explorer to add the missing icons, IDE would crash.
> > 
> > If you download the patch zip then replace the two modules in our IDE 
> > folder with the ones from the zip.
> > 
> > --judith
> > 
> >

new topic     » goto parent     » topic index » view message » categorize

3. RE: IDE v14 Correction

BTW you probably also need to add SET EUDIR=C:Euphoria (or where you 
have euphoria) in your autoexec.bat file if you don't already have it 
there. Menu/Run will also be looking for the Euphoria folder.

--Judith

Jonas  Temple wrote:
> Judith,
> 
> Downloaded your new version.  The IDE sure has come a long way!
> 
> Anyway, when I selected Configuration|Location of Documentation from the 
> 
> menu bar I got this error:
> 
> 
> C:\eutools\ide\ide_doccfg.ew:56 in procedure DocWin_onOpen()
> type_check failure, euDir is -1
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:7777 in function 
> invokeHandler()
> 
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23498 in procedure 
> openWindow()
> 
> ... called from C:\eutools\ide\IDE.exw:9190 in procedure 
> click_MenuDocCfg()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:7777 in function 
> invokeHandler()
> 
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:22587 in function 
> fDoCommand()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23405 in function 
> MessageProcesso
> r()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23437 in function 
> WndProc()
> 
> ^^^ call-back from Windows
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:1157 in procedure 
> w32Proc()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23613 in procedure 
> eventLoop()
> ... called from C:\EUTOOLS\INCLUDE\win32lib.ew:23748 in procedure 
> WinMain()
> ... called from C:\eutools\ide\IDE.exw:12250
> --> see ex.err
> 
> 
> Press Enter...
> 
> Judith Evans wrote:
> > http://user.txcyber.com/~camping/judith.html has been uploaded with a 
> > corrected full zip and a patch14_2.zip to fix the following bugs:
> > 
> > 1- If user has added menu/menuitem via Menu Editor and adds code when 
> > the menu/menuitem is selected again in the same Menu Editor session the 
> > code gets removed.
> > 2- If user adds row information to ListView Explorer and adds icon data 
> > for only some of the rows, transfers to Properties, returns to ListView 
> > Explorer to add the missing icons, IDE would crash.
> > 
> > If you download the patch zip then replace the two modules in our IDE 
> > folder with the ones from the zip.
> > 
> > --judith
> > 
> >

new topic     » goto parent     » topic index » view message » categorize

4. RE: IDE v14 Correction

Judith,

You know, I never noticed that I didn't have EUDIR set in my environment 
variables.  I'm on Win2000 Pro so I had to set my PATH and EUINC 
manually.

Does anyone know what is the effect of NOT having EUDIR set?

Jonas
Judith Evans wrote:
> BTW you probably also need to add SET EUDIR=C:Euphoria (or where you 
> have euphoria) in your autoexec.bat file if you don't already have it 
> there. Menu/Run will also be looking for the Euphoria folder.
> 
> --Judith

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu