[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2007-11-03T17:42:48-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/2483 2007-11-03T17:42:48-05:00 2007-11-03T17:42:48-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15569#p15569 <![CDATA[?????????????]]> Statistics: Posted by burger2227 — Sat Nov 03, 2007 5:42 pm


]]>
2007-11-02T23:26:45-05:00 2007-11-02T23:26:45-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15566#p15566 <![CDATA[return from dos screen to window screen]]> Statistics: Posted by Nodtveidt — Fri Nov 02, 2007 11:26 pm


]]>
2007-11-01T23:58:39-05:00 2007-11-01T23:58:39-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15563#p15563 <![CDATA[return from dos screen to window screen]]>
You can't have your cake and minimize too!

Try making your graph using ASCII characters in SCREEN 0 (default).

Statistics: Posted by burger2227 — Thu Nov 01, 2007 11:58 pm


]]>
2007-11-01T03:10:57-05:00 2007-11-01T03:10:57-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15559#p15559 <![CDATA[return from dos screen to window screen]]>
You can go to a window mode if you change to SCREEN 0:


Ted
Indeed in this case the frames can be switched to windows or dos mode by alt-enter. Problem is, however, that the graph disappears.

Statistics: Posted by merallas — Thu Nov 01, 2007 3:10 am


]]>
2007-10-31T17:57:10-05:00 2007-10-31T17:57:10-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15553#p15553 <![CDATA[return from dos screen to window screen]]>
SCREEN 12
CIRCLE (200, 200), 50, 12
SLEEP 'will not allow you to hit Enter without changing mode


SCREEN 0
PRINT "Hit Alt- Enter to window"
DO: LOOP UNTIL INKEY$ = CHR$(27) 'escape exit

But not in the middle of a graphics screen.

Ted

Statistics: Posted by burger2227 — Wed Oct 31, 2007 5:57 pm


]]>
2007-10-31T16:36:05-05:00 2007-10-31T16:36:05-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15550#p15550 <![CDATA[return from dos screen to window screen]]>

Statistics: Posted by BadMrBox — Wed Oct 31, 2007 4:36 pm


]]>
2007-10-31T16:10:56-05:00 2007-10-31T16:10:56-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15548#p15548 <![CDATA[return from dos screen to window screen]]>
Surely your brother would let you try that and verify one way or the other.

All I can say is I have never seen it done.

Maybe your program was an EXE compiled in some other language and capable of running directly under Windows.

Mac

Statistics: Posted by Mac — Wed Oct 31, 2007 4:10 pm


]]>
2007-10-31T15:45:52-05:00 2007-10-31T15:45:52-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15546#p15546 <![CDATA[return from dos screen to window screen]]> Statistics: Posted by Codemss — Wed Oct 31, 2007 3:45 pm


]]>
2007-10-31T12:15:39-05:00 2007-10-31T12:15:39-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15545#p15545 <![CDATA[return from dos screen to window screen]]> Statistics: Posted by MystikShadows — Wed Oct 31, 2007 12:15 pm


]]>
2007-10-31T09:02:24-05:00 2007-10-31T09:02:24-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15544#p15544 <![CDATA[return from dos screen to window screen]]>
You cannot have a running program in SCREEN 13, etc. be also in a small window screen.

I am surprised, however, that you say it disappears. On my system, it simply makes a smaller window and says "Frozen".

Mac

Statistics: Posted by Mac — Wed Oct 31, 2007 9:02 am


]]>
2007-10-31T08:35:26-05:00 2007-10-31T08:35:26-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15543#p15543 <![CDATA[return from dos screen to window screen]]>
Thanks four your quick reply. The key's you mention work well if program is in edit mode, but when in graphic mode the screen dissapears and qbasic looks to be terminated. In my remembering it was also possible to make a graph in the small window screen. But perhaps I am wrong.

Statistics: Posted by merallas — Wed Oct 31, 2007 8:35 am


]]>
2007-10-31T07:17:22-05:00 2007-10-31T07:17:22-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15542#p15542 <![CDATA[return from dos screen to window screen]]>
ALT + Enter (return whatever it's called on your keyboard).

This is a toggle as in press it once it returns to windowed mode, press it again it goes back to full screen mode, etc etc. :-)

Hope this helps.

Statistics: Posted by MystikShadows — Wed Oct 31, 2007 7:17 am


]]>
2007-10-31T05:07:03-05:00 2007-10-31T05:07:03-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=15541#p15541 <![CDATA[return from dos screen to window screen]]> Is there any?

Statistics: Posted by merallas — Wed Oct 31, 2007 5:07 am


]]>