1. Edita problem
- Posted by don cole <doncole at pacbell.net> Dec 24, 2005
- 584 views
Now when I shut the computer down for awhile I get a error (in Edita message box) that says 'error loading fold file'. If I restart computer from the windows(2000) gui it works ok. If I shut down the computer and then start it up right away it works ok. I only get the error when I shut down overnight. Don Cole A Bug is an un-documented feature. A Feature is a documented Bug.
2. Re: Edita problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Dec 24, 2005
- 581 views
On Fri, 23 Dec 2005 20:41:54 -0800, don cole <guest at RapidEuphoria.com> wrote: >Now when I shut the computer down for awhile I get a error (in Edita message >box) that says 'error loading fold file'. > >If I restart computer from the windows(2000) gui it works ok. > >If I shut down the computer and then start it up right away it works ok. > >I only get the error when I shut down overnight. Let's see if handling those pesky WM_[QUERY]ENDSESSION messages helps any. Version 0.2.7 of Edita has been uploaded: Fixed crash in F1 help if _F1HELP not defined, an infinite loop in F1 help, and an infinite loop in ReplaceAll. Improved doEvents() handling, especially in find in files. Added cleanup code to F1 help after a no-longer-existing global was detected. Now handles WM_[QUERY]ENDSESSION messages properly. Keyword syntax colouring no longer performed after "include" statement. Re-fold last expansion option added. Fold sub-menu on context menu added. http://palacebuilders.pwp.blueyonder.co.uk/edita.htm#download Regards, Pete
3. Edita problem
- Posted by don cole <doncole at pacbell.net> Aug 04, 2005
- 545 views
I download Edita Plus. Running Edita.exe works fine Running Edita.exw from my old editor works fine. But when I try to bind Edita.exw with Bindw.bat I get , E:EUPHORIA\BIN\bind.ex:1304 in function Fk() type_check failure, Fu is -1 I am using Euphoria 2.3. Any help appreciated, Don Cole SF
4. Re: Edita problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 05, 2005
- 526 views
On Thu, 04 Aug 2005 08:07:23 -0700, don cole <guest at RapidEuphoria.com> wrote: >But when I try to bind Edita.exw with Bindw.bat I get , > >E:EUPHORIA\BIN\bind.ex:1304 in function Fk() >type_check failure, Fu is -1 > It works OK here. Maybe bind.ex is picking up some other file, or maybe bind.ex is damaged. >I am using Euphoria 2.3. Ditto Regards, Pete
5. Re: Edita problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 05, 2005
- 542 views
On Fri, 05 Aug 2005 15:35:37 +0100, Pete Lomax <petelomax at blueyonder.co.uk> wrote: >It works OK here. Maybe bind.ex is picking up some other file, or >maybe bind.ex is damaged. Oh, I just found an internal note to myself from 2003/4 which just said bindw does not work (details escape me), and have since been using exw bind.ex -w32 instead. Pete
6. Re: Edita problem
- Posted by don cole <doncole at pacbell.net> Aug 06, 2005
- 549 views
Pete Lomax wrote: > > On Fri, 05 Aug 2005 15:35:37 +0100, Pete Lomax > <petelomax at blueyonder.co.uk> wrote: > > >It works OK here. Maybe bind.ex is picking up some other file, or > >maybe bind.ex is damaged. > Oh, I just found an internal note to myself from 2003/4 which just > said bindw does not work (details escape me), and have since been > using exw bind.ex -w32 instead. > > Pete > Is that the name of a file "exw bind.ex"? I can't find it. don cole SF > >
7. Re: Edita problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 07, 2005
- 534 views
On Sat, 06 Aug 2005 08:54:20 -0700, don cole <guest at RapidEuphoria.com> wrote: >Is that the name of a file "exw bind.ex"? I can't find it. If I type that into a dos console, a window pops up asking "Name of Euphoria file to bind". What happens when you do it? Pete
8. Re: Edita problem
- Posted by don cole <doncole at pacbell.net> Aug 07, 2005
- 518 views
Pete Lomax wrote: > > On Sat, 06 Aug 2005 08:54:20 -0700, don cole <guest at RapidEuphoria.com> > wrote: > > >Is that the name of a file "exw bind.ex"? I can't find it. > If I type that into a dos console, a window pops up asking "Name of > Euphoria file to bind". What happens when you do it? > > Pete > > Same thing . However when I type in name of file to bind (edita.exw). It says use bindw instead. So should I type in 'exw bindw.ex' or do I have to add -w32 after exw bind.ex or something else ? Thank you for you help, don cole SF
9. Re: Edita problem
- Posted by don cole <doncole at pacbell.net> Aug 07, 2005
- 544 views
don cole wrote: > > Pete Lomax wrote: > > > > On Sat, 06 Aug 2005 08:54:20 -0700, don cole <guest at RapidEuphoria.com> > > wrote: > > > > >Is that the name of a file "exw bind.ex"? I can't find it. > > If I type that into a dos console, a window pops up asking "Name of > > Euphoria file to bind". What happens when you do it? > > > > Pete > > > > > Same thing . > > However when I type in name of file to bind (edita.exw). > > It says use bindw instead. > > So should I type in 'exw bindw.ex' or > do I have to add -w32 after exw bind.ex > > or something else ? > > Thank you for you help, > don cole > SF > Pete: I typed in exw bind.ex -w32 ang got the original problem I hand with bindw.bat Al: see http://www.listfilter.com/cgi-bin/esearch.exu?thread=1&fromMonth=7&fromYear=A&toMonth=9&toYear=A&keywords="Edita+problem" Thanks everybody, don cole SF
10. Re: Edita problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 07, 2005
- 543 views
On Sat, 06 Aug 2005 23:37:58 -0700, don cole <guest at RapidEuphoria.com> wrote: >However when I type in name of file to bind (edita.exw). > >It says use bindw instead. I think that happens if you forget the -w32 and then use something like open_dll (ie not supported by ex.exe). > >So should I type in 'exw bindw.ex' or do I have to add -w32 after exw bind.ex There is no such file as bindw.ex. I believe -w32 causes the compiled IL to be glued to pdexw.exe rather than pdex.exe. >I typed in exw bind.ex -w32 ang got the original problem I hand with bindw.bat Well, it's not that then. Can you bind anything else (that uses open_dll etc). Maybe you could try some of the older versions of Edita, or some win32lib-based apps? Maybe you could try it on 2.5 ) Running out of suggestions here, Pete
11. Re: Edita problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 07, 2005
- 540 views
On Sat, 06 Aug 2005 23:37:58 -0700, don cole <guest at RapidEuphoria.com> wrote: >However when I type in name of file to bind (edita.exw). > >It says use bindw instead. I think that happens if you forget the -w32 and then use something like open_dll (ie not supported by ex.exe). > >So should I type in 'exw bindw.ex' or > do I have to add -w32 after exw bind.ex >I typed in exw bind.ex -w32 ang got the original problem I hand with bindw.bat Well, it's not that then. Can you bind anything else (that uses open_dll etc). Maybe you could try some of the older versions of Edita, or some win32lib-based apps? Maybe you could try it on 2.5 ) Pete
12. Re: Edita problem
- Posted by don cole <doncole at pacbell.net> Aug 08, 2005
- 553 views
Pete Lomax wrote: > > On Sat, 06 Aug 2005 23:37:58 -0700, don cole <guest at RapidEuphoria.com> > wrote: > > >However when I type in name of file to bind (edita.exw). > > > >It says use bindw instead. > I think that happens if you forget the -w32 and then use something > like open_dll (ie not supported by ex.exe). > > > >So should I type in 'exw bindw.ex' or > > do I have to add -w32 after exw bind.ex > > >I typed in exw bind.ex -w32 ang got the original problem I hand with > >bindw.bat > Well, it's not that then. Can you bind anything else (that uses > open_dll etc). Maybe you could try some of the older versions of > Edita, or some win32lib-based apps? > > Maybe you could try it on 2.5 ) > > Pete > > {Pete your Meditor Sept 2, 2004 binds ok. I like Edita better. I guess I don't HAVE to bind it. I don't have a file called open_dll on my computer so I don't know where you got that from. All other files that I have tried to bindw have worked except Edita. Thanks for the help anyway, Don Cole, SF
13. Re: Edita problem
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Aug 08, 2005
- 551 views
On Sun, 07 Aug 2005 23:27:42 -0700, don cole <guest at RapidEuphoria.com> wrote: <snip> I think I've finally tracked it down! If you comment out the without type-check in Quick_Allocations.ew, it should work. I don't recall if that was a problem in the 2.3 binder, and I can't find any reference to it in the release notes, but it appears fixed in 2.4 I should warn you that I will be leaving that in place for all future releases of Edita. BTW, the "full" (and "plus") version contains a bound binary anyway. >I don't have a file called open_dll on my computer so I don't know where you >got that from. It is a function in dll.e which all Windows GUI apps must invoke in one way or another (eg win32lib calls it for you within w32DLL.ew). Regards, Pete
14. Re: Edita problem
- Posted by don cole <doncole at pacbell.net> Aug 09, 2005
- 556 views
Pete Lomax wrote: > > On Sun, 07 Aug 2005 23:27:42 -0700, don cole <guest at RapidEuphoria.com> > wrote: > > <snip> > I think I've finally tracked it down! > > If you comment out the without type-check in Quick_Allocations.ew, it > should work. I don't recall if that was a problem in the 2.3 binder, > and I can't find any reference to it in the release notes, but it > appears fixed in 2.4 > > I should warn you that I will be leaving that in place for all future > releases of Edita. BTW, the "full" (and "plus") version contains > a bound binary anyway. > > >I don't have a file called open_dll on my computer so I don't know where you > >got that from. > It is a function in dll.e which all Windows GUI apps must invoke in > one way or another (eg win32lib calls it for you within w32DLL.ew). > > Regards, > Pete > > Sill same problem. \ It might be a 2.3 thing. Don't worry about it as you say I can still run the bound version. What I really want it to do is: After I associate Edita, using mycomputer\tools\file options with .ex .exw .e .ew, I want to: When I click on one of the above type icons in folder1 I want it to open that file for editing or running (with the tools menu in Edita). Next time I open a file in folder1 (same way by clicking its icon) , I want Edita to open it and remember and show in the tabs any previous files I had open in folder1. I believe it does that now. However when I click on a file/icon in folder2 I don't want to see any folder1 files in the Editor. I haven't figured out how to do that. I have appriciated you help, Don Cole, SF