World: r3wp
[!RebGUI] A lightweight alternative to VID
older newer | first last |
btiffin 8-Apr-2007 [5765] | Pekr; If this is an open question, and not just to Ashley, I use what I'm given. In that I build apps (not many so far) using the toolkits I see in front of me. I'll definitely retrofit my existing Fire and Rescue Management app with a Menu once the flurry of RebGUI development slows down a bit (and please don't slow down, love the flurry). Unless my systems crash, I spend zero time optimizing, wait I take that back, I try and follow my own style guides while I'm writing. There is the odd backtrack to get a tab panel to line up nicely inside another. Other than fixing glaring visual ugliness, no optimizing. I design with a 'small town business model'. I hand deliver applications. If I go and snag a feature that goes quirky during my initial testing, I dump the widget and look for another. My 0.4.0 build of RebGUI had sticky persistent drop-list's so I used labels and a special requestor. I'm not sure I'll retrofit these. The easier things are out of the box for me, the happier. Give me the tool, describe how it works and I'm satisfied (when it's as elegant as REBOL, RebGUI and RebDB). |
Pekr 8-Apr-2007 [5766] | well, vertical tab - beware - those are not rebgui examples, just external apps - for inspiration :-) |
PeterD 8-Apr-2007 [5767] | Understand, I like the "real estate handling" part of such a widget. Is it http://trac.geekisp.com/rebgui/? |
btiffin 8-Apr-2007 [5768] | I'm using http://svn.geekisp.com/rebgui |
PeterD 8-Apr-2007 [5769] | Pekr, thanks 4 the zip |
Pekr 8-Apr-2007 [5770] | you're welcomed .... |
Robert 9-Apr-2007 [5771] | Petr, well I use one main window, it has one PANE (box) which will have all data-form specific parts. This PANE is changed dynamically depending on the user choice. I hope to have an english demo available of my application that I can provide for download. IMO the concept is quite simple to use, and simple to progam. |
Ashley 9-Apr-2007 [5772] | Build 75 uploaded to SVN. Fixes some problems introduced in build#74 and improves widget documentation. See here for a complete list: http://www.dobeash.com/RebGUI/widgets.htmland also the updated %tour.r Widget and Function Ref tabs. |
Pekr 9-Apr-2007 [5773x3] | now if area could scroll by hiliting by mouse, most "bugs" would be fixed for me :-) Well, not me, it was Bobik who reported it to me, as for me, being keyboard guy - I am ok with ctrl + A :-) |
hmm, maybe drop-list and-edit list could work with keyboard (arrows, scroll wheel) too, but those are all imo minor features missing ... | |
Do you think that it would be possible for tour.r, to include e.g. one tab, showing how focusing works, including buttons? E.g. by default some element would have focus and you would be able to tab-focus between most ui elemetns? | |
PeterD 9-Apr-2007 [5776] | Can I use multiple level sort on a table? If yes how? |
Robert 9-Apr-2007 [5777] | IIRC: No, only one column at the moment. |
Pekr 9-Apr-2007 [5778] | tour.r/functions/request-font, double click some of entries: ** Script Error: action has no refinement called on-dbl-click ** Where: wake-event ** Near: p/parent-face/action/on-dbl-click p/parent-face |
Ashley 9-Apr-2007 [5779] | dbl-click for table & text-list broken by build#74. On the list to fix. |
Ashley 10-Apr-2007 [5780] | Build 76 uploaded. Fixes above problem and includes further documentation improvements. |
PeterD 10-Apr-2007 [5781] | from where can I download ? |
Graham 10-Apr-2007 [5782] | trac.geekisp.com/rebgui |
Pekr 10-Apr-2007 [5783x4] | that does really not help - to anyone :-) |
... and I must laugh, as we still think, that most ppl are able to sort out, what to actually do. That is total mistake, however, and prevents many from even trying rebgui. | |
I even don't remember, how I managed Tortoise to work, at least in semi-automatic mode - choosing files manually, doing "save as" .... | |
isn't it possible to do some automated builds to .zip file? PeterD - I can sedn you new version from time to time .... | |
Graham 10-Apr-2007 [5787x3] | http://trac.geekisp.com/rebgui/browser/get-rebgui.r?format=raw |
Download and run this script .. it downloads it all for you. | |
Or, spend 10 mins learning how to use SVN and join the rest of us. | |
Pekr 10-Apr-2007 [5790x4] | that works for small group - other than that - it is not simply constructive aproach ... |
I can't imagine sourceforge would not offer package downloads - that aproach simply sucks | |
well, I will package it for PeterD once again and send it to him ... | |
noone should be forced to use some stupid helper tools suited for developers. We've got some users interested in RebGUI, not SVN gurus ... | |
Graham 10-Apr-2007 [5794x4] | For those who are not developers, Ashley offers a download on his site. |
the SVN site is for those contributing to the sourcecode | |
Where do I get it? Just click the 'RebGUI' icon (under REBOL Demos) in the REBOL/View Viewtop (which can be started by typing desktop at the console). | |
If that is too hard ... well, I think someone has a problem. | |
Pekr 10-Apr-2007 [5798x6] | that crashed on me few days ago - going to try ... |
works here. Must be some problem with my new Vista notebook then .... | |
Also - did not know new betas are posted. So - please accept my apology. PeterD - you can download nearly new builds from the website directly. It was just in the past, that website contained xy incarnation older builds ... | |
would anyone agree to make following the default rebgui coloring/look? Basically to achieve this it is very easy: 1) set 'over to sky 2) change rounding to 1 3) set window color to wather 4) set effect to: gradient 1x1 white water http://www.xidys.com/new-rebgui-default-look.jpg I would call it "white water skin" :-) | |
it also somehow reflects rebgui website coloring. But I think the look is upon each of us. It is just that it looks better to me than default look ... | |
Ashley - just small tip - look at ui.dat. There are new lines before the closing bracket, imo those are not necessary. That is just cosmetic issue, but it could make ui.dat source more readable ... also each "make object! ..." could start on new line ... | |
Henrik 10-Apr-2007 [5804] | pekr, I don't like that gradient at all :-) It's too strong and not symmetric. |
Ashley 10-Apr-2007 [5805] | Note that the easiest way to grab the latest SVN build (without using any client s/w) is via a simple REBOL script like this: write %rebgui.r read http://trac.geekisp.com/rebgui/browser/rebgui.r?format=raw write %tour.r read http://trac.geekisp.com/rebgui/browser/tour.r?format=raw %rebgui.r (the complete merged distribution sans %tour.r) is now regenerated and uploaded every build. |
PeterD 10-Apr-2007 [5806x2] | Pekr,Graham,Henrik,Ashley, all of you, Thanks for your help and interest. Everything is sooo new and there is a lot of it. I am to "new" to help with the development part, however I can play and test. Just want to make sure I use the "latest and greatest" I used to download from Ashley's site until I realized that I'm 2-3 build behind. I will RebolAutomize thinhs as I go and hopefully catch up with you. Best regards A newly Rebolized Peter |
Any of you gurus feels a need for a multi-level-sort-table ? I need one and hopefully I'm not alone ! I have a lot of data with a lot of same values in some columns, no simple sort will do what I need. For right now a simple hard coded: first by Col1, than by Col2 and so forth will do. A more elegant and flexible [sort-definition] can follow later. Cheers | |
btiffin 10-Apr-2007 [5808x3] | In the meanwhile check Cesar's %multple-key-sort.r in the rebol.org library. http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=multiple-key-sort.r |
Ashley; Build 74 >> do %rebgui.r >> q Segmentation fault Debian Linux, rebview 2.7.5 | |
A little more >>echo %trace.txt >>trace on >>do %rebgui.r >>echo none Trace: echo (word) Trace: none (word) Trace: if (word) Trace: port? (word) Trace: system/ports/echo (path) Result: true (logic) Trace: [ close system/ports/echo system/ports/echo: none ] (block) Trace: close (word) Trace: system/ports/echo (path) REBOL Internal Error: Stack overflow Program terminated abnormally. This should never happen. Contact www.REBOL.com with details. | |
Ashley 11-Apr-2007 [5811] | Can't reproduce that under Win or Mac. Does the error occur if you 'do another script and quit (i.e. is it dependent on loading %rebgui.r)? Failing that, try commenting out the third last line of %rebgui.r (system/view/face/feel: none) and see if that changes things. |
Pekr 11-Apr-2007 [5812x3] | Henrik - gradient being assymetric is what I like. Well, the only one trouble for me is small visual "defect", where buttons don't look too good on dark background, because they miss more concrete border. I wonder if it would look good, if buttons shared default widget border? Well, probably not :-) |
But - visual look is area for customisation for anyone. However - I showed mine adapted default look to 3 ppl - 1 PC admin, 1 web designer, one reboller, and most agreed that the difference (using mild blue colors and grays, non-rounded shaping of tabs) is some 30% of feel to them :-) | |
hehe, just tried to make button and table tabbable, got following error - imo because of table :-) | |
older newer | first last |