BBC BASIC for Windows
« Fill »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 10:19pm



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: Fill  (Read 951 times)
JB91
New Member
Image


member is offline

Avatar




PM

Gender: Male
Posts: 47
xx Fill
« Thread started on: Jul 28th, 2010, 10:42am »

Is it possible to fill in the background without clearing the screen?

And also how do you print the graphics you drew on the printer? When I used *HARDCOPY, it came out completely black.

Josh.
User IP Logged

Richard Russell
Guest
xx Re: Fill
« Reply #1 on: Jul 29th, 2010, 5:37pm »

on Jul 28th, 2010, 10:42am, JB91 wrote:
Is it possible to fill in the background without clearing the screen?

Check out the FILL statement, and the related PLOT commands (which give you more options).

Quote:
And also how do you print the graphics you drew on the printer? When I used *HARDCOPY, it came out completely black.

I'm not aware of any problems with *HARDCOPY. Are you specifying any parameters? If so, check that they are correct. Try (as a test) using *HARDCOPY without any parameters. Note that *HARDCOPY prints the contents of the main output window (@hwnd%); you cannot use it to print any other types of window (edit controls, dialogue boxes etc.).

Richard.
User IP Logged

JB91
New Member
Image


member is offline

Avatar




PM

Gender: Male
Posts: 47
xx Re: Fill
« Reply #2 on: Jul 31st, 2010, 07:43am »

The *HARDCOPY worked with no parameters, but when I used the fill statement in my drawing program, it filled in what I drew and not the background. Any suggestions?

Josh.
User IP Logged

Richard Russell
Guest
xx Re: Fill
« Reply #3 on: Jul 31st, 2010, 12:01pm »

on Jul 31st, 2010, 07:43am, JB91 wrote:
The *HARDCOPY worked with no parameters, but when I used the fill statement in my drawing program, it filled in what I drew and not the background. Any suggestions?

Read how fill works and select the correct PLOT code and GCOL code so that it fills the colour(s) you want it to fill but not the colours you don't want it to fill. The information you need is in the manual .

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