discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Renaissance - how to use Grids?


From: Paul Chany
Subject: Renaissance - how to use Grids?
Date: Tue, 29 Jun 2010 11:09:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi,

I'm being worked on my small project 'LPT Interface' and want to create
GUI for this application with help of Renaissance. :)

So far I get a window with a label and with three boxes:

[snip..]
 <objects>
  <window title="LPT Interface" backgroundColor="E0E064" closable="yes" >
    <vbox>
      <vspace />
      <label font="Big" textColor="FF0000">LPT Interface for
      Educational Purposes - Terminal Fórum</label> 
      <vspace />
      <hbox>
        <hspace />
        <box title="LPT Data Port" >
             <vbox type="proportional">
               <label font="big" textColor="006000">Byte Value</label>
             </vbox>
        </box>
        <hspace />
        <box title="LPT Control Port" >
             <vbox type="proportional">
               <label font="big" textColor="600060">Byte Value</label>
             </vbox>
        </box>
        <hspace />
        <box title="LPT Status Port" >
             <vbox type="proportional">
               <label font="big" textColor="000060">Byte Value</label>
             </vbox>
        </box>
        <hspace />
      </hbox>
    </vbox>
  </window>
 </objects>
</gsmarkup>
[..snip]

I have a screenshot of what I want to get with Renaissance and with this
.gsmarkup file here:
http://sourceforge.net/project/screenshots.php?group_id=231047&ssid=88664

So I think the best for me is to use a grid to place buttons and text
fields in the first (title: LPT Data Port), seconds (LPT Control Port)
and third (LPT Status Port) boxes.

In the Renaissance Manual there isn't a description how can one use a
grid. Are here anybody who knows how to deal with grids in Renaissance?

Any advices will be appreciated!

-- 
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info




reply via email to

[Prev in Thread] Current Thread [Next in Thread]