Favorites NEWTAB not working

Paste this menu into a toolbar and try it out:

<?xml version="1.0"?>
<button backcol="none" display="icon" textcol="none" type="menu">
	<label>New Menu</label>
	<icon1>#newmenu</icon1>
	<button backcol="none" display="label" field_type="label" size="full" textcol="none">
		<label>Label</label>
		<icon1>#label</icon1>
		<function type="normal">
			<instruction>Set LABEL</instruction>
		</function>
	</button>
	<button backcol="none" display="both" label_pos="right" separate="yes" textcol="none">
		<label>Fav</label>
		<icon1>#newcommand</icon1>
		<function type="normal">
			<instruction>Favorites</instruction>
		</function>
	</button>
	<button backcol="none" display="label" field_type="label" size="full" textcol="none">
		<label>Label</label>
		<icon1>#label</icon1>
		<function type="normal">
			<instruction>Set LABEL</instruction>
		</function>
	</button>
	<button backcol="none" display="both" label_pos="right" textcol="none">
		<label>Fav NT</label>
		<icon1>#newcommand</icon1>
		<function type="normal">
			<instruction>Favorites NEWTAB </instruction>
		</function>
	</button>
</button>
How to

How to use buttons and scripts from this forum

1 Like