Home | Reviews | GUIpedia | Forum | Fun500
Brandon | Fun500 4 \"Hawkeye\" Windowing Demo 1I thought it was about time to show all of you why I'm in charge so heres a little demo to make you drool.
Images tell a thousand words but the Demo tells more.
[file name=F4_WD1-034d01246f527d57738b7f5b60b18eb7.zip size=554403]http://qbguiblog.xetaspace.net/images/fbfiles/files/F4_WD1-034d01246f527d57738b7f5b60b18eb7.zip[/file] | 2008-07-10 | 4:27 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1how do you run it?
nvm i found out how to run it but its a bit slow | 2008-07-10 | 4:28 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1What are you running with? I works fine for me. | 2008-07-10 | 4:31 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1im using dosbox cause it wouldnt work on windows. | 2008-07-10 | 4:32 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1It could also be your graphics card. FB sometimes doesn't seem to like systems without graphics memory. | 2008-07-10 | 4:36 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1oh. hmm... | 2008-07-10 | 4:37 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1DOSBox runs at 2000 cycles default Thats slower than a 486! Try it at 30,000 cycles at it will be better(To add more cycles use Ctrl+F12)
What do you think Todd? | 2008-07-10 | 4:38 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1i set the config file so it runs at 25000 cycles, but it's still a bit slow. | 2008-07-10 | 4:39 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Yeah, its not really optimized. | 2008-07-10 | 4:41 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1AWESOME!! It needs controls though. I like how you have it transparently fade out near the top. Also, why is "M*A*S*H" the background? | 2008-07-10 | 4:45 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Where do you think "Hawkeye" came from? Its just an early demo to show you all up, thats why there is not controls yet. | 2008-07-10 | 4:52 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Ahh.... | 2008-07-10 | 4:54 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Well for fun I "TODDMODD"ed the demo.
[img size=640]http://qbguiblog.xetaspace.net/images/fbfiles/images/Todd_WM.png[/img]
Heres what you need to do it:
Overwrite the TEST.BMP with this image: http://www.abm-enterprises.net/fractal-art/red-pink-wallpaper.jpg
And change the PREFS.TXT to say:
[i]255,192,203
3[/i] | 2008-07-10 | 6:29 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1"TODDMODD"ed? | 2008-07-10 | 6:36 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1TODDMODD: A term used by GUI coders to say that they have made there GUI pink. Although origins are not exactly known, the Pink WinXP theme in Fun500 GUI 2 was called "Todd" at one time, and in RMOS, typing TODDMODD at the desktop turns the wallpaper pink. | 2008-07-10 | 6:40 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1So my name is associated with the color pink? | 2008-07-10 | 6:42 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Essentially.
Did you try the Mod? It looks cool. | 2008-07-10 | 6:44 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Not yet. I will. | 2008-07-10 | 6:51 PM |
rCX | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Looks good so far and runs well in DOS. | 2008-07-10 | 10:34 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1If only the damn contest would let me enter! | 2008-07-10 | 10:36 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1I just optimized some! I tested at 20,000 cycles in DOS Box and it seemed more usable. | 2008-07-11 | 1:11 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1nice | 2008-07-11 | 2:03 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1how did you get the windows to be semi-transparent? | 2008-07-11 | 2:35 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1I used FreeBASIC, I dunno how to do it in QB. | 2008-07-11 | 2:44 PM |
RetroM | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1I wrote code to do transparency in QB with the future.lib but it's rather slow. | 2008-07-11 | 4:25 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1could I have it to see how to do it? | 2008-07-11 | 4:39 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1oh finally now it goes to the next page! | 2008-07-11 | 4:42 PM |
RetroM | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Here's my code:
FOR X% = 100 TO 300
FOR Y% = 100 TO 300
Color2RGB Future.POINT(X%, Y%), r2%, g2%, b2%
Future.PSET X%, Y%, RGB2Color(50, 50, b2%)
NEXT Y%
NEXT X%
This should create a transparent blue square over whatever graphics are there. | 2008-07-11 | 4:45 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1everyone clap for murray | 2008-07-11 | 5:03 PM |
RetroM | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Do you have to make gay comments all the time? | 2008-07-11 | 5:14 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1It's his orientation. | 2008-07-11 | 9:02 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1I'm strait any gay talk and you're banned. | 2008-07-11 | 9:17 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1So you say I'm gay but flip out when anyone says it about you? You gotta come out of the closet some time... lol | 2008-07-11 | 9:21 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Do you want to be banned? NO GAY TALK! | 2008-07-11 | 9:22 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Fine but stop saying I'm gay! | 2008-07-11 | 9:25 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Thats included in the NO GAY TALK! | 2008-07-11 | 9:26 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Okay. No gay talk FROM ANYONE. | 2008-07-11 | 9:27 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1I'm the sheriff in these parts! NOT you! | 2008-07-11 | 9:45 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Just don't get shot. | 2008-07-11 | 10:01 PM |
jasonwoodland | Re:Fun500 4[b]Brandon wrote:[/b]
[quote]DOSBox runs at 2000 cycles default Thats slower than a 486! Try it at 30,000 cycles at it will be better(To add more cycles use Ctrl+F12)
What do you think Todd?[/quote]
Is there a way to get rid of the whole delay?
I only use DOSBox so I can use other than Screen 0 | 2008-07-20 | 4:17 AM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1sorry but there isnt any way that i know of. | 2008-07-20 | 2:15 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1DOSBox is a full PC emulator. Thats why it does slower. In Linux DOSEMU seems faster, but in Windows XP you're stuck with DOSBOX. If you really want a good GUI Making/Testing machine, then I would suggest Windows 98SE, but keep it off-line, also I would install DOSBox on it so you can slow things down. (Yes I just described my current development machine.) | 2008-07-20 | 2:47 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Is there a better emulator for windows? | 2008-07-20 | 3:23 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1I just reconfigure DOSBox so it runs like it's on crack. | 2008-07-20 | 3:40 PM |
aguma | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1how? | 2008-07-20 | 4:45 PM |
jasonwoodland | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Crack, lol. How? | 2008-07-20 | 5:53 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1todds on crack so everything is like crack to him. :P | 2008-07-20 | 5:53 PM |
Todd | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1And Brandon's on pot so that's why he puts funky colors all over his apps. lol
Anyway, here's the CPU configuration I put in for DOSBox:
[code]core=simple
cycles=50050
cycleup=500
cycledown=20[/code] | 2008-07-20 | 6:10 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1why 50050? 64000 is much more round. On slow CPUs 50000 would be to much for DOSBox. | 2008-07-20 | 6:13 PM |
ksr | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1Looks nice, but your sorting is faulty - in certain situations, bringing a window to the foreground brings with it another window.
Also, could you put 'sleep 1' at the end of your loop? When running the demo in Windows, it seems to use 100% of the CPU (adding this line solves this). | 2008-07-20 | 7:04 PM |
Brandon | Re:Fun500 4 \"Hawkeye\" Windowing Demo 1The code is going anyways. Im using the old 3.0 base and using some ideas from this. I'm pretty sure it has the sleep 1 in there. I need to dig up your old comments on 3 on the archives to see if I can implement any of it. | 2008-07-20 | 7:26 PM |
GUIs
2021 Brandon Cornell