BBC BASIC for Windows
« Output screen »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 11:20pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

If you require a dump of the post on your message board, please come to the support board and request it.


Thank you Conforums members.

BBC BASIC for Windows Resources
Online BBC BASIC for Windows documentation
BBC BASIC for Windows Beginners' Tutorial
BBC BASIC Home Page
BBC BASIC on Rosetta Code
BBC BASIC discussion group
BBC BASIC for Windows Programmers' Reference

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Output screen  (Read 468 times)
Rumpole
New Member
Image


member is offline

Avatar




PM


Posts: 2
xx Output screen
« Thread started on: Mar 31st, 2014, 4:06pm »

How do I suppress the output window when compiling, so that it does not show in my compiled finished GUI program? I've spent hours trawling through documentation but I must have missed it. Many thanks in advance. rolleyes
User IP Logged

rtr
Guest
xx Re: Output screen
« Reply #1 on: Mar 31st, 2014, 4:34pm »

on Mar 31st, 2014, 4:06pm, Rumpole wrote:
How do I suppress the output window when compiling, so that it does not show in my compiled finished GUI program? I've spent hours trawling through documentation but I must have missed it.

It is there, under 'Command and Editing Window... Utilities menu... Compile... Appearance... Initial window state':

http://www.bbcbasic.co.uk/bbcwin/manual/bbcwin1.html#appearance

You will want to choose Hidden from the list of states. You can automate this by adding a REM!Window Compiler Directive to your program, for example:

Code:
      REM!Window 0,0,hidden,xpstyle 

(don't forget the xpstyle because that is important when targeting Windows Vista and later).

Richard.
User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls