r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!RebGUI] A lightweight alternative to VID

Volker
10-Oct-2005
[2120x2]
that does a focus and changes caret? i tested, the messing with /caret 
is in show.
added focus-check in area: http://polly.rebol.it/test/test/rebgui/rebgui-widgets.r
. return works
Graham
10-Oct-2005
[2122]
** Script Error: Invalid argument: redraw
** Where: context
** Near: feel: make edit/feel [
    redraw: func [face act pos] [

        if all [act = 'show face/text-y <> second size-text face] [
            face/text-y: second size-text face

            face/pane/ratio: face/parent-face/size/y / face/text-y

            unless face/pane/ratio < 1 [face/para/scroll/y: 0 edit/focus face]
        ]
    ]
]
esc:
Volker
10-Oct-2005
[2123]
did i upload something wrong?
Graham
10-Oct-2005
[2124]
I only changed rebgui-edit.r so far.
shadwolf
10-Oct-2005
[2125]
yes this is a upg version you need 0.31 tu make it work (images, 
dicionary,translation=) etc
Volker
10-Oct-2005
[2126]
My setup: http://polly.rebol.it/test/test/rebgui/download.r, but 
american.dat is big. then try the area in tour.
Graham
10-Oct-2005
[2127x4]
Excellent !
If I had any money for this project, I'd take you on Volker!
Which files do I need to change ?
I prefer your spell checker too .. :)  This one seems to want to 
correct every word :(
Volker
10-Oct-2005
[2131]
could make a spellcheck-demo with rebgui.
Graham
10-Oct-2005
[2132]
which files did you change?
Volker
10-Oct-2005
[2133x2]
changed rebgui-edit end rebgui-widgets (area there). my usual change-mark 
is ";?", search for that.
(had to look that up. realize i loose concentration, time to stop 
the computer.)
Graham
10-Oct-2005
[2135]
yeah, the download script needs to preserve the file dates :)
Volker
10-Oct-2005
[2136]
Hmm, maybe it really should. I am used to diff things, maybe you 
do that too? There are some nice things with guis AFAIK. started 
with the two zips you linked.
Graham
10-Oct-2005
[2137x2]
you can use set modes to alter the file creation date.
I don't think i have a good diff tool on hand.
Robert
11-Oct-2005
[2139]
Diff tool for Win: merge by www.araxis.com
RebolJohn
11-Oct-2005
[2140]
I use sourceforge - winmerge for windows.  It is a gui diff tool 
that works great and is free.
Graham
11-Oct-2005
[2141]
Area field editing is still quite problematic :(  Put some text in, 
change it by putting a lot more, and then try it with a lot less. 
 The area widget gets confused and the text starts showing halfway 
down the widget.  Resetting lines-no doesn't help.
Graham
20-Oct-2005
[2142x2]
This very odd .. I have a drop-list .. and the contents of the data 
change each time I drop the list down.  It doesn't happen in Ashley's 
example tour.r, and I don't have an action associated with the drop-list.
Ahh... sussed it.  I was composing the layout block inside a function, 
and forgot to copy before passing it to the display function.
JaimeVargas
20-Oct-2005
[2144]
Gotcha
Terry
20-Oct-2005
[2145]
'sussed' -- slang " To infer or discover; figure out: Often used 
by kiwis and aussies."
yeksoon
20-Oct-2005
[2146]
'sussed'


my boss from previous employment have the same problem understanding 
this term when we used it. They are from the States. :)
Allen
20-Oct-2005
[2147x2]
I'd say your boss was a bit suss, if he hadn't sussed out the meaning.
Official Strine dictionary. http://www.macquariedictionary.com.au/dict/slang-s.html
[unknown: 9]
20-Oct-2005
[2149]
They say "sussed out" sometimes in america.  But sussed by itself 
would be odd.  There are many word pairs where one word by itself 
is never used.
Graham
20-Oct-2005
[2150]
I had better stick to proper English henceforth.
OneTom
21-Oct-2005
[2151]
hey, come on, there is no proper english exists >( its never been 
defined, its only referenced all the time. infact it cant really 
be defined. not even without serious accuracy. the language has too 
many dimensions (time, instance, coordinates, target, etc) and the 
values in this space show a great variation, just we dont wanna notice 
it. infact its not very useful to average clusters of this space. 
specifying these cluster boundaries is a constant source of problems.. 
i live in the middle of europe, at a language-wise very sepecial 
place, but i still can experience this problem easily -- if i want 
to..
Graham
21-Oct-2005
[2152]
Sorry, OneTom, it was meant as a joke.
OneTom
21-Oct-2005
[2153x3]
alright, np
i havent read back too much anyway
(too many linguist girlfriends around me... ;)
Graham
21-Oct-2005
[2156x2]
linguist = good with their tongue?
oops ... erase that!
OneTom
21-Oct-2005
[2158]
:) some r
Graham
22-Oct-2005
[2159]
Anyone know if rebgui has a dirty? flag for area/text ?
OneTom
22-Oct-2005
[2160x5]
who is responsible for fixin the regbui docs?
edit.html#section-2.5 :  edit/focus works only if i refer to it as 
ctx-rebgui/edit/focus
it should b fixed either in the doc or in the srce to have that "do" 
block properly binded (if possible.. i dont know, i cant really understand 
fully ladislavs binidology article :/ )
how can i bind actions to key combinations globally?
scenario: i have several field widgets and i'd like to change their 
contents by pressing pgup/pgdn in any of those
OneTom
23-Oct-2005
[2165]
is there anybody here at the moment who can help me develop a csv 
editor interface(, so i can easily translate the qtask interface 
to hungarian)?
Allen
23-Oct-2005
[2166]
Will a REBOL spreadsheet script help you? http://www.devx.com/opensource/Article/27454/0
OneTom
23-Oct-2005
[2167]
dont think so, because the table widget in rebgui is complete enough 
for me in itself, but will check it out
Graham
26-Oct-2005
[2168]
edit-list does not display past the border of a drop-list.
Graham
30-Oct-2005
[2169]
would be nice to have in the options list, a way to set the background 
colour for the slider.