- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The program can be toggled from full screen to a window using alt-tab, just like a DOS program running i a command window. Is there any way to control this programmatically?
I want to write an application that begins running in a single, simple window (no menu or status bar) of a certain size. I want to use text positioning and color features, so a Console application won't work. I had hoped to set the text window using SETTEXTWINDOW, and have the project frame shrink to fit this windo, without scrollbars. I can't find any way to do this, i'm afraid it's not possible.
Any advice?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A Fortran standard graphics application has a single maximized application
window covering the entire screen area, whose appearance resembles a MS-DOS
screen without scrolls bars or menus. The Esc key can be used to
exit a program that does otherwise terminate. When the Esc key is
pressed, the frame window appears with a border, title bar, scroll bars, and a
menu item in the upper-left corner that allows you to close the application.
Programmable menus and multiple child windows cannot be created in this mode. Unquote
So your window is behaving exactly as described for a 'standard graphics application' . As we say in the UK, 'it does exactly what it says on the tin'.
What you probably want is to select a QuickWin application in which case, choose the QuickWin button when given the choice between Standard and QuickWin when creating your project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A QuickWin project does not work--at least as far as I understand it--because the single child window would appear within a project frame. My application window would appear surrounded by two sets of borders, two title bars, a menu, and a status bar. I want my app to appear within a simple, bare-bones window with one set of borders.
A QuickWin project would work IF there is some way to eliminate the frame's title bar, menu, status bar, and borders (!).
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page