Author Topic: Error 380 Procedure Form_Resize  (Read 2973 times)

tec

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Error 380 Procedure Form_Resize
« on: March 08, 2011, 08:33:14 AM »
Using version 4.1 today I got the following error after I had lowered the file information section of the screen to hide it, the the error occurred when I tried to bring it back.
I then tried reinstalling ver 4.1 again, but error just was there and the file information section wasn't displayed completely. I then went back to ver 4.0 and the error went away
Error data -
Module: frmmain
Procedure: form_resize
Line Number: 0
Error Number: 380
Description: invalid property value
« Last Edit: March 08, 2011, 01:56:01 PM by tec »

ScottMorris

  • Administrator
  • Sr. Member
  • *****
  • Posts: 2754
  • TopoFusion Author
    • View Profile
    • http://www.topofusion.com/diary
Re: Error 380 Procedure Form_Resize
« Reply #1 on: March 08, 2011, 09:32:09 AM »
Good call on going back to 4.0.  That does take care of it (new bug on 4.1).  We'll get it fixed in the next version.  Thanks for the detailed report and the patience.
Scott Morris - founder and co-author of TopoFusion
email: smorris@topofusion.com

kwiickfamily

  • Newbie
  • *
  • Posts: 3
  • The Kwiick Family
    • View Profile
Re: Error 380 Procedure Form_Resize
« Reply #2 on: March 14, 2011, 01:45:36 PM »
Howdy,

I ran into the same issue some time ago and I found an easy workaround.

On my machine, most of the time the problem happens when I minimize the file application list, then I maximize the application and I return to a non maximized window. When I try to reopen the file application list, I got the error message.

After closing the application, I comment (actually I delete them) the three lines from the TopoFusion.ini file, as shown below (those starting with ActiveList), save the file and the problem is (at least temporarily) fixed.

The TopoFusion.ini file can be found, on Windows XP, in the following location:
C:\Documents and Settings\<username>\Local Settings\Application Data\TopoFusion"

[Position]
Height=12168
Width=19908
Maximized=0
;ActiveListMinimized=0
;ActiveListLeftMinimized=0
;ActiveListTop=155

Hope it will help,
Stefano