Dual Monitor Setup

Next
 From:  Apophis
5486.1 
Hello,

is there a way to place the ui on a second monitor or to work on two different views?

Apophis
  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
5486.2 In reply to 5486.1 
Hi Apophis,

> is there a way to place the ui on a second monitor or to work on two different views?

Sorry, no there isn't any way currently to do that. But it is on my "todo" list to work on making an option for putting the whole side pane onto a different monitor.

- 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:  Cube
5486.3 In reply to 5486.2 
You can drag the window size so that the side menus are on the second monitor and then use a whole screen for the workspace, I've been working like this and it's great. You can change the side the menus are located in the 'options' and the 'general' tab, works a treat and tbh can't really see why you need too much else as there are so few menus.

Loving this program! just wish i had more time to play with it.

PS - Can anyone post a short cut script to assign a view to a key... ive been using the below on one key but need to amend so I can assign top to the letter t, front to the letter f etc.. but tried amending but cant get to work (sorry for the thread hijack):
script: /* switching over views */ var views = [ "3d", "top", "front", "right"]; var vp = moi.ui.mainWindow.viewpanel; var current = vp.mode; for (var i = 0, len = views.length; i < len; i++) {if (current == views[i]){ vp.mode = views[(i+1)%len]; }}
  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
5486.4 In reply to 5486.3 
Hi Cube, check out here for some scripts for setting the view:
http://moi3d.com/forum/index.php?webtag=MOI&msg=3808.2

- 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:  Cube
5486.5 
perfect! looked everywhere for that. thanks
  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