Re: Edita not working in Vista
- Posted by Pete Lomax <petelomax at blu?yonder.c?.uk> Sep 19, 2007
- 593 views
DB James wrote: > > C:\EUPHORIA\AAA\EDALL\edita.exe:18645 in function mainHandler() > variable hB has not been assigned a value > hI = 59';' > hJ = 15 > hK = 184621241 > hL = {0,0,0,0} > I have tracked that down to the first red herring: atom icon in bind.ew is not being initialised. However for this to occur it means that the bind window is getting a WM_PAINT message at startup, which means there is something wrong with the main window. The most likely cause of this is something in your edita.ini file. 1) rename edita.ini to say Xedita.ini 2) start edita as normal 3) examine edita.ini and Xedita.ini and see if you can "fix" the settings eg Window Position = 149, 4 Window Size = 708, 558 Window Maximized = 1 (let me know what you find please) 4) quit, delete the new edita.ini and rename Xedita.ini back If this does not solve the problem, try renaming edita.edb Regards, Pete