[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-12-20T15:56:24-05:00 http://petesqbsite.com/phpBB3/app.php/feed/topic/2506 2007-12-20T15:56:24-05:00 2007-12-20T15:56:24-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16070#p16070 <![CDATA[Announcing Gflux]]>
The console, of course XD.

I dont use pset but it dont seem terrible slow. Maybe you could check out the fb forum and see if there is some asm code to use perhaps.

Statistics: Posted by BadMrBox — Thu Dec 20, 2007 3:56 pm


]]>
2007-12-20T10:10:34-05:00 2007-12-20T10:10:34-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16062#p16062 <![CDATA[Announcing Gflux]]>
SETMOUSE , ,0
to hide the mouse.
The big black box? The background?
line(0,0)-(320,200),4,bf
I guess that does what you want or just PAINT (0, 0), 1, 15 ?.
Thanks. I meant the console though (didn't know that they called it so). I found out that you can hide it with adding -s gui in the command line.

BTW, is there a way to speed up graphics in FB? I mean, a faster way then with PSET? The QB version runs MUCH faster because I used some tricks...
The OUT &H3C8 and &H3C9 works fine...

Statistics: Posted by Codemss — Thu Dec 20, 2007 10:10 am


]]>
2007-12-19T17:30:29-05:00 2007-12-19T17:30:29-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16043#p16043 <![CDATA[Announcing Gflux]]>
SETMOUSE , ,0
to hide the mouse.
The big black box? The background?
line(0,0)-(320,200),4,bf
I guess that does what you want or just PAINT (0, 0), 1, 15 ?.

Statistics: Posted by BadMrBox — Wed Dec 19, 2007 5:30 pm


]]>
2007-12-20T10:08:29-05:00 2007-12-19T15:53:45-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=16037#p16037 <![CDATA[Announcing Gflux]]>
You are making that 256 bit color depth in screen res command :shock:
screenres width,height,[depth],[num_pages],[flag],[refresh_rate]
try giving 60 hz as refresh rate?
Haha, 256 colours I thought :P. Well it works with:
SCREENRES 320, 200, 8, 1, 1, 60
Nice!

Now is there a way to hide that ugly empty black box on the background and to hide the mouse? (want to make a screensaver)

Statistics: Posted by Codemss — Wed Dec 19, 2007 3:53 pm


]]>
2007-12-04T14:36:55-05:00 2007-12-04T14:36:55-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15805#p15805 <![CDATA[Announcing Gflux]]> Statistics: Posted by Codemss — Tue Dec 04, 2007 2:36 pm


]]>
2007-12-04T12:46:59-05:00 2007-12-04T12:46:59-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15799#p15799 <![CDATA[Announcing Gflux]]> Try ScreenRes 320, 240, 8,,GFX_FULLSCREEN

@D.S Sounds great. It's all about fun you know :). If you want to have 256 colors to play with instead of 16 you should try out Relsoft's Rellib. It's a Screen13 library with alot of nice stuff (and it's own pcopy of sorts). It works really great and there is no flicker. You can find it in the librarysection here on this site \o/.

Statistics: Posted by BadMrBox — Tue Dec 04, 2007 12:46 pm


]]>
2007-12-04T04:51:41-05:00 2007-12-04T04:51:41-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15793#p15793 <![CDATA[Announcing Gflux]]>

screenres width,height,[depth],[num_pages],[flag],[refresh_rate]

try giving 60 hz as refresh rate? .... maybe it would work in full screen then...and incidently screen command also has this refresh rate option..

and you need palette command to handle palette in Freebasic

http://www.freebasic.net/wiki/wikka.php ... yPgPalette

and i think freebasic supports out too

http://www.freebasic.net/wiki/wikka.php?wakka=KeyPgOut

but..
Platform Differences:

In the Windows and Linux versions three port numbers (&H3C7, &H3C8, &H3C9) are hooked by the graphics library when a graphics mode is in use to emulate QB's VGA palette handling. This use is deprecated; use Palette to retrieve and set palette colors.

Statistics: Posted by nkk_kan — Tue Dec 04, 2007 4:51 am


]]>
2007-12-03T14:31:32-05:00 2007-12-03T14:31:32-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15787#p15787 <![CDATA[Announcing Gflux]]> Statistics: Posted by D.S — Mon Dec 03, 2007 2:31 pm


]]>
2007-12-03T13:42:00-05:00 2007-12-03T13:42:00-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15785#p15785 <![CDATA[Announcing Gflux]]> (though I know it's probably very simple, I guess it's something like this:
screenres 320, 200, 256
Am I near?)

BTW, How to handle the palette with Freebasic?
Now I think about it, it is possible that I have OUT &H3C8, .... in my code. Could that explain it?

Statistics: Posted by Codemss — Mon Dec 03, 2007 1:42 pm


]]>
2007-12-03T10:03:10-05:00 2007-12-03T10:03:10-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15782#p15782 <![CDATA[Announcing Gflux]]> Statistics: Posted by BadMrBox — Mon Dec 03, 2007 10:03 am


]]>
2007-12-03T09:54:58-05:00 2007-12-03T09:54:58-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15781#p15781 <![CDATA[Announcing Gflux]]> SCREEN 13
(It runs in a window)

But when I use:
SCREEN 13, , , 1
My monitor turns black and 'says': "Cannot display this video mode, change computer display input to 1024x768@60Hz"

Statistics: Posted by Codemss — Mon Dec 03, 2007 9:54 am


]]>
2007-12-02T15:56:15-05:00 2007-12-02T15:56:15-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15767#p15767 <![CDATA[Announcing Gflux]]> Screen 7 and Pcopy works in Freebasic and you could easily switch from Kings keyboard routine to FB's multikey.
What happened when you tried to run FB and it didn't work?

@Codemss
What happens when you try to run fullscreen? It's sounds strange.

Statistics: Posted by BadMrBox — Sun Dec 02, 2007 3:56 pm


]]>
2007-12-02T12:55:31-05:00 2007-12-02T12:55:31-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15765#p15765 <![CDATA[Announcing Gflux]]>
Freebasic is much more for 'modern' programmers who use graphical libraries like OpenGL. A good thing of Freebasic is also that it does supports real-colour modes. One important reason why I don't use Freebasic is that I can't get screenmodes to run fullscreen, and that sucks.

BTW, are you already started with the project, or is it just an idea? I would be very interested in your progress!

Statistics: Posted by Codemss — Sun Dec 02, 2007 12:55 pm


]]>
2007-12-02T11:41:16-05:00 2007-12-02T11:41:16-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15763#p15763 <![CDATA[Announcing Gflux]]> . Sorry guys. If Freebasic can support the code I've already written, I'd be glad to switch (but as I remember, Freebasic wouldn't run on my comp). The problem is, what I've already written uses PCOPY in screen 7 (which freebasic probably doesn't support, I'm guessing) and qb keyboard code by Joe King. If anyone can give me an easy route to switch to Freebasic, I'd be happy. Otherwise, I'm afraid this program, at least, will be in pure qb.

Statistics: Posted by D.S — Sun Dec 02, 2007 11:41 am


]]>
2007-12-02T06:12:32-05:00 2007-12-02T06:12:32-05:00 http://petesqbsite.com/phpBB3/viewtopic.php?p=15759#p15759 <![CDATA[Announcing Gflux]]> , everybody who's smart is coding in Freebasic these days).
Please post some screenshots and/or a demo when you have an engine ready. I am very courious...

Statistics: Posted by Codemss — Sun Dec 02, 2007 6:12 am


]]>