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

World: r3wp

[!REBOL3 GUI]

Henrik
2-Sep-2010
[2987]
the built GUI is 193 kb and 53 kb shrinked.
amacleod
2-Sep-2010
[2988]
Is there anything about this GUI that will make it standout from 
other languages's GUI's? or is this first version going to be standard 
stuff?
Henrik
2-Sep-2010
[2989]
it'll just be very nice to use.
Pekr
2-Sep-2010
[2990]
Henrik - it still has to be seen ... I require all keyboard navigation 
being OS compatible - can't wait to stress test tabbing, tree-view, 
etc. :-)
Henrik
2-Sep-2010
[2991]
pekr, yes, that will be nice, but the code review is required for 
these functions to go in. I hope you see how important that mumbo-jumbo 
is.
Pekr
2-Sep-2010
[2992]
what functions? form validation related you were talking about earlier? 
OK, do you have anything to test, including some basic instructions? 
If so - send it in ...
Henrik
2-Sep-2010
[2993]
I'll pack it up within the next hour.
Pekr
2-Sep-2010
[2994]
ok, I am leaving for a tomorrow's management meeting, so first day 
I will be able to play with it is Sunday, and maybe some of evenings 
next week, we will see ...
Henrik
2-Sep-2010
[2995x3]
http://rebol.hmkdesign.dk/files/r3/gui/r3-gui.r3
I guess you need that one. :-)
Please download it to avoid stressing my poor little connection, 
btw.
Steeve
2-Sep-2010
[2998]
argh... I don't like those compressed scripts, i don't run them if 
can't have a look before :o
Henrik
2-Sep-2010
[2999x2]
one sec
inflated
Steeve
2-Sep-2010
[3001]
uh ? are you sure ?
Henrik
2-Sep-2010
[3002x2]
could be cached
try again
Steeve
2-Sep-2010
[3004x2]
at least...
and have you some demo script to run with ?
Henrik
2-Sep-2010
[3006]
not yet. I can upload a bunch in a minute, but try:

view [button]
Andreas
2-Sep-2010
[3007]
And there shall be buttonn! :) (With A97, that is.)
Steeve
2-Sep-2010
[3008]
** GUI ERROR: Cannot parse the GUI dialect at: buttonn
Maxim
2-Sep-2010
[3009]
epic fail  ;-)
Andreas
2-Sep-2010
[3010]
:)
Ladislav
2-Sep-2010
[3011]
where did you find out, there was BUTTONN available?
Henrik
2-Sep-2010
[3012x3]
http://rebol.hmkdesign.dk/files/r3/gui/dialog.r3
http://rebol.hmkdesign.dk/files/r3/gui/validation.r3
download the files. first load r3-gui.r3, then run dialog.r3.
very much incomplete work, but hopefully it can run
Steeve
2-Sep-2010
[3015]
** GUI ERROR: Unknown parent style for: LAYOUT-USER
Henrik
2-Sep-2010
[3016x2]
ah, forgot that one. one sec.
now it's probably cached, but try again
Steeve
2-Sep-2010
[3018]
redownloading all files ?
Henrik
2-Sep-2010
[3019]
just dialog.r3
Steeve
2-Sep-2010
[3020]
seems ok, now
Henrik
2-Sep-2010
[3021x2]
ok
I hope the source is not too messy to understand. :-)
Steeve
2-Sep-2010
[3023x2]
Dont know yet :-)
But there are strange hiding faces in the demo, only showing when 
the mouse pointer pass over.
is that normal ?
Graham
2-Sep-2010
[3025x3]
Henrik, get yourself an Amazon S3 account.  15c per Gb of storage 
and traffic
per month
We have an S3 toolkit for Rebol .. so no excuses :)
Henrik
2-Sep-2010
[3028x2]
Steeve, that's a lowlevel bug that Cyphre wants to fix. it's in the 
queue.
Graham, planning to use my linode for hosting builds.
Graham
2-Sep-2010
[3030]
this is for the alpha? and not for a105 ?
Henrik
2-Sep-2010
[3031]
tested for a97, but if it runs under a105, then that's ok.
Graham
2-Sep-2010
[3032x3]
Doesn't
** Script error: path space/1 is not valid for none! type

** Where: applier apply use show unless show-now do-event either 
applier wake-up

 loop applier wait do-events if view either create-dialog do switch 
 applier appl

y if foreach if do-face if actor all do-style if do-event do-event 
do-event eith

er applier wake-up loop applier wait do-events if view catch either 
either appli
er do
** Near:

>>
Version:   2.100.97.3.1
Henrik
2-Sep-2010
[3035]
that is the resize bug mentioned a couple of pages back, also in 
the queue.
Graham
2-Sep-2010
[3036]
uhh.. ok