Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
FV/Textmode IDE
(Moderators:
FPK
,
Tomas Hajny
) »
FPC in Windows 7 Fullscreen?
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Status of Missile Command...
by
TBMan
[
Today
at 03:42:52 am]
About the Class View
by
yinhuajian
[
Today
at 03:03:33 am]
Does FreePascal have a WM...
by
CM630
[December 15, 2025, 11:20:24 pm]
AVRPascal – free code edi...
by
ackarwow
[December 15, 2025, 10:40:17 pm]
Why does the call via fun...
by
ASerge
[December 15, 2025, 10:06:19 pm]
TLazSerial : serial port ...
by
CM630
[December 15, 2025, 09:56:09 pm]
Question re. FCL's ssocke...
by
jamie
[December 15, 2025, 09:23:35 pm]
connecting to mariadb
by
alanyoung
[December 15, 2025, 05:57:03 pm]
delete cookies
by
Leledumbo
[December 15, 2025, 05:14:27 pm]
[hacked for now] Changing...
by
jamie
[December 15, 2025, 04:40:15 pm]
Error: Enumeration symbol...
by
nanobit
[December 15, 2025, 04:17:38 pm]
AI interactions
by
Zvoni
[December 15, 2025, 02:19:48 pm]
Recomendations for conver...
by
kompustelnik
[December 15, 2025, 11:20:05 am]
Qt6 / X11: problem with G...
by
paweld
[December 15, 2025, 11:14:43 am]
[Solved] Lookup field: er...
by
BlueIcaro
[December 15, 2025, 09:59:57 am]
LCL Web Native with D2Bri...
by
egsuh
[December 15, 2025, 08:10:14 am]
Access Violation - Databa...
by
Xenno
[December 15, 2025, 06:21:52 am]
SpkToolbar custom update
by
wp
[December 14, 2025, 11:55:55 pm]
MVP made easier.
by
cdbc
[December 14, 2025, 05:14:40 pm]
Lazarus is not working
by
Fred vS
[December 14, 2025, 05:14:20 pm]
TIBDataSet "Closing"? on ...
by
RedOctober
[December 14, 2025, 04:52:18 pm]
Running External Tools
by
JuhaManninen
[December 14, 2025, 04:08:28 pm]
The start of yet another ...
by
TBMan
[December 14, 2025, 03:16:21 pm]
Need help with Runcommand...
by
marcov
[December 14, 2025, 12:46:25 pm]
Military Grade Directives
by
Thaddy
[December 14, 2025, 11:46:44 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: FPC in Windows 7 Fullscreen? (Read 5097 times)
coradi
Full Member
Posts: 185
FPC in Windows 7 Fullscreen?
«
on:
September 25, 2019, 04:21:03 pm »
Hi,
is there a way to get the FPC Dos Screen bigger?
Logged
Amstrad Schneider CPC 6128
AVR8/ARM(STM32)
Tomas Hajny
Moderator
New Member
Posts: 46
Re: FPC in Windows 7 Fullscreen?
«
Reply #1 on:
September 25, 2019, 04:57:34 pm »
Hi,
Quote from: coradi on September 25, 2019, 04:21:03 pm
Hi,
is there a way to get the FPC Dos Screen bigger?
I assume that you don't mean "Dos screen", but rather console window under MS Windows - either in the FPC text-mode IDE, or in Free Vision. If it's the former, you can do the following:
Start cmd.exe
Change the window size using the top left icon (Alt-Space) -> Preferences (the last line in the displayed menu) -> Layout (the third tab)
Start FP
If it changes the window size to the smaller one, go to Options -> Environment -> Preferences, scroll to the bottom of the Video mode list (which should contain the original window resolution), confirm OK, confirm the new resolution and then save the FP IDE options using Options -> Save ...
If your question refers to FV (rather than IDE), then you can have a look at the IDE sources to the part where the video mode is being configured as described above.
Hope this helps
Logged
coradi
Full Member
Posts: 185
Re: FPC in Windows 7 Fullscreen?
«
Reply #2 on:
September 25, 2019, 05:47:56 pm »
then I have a small FPC Windows an a big big black background..the only way I found is to make the Font bigger..but it is not big enough:-(
Logged
Amstrad Schneider CPC 6128
AVR8/ARM(STM32)
winni
Hero Member
Posts: 3197
Re: FPC in Windows 7 Fullscreen?
«
Reply #3 on:
September 25, 2019, 07:04:18 pm »
Are you in text mode or in graph mode ?
Logged
coradi
Full Member
Posts: 185
Re: FPC in Windows 7 Fullscreen?
«
Reply #4 on:
September 25, 2019, 08:53:43 pm »
text
Logged
Amstrad Schneider CPC 6128
AVR8/ARM(STM32)
kupferstecher
Hero Member
Posts: 604
Re: FPC in Windows 7 Fullscreen?
«
Reply #5 on:
September 25, 2019, 09:14:40 pm »
I don*t have Windows at hands right now, but from memory:
You have to change the character buffer for each line, e.g. 120 characters. The console will force a new line for each character outside that setting.
Logged
winni
Hero Member
Posts: 3197
Re: FPC in Windows 7 Fullscreen?
«
Reply #6 on:
September 25, 2019, 09:22:51 pm »
Yes, Kupferstecher is right.
Look at the attached screenshoot to adjust the values for a 1280 x 1024 screen.
And on the page "Font" you can change the font to Lucida something, which is a TTF. So you can size it to 144 - if you like.
Winni
Logged
coradi
Full Member
Posts: 185
Re: FPC in Windows 7 Fullscreen?
«
Reply #7 on:
September 26, 2019, 08:09:48 pm »
great:-) This works fine:-)
Thanks
Logged
Amstrad Schneider CPC 6128
AVR8/ARM(STM32)
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
FV/Textmode IDE
(Moderators:
FPK
,
Tomas Hajny
) »
FPC in Windows 7 Fullscreen?
TinyPortal
© 2005-2018