MSFN Forum: "Display Sorted" not work - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

"Display Sorted" not work Rate Topic: -----

#1 User is offline   Rico.JohnnY 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 02-June 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 January 2005 - 10:45 AM

version 3.2.3

when set the "Display Sorted" to "no",it gives me an error message.see the attached image below


#2 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 04 January 2005 - 12:59 PM

You're right.

Found the bug and solved it. Will be included in next release. For a manual fix edit check.js, search for a line
if (dflt[i][0]=='yes') {setChecked(i); checkDeps(i); }
and replace it with
if (dflt[i] && dflt[i][0]=='yes') {setChecked(i); checkDeps(i); }

it's all located in function check(se)

#3 User is offline   hasi001 

  • Coder
  • PipPipPip
  • Group: Members
  • Posts: 324
  • Joined: 27-September 04

Posted 04 January 2005 - 05:58 PM

Bug fixed in version 3.3.0

Johnny Rico - wasn't that the hero's name in 'Starship Troopers' ?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy