Home | Reviews | GUIpedia | Forum | Fun500
Brandon | Library ObjectsButton
Checkbox
Radiobutton
Window
About Window(Library hould have hard coded function so if key like F10 is pressed then the About window pops up)
Color Selector/Palette
Input/Textbox
Multiline Input
Password Input
File Dialogs
VFS File Dialogs
File...Edit Menus
Image(support for PNG,JPG,GIF,BMP,ICO)
You can thank me for the TODO list Todd. lol | 2008-10-12 | 6:48 PM |
aguma | Re:Library Objects...seems like a lot | 2008-10-12 | 7:22 PM |
Todd | Re:Library Objects[b]Brandon wrote:[/b]
[quote]Button
Checkbox
Radiobutton
Window
About Window(Library hould have hard coded function so if key like F10 is pressed then the About window pops up)
Color Selector/Palette
Input/Textbox
Multiline Input
Password Input
File Dialogs
VFS File Dialogs
File...Edit Menus
Image(support for PNG,JPG,GIF,BMP,ICO)
You can thank me for the TODO list Todd. lol[/quote]
Just don't take ALL the credit. ;) | 2008-10-12 | 7:45 PM |
Brandon | Re:Library ObjectsI don't want credit, I want an OS that doesn't suck! :P | 2008-10-12 | 7:49 PM |
Todd | Re:Library ObjectsAlso, what do you mean by VFS file dialogs?
You mean like Q-Step's VFS? | 2008-10-12 | 8:03 PM |
Brandon | Re:Library ObjectsYeah, dialogs for VFS. its simpler than regualr dialogs, and somethings might want them. | 2008-10-12 | 8:18 PM |
Todd | Re:Library ObjectsAnd what will we be doing, Mr. Brandon? | 2008-10-12 | 8:35 PM |
Brandon | Re:Library Objects[quote]The system will be simple with 2 major components:
-SDK
-Package Manager[/quote]
Notice 2 Major Components. You are making one, and I'm making the other. | 2008-10-12 | 8:47 PM |
Todd | Re:Library ObjectsOkay. I just don't want this to fall apart like "Pheonix". | 2008-10-12 | 8:57 PM |
Brandon | Re:Library ObjectsPheonix, whats that? Anyways, it won't. I don't have any other project right now. | 2008-10-12 | 8:59 PM |
aguma | Re:Library Objects...the phoenix lander didn't fall apart yet, in fact they extended the mission.
lol jk you mean that gui you made with red windows? | 2008-10-12 | 9:18 PM |
Brandon | Re:Library ObjectsYeah, it was my idea and todd did all the work. | 2008-10-12 | 9:20 PM |
Todd | Re:Library Objects[b]aguma wrote:[/b]
[quote]...the phoenix lander didn't fall apart yet, in fact they extended the mission.
lol jk you mean that gui you made with red windows?[/quote]
Nah, not talking about Astronomy in this topic. | 2008-10-12 | 9:28 PM |
Brandon | Re:Library ObjectsHey Todd, do not make Movable windows. And if you have the fuction get rid of it. It just will make it harder on you and developers of apps. Besides, we are making a unitasking GUI what will the window be in the way of? | 2008-10-13 | 1:15 PM |
Todd | Re:Library Objects[b]Brandon wrote:[/b]
[quote]I don't want credit, I want an OS that doesn't suck! :P[/quote]
No movable windows? Well, okay then. | 2008-10-13 | 3:15 PM |
Brandon | Re:Library ObjectsThink about it, if I make a game.
Movable Windows:
I have to draw everything to a buffer(the window) and then draw it. -Uses RAM+Speed
Non Movable WIndows:
I draw right to the screen! | 2008-10-13 | 3:19 PM |
Todd | Re:Library ObjectsWhat's the targeted hardware? Because you talk about Fun500 being able to have transparency and work on a Pentium I so I'm not sure what type of hardware you're aiming at with this GUI. | 2008-10-13 | 3:42 PM |
Brandon | Re:Library ObjectsThere really isn't a target, but the library should run on any 32Bit system. I look at it like we will have "Distros" which will be the packages that one person likes all bundled together for download. It will be 100% modular, everything is just another Package. | 2008-10-13 | 4:16 PM |
Todd | Re:Library ObjectsOkay, I think I see where you're coming from. Have a base OS but everything like the desktop and apps are all installable packages. | 2008-10-13 | 4:35 PM |
Brandon | Re:Library ObjectsYeah. So for the "Wisent-Core" release we will just have the Package Manager and the SDK. Then for "Wisent" every few months we will take the best packaged from the REPO and package them for download.
So we will have a "master distro" that will be "wisent" and anyone can kick their favorite packages to make there own distro.
The "Desktop" will just be an app that is set to run 1st. | 2008-10-13 | 4:43 PM |
ksr | Re:Library ObjectsSounds good to me. Any way I can help? | 2008-10-13 | 6:01 PM |
Brandon | Re:Library ObjectsYeah, make Todd work. And once the SDK is done make apps.
I just installed PHP so I can work on the Server side stuff for the REPO.
BTW: Kyle do you know PHP? | 2008-10-13 | 6:05 PM |
Todd | Re:Library ObjectsMake me work? At least I got something going. Any work on that [b]PACKAGE MANAGER[/b]? Huh? lol
I can do PHP too. I think I can help you out with the package manager too (the online PHP part). | 2008-10-13 | 7:41 PM |
aguma | Re:Library Objectslol | 2008-10-13 | 7:52 PM |
Brandon | Re:Library Objectsone word post? come on Aguma.
Anyways Todd, I've got a start to the On-line REPO, I can make and manager Users. I have a form ready, once my other topic gets replied to I should have the online part done, the client will mainly be done once the SDK is done. | 2008-10-13 | 8:08 PM |
trolly | Re:Library Objectsyou forgot icons pictures in yours standard widget list, a gui is nothing without icons :p | 2008-10-14 | 2:46 PM |
Brandon | Re:Library ObjectsIcons are just images! | 2008-10-14 | 3:58 PM |
Todd | Re:Library ObjectsWe can just make bitmaps and BLoad them in. | 2008-10-14 | 4:25 PM |
trolly | Re:Library Objectsicon are image+text+associated action; not only image.
with an icon you can:
[ul]
[li]clic it[/li][li]select it[/li][li]get the focus on it[/li]
[/ul]
so, the icons need to be managed like any other object like button or textbox | 2008-10-16 | 7:58 AM |
GUIs
2021 Brandon Cornell