4 views ?

Next
 From:  Frenchy Pilou (PILOU)
1800.1 
When we are in 4 views does it possible to switch Front / Back without pass by "One View" (Click twice Front) and then Flip?
There is a script for inverse all views but for only one?

EDITED: 21 Jul 2008 by PILOU

  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:  Phil (PHILBO)
1800.2 In reply to 1800.1 
It would be great to have another icon next to the zoom etc in each window that you can click to toggle the front / back, left / right, or top/bottom view. That way when you are in the split view, you just hover over the view and tap the button to flip it. That would continue the pen driven approach that MOI is great for. When you start scripting all this stuff, you end up having to reach for the keyboard all the time.
  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
1800.3 In reply to 1800.1 
Hi Pilou,

> There is a script for inverse all views but for only one?

Yes - you can use this script to reverse a specific view, for the parameter use 'Top', 'Front', or 'Right':
code:
script:moi.ui.mainWindow.viewpanel.reverseView( 'Top' );


Or if you want to reverse the view that the mouse is currently over, this one will do that:
code:
script:moi.ui.mainWindow.viewpanel.reverseView( moi.ui.getActiveViewport().name );


- 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:  Frenchy Pilou (PILOU)
1800.4 In reply to 1800.3 
many thx!
---
Pilou
Is beautiful that please without concept!
My Gallery
  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:  Michael Gibson
1800.5 In reply to 1800.2 
Hi Phil - one of the things that tends to be a delicate balance is to try and keep the UI streamlined and not have it accumulate a big sea of stuff in it.

To do that means that each bit of UI that is added to the "top level" really needs to be adding a pretty significant value to justify having it. It seems like adding a button there would be something that would only be useful in a kind of narrow situation - only when you wanted to reverse the view and also not maximize that view...

I just don't think that is a valuable enough function to add a button for that by default - you can already get that task done by clicking in the view tabs.... Click once on the view name to maximize that view, then click a second time on it to flip it, then click on Split, and you will have your view reversed in the split view. Yes - that is 3 clicks instead of one click, but just 3 clicks in a very specific situation is not that big of a deal, it's only a big deal if you are doing it all the time...


But it is actually pretty easy to customize your particular version of MoI to add that button in though if it would help you out.

I've attached a ViewControls_ReverseButton.zip file here - download and unzip it to get a ViewControls.htm file, and then copy that over top of the old version inside of the \ui subfolder inside of MoI's main installation folder.

With that updated ViewControls.htm file, you will now have a Reverse button on that control panel that should reverse the view when you click on it.

You might want to keep a note pointing back to this message, because you will need to re-apply this update when you install new versions like new beta releases.


I think in the future at some point there may be a kind of menu that pops out on a viewport somehow (like if you clicked on the viewport text for example) that will be able to contain a bunch of additional viewport functions. Then that would be a good place to put a reverse menu item as well. I would not generally worry very much about populating a kind of second-level menu with a bunch of stuff, it is the very top level stuff that I try pretty hard to avoid adding stuff to.

- 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
 

Reply to All Reply to All