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

World: r3wp

[!RebGUI] A lightweight alternative to VID

btiffin
15-May-2007
[6474]
There are screenshots of a RebGUI and RebDB app posted at
http://peoplecards.ca/rebol/vidpics
Louis
15-May-2007
[6475]
Nice work, Brian.
btiffin
15-May-2007
[6476]
Thanks.  This is posted more to support Ashley, and show off RebGUI. 
 I'm a big fan of
RebGUI.  :)
Maxim
15-May-2007
[6477x3]
that's just cause you never tried glayout  ;-)
<joke>
brian: looks like a large app!
btiffin
15-May-2007
[6480x2]
About 600k of sources, 5 meg total with satelite maps.
I've started playing with Glayout.  In prep for usage docs... :)
Maxim
15-May-2007
[6482x2]
600k sources!
with SDK code? or rebgui and other public includes?
btiffin
15-May-2007
[6484x2]
public includes...A few REBOL games etc...
All with DO.  Didn't have the SDK when I wrote it.
Maxim
15-May-2007
[6486]
games?
btiffin
15-May-2007
[6487x2]
Links to rebsites...planetary defender, etc, that ended up in the 
cache...
I didn't show the spreadsheet screen shot.  I noticed it had some 
real $ amounts shown.
Maxim
15-May-2007
[6489]
not sure I grasp what you mean by the cache... you mean the rebol 
sandbox is 600k ?
btiffin
15-May-2007
[6490]
No from DO-THRU
Maxim
15-May-2007
[6491x2]
yes exactly.
thru, stores stuff in the "sandbox" which is the cache... same thing... 
just wanted to be sure we meant the same thing.
btiffin
15-May-2007
[6493]
Ok.  Learned a new term today.  :)  Thanks.
Gregg
16-May-2007
[6494]
Very cool Brian.
btiffin
16-May-2007
[6495x2]
I posted that for Ashley's sake.  RebGUI RebDB is a nice little app 
building combo.
I kinda wish we could Print with REBOL.  Posting through the browser 
is kinda...I don't
know.  Not quite right.  :)
Ashley
16-May-2007
[6497]
Thanks for the link, I've updated the RebGUI home page with a new 
"SItes using RebGUI" section (and removed the long-dead link to this 
AltME group as we don't seem to be broadcasting anymore ;(  )
DaveC
16-May-2007
[6498]
Printing should be a big priority at some point. Rebol will not be 
taken seriously in commercial circles until we can hook into printing 
systems directly. I know it maybe a boring area for developers to 
work on. It's it is a hard sell when one has a great looking RebGUI 
interface without a print option.

HTML has is limits, PDF generation is more of an option.
Graham
16-May-2007
[6499x2]
I use postscript
it works
DaveC
16-May-2007
[6501]
Yes, of course. Not everyone has a PS printer or a rendering sub-system 
though. (e.g. Ghostscript). I've also output to LaTeX on the backend. 
If the system is client server then the backend can handle printing.
btiffin
16-May-2007
[6502]
Ashley;  Thanks for that.  I kinda wish I hadn't cleared the database 
before taking 

the screenshots.  I just noticed the screens look fairly empty.  
:)
Graham
17-May-2007
[6503x2]
We do need a directory selector that can access directories across 
the network.  At present i have to resort to using request-file,and 
selecting a file in the target directory.
wonder if the background colour to an info field shouldn't be more 
obvious to indicate that it is an info field
DaveC
17-May-2007
[6505]
I'm currently building an interface.  I have a tip which works ok 
until I open a dialog, say request-ui or question. There are no actions 
hooked up to the dialogs yet. Once the dialogs are dismissed, the 
tip does not show again. Every other widget is responding to events 
BTW.


The tip is attached to symbol text. Lots of head scratching going 
on here. It feels like some event has been killed. Any ideas anyone?

Thanks.
Ashley
17-May-2007
[6506]
directory selector that can access directories across the network

 We're limited to what "read %/" can pick up. Real solution is to 
 have a native request-dir func (and request-color, request-font).

background colour to an info field
 ... how about making it the same color as tooltips?

	field ctx-rebgui/colors/tooltip-fill

Any ideas
 ... looks like a RebGUI bug as I can reproduce it with:

	display "" [
		box tip "Some text"
		button [alert "Text"]
	]


Hmm, also noticed that tooltip and tooltip-time are dynamically escaping 
to the global context. Will look at this later today.
Ashley
18-May-2007
[6507]
Build#94 uploaded to SVN. Contains minor tooltip, drop-list, request-menu, 
on-click and on-alt-click fixes.
DaveC
18-May-2007
[6508]
Ashley, thanks for the quick fix. Previously, I've used the files 
from the demo in the Rebol directory via Viewtop. As an end user, 
how can I easily get hold of build#94, not having used SVN before 
BTW.

Cheers.
Graham
18-May-2007
[6509]
23-Apr-2007 11:50:36 Caret trap password origin: 2x2
margin: 2x2
indent: 0x0
tabs: 0
wrap?: false
scroll: 0x0

23-Apr-2007 13:02:38 Caret trap password origin: 2x2
margin: 2x2
indent: 0x0
tabs: 0
wrap?: false
scroll: 0x0

24-Apr-2007 10:08:44 Caret trap password origin: 2x2
margin: 2x2
indent: 0x0
tabs: 0
wrap?: false
scroll: 0x0

24-Apr-2007 22:30:03 Caret trap password origin: 2x2
margin: 2x2
indent: 0x0
tabs: 0
wrap?: false
scroll: 0x0

17-May-2007 23:11:58 Caret trap password origin: 2x2
margin: 2x2
indent: 0x0
tabs: 0
wrap?: false
scroll: 0x0

18-May-2007 17:53:46 Caret trap password origin: 2x2
margin: 2x2
indent: 0x0
tabs: 0
wrap?: false
scroll: 0x0
Ashley
18-May-2007
[6510]
Dave, 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


%rebgui.r (the complete merged distribution sans %tour.r) is now 
regenerated and uploaded every build.
Graham
18-May-2007
[6511]
that was my rebgui.log
DaveC
18-May-2007
[6512]
Cool. Many Thanks.
Ashley
18-May-2007
[6513]
Hmm, looks like the caret problem is confined to password, and the 
"current word" problem seems to have been fixed. This makes it a 
*lot* easier to track down now.
DaveC
18-May-2007
[6514]
Tip fix works fine Ashley.
Robert
18-May-2007
[6515]
Is the V2 already at release-candidate state? I'm thinking about 
migrating all our added code to the new version.
Ashley
18-May-2007
[6516]
Yes, all the big structural/naming changes were done some time ago.
Graham
19-May-2007
[6517x2]
There's a large medical trade show in Dallas next week.  About 170 
exhibitors.  Synapse EMR using Rebgui .. should be there too demonstrating 
a bidirectional interface to Schiller medical instruments.
Alas, I won't be there to see it ... http://www.medrecinst.com/conference/tepr/index.asp
Robert
19-May-2007
[6519x2]
I saw that in V2 there are a lot of the ON-* handlers. When writing 
code how about a way to specify it like this:
a: field "Input here" on [
	reset [...]
	translate []
	focus []
	unfocus []
]
IMO makes the code much better to handle.
Ashley
19-May-2007
[6521]
Agreed, good suggestion; I'll add it to the next build.
Robert
20-May-2007
[6522]
:-) Great.
TimW
20-May-2007
[6523]
Is there a way to make the scroll automatically go down when adding 
text to an area?  I have an area I'm using as a status terminal window 
and I can't see the feedback until the task is done because the scroll 
stays at the top.