Chaosforge Forum

  • March 28, 2024, 13:41
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: Minor inconsistency for different screensizes ?  (Read 5104 times)

konijn

  • Elder
  • Private FC
  • *
  • *
  • Offline Offline
  • Posts: 17
    • View Profile
Minor inconsistency for different screensizes ?
« on: March 14, 2007, 11:01 »

Hmm,

did I mention that I can get prolific and drive people nuts ;)

Anyways
Code: (delphi) [Select]
,
vtextut.pas:  if Sub   = '' then Output.DrawString(3,25,LightGray,'@BArrows, PgUp, PgDown, Home, End, Escape')
vtextut.pas:                else Output.DrawString(3,25,LightGray,Sub);
vtextut.pas:  if Sub   = '' then Output.DrawString(3,25,LightGray,'@BPress <Enter> or <Escape>...')
vtextut.pas:                else Output.DrawString(3,25,LightGray,Sub);

I modded Valkyrie to work with 50 lines and grep told me that these lines should not use 25 but Output.ScreenSizeY instead ;)

He Who Sheds Light,
T.

Edit : use "delphi" syntax highliting, I modded it so it looks fine on the forum
« Last Edit: March 14, 2007, 14:24 by Kornel Kisielewicz »
Logged

Kornel Kisielewicz

  • God Hand
  • Apostle
  • *
  • *
  • Offline Offline
  • Posts: 4562
    • View Profile
    • http://chaosforge.org/
Re: Minor inconsistency for different screensizes ?
« Reply #1 on: March 14, 2007, 14:24 »

Yeah, I never ever use other screen sizes, so I tend to forget about them :). To be honest I am surprised it works with other screen sizes :D
Logged
at your service,
Kornel Kisielewicz

konijn

  • Elder
  • Private FC
  • *
  • *
  • Offline Offline
  • Posts: 17
    • View Profile
Re: Minor inconsistency for different screensizes ?
« Reply #2 on: March 15, 2007, 05:47 »

Yeah, I never ever use other screen sizes, so I tend to forget about them :). To be honest I am surprised it works with other screen sizes :D

It works perfectly on 80*50 ;)

He Who Sheds Light,
T.
Logged
Pages: [1]