you have also this to input inside Moi/UI (without Legend) https://moi3d.com/forum/index.php?webtag=MOI&msg=9758.1
A floating palette with numerous tools!
https://moi3d.com/forum/get_attachment.php?webtag=MOI&hash=4a8857a2d8c39f0c5fb83939bb553f90&filename=SidePane1.htm
The caption will be set by editing the SidePane.htm file in the ui folder.
You will have to do this for each Icon image!
See the example below!
We put the text between the "<>"
<moi: CommandButton icon = "moi: //ui/icons/ReconstructCurve.png" command = "ReconstructCurve">Icon's text here</ moi: CommandButton>
The size of the Icons can be modified in the file moi.css :
code:
moi:CommandButton > img, moi:CommandMenuButton > img, moi:CommandSplitButton > img { width:3.25em; height:3.25em; }
You can override this by inserting this same rule in a <style> block in the <head> of your .htm file, with different width and height values.

|