Question about flow
All  1-9  10-16

Previous
Next
 From:  nameless
9246.10 In reply to 9246.9 
Hey Michael,

I only have 1 MoI installation (the current beta), this is the SidePane.htm I am using. I also have Smirnov's custom UI installed and it rearranges some icons. Also, if I recall correctly, at some point I picked up a tweak from a thread, where you let someone know how to keep all command buttons visible. I do not remember which file I tweaked, but if this situation is too hairy to figure out, I have zero problems using the program.
  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
9246.11 In reply to 9246.10 
Hi nameless, it's probably a file named MiniSidepane.js in your appdata\startup folder. Can you post that file?

- 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
Next
 From:  nameless
9246.12 In reply to 9246.11 
Yes! That was the file, I remember its name. Here it is!
Attachments:

  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
9246.13 In reply to 9246.12 
Hi nameless, it's a bug or intentional omission in the MiniSidepane.js script file - in there it is inserting all the new rearranged buttons in the sidepane and it just does not have a history button in the chunk of stuff it inserts. Probably because it would need an additional row for it?

Right now inside your Draw / Edit section, the last row contains Cone, Text, Join, and Separate.

If you want to add an additional row containing the History button, you would need to insert:

code:
<tr><td><moi:commandbutton icon="icons/HistoryIcon.png" command="history"><moi:text textid="History" /></moi:commandbutton></td></tr>


On line number 11 of the script file.

But you need to insert that not at the very end of the string, it should go just before the </table> that's near the end.

The end of the string looks like this:
code:
</td></tr></table>';


The target spot where you insert it is marked with the x here:

code:
</td></tr>x</table>';


- 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
Next
 From:  nameless
9246.14 In reply to 9246.13 
Success! You are the best. :)

Now the Construct/Transform and SubD palettes are collapsed when the program starts. It's probably due to the extra line for the history button.
Image Attachments:
Size: 339.9 KB, Downloaded: 14 times, Dimensions: 1920x1200px
  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
9246.15 In reply to 9246.14 
Hi nameless, you're welcome! For the collapsed palettes does it make any difference if you unmaximize the window and make it fairly large in its unmaximized state, then exit and restart?

- 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:  nameless
9246.16 
Hi Michael,

YES! You know your child so well. :)) All systems green and warp drive ready.
  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-9  10-16