Home | Reviews | GUIpedia | Forum | Fun500
trolly | My new Gui: Q-StepHi,
I'm working on a 2nd Gui (in screen 12)
like Ondin, it's based on a core library... so i could easy port apps from the first gui to the new one.
There wil not be complete windowing system (window are only drawed, they can not be moved) because i dont want to have multitasking system.
The Gui as nice functions like dithering (for transparent window).
You can configure the gui on the fly (without restarting the gui) and activate/unactivate transparency.
The system is architectured around run-times modules
(drawing window, dialog box, files dialogs, icons dialogs) are separate exes that are launched wen needed.
[url=http://cid-d0e77b5894c53160.skydrive.live.com/browse.aspx/Q-Step?view=thumbs]you can see somme screen shot here[/url] | 2008-09-28 | 10:54 PM |
Todd | Re:My new Gui: Q-StepLooks very neat, trolly! Keep up the good work! Q-Step looks like it'll be another good GUI. | 2008-09-28 | 11:17 PM |
trolly | Re:My new Gui: Q-Stepdownload [file name=Q_Step.zip size=1029931]http://theguiblog.com/images/fbfiles/files/Q_Step.zip[/file] | 2008-09-28 | 11:49 PM |
ksr | Re:My new Gui: Q-StepNice, the "transparency" is always a nice touch.
I only found one tiny error while testing it - when I ran edit.com from the "Dos Progs" tab, and then exited, I got a (QB ) error about an incorrect path and the GUI terminated. The problem doesn't occur when you run it from C:Q-Step however, so it just looks like you've got an absolute path in there somewhere. | 2008-09-29 | 12:44 PM |
Brandon | Re:My new Gui: Q-StepLooks good, I'll try it later. | 2008-09-29 | 1:51 PM |
trolly | Re:My new Gui: Q-Stepif you install q-step on another directory, you must update "rootpath" in "datagui.ini" with the value of yours install path | 2008-09-29 | 4:28 PM |
Brandon | Re:My new Gui: Q-StepOverall, not bad. Its basically your last GUI with a little English and a better screen mode. It seems to have a lot of potential.
BTW: You have 12 posts now, maybe you should get a cool avatar? | 2008-09-29 | 4:45 PM |
jasonwoodland | Re:My new Gui: Q-StepVery good! I like the semi transparency that's fast and the start up! It's also easy to understand how to add, remove icons and tabs. I couldn't stop playing those games as well. | 2008-09-29 | 6:33 PM |
aguma | Re:My new Gui: Q-Stepone word: AWESOME! :laugh: Keep up the good work! | 2008-09-29 | 6:41 PM |
trolly | Re:My new Gui: Q-StepNew Version with install programm
[file name=qstep.rar size=1029446]http://i5e3ba.bay.livefilestore.com/y1paOUinm5nJHLUpw3mYHR7wFsoz5Ln126BHtqWQa5W65zYHO8DBsWa7AhvnNUg1hJs3vhSJLsb6XI/qstep.rar?download[/file] | 2008-09-29 | 9:41 PM |
trolly | Re:My new Gui: Q-StepAnd source code [file name=srcs.zip size=97410]http://i5e3ba.bay.livefilestore.com/y1pJapdTya7StaaB_IoOpdn3iY22HLSKwV7CmOzXDC-4QELr8inOeK23vHQ9M4BL8F57mbqdIHFYroxCh__j2vQ9A/srcs.zip?download[/file] | 2008-09-29 | 9:42 PM |
aguma | Re:My new Gui: Q-Stepcan you give me a zip? it doesn't like rars. | 2008-09-30 | 5:56 PM |
Brandon | Re:My new Gui: Q-StepThats what she said. | 2008-09-30 | 6:01 PM |
trolly | Re:My new Gui: Q-Stepokey, there is the zip file [file name=qstep.zip size=1077919]http://theguiblog.com/images/fbfiles/files/qstep.zip[/file] | 2008-09-30 | 6:29 PM |
Todd | Re:My new Gui: Q-Step[b]aguma wrote:[/b]
[quote]can you give me a zip? it doesn't like rars.[/quote]
[img size=350]http://www.sixbynine.net/filequick/118-d[/img] | 2008-09-30 | 7:11 PM |
Brandon | Re:My new Gui: Q-StepI dunno what to say. | 2008-09-30 | 7:14 PM |
jasonwoodland | Re:My new Gui: Q-Step:huh: Fatal Error
(I agree with Brandon) | 2008-09-30 | 7:26 PM |
trolly | Re:My new Gui: Q-Stepfatal error? what's the error? | 2008-09-30 | 8:39 PM |
jasonwoodland | Re:My new Gui: Q-StepTodd's message was the fatal error, it didn't make sence. | 2008-09-30 | 8:44 PM |
Todd | Re:My new Gui: Q-StepThat's my enthusiastic picture for WinRAR. RAR means "Roshal ARchive" since the guy who made it is Eugene Roshal. | 2008-09-30 | 9:30 PM |
| Re:My new Gui: Q-StepI understand, my fatal error magically dissapeared :woohoo: | 2008-10-01 | 1:27 AM |
trolly | Re:My new Gui: Q-StepNew version:
changes:
[ul]
[li][color=#FF0000]primitive text editor[/color],[/li][li]floppy format utility,[/li][li]VFS layer(virtual file system) integrated in the apps;[/li][/ul]
[color=#008000]
VFS is a new system for managing user documents and folders. It works like a database to which you can make requests to add/delete/move/read files or directories. [color=#FF0000]All VFS Directories are virtual and all VFS files is stored in the "vfs cache" (directorie that contain the fs data)[/color]. With this system you can handle files names with up to 50 characters.[/color] [file name=qstep-6307a4559f171161522e0d7c1b93787c.zip size=1233636]http://theguiblog.com/images/fbfiles/files/qstep-6307a4559f171161522e0d7c1b93787c.zip[/file] | 2008-10-02 | 5:06 PM |
ksr | Re:My new Gui: Q-StepNice work! | 2008-10-02 | 5:22 PM |
trolly | Re:My new Gui: Q-Stepbugfixes in the text editor
[file name=qstep1_5.zip size=1331147]http://theguiblog.com/images/fbfiles/files/qstep1_5.zip[/file] | 2008-10-02 | 9:30 PM |
trolly | Re:My new Gui: Q-Stepbugfixes in the text editor [file name=qstep-173a856930bfb47e64399a6c3663c9ca.zip size=0]http://theguiblog.com/images/fbfiles/files/qstep-173a856930bfb47e64399a6c3663c9ca.zip[/file] | 2008-10-02 | 9:34 PM |
Brandon | Re:My new Gui: Q-StepAll these uploads aren't gonna be great for my server. Maybe if you have two in a row like that you could go me a favor and delete the first one then post the second, that way there i only 1 file?
BTW: I don't think your second one uploaded right. | 2008-10-03 | 6:40 AM |
Todd | Re:My new Gui: Q-StepYou can upload here: http://filespace.sixbynine.net/
and here: http://www.sixbynine.net/filequick/ | 2008-10-03 | 1:08 PM |
Brandon | Re:My new Gui: Q-StepFeel free tp upload here,I'm just saying please don't waste. (It really doesn't matter I get like 300GB of bandwidth) | 2008-10-03 | 2:11 PM |
trolly | Re:My new Gui: Q-StepHi,
I've worked on a nice function : sticky
with sticky the user can add/delete post-it on the desktop
with the menu, you can show/hide edit delete the post-its (the "sticks")
[img size=640]http://theguiblog.com/images/fbfiles/images/sticky.JPG[/img] | 2008-10-03 | 8:12 PM |
Brandon | Re:My new Gui: Q-StepSweet, neat idea. | 2008-10-03 | 8:15 PM |
Todd | Re:My new Gui: Q-StepThat's very neat! It reminds me of how you can do that in KDE. But this looks better than KDE's post-it program. | 2008-10-03 | 9:10 PM |
Brandon | Re:My new Gui: Q-StepMac OS, GNOME (I think), and XFCE also have stick programs. Jacob made one Windows in VB at one point. | 2008-10-03 | 9:20 PM |
Todd | Re:My new Gui: Q-StepYeah I don't use them too much anyway. I just find them annoying after a while. Still it's a neat feature. I know lots of OSes are evolving into the "widget-powered" desktops of tomorrow. ;) | 2008-10-03 | 9:24 PM |
Brandon | Re:My new Gui: Q-StepDesktop cluter is bad, just so everyone knows. | 2008-10-03 | 9:33 PM |
Todd | Re:My new Gui: Q-StepThat's why I can't stand it when someone who doesn't know how to use a computer loads up their computer with all these stupid widgets running in the background and when they open Internet Exploder, it's got like 5 toolbars loaded up in the window. :P | 2008-10-04 | 12:18 AM |
jasonwoodland | Re:My new Gui: Q-StepI don't have nothing on my desktop, only a Picture :laugh: | 2008-10-04 | 3:45 AM |
ksr | Re:My new Gui: Q-StepIt's weird - my Windows desktop is full of icons, but my Linux desktop has barely anything on it (just various partitions) - so the few widgets I do have (just a clock, calendar and CPU/RAM usage) seem less out of place.
I don't like GNOME's "Tomboy Notes" though - they're powerful, but overly so for what they are. Sticky-type widgets should be simple and elegant. | 2008-10-04 | 6:01 AM |
Brandon | Re:My new Gui: Q-StepI find my desktop like Kyle says. In Windows the desktop is all important (Porbably because the start menu is full of shit), were as in Linux its not used much. I might have a few files for easy access and Conky System Resource Monitor but thats it. | 2008-10-04 | 9:10 AM |
jasonwoodland | Re:My new Gui: Q-StepI organize the start menu and then all the stuff behind the cover is all out of place, lol. | 2008-10-04 | 9:39 AM |
Todd | Re:My new Gui: Q-StepI rarely use anything on the Start menu except "Run..." | 2008-10-04 | 10:33 AM |
jasonwoodland | Re:My new Gui: Q-StepThat's the most used icon on my start bar to! | 2008-10-04 | 7:31 PM |
trolly | Re:My new Gui: Q-Step: A Spread Sheet for my Gui!Hey,
news: i worked for a Little SpreadSheet for my gui:
MINITAB
[img size=640]http://theguiblog.com/images/fbfiles/images/minitab.jpg[/img] | 2008-10-04 | 9:37 PM |
jasonwoodland | Re:My new Gui: Q-StepGood idea! are they resizabel? | 2008-10-05 | 1:26 AM |
Brandon | Re:My new Gui: Q-StepDoes it do maths? | 2008-10-05 | 7:42 AM |
trolly | Re:My new Gui: Q-Stepit's not resizable,....
and it can do math | 2008-10-05 | 11:27 AM |
Brandon | Re:My new Gui: Q-StepCan you slow down? Its a few months before GUI Awards and I need time to catch up. :P | 2008-10-05 | 12:00 PM |
Todd | Re:My new Gui: Q-Steplol You're making us look bad, trolly! lol ;) j/k | 2008-10-05 | 12:45 PM |
Brandon | Re:My new Gui: Q-StepTodd no offense, but Murray makes you look bad, and he has 10 posts here!! :P | 2008-10-05 | 12:52 PM |
Todd | Re:My new Gui: Q-StepBut Murray's never on! | 2008-10-05 | 1:20 PM |
Brandon | Re:My new Gui: Q-StepHes released in the last year, and is on AIM every weekend. He just doesn't post here because his Internet is so slow.
BTW: He'd probably like to chat with you on AIM sometime. | 2008-10-05 | 2:05 PM |
trolly | Re:My new Gui: Q-Stepwho's murray? | 2008-10-05 | 2:09 PM |
Todd | Re:My new Gui: Q-Step[b]Brandon wrote:[/b]
[quote]Hes released in the last year, and is on AIM every weekend. He just doesn't post here because his Internet is so slow.
BTW: He'd probably like to chat with you on AIM sometime.[/quote]
That's true. I'm still trying to convert my old GUI library to FB and get it working and then work from there. I'll use it as a beginning framework.
College keeps me pretty busy. I have an Astronomy exam tomorrow, Computer Ethics exam Thursday, and regular studying in-between. My weekends are usually my times to just relax and not do so much work. | 2008-10-05 | 2:19 PM |
Brandon | Re:My new Gui: Q-Steplol, and in high school for the last 3 years your excuse was...? Anyways It should be an easy port. I like to use "-lang deprecated" because it lets me use more QB like Code.
trolly: Murray is a GUI coder. | 2008-10-05 | 2:34 PM |
Todd | Re:My new Gui: Q-StepThe past 3 years I was working on developing programming languages and PHP scripts.
Yeah I know the "-lang deprecated" switch will do the trick but I'm referring to the mouse routines: they're for QB 4.5 but since FB has built-in mouse routines, I'll convert it over. | 2008-10-05 | 3:13 PM |
Brandon | Re:My new Gui: Q-StepYeah it should take like 2 mins. Jacob Converted an early Fun500 2 BETA in a week. | 2008-10-05 | 3:18 PM |
Brandon | Reviewed:My new Gui: Q-StepCheck out my review in the reviews page on this site. | 2008-10-05 | 6:12 PM |
trolly | Re:My new Gui: Q-Step : new killer feature in vfsHi,
I worked the whole night to develop a new app for my gui:[b]VFS MANAGMENT TERMINAL[/b]
This utility is like a normal console, but it's used to manage the virtual file system and only that. with it, you can:
[ul]
[li]create directories[/li][li]remove directories[/li][li]move (rename) directories[/li]
[li]remove files[/li][li]move (rename) files[/li] [li]import files from the real file system[/li]
[li] list the directoires name[/li][li]list the files from a directorie[/li][li]list the files from a given classe (type)[/li]
[/ul]
but's not all:
i've added [b]THE KILLER FEATURE[/b] to VFS.
With the managment terminal, you can make [b]backup from the whole vfs[/b] with two easy commands (backup, and restore).
at last, must say that the managment console is abble to read batch file to send command automaticaly (the batch file is a simple texte file, wich contain the commands you would type)
[img size=640]http://theguiblog.com/images/fbfiles/images/vfscon.jpg[/img]
you can test it by [url=http://www.q-step.theguiblog.com]Download Q-Step from my site[/url] | 2008-10-07 | 2:03 AM |
Brandon | Re:My new Gui: Q-Step : new killer feature in vfsCould you do something so I can tell one release for the next? Maybe like a compile number or something? Because I reviewed what was called 1.0 and now this is? | 2008-10-07 | 6:48 AM |
trolly | Re:My new Gui: Q-Stepit's the 1.0 too,
i've only added a program, not modified the system, there a no sence to give it a new version number. but i can give it the number 1.1 | 2008-10-07 | 8:07 AM |
Brandon | Re:My new Gui: Q-StepI see. But It could be confusing if I review it and it has programs, and then someone tries it and it has other ones. | 2008-10-07 | 1:38 PM |
trolly | Re:My new Gui: Q-Stepok, i unterstand,
but do not make a new review of my gui to fast... wait | 2008-10-07 | 1:51 PM |
ksr | Re:My new Gui: Q-StepI like this a lot. | 2008-10-07 | 2:41 PM |
Todd | Re:My new Gui: Q-StepThis is amazing! Then just backup that file to a disk and you've got a nice archive of work backed up. | 2008-10-07 | 3:26 PM |
Brandon | Re:My new Gui: Q-Step3 words: Codename Pink Wins. | 2008-10-07 | 4:00 PM |
Todd | Re:My new Gui: Q-StepLet's kick the tires and light the fires! ;) | 2008-10-07 | 4:57 PM |
Brandon | Re:My new Gui: Q-StepDude, I'm like in a bad mood right now, I'm so crazy I might ditch the computer world as we know it for DOS and my GUI. | 2008-10-07 | 5:16 PM |
Todd | Re:My new Gui: Q-StepWhy? What's happening? | 2008-10-07 | 6:11 PM |
Brandon | Re:My new Gui: Q-StepLots oh homework, my brothers an ass, high school drama, all sorts of shit. I get home after the 3hr bus ride and want to work on Fun500 for a while but SUSE has no FB or IDE, so I finally get ticked enought to use puppy, even though I was dissapointed (pissed) they still don't have smp support. | 2008-10-07 | 6:48 PM |
Todd | Re:My new Gui: Q-StepWe all have shitty days now and again. Tomorrow will probably be better. | 2008-10-07 | 6:57 PM |
Brandon | Re:My new Gui: Q-StepI hope so, I have a study hall, so I shouldn't have homework. And hopefully this freshman (girl) I kind of like will be at school so I can make a fool of myself! :P Anyways because I won't have homework, I will be able to start work on Pink. | 2008-10-07 | 7:10 PM |
Todd | Re:My new Gui: Q-StepDamn you! lol I've got an exam to study for which will be like hell (at least that's what some of my friends said when they took it in the other section)! It's Computer Ethics but it never talks about computers at all. It just talks about things that circulate around them and how porn is evil. lol | 2008-10-07 | 7:12 PM |
Brandon | Re:My new Gui: Q-StepP0rn evil? why? | 2008-10-07 | 7:20 PM |
Todd | Re:My new Gui: Q-StepThe book said that it's not liked by everyone. :(
And the only thing worse than porn is [b]CP[/b]. | 2008-10-07 | 7:39 PM |
Brandon | Re:My new Gui: Q-StepWTF is CP? Anyways I'm reading the Hobbit, everone else here has read it right? | 2008-10-07 | 7:42 PM |
jasonwoodland | Re:My new Gui: Q-StepWhat has CP, Porn and the Hobbit got to do with Q-Step? :laugh: | 2008-10-09 | 1:49 AM |
Brandon | Re:My new Gui: Q-StepIf someone made sure you were on topic all the time, they'd have more posts than me! | 2008-10-09 | 4:08 PM |
Todd | Re:My new Gui: Q-StepPost #1: Get on topic.
lol jk
I think it should be okay to get a little off-topic but just as long as it doesn't become the main reason for the topic. We all get a little side-tracked. | 2008-10-09 | 4:56 PM |
jasonwoodland | Re:My new Gui: Q-Stepmmk, ive heard otherwise in the past.:dry: | 2008-10-10 | 6:02 PM |
GUIs
2021 Brandon Cornell