V5 opening files with side panels not showing
All  1-2  3-12

Previous
Next
 From:  shayno
12101.3 In reply to 12101.2 
Hi Michael

No there is no minisidepane in there

I do use a modified sidepane.htm that I have merged the containers and removed commands to streamline my workflow.
I have attached it

If I open moi first then open the 3dm it behaves perfectly
only when I open from the file manager that it forgets to show the contents

cheers
shayne
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
12101.4 In reply to 12101.3 
Hi shayne, I think the issue is that some other script code expects for the tab content to be in a <div> element and you've got it on the <table>.

Also there was a mismatched end tag:
code:
					<div id="ConstructTabContent">
					 	...
					</divid="ConstructTabContent">

Should be:
code:
					<div id="ConstructTabContent">
					 	...
					</div>


Please try this attached version.

- Michael
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:  shayno
12101.5 
Hi Michael
It did not make any difference
Thanks for looking at it for me
shayne
  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:  shayno
12101.6 
Hi Michael
One peculiar thing I have noticed on V5 vs V4 is if I sweep a circle around a sweep rail to make a solid pipe

Then hide the solid to show just the curves , show points on the sweep rail and move any of them the solid remains hidden but when you unhide the solid it has been changed

In V4 if I alter either the oval or the sweep rail it unhides the solid and updates the it immediately.

I have attached sample

cheers
shayne
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
12101.7 In reply to 12101.5 
Hi shayne,

re:
> Hi Michael
> It did not make any difference
> Thanks for looking at it for me
> shayne

Were you trying with v4 or v5?

If you restore the original SidePane.htm does it go away then?

- 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:  Michael Gibson
12101.8 In reply to 12101.6 
Hi shayne,

re:
> One peculiar thing I have noticed on V5 vs V4 is <...>

With the introduction of groups in v5, it now tries to preserve hidden states through edits.

That's so that when you do something like move a group that has some hidden parts they stay hidden. There are still a couple of bugs in this area that are in progress.

- 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:  shayno
12101.9 In reply to 12101.7 
Hi Michael

with a clean install original sidepane

clicking file directly it now opens with all of the sidepane tabs minimised

yet when running moi first then opening file its all good




cheers
shayne

  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
12101.10 In reply to 12101.9 
Hi shayne,

re:
> clicking file directly it now opens with all of the sidepane tabs minimised

This will happen if the non-maximized window size is small.

To fix it, press the "Restore" button, the one immediately to the left of the "X" close button in the upper right corner.

With the window now not maximized, position it so that it is nearly as large as the entire monitor. Then close MOI once to get that non-maximized position saved, then you can re-open it and maximize it.

Basically what is happening is when MOI is launched it will initially be at the non-maximized window size even though you don't see that on screen. If that size is small then the UI will close tabs to try and avoid showing a vertical scroll bar.

- 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:  shayno
12101.11 In reply to 12101.10 
Thanks Michael

Did not fix it but don't worry I'll open from an open instance with panels open already

cheers
shayne
  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
12101.12 In reply to 12101.11 
Hi shayne, if you can send me (e-mail moi@moi3d.com) your moi.ini file and maybe a screenshot of what the unmaximized window position looks like, I might be able to figure out why that didn't work.

Thanks,
- 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

 

 
 
Show messages: All  1-2  3-12