Home | Reviews | GUIpedia | Forum | Fun500
jasonwoodland | Cobra\'s second beta: What do you want in it?[b][color=#000080]The last QB GUI Blog contest GUIs are all coming back to life! What would you like in Cobra Beta Demo 2? All question and ideas will be replied to.[/color][/b] | 2008-07-06 | 10:11 AM |
Brandon | Re:Cobra\'s second beta: What do you want in it?Buttons to open/save in the text editor. GIF or PCX wallpaper because BMPs are too big. A mastermind game? | 2008-07-06 | 10:14 AM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?I'll get other supported backgrounds but I'll have to have GIF, PCX or BMP written into the User's file.
I'll spare up some room for buttons on the bottom of the screen.
I'll need some guide lines for the MasterMind game then it will be confirmed!
Thankyou for responding! | 2008-07-06 | 10:18 AM |
Brandon | Re:Cobra\'s second beta: What do you want in it?Heres my image code to help with other formats.
[i]SUB GUI.Load (FILENAME$, x%, Y%)
IF UCASE$(RIGHT$(FILENAME$, 3)) = "GIF" THEN Future.LoadGIF FILENAME$, x%, Y%
IF UCASE$(RIGHT$(FILENAME$, 3)) = "BMP" THEN Future.LoadBMP FILENAME$, x%, Y%
IF UCASE$(RIGHT$(FILENAME$, 3)) = "PCX" THEN Future.LoadPCX FILENAME$, x%, Y%
END SUB[/i]
Hope it helps. | 2008-07-06 | 10:29 AM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?This will help tones!
Where did you get this code from? ... Or did you write it? :side:
Has Viper got this sub? | 2008-07-06 | 10:43 AM |
Brandon | Re:Cobra\'s second beta: What do you want in it?I wrote it. Its quite simple, it takes the uppercase last 3 letters from a file name and matches them to the right image loader. And yes its right from Vipers code. If you use the Viper SDK you can use it. | 2008-07-06 | 10:48 AM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?Nice. Should I have an Edit program which could change the res and the background? If I need one you could design a layout. | 2008-07-06 | 11:03 AM |
Brandon | Re:Cobra\'s second beta: What do you want in it?Oh a Control Panel would be nice. | 2008-07-06 | 11:23 AM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?Could you give me an ASIC layout of the Control Panel Window? B) Cheers [img size=296]http://qbguiblog.xetaspace.net/images/fbfiles/images/1so.PNG[/img] | 2008-07-06 | 11:38 AM |
Brandon | Re:Cobra\'s second beta: What do you want in it?the one you have there is cool | 2008-07-06 | 11:41 AM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?Cha-Ching! Full screen? then it won't be brain strangling. :blink: :blush: :woohoo: :huh: :X | 2008-07-06 | 11:45 AM |
Brandon | Re:Cobra\'s second beta: What do you want in it?If its full screen a lot of window space would be waisted, so No. | 2008-07-06 | 11:48 AM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?I could have other settings like Startup sound, Theme and mouse sensivitivy? the Desktop file bar has to be longer aswell. There can be settings for that aswell like centering, stretching, standard, disable? | 2008-07-06 | 11:54 AM |
Brandon | Re:Cobra\'s second beta: What do you want in it?Add EVERYTHING! Even adding users and deleting them. | 2008-07-06 | 11:58 AM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?:cheer: Good idea! I'll be right on it when I have slept, lol, it's 2:01 AM Fudge. | 2008-07-06 | 12:01 PM |
MystikShadows | Re:Cobra\'s second beta: What do you want in it?What do I want in it?
A port of the Open Office software. hehe | 2008-07-06 | 1:47 PM |
Brandon | Re:Cobra\'s second beta: What do you want in it?Accually I find Open Office two bloated. Maybe Abiword and Gnumeric? | 2008-07-06 | 2:23 PM |
Todd | Re:Cobra\'s second beta: What do you want in it?I prefer older versions of AbiWord since the newer versions have formatting problems. What I did was take a copy of OpenOffice and remove the bloat and useless stuff from it and now it fits on roughly 100 MB of space. | 2008-07-06 | 4:35 PM |
RetroM | Re:Cobra\'s second beta: What do you want in it?I personally prefer Koffice (In KDE) Its probably almost as big as OOO but its pretty fast and stable and has all the features I need.
I feel sorry for the suckers that insist on using Office 200/XP. ;) | 2008-07-06 | 4:43 PM |
Todd | Re:Cobra\'s second beta: What do you want in it?I hate Office. I had one guy tell me that he couldn't stand M$ Access but I told him about MySQL and how it pretty much never crashed like Access and had more stability and speed. He just said, "Yeah I think I'll stick with Access." :-P People are stupid... | 2008-07-06 | 6:30 PM |
Brandon | Re:Cobra\'s second beta: What do you want in it?R U using Windows, Todd? | 2008-07-06 | 6:32 PM |
Todd | Re:Cobra\'s second beta: What do you want in it?I use whatever works for me. | 2008-07-06 | 6:34 PM |
Brandon | Re:Cobra\'s second beta: What do you want in it?SO YOU ARE IN THE DEVILS OS!! GO TO A PRIEST AND CONFESS YOUR SIN OR BURN IN HELL!!!! MWAHAHAHAHA | 2008-07-06 | 6:38 PM |
Todd | Re:Cobra\'s second beta: What do you want in it?I'll take my chances. Plus with all the racist jokes I tell, I'm going to hell for sure. lol | 2008-07-06 | 6:40 PM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?Todd? Murray? MysticShadows? Could we stay on topic? Cobra can't start until I have programs to add. DOS programs that were made in QBasic. What programs would you like in cobra? Brandon has answered me. | 2008-07-06 | 8:45 PM |
Brandon | Re:Cobra\'s second beta: What do you want in it?Hahahahahahahahahaha, I'm the good little boy!! | 2008-07-06 | 8:51 PM |
Todd | Re:Cobra\'s second beta: What do you want in it?Yeah............................. | 2008-07-06 | 8:54 PM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?Little boy? Last time I checked you were the PC Lord. Lol :silly: | 2008-07-06 | 8:56 PM |
MystikShadows | Re:Cobra\'s second beta: What do you want in it?I'd like to see QBWRITE in there. It was a word processor project with source code available. pretty neat.
I would also like a spreadsheet but I don't remember seeing one in QBasic. | 2008-07-06 | 9:08 PM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?The programs can be made by me. So you're aiming for the buisness sort of GUI are you? | 2008-07-06 | 9:11 PM |
MystikShadows | Re:Cobra\'s second beta: What do you want in it?No, not really. ;)...but if you're gonna have a GUI, it's the type of thing I think people would use alot if they had. | 2008-07-06 | 9:13 PM |
Todd | Re:Cobra\'s second beta: What do you want in it?It should have something like an office like OpenOffice or KOffice. | 2008-07-06 | 9:19 PM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?Touche. could you give an ASIC art picture of how to lay it out or you could find a picture on the net? I'm good at Control Panel layouts but not else.. :pinch: | 2008-07-06 | 9:19 PM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?I had the idea of a Music studio with a music recorder, player and maybe a track layerer.
[img size=150]http://kigon07.googlepages.com/cmp.gif[/img] | 2008-07-07 | 3:05 AM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?More ideas are needed for Cobra. The following are been made:
Wave Player
Text Editor (Load and save(No enter))
Skii game
I appreciate the ideas given but I need more info to make them.;) | 2008-07-09 | 10:19 AM |
Brandon | Re:Cobra\'s second beta: What do you want in it?File Manager? | 2008-07-09 | 10:30 AM |
ysft | Re:Cobra\'s second beta: What do you want in it?I want it to run QBasic windowed. (Its possible) | 2008-07-09 | 2:14 PM |
aguma | Re:Cobra\'s second beta: What do you want in it?how? | 2008-07-09 | 2:15 PM |
ysft | Re:Cobra\'s second beta: What do you want in it?You write your own IDE that looks and works exactly like QBasic, then when the user presses F5, SHELL "BC.EXE temp.bas", or FBC.EXE (freebasic). It would be so usefull for a QB programmer using DOS. | 2008-07-09 | 2:22 PM |
Todd | Re:Cobra\'s second beta: What do you want in it?RCX could write some assembly to have it run within certain boundaries. DESQview/X was a DOS GUI that could run DOS programs inside command prompt-like boxes like in any OS today. | 2008-07-09 | 3:22 PM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?[b]ysft wrote:[/b]
[quote]You write your own IDE that looks and works exactly like QBasic, then when the user presses F5, SHELL "BC.EXE temp.bas", or FBC.EXE (freebasic). It would be so usefull for a QB programmer using DOS.[/quote]
Scrap that idea I was about to write.
You could have used the notepad but I have no scrolling or Enter key ;) Pain | 2008-07-09 | 9:51 PM |
jasonwoodland | Re:Cobra\'s second beta: What do you want in it?I make a mayjor change to The Wave Player and then 'oops!' No ReSetScreen and I hot the F5 instead of Shift + F5
Now I have to do it again:woohoo: | 2008-07-10 | 10:30 AM |
GUIs
2021 Brandon Cornell