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
[SOLVED] Assembler error ...
by
yurets_z
[January 14, 2026, 11:54:35 pm]
CudaText editor (written ...
by
szlbz
[January 14, 2026, 11:36:38 pm]
Embedded qss stylesheets ...
by
jns
[January 14, 2026, 11:27:39 pm]
Maze Makers: Now looking ...
by
speter
[January 14, 2026, 10:43:06 pm]
New book on Object Pascal
by
BodgerBen
[January 14, 2026, 10:32:05 pm]
Dice (raylib + kraft phys...
by
Guva
[January 14, 2026, 06:11:51 pm]
TSpeedButton qt6 styleshe...
by
big_M
[January 14, 2026, 04:53:29 pm]
How to prevent onDropFile...
by
Hansaplast
[January 14, 2026, 04:51:23 pm]
The compiler fails to war...
by
Martin_fr
[January 14, 2026, 03:53:06 pm]
Linked List Using Two Cla...
by
Thaddy
[January 14, 2026, 03:39:08 pm]
Lazarus seems to be makin...
by
Nicole
[January 14, 2026, 03:28:35 pm]
unit init, finalize and i...
by
Zvoni
[January 14, 2026, 02:48:57 pm]
Lazreport PDF
by
mig-31
[January 14, 2026, 11:54:11 am]
Locate current record aft...
by
Zvoni
[January 14, 2026, 09:59:08 am]
Drag and Drop Files; onDr...
by
Hansaplast
[January 14, 2026, 09:39:25 am]
Lazarus and Libre Office
by
MarkMLl
[January 14, 2026, 09:22:14 am]
scat bikes (inc)
by
speter
[January 14, 2026, 04:38:11 am]
Effect of adding properti...
by
n7800
[January 14, 2026, 04:13:36 am]
solution for installing F...
by
BradleySlavik
[January 14, 2026, 02:37:22 am]
What was your first compu...
by
CM630
[January 13, 2026, 10:09:19 pm]
Dragging files to .app no...
by
Boleeman
[January 13, 2026, 10:06:09 pm]
PngDrop: Reduce the size ...
by
Boleeman
[January 13, 2026, 09:50:19 pm]
Fantasy Worldbuilder; Pro...
by
Boleeman
[January 13, 2026, 09:45:56 pm]
StrToDateTime problems
by
Nicole
[January 13, 2026, 07:45:13 pm]
How to forward a Class in...
by
Hartmut
[January 13, 2026, 07:41:31 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: FPC in Windows 7 Fullscreen? (Read 5130 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