World: r3wp
[!RebGUI] A lightweight alternative to VID
older newer | first last |
Claude 26-Oct-2008 [7815x2] | re i find something to do it ;-) |
panel-1: copy [[ text "coucou" ]] do compose/deep [ display rejoin ["test (build#" ctx-rebgui/build ")"] [ tab-panel #LVHW data [ "Bienvenue" [ title-group %./images/setup.png data "bienvenue" ] "panel 1" (panel-1) "panel 2" [ ] ] ] ] do-events | |
shadwolf 28-Oct-2008 [7817x2] | félicitations ^^ |
le copy sert a rien ... mais a part ca ca va | |
Graham 3-Nov-2008 [7819x4] | I'm getting this error .. not sure why, perhaps faulty data make object! [ code: 312 type: 'script id: 'cannot-use arg1: 'path arg2: 'none! arg3: none near: [either any [find options 'multi parent-face/type = 'table] [ all [rows = length? picked return data] blk: copy [] either cols = 1 [ foreach row picked [insert tail blk pick data row] ] [ foreach row picked [ repeat col cols [ insert tail blk pick data -1 + row * cols + col ] ] ] blk ] [ blk: pick data first picked ]] where: 'selected ] |
The trac is reporting an internal server error :( | |
Oh well, I just added some trapping to rebgui-widgets.r selected: make function! [/local blk] [ if empty? picked [return none] ; are any rows selected? either any [find options 'multi all [ value? 'parent-face parent-face in parent-face 'type parent-face/type = 'table ]] [ | |
trying again either any [find options 'multi all [ value? 'parent-face in parent-face 'type parent-face/type = 'table ]] [ | |
Graham 4-Nov-2008 [7823] | and again :( either any [find options 'multi all [ value? 'parent-face object? parent-face in parent-face 'type parent-face/type = 'table ]] [ |
Ashley 5-Nov-2008 [7824x2] | re: trac errors ... seems all the REBOL hosted projects are down ( http://trac.geekisp.com/) so probably a versioning/configuration issue that Jamie needs to attend to. Anyone heard from him recently? |
re: table error ... any chance of a reproducable test case? Looks like a data-driven error. | |
Graham 5-Nov-2008 [7826x5] | why do you think it's data driven? I'm sure you're right though |
http://trac.geekisp.com/- lots of tracs are down. | |
Are they all Jaime's | |
You could always talk to Dave Steinberg at geekisp.com ... [billing-:-geekisp-:-com] | |
And see if you can take over the account if Jaime has stopped paying for them. | |
Ashley 5-Nov-2008 [7831] | Beer, Orca, RebGUI, Synapse were all setup by Jamie AFAIK (or did you setup Synapse). |
Graham 5-Nov-2008 [7832x2] | No, Jaime did. |
I did have my own account there as well, but closed it down due to too much trac spam. | |
Ashley 5-Nov-2008 [7834] | I wonder if there's a better [free] alternative these days? |
Graham 5-Nov-2008 [7835x4] | Yes .... there are. |
Can't tind the one I came across a while ago :( | |
The trouble with free hosting is .. that it often becomes not free, or you lose control. | |
BTW, geekisp.com was charging me $5/month. | |
Ashley 5-Nov-2008 [7839] | USD? |
Graham 5-Nov-2008 [7840x3] | yes |
Oh, table error .... how do you know it's data drive? | |
It's very odd .. the same data works sometimes, and other times it craps out. | |
Ashley 5-Nov-2008 [7843] | I've seen something similar before ... solution was to ensure all values were strings ... and to copy/deep the data block prior to passing it to the table widget. I think it has something to do with either a non-string value (e.g. a block) confusing things, or a shared series [value] being modified by soemthing other than the table widget. |
Luis 5-Nov-2008 [7844] | http://www.assembla.com? |
Graham 5-Nov-2008 [7845x2] | Not free. |
I'm going to try copy/deep .. but the errors are occuring in a table that I already pre-process. | |
Graham 6-Nov-2008 [7847] | http://trac.geekisp.com/rebgui is up again |
Ashley 6-Nov-2008 [7848] | Hmm, as are the others. |
Graham 6-Dec-2008 [7849] | Ashley .. are Rebgui display objects so diferent from VID ones? I'm just wondering why henrik's to-postscript function doesn't work ... see postscript group. |
Ashley 6-Dec-2008 [7850] | Shouldn't be ... both display and layout just generate a bunch of view faces at the end of the day. If it's really an issue you can always call system/words/layout from within RebGUI for those layouts that must be VID generated. |
Graham 6-Dec-2008 [7851x4] | I thought as much. |
system/words/layout would mean I would have to use the VID dialect though | |
What I need is an object browser for Rebgui | |
A tablet user asks ... how to enable multiselect without using the control key ... he's using tablet in slate mode so no keyboard, and the virtual keyboard takes up too much real estate. | |
Ashley 7-Dec-2008 [7855] | Map the CNTRL key to one of the freely assignable TabletPC buttons? How does he do it currently (e.g. in File Explorer)? |
Graham 7-Dec-2008 [7856] | He doesn't normally do this. |
Graham 22-Dec-2008 [7857x2] | I've got three vertically left aligned group-box's and I'm sizing them the same by using absolute sizes to also right align them. But this means I can't use different gui sizes because then the contents of the boxes can exceed the group-box. But if I use automatic sizing using -1x-1, then I can't get both left and right sides of the group-boxes to align ... or can I?? |
Unless I enclose all of the group-boxes inside another grouping widget and use the #L directive on all the group boxes? | |
ManuM 22-Dec-2008 [7859] | . |
ManuM 24-Dec-2008 [7860x2] | . . |
. . | |
Pekr 13-Jan-2009 [7862x2] | How to easily set auto resizing, for simple scenario as - window, two group boxes, in each of them area. I try with various LVHW combinations, but can't it get working, group-boxes are overlapping with simple #HW: display "just a try" [group-box "1" 100x50 #HW data [] group-box "2" 100x50 #HW data []] do-events |
it works, if I change panel 2 to #HX, but then it does not resize .... | |
Graham 13-Jan-2009 [7864] | Looks like a resizing bug. |
older newer | first last |