1. RE: Judith - just found this one...

Judith,

Sorry, should have clarified this...the file is IDE_proj.ew.

Jonas
Jonas  Temple wrote:
> Judith,
> 
> Just ran across this one but it was crashing the IDE every time I tried 
> to save the project so I did some investigation.  The length of the 
> createEx() statement for a list view I creaeted exceeded 194.  The IDE 
> crashed at statement 2782:
> 
> outFile=outFile[at+1..length(outFile)]
> 
> since outFile is an atom, not a sequence.  I replaced this with:
> 
> theLine=theLine[at+1..length(theLine)]
> 
> and then worked fine.
> 
> Jonas
> 
>

new topic     » topic index » view message » categorize

2. RE: Judith - just found this one...

Thanks, Jonas. That bug has been in IDE a long time.
--judith


Jonas Temple wrote:
>  Judith,

>Just ran across this one but it was crashing the IDE every time I tried 
>to save the project so I did some investigation. The length of the 
>createEx() statement for a list view I creaeted exceeded 194. The IDE 
>crashed at statement 2782:

>outFile=outFile[at+1..length(outFile)]

>since outFile is an atom, not a sequence. I replaced this with:
>theLine=theLine[at+1..length(theLine)]
>and then worked fine.

>Jonas

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

Search



Quick Links

User menu

Not signed in.

Misc Menu