Rebuild
All  1  2-7

Previous
Next
 From:  Phiro
10639.2 
Rebuild is not a plugin.
It's a MOI's native function but which has not an icon.

So, you have to hit the TAB key and write Rebuild to use it.


There is another way with alternative UI.
But for using alternative UI, you have to install this UI manually.
Search help on this in forum or in resssouce pages to find how to install it if you want use it.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Death
10639.3 In reply to 10639.2 
You can also make a shortcut key and assign the rebuild command to it...
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  jawiest (100BONNIE100)
10639.4 
Thanks guys
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cuboctahedron
10639.5 
Hi,

I'm trying to add this to the UI. I've got the icon in place and the string set and it shows up, but clicking on it with a curve selected doesn't seem to fire the command. Here's the string in SidePane.htm:

What am I doing wrong?
<moi:CommandButton icon="icons/Rebuild.png" commandset="rebuild"><moi:text textid="Rebuild"></moi:CommandButton>
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
10639.6 In reply to 10639.5 
Hi Cuboctahedron,

re:
> I'm trying to add this to the UI. I've got the icon in place and the string set and it shows up, but
> clicking on it with a curve selected doesn't seem to fire the command.

Instead of commandset="rebuild" put command="rebuild"

A "commandset" is one of those clusters of commands like this one for Circles:




A commandset has an XML file like Circles.xml :

<commandset>
    <command>circle</command>
    <command>circlediameter</command>
    <command>circle3pt</command>
    <command>circletangent</command>
</commandset>

And also an .htm file for the UI like Circles.htm

So in your case, having a commandset="rebuild" makes it look for a rebuild.xml that has the related commands listed in it.

Also if you just want some fixed text for the text label and you aren't going to set up translations in other languages, you can skip putting it in the Strings.txt file and omit the <moi:Text> element.

So like this:
<moi:CommandButton icon="icons/Rebuild.png" command="rebuild">Rebuild</moi:CommandButton>

- Michael

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Cuboctahedron
10639.7 In reply to 10639.6 
Ah, of course! Thank you.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1  2-7