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

World: r3wp

[!REBOL3 GUI]

Anton
31-Aug-2010
[2967]
Or he's programming from the couch?
Graham
31-Aug-2010
[2968x2]
they're all the reverse way one would expect
maybe y = horizontal axis?
Steeve
31-Aug-2010
[2970]
Ah.... silly me.
Nobody was supposed to read it
Graham
31-Aug-2010
[2971]
should not post it then! lol
Henrik
31-Aug-2010
[2972]
A bit of status: Lots of work on resizing right now, specifically 
a bug that occurs on maximize.
Robert
31-Aug-2010
[2973]
And this bug is OS version specific... hard to hunt down.
Steeve
31-Aug-2010
[2974]
I know old-size and old_offset are hidden properties of gobs.

I just think it would be convenient to be able to read them (during 
the resizing process).
Graham
2-Sep-2010
[2975]
Any R3VIDs available for playing with yet??
Henrik
2-Sep-2010
[2976]
what do you think? :-)
Graham
2-Sep-2010
[2977x2]
The question was directed to Steeve, Ashley and anyone else writing 
GUIs for R3.
James Marsden was also writing a GUI for R3
Henrik
2-Sep-2010
[2979x2]
I need a code/prototype reviewer for reviewing the validation prototype 
and the dialogs prototype.
I need a review of specific source code, the concepts and prototype 
documents. This is to ensure that the prototype doesn't lack important 
features that I didn't think about, before the prototypes are integrated 
into the R3 GUI.
Pekr
2-Sep-2010
[2981]
still too high-level mumbo-jumbo (albeit needed later for app developers), 
instead of real styles work :-)
Henrik
2-Sep-2010
[2982]
ok, Pekr, you're not the one to use as reviewer :-)
ICarii
2-Sep-2010
[2983]
Im waiting for a more stable R3 before I continue GUI work.  Too 
busy at the moment to play with the host-kits.
Henrik
2-Sep-2010
[2984]
R3 GUI now builds and runs with the new build system. Nice and clean. 
:-)
Pekr
2-Sep-2010
[2985]
Does resizing work correctly with all existing styles already? :-)
Henrik
2-Sep-2010
[2986x2]
nope
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
[3016]
ah, forgot that one. one sec.