Home | Reviews | GUIpedia | Forum | Fun500


trollywork in progrss for my new project
Hi, there is a first screenshot of my new project. It's not a gui, it's my future "Comunity Platform" client. since i could not use Qbasic with Win7, i decided to use FreeBasic. Finaly, i prefer FreeBASIC: i dont need to use extra lib for true color graphics, mouses, etc..., i could define biger array, and the more convenient thing is that the shell is done in background => so there is no flickering when i use wget or curl. Ive designed my APP in a signle executable file, wich include the "login" and "register" parts. It also include all the modules. Modules are programmed in OOP style. the interface define a minimal set of method wich are used by the system class (Reload,Unload,Manage and Redraw). if i wand to add a module, i simply : [ul][li]create a new file and write the class code[/li][li]include this file in the system source code[/li][li]define a new variables with the new class type[/li][li]add some lignes in "select case" located in [System.manage, System.Redraw and System.Switchapp][/li][/ul] the attached image show you the qml browser that i've ported to this app [img size=872]http://theguiblog.com/images/fbfiles/images/Capture.JPG[/img]
2009-11-185:45 PM

jasonwoodlandRe:work in progrss for my new project
cool! when will it be released? looks great :)
2009-11-1912:34 AM

trollyRe:work in progrss for my new project
i've finished the mail client module. It use an embedded QmlBrowser to display the message (with formated text!!!) QML file is generated by the server, which scans each line and displays a "$"befor the line if no command is found, or a unchanged line if it encounters a QML' command. look my screen shot [img size=815]http://theguiblog.com/images/fbfiles/images/mailreader.jpg[/img]
2009-11-197:27 PM

trollyRe:work in progrss for my new project
and there is the writer part [img]http://q-step.theguiblog.com/images/mailwriter.jpg[/img]
2009-11-197:28 PM

SonicBritRe:work in progrss for my new project
in the writer you should add some buttons so it will insert the qml for you?
2009-11-199:32 PM

trollyRe:work in progrss for my new project
[b]sonicbrit wrote:[/b] [quote]in the writer you should add some buttons so it will insert the qml for you?[/quote] Hum... why not, it's a good idea, i'll add it in the next release. For now, there is an Alpha release available [url=http://q-step.theguiblog.com/community/Download/Community.zip]there[/url] in this release, you can [ul][li]Register[/li][li]LOGIN[/li][li]Send and see Post-its[/li][li]Read and Write Email[/li][li]Chat[/li][li]Browse in the quickspace (with the qml browser[/li][/ul] try it, any suggestion are welcome
2009-11-1910:46 PM

trollyRe:work in progrss for my new project
the app work also well in linux to use it, you need to install [ul][li]curl[/li][li]libx11[/li][li]libncurses[/li][li]libxrandr[/li][li]libxrender[/li][/ul] [url=http://q-step.theguiblog.com/community/Download/community_win.zip]windows version[/url] [url=http://q-step.theguiblog.com/community/Download/community_lin.tar.gz]Linux version[/url]
2009-11-206:58 AM

SonicBritRe:work in progrss for my new project
Nice, I tested the windows version
2009-11-2012:28 PM

trollyRe: project update
the (big) app has now a "Whiteboard" everybody can draw pictures, and the peers could see the changes in it in a short delay (5-10 sec) http://q-step.theguiblog.com/community/download/community_win.zip
2009-11-235:35 PM

GUIs


2021 Brandon Cornell