Group Columns
Posted: Fri Jan 04, 2013 1:13 pm
Hi,
http://www.lakemarketingandevents.co.uk ... pture7.png
Some questions:
1: How to make each column fixed width so that the text auto-word wraps correctly?
2. Look at point 'Knowledge Base'... how do I change the text padding so that "it's" appears directly underneath 'Knowledge Base"?
3. It would also be more pleasing if the button underneath was a percentile width instead of 100% across both columns.
http://www.lakemarketingandevents.co.uk ... pture7.png
Some questions:
1: How to make each column fixed width so that the text auto-word wraps correctly?
2. Look at point 'Knowledge Base'... how do I change the text padding so that "it's" appears directly underneath 'Knowledge Base"?
3. It would also be more pleasing if the button underneath was a percentile width instead of 100% across both columns.
Code: Select all
<?xml version="1.0" encoding="iso-8859-1"?>
<application base="Jack">
<window title="Jack - Multi-purpose Workbench Commodity - Commodity Help Window" muiid ="MAIN" notify="closerequest" sizegadget="false">
<vgroup>
<colgroup columns="2">
<text>\33b\33A[10] App-Store:\33n Open the AmigaOS / OS4Depot App-store.</text>
<text>\33b\33A[241] Update Weather Forecast:\33n The forecast is automatically updated every hour. \n You can click this icon to manually refresh the forecast.</text>
<text>\33b\33A[421] Knowledge Base:\33n Explore AmigaOS, it's Applications,\n it's Terminology, discover Applications and Games</text>
<text>\33b\33A[303] Search computer:\33n Perform a file search across your computer,\n network and connected devices.</text>
<text>\33b\33A[418] File Manager:\33n Open up Jack's file manager tool to explore your computer.</text>
<text>\33b\33A[465] Change Location:\33n Changing your location will update the weather forecast.</text>
<text>\33b\33A[165] Capture the Screen:\33n Take a quick snapshot of the screen, you can also\n select an area of the screen to crop.</text>
<text>\33b\33A[469] Google Currency Converter:\33n Convert money between different currencies</text>
<text>\33b\33A[361] JackTunes:\33n Listen to your favourite music. Currently only iTunes library is supported.</text>
<text>\33b\33A[48] Credits and Computer Info:\33n This will show you Jack's credits and some generic\n information about your computer.</text>
<text>\33b\33A[312] Calculator:\33n This is a useful calculator, particularly useful for programmers\n who are used to entering equations via the keyboard.</text>
<text>\33b\33A[491] Back to Today:\33n This will revert the calendar view back to today.</text>
<text>\33b\33A[120] Preferences:\33n Open the AmigaOS / OS4Depot App-store.</text>
<text>\33b\33A[341] Jack Configuration\33n This will open up Jack's configuration window.</text>
<text>\33b\33A[317] Thesaurus:\33n If you have WordNet installed you can find out the meanings of words\n or find a better word to express what you mean.</text>
<text>\33b\33A[524] Commodity Help:\33n Opens this help window</text>
</colgroup>
<hgroup>
<button id="openfile" notify="pressed">\33A[244] Visit Jack website</button>
</hgroup>
</vgroup>
</window>
</application>