0

Help In Vbox tag

asked 2011-04-21 06:07:53 +0800

raj gravatar image raj
126 1

updated 2011-04-21 06:08:16 +0800

Hi all
i m using <hbox> and <vbox> tag . and inside <hbox> i m using two <vbox> tag but the PROBLEM is i want to put
space between two <vbox> tag i can i do it???

this is my code..

<hbox>

<vbox width = "300px">
<label>Location Info</label>
<grid>
<columns>
<column width = "150px"></column>
<column width = "150px"></column>
</columns>

<rows>

<row>Default Location<textbox id = "Default Location"/></row>

<row>Current Location<textbox id = "Current Location"/></row>




</rows>
</grid>

</vbox>


<vbox width = "400px">
<label>Purchase Info</label>
<grid>
<columns>
<column width = "150px"></column>
<column width = "150px"></column>
</columns>

<rows>

<row>Preferred Vendor<combobox id = "Preferred Vendor" width = "125px"/></row>

<row>Vendor Product Code<textbox id = "Vendor Product Code"/></row>

<row>Purchase Price<textbox id = "Purchase Price"/></row>




</rows>
</grid>

</vbox>
</hbox>

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2011-04-21 07:17:21 +0800

tawa gravatar image tawa
162 1

try:

<hbox spacing="10px">
...
</hbox>

link publish delete flag offensive edit

answered 2011-04-21 07:17:47 +0800

mjablonski gravatar image mjablonski
1284 3 5
http://www.jease.org/

You can use a separator:

<hbox>
<vbox>...</vbox>
<separator width="20px" />
<vbox>...</vbox>
</hbox>

HTH, Maik

link publish delete flag offensive edit

answered 2011-04-22 00:54:10 +0800

raj gravatar image raj
126 1

Thanks Maik
i used separator tag and i got the solution

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-04-21 06:07:53 +0800

Seen: 227 times

Last updated: Apr 22 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More