Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 BUG+FIX (3.x): Size of Message Windows
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 05 March 2001 :  15:58:02  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
the default size of the message window is for 640x480 it should be set to our default supported screen resolution of 800x600

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a


Changed subject to reflect FIX

Edited by - Richard Kinser on 05 March 2001 17:06:12

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 March 2001 :  17:04:19  Show Profile
Using the post.asp from v3.2a4


starting on line #84

change this code:


case else
intCols = 45
intRows = 6


to this:


case else
intCols = 80
intRows = 12



and starting on line #542

change this code:


<option value="1" <% if strSelectSize = "1" or strSelectSize = "" then Response.Write("SELECTED") %>>640 x 480</option>
<option value="2" <% if strSelectSize = "2" then Response.Write("SELECTED") %>>800 x 600</option>


to this:


<option value="1" <% if strSelectSize = "1" then Response.Write("SELECTED") %>>640 x 480</option>
<option value="2" <% if strSelectSize = "2" or strSelectSize = "" then Response.Write("SELECTED") %>>800 x 600</option>
Go to Top of Page

tilttek
Junior Member

Canada
333 Posts

Posted - 06 March 2001 :  09:17:57  Show Profile  Visit tilttek's Homepage
quote:


case else
intCols = 80
intRows = 12




But IE and NS dont display Cols te same way.... NS are larger...


Philippe Gamache
http://www.tilttek.com
http://www.lapageamelkor.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 06 March 2001 :  15:17:57  Show Profile
well those are the current values used for the 800x600 setting.
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 06 March 2001 :  23:12:57  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
fixed in the source of sf2k_32a5.zip

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07