[rkward-devel] How to align elements
Rafael Garcia Leiva
rafael.garcia at entropycs.com
Thu Dec 15 17:08:08 UTC 2011
Dear all,
I'm writting a couple of plug-ins for finance, and I have some questions.
The first one is if there is any way I can align centered (vertically)
two GUI elements using the XML description. For example, if I have the
following description:
<frame label="Periodicity">
<row>
<radio id="size" label="Bar Size">
<option value="minutes" label="Minutes" checked="true"/>
<option value="hours" label="Hours"/>
<option value="days" label="Days"/>
</radio>
<input id="multiplier" label="Multiplier:" initial="1" size="small"
required="true"/>
</row>
</frame>
both, the radio and the imput align to the top of the frame, and that
looks very ugly.
The other question it is if there is any way I can get the RKward
installation directory from the JavaScript.
Best regards
Rafael
More information about the Rkward-devel
mailing list