MoI discussion forum
MoI discussion forum

Full Version: V4 beta Aug-28-2018 available now

Show messages:  1-15  16-35  36-55  56-65

From: Lewis3D
28 Sep 2018   [#56] In reply to [#55]
Yes, thanks, you are right i was using STEP and IGES not 3DM.
From: albehany
29 Sep 2018   [#57] In reply to [#54]
Hi Michael, can you help me please Split Construct and Transform Panels in v.4
I try this http://moi3d.com/forum/index.php?webtag=MOI&msg=8064.12
but I always get error. thank you
From: Michael Gibson
29 Sep 2018   [#58] In reply to [#57]
Hi albehany what error do you get?

Try removing the 2nd line of the script that looks at innerHTML.length, you can either delete it or put a // in front of it to comment it out.

- Michael
From: albehany
29 Sep 2018   [#59] In reply to [#58]
Hi, sorry for bothering but I can't find the innerHTML.length
this is my html file can you please see what is the problem. thank you and sorry

Attachments:
SidePane.htm

Image Attachments:
Screen Shot 2018-09-29 at 11.38.53 AM.png 


From: Michael Gibson
29 Sep 2018   [#60] In reply to [#59]
Hi albehany, sorry I thought you were trying to use the script to do it which is here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=8064.8

With that way you leave the default SidePane.htm in place and put that script in MoI's appdata\startup folder so it runs on program startup.

For your editing the SidePane.htm one problem is that you've got duplicate ids here (on the lines marked with >>>>)

code:
>>>>       <moi:PaletteHeader id="TransformTabContent">
                    <moi:TabContainer>
                        <moi:TabButton id="TransformTab" class="RightTabButton"><moi:Text textid="Transform tab"/></moi:TabButton>
                    </moi:TabContainer>
                </moi:PaletteHeader>
                <moi:PaletteBody>
>>>>             	<div id="TransformTabContent">



Both of those having the same id value will cause problems. Modify the top one to id="TransformHeader" instead.

The second problem is that the close tag for the construct <moi:PaletteBody> is missing, which makes the transform tab to be a child of construct.

So immediately above the transform tab add </moi:PaletteBody> so the construct one is closed.

That should get it working after those 2 fixes I think.

- Michael
From: albehany
29 Sep 2018   [#61] In reply to [#60]
The script just work fine. thank you so much and thank Max Smirnov (SMIRNOV) for this cool script

Message 9044.62 was deleted


Message 9044.63 was deleted


From: Mr. Yuri (MR_JURAJ)
22 Oct 2018   [#64] In reply to [#61]
Hi albehany,
can you please post corrected script? :)

Thanks
From: Michael Gibson
22 Oct 2018   [#65] In reply to [#64]
Hi Mr. Yuri, if that MiniSidepane.js script is not working for you try editing the file in a text editor and delete the 2nd line that has the if statement in it.

- Michael

Show messages:  1-15  16-35  36-55  56-65