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

World: r3wp

[!GLayout] ask questions and now get answers about GLayout.

Maxim
3-Jan-2007
[70]
this layout for example: 

column [
	header "enter text"
	field
]

will popup a window which stretches only in x by default
xavier
3-Jan-2007
[71]
ok i test it
Maxim
3-Jan-2007
[72x2]
if you allow field to stretch in Y , then, obviously it will look 
weird, since you'd end up with a multi-line text entry which actually 
only has one line entry...
just remeber that every thing has to be wrapped within columns and 
rows, which is the main difference in code.
xavier
3-Jan-2007
[74x4]
yes but it remain simple and logical
column if i want to resize it in y
and row if i want to resize it in x ?
order
Maxim
3-Jan-2007
[78]
column if you want to stack your faces in Y , row to stack them X 
.

it has no effect on resizing.
xavier
3-Jan-2007
[79]
yes placing them not resizing ... i m sorry
Maxim
3-Jan-2007
[80x2]
remember that you can (just like in VID) assign your face AND groups 
to variables in order to manipulated them afterwards  (replacing 
panes, for example)
if you ever change something interactively and wish to recompute 
the layout (cause the sizing needs have changed for any reason) then 
call refresh on any face or group.
xavier
3-Jan-2007
[82]
ok it sounds cool
Maxim
3-Jan-2007
[83]
sometimes you'll need to call refresh on the window itself, cause 
the new/old faces will change how the whole tree of groups measure 
up against each other
GiuseppeC
15-Dec-2007
[84]
Maxim answered on the Mailing List about GLayout vs RebGUI describing 
GLayout. I suppose I will have to take a look at his project too.
xavier
7-Jan-2008
[85]
i ve tried it and its very efficient
amacleod
10-Sep-2009
[86x2]
Glayout webpage: page last updated: 2-Nov-2006
Maxim, how much further have you developed GLayout since the  site 
was updated?
Maxim
10-Sep-2009
[88]
a lot  ;-)
amacleod
10-Sep-2009
[89]
available?
Maxim
10-Sep-2009
[90:last]
on my HD... some  look and feel issues have kept me from releasing 
it.  I need to clean it up and that takes time... for my part I don't 
mind the few display quirks for my apps...