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

World: r3wp

[!RebGUI] A lightweight alternative to VID

Graham
16-Nov-2006
[4957]
the ? above is because you introduce it as saying you have implemented 
'set-input and then the example uses 'put-input ....
Ashley
16-Nov-2006
[4958]
Ah, missed that. It should be get and put.


load-fields suffers from the dual problems of "load" (as described 
above) and begs the question, "what about other widgets that are 
not fields but except input". We'de have folks looking for load-area, 
load-text-list, etc
Graham
16-Nov-2006
[4959]
fill-fields
Robert
17-Nov-2006
[4960x3]
Ashley, please take a look at the xpeers RebGUI stuff. We have added 
a lot and should align the code lines.
Resizing: I have a question how to best implement the following:
- I have three tables from left to right

- I want to make a horizontal resizing in that the middle and right 
table are moved and narrowed.
- The left most tables only uses #X
- The moving should be right aligned to the left side table


I hope you understand what I mean. Using #WX screws up the layout 
as the gaps between the table get to big
any idea how I can get the desired resizing effect?
Ashley
17-Nov-2006
[4963]
Not exactly sure what you want, something like this:

	display "Test" [
		table #W options ["" left 1.0] data []
		table #X options ["" left 1.0] data []
		table #X options ["" left 1.0] data []
	]
Robert
18-Nov-2006
[4964]
But than the tables 2 and 3 don't change their width, right? So what 
I want is that all three tables get narrowed and are still horizontally 
aligned with the distance given by SPACE 2x2 for example.
Ashley
18-Nov-2006
[4965]
Current system does not support more than one resize per axis (i.e. 
you can have one #W per x axis and one #Y per y axis). What you are 
asking for is a form of proportional resizing.
Pekr
20-Nov-2006
[4966]
Robert - what are your xpeers additions to RebGUI?
Robert
20-Nov-2006
[4967]
We enhanced a lot of the widgets etc. to much to list here. The problem 
is I don't find the time to document everything and publish it. So, 
if someone want to do it, let me know.
Pekr
20-Nov-2006
[4968x2]
are results even mergable?
I will need to release grid too :-( I want to have it out 1.12 as 
is - just a bit of further documenting needed
Robert
20-Nov-2006
[4970x2]
It takes time but yes, the changes are mergeable.
Overall I think I have invested about 8000€ into RebGUI so far.
Graham
20-Nov-2006
[4972]
What are you building?
Pekr
20-Nov-2006
[4973x3]
uh, so you use Rebol commercially?
btw - isn't area enhanced to the state, that hiliting text by mouse 
will cause it to scroll?
Robert - any screenshots? I do remember some of your older stuff, 
which looked pretty. I wonder if you use default RebGUI look, or 
you tweked it a bit, to something more pleasantly looking?
Graham
20-Nov-2006
[4976]
area remains a big weakness for me.
Robert
20-Nov-2006
[4977]
Graham, I have build a cost-analysing software. With this it's possible 
to identify cost optimizing potential within the complete supply-chain.
Pekr
20-Nov-2006
[4978]
you should sell it to SAP :-)
Robert
20-Nov-2006
[4979x3]
Yes, it's commercial. The app is supported by hughe benchmark databases. 
I have about 400MB raw data, pressed into 66 MB final database.
Petr, I'm currently the interims purchasing manager for SAP AG region 
Central:-)) So, three days a week I'm in Walldorf.
Let's see... ;-)
Pekr
20-Nov-2006
[4982x2]
:-)
I hope we meet once I am at IBM :-)
Robert
20-Nov-2006
[4984x3]
Styling: I kept it mostly as is, because of lack of time. It's OK 
but a bit more eye candy would be nice.
Area: I just use it for notes and therefor it's OK.
OT: Just posting from a ICE-3 running at 300km/h
Pekr
20-Nov-2006
[4987]
:-)
Maxim
20-Nov-2006
[4988]
still have an RS6?
Pekr
20-Nov-2006
[4989]
fast train - in Germany?
Maxim
20-Nov-2006
[4990]
hihi
Robert
20-Nov-2006
[4991]
Yep, RS6... but for only 3 weeks, than I have to return it.
Maxim
20-Nov-2006
[4992]
what next?
Robert
20-Nov-2006
[4993x2]
Yes, fastes train here in Germany.
Max, waiting for an RS8 ;-))
Maxim
20-Nov-2006
[4995]
hehe guesss this should go into chat  !  ;-)
Robert
20-Nov-2006
[4996x3]
ok, to much OT now...
Again, if anyone want to merge my changes to RebGUI & document them, 
tell me.
You will do the whole community a flavour.
Graham
20-Nov-2006
[4999x2]
why not just send them to Ashley to look at?
and he can decide what he wants to use.
Ashley
20-Nov-2006
[5001]
Good idea, if you email all the changes in a single zip attachment 
I'll probably get around to looking at it a lot faster ;) Any existing 
doco you have would also be nice, saves a lot of time trying to guess 
why certain changes were made.
CharlesW
21-Nov-2006
[5002]
Hi folks. Is there a way to set a background image for the display. 
IE: Backdrop %image using rebGui?
Ashley
21-Nov-2006
[5003]
Refer to your question (and answer) of Nov 9.
CharlesW
21-Nov-2006
[5004]
Thanks Ashley. I did not see the response to Louis question.
Graham
23-Nov-2006
[5005x2]
I wanted to remember the spell check window, and it seems that I 
have to capture the face/parent-face/parent-face/offset and not the 
face/parent-face/offset as expected.  Why is this?
I notice that last-offset is set to face/parent-face/offset ...