MoI discussion forum
MoI discussion forum

Full Version: Browser tabs

From: vector illustrator (QUARITEXA)
10 Jan 2020   [#1]
How to make browser tabs always opened, when browser opens?



Instead this:

Image Attachments:
200110191054[1].png  200110191251[1].png 


From: Michael Gibson
10 Jan 2020   [#2] In reply to [#1]
Hi Quaritexa,

re:
> How to make browser tabs always opened, when browser opens?

It's possible to do that in v4 using a startup script as described here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=9157.2

- Michael
From: vector illustrator (QUARITEXA)
10 Jan 2020   [#3] In reply to [#2]
How about v3?
From: Michael Gibson
10 Jan 2020   [#4] In reply to [#3]
Hi Quaritexa, sorry no there isn't any simple way set up to do it in v3. The methods for accessing the scene browser controls from script are new in v4.

- Michael
From: vector illustrator (QUARITEXA)
11 Jan 2020   [#5] In reply to [#4]
Thank you. I wrote a workaround with autohotkey.
From: vector illustrator (QUARITEXA)
16 Jan 2020   [#6]
Nice:

Image Attachments:
200117112420.png 


From: MajorGrubert (CARLOSFERREIRAPINTO)
17 Jan 2020   [#7]
Very nice!
From: vector illustrator (QUARITEXA)
12 May 2020   [#8]
Another one:

in BrowserPane.htm add
code:
<body class="SidePaneBody" 
onload="var a = moi.ui.getUIPanel('moi://ui/BrowserPane.htm').document.querySelectorAll('#list div'); 
for (var i = 0; i < a.length; i++) a.item(i).style.display = 'block'">


and

code:
<moi:PaletteBody id="list">

From: Vali (VALIEV)
18 May 2020   [#9] In reply to [#6]
Hi Quaritexa, what is the UI skin you are using? (Looks great but couldn't find it)
Thanks
From: Whiteman Dynamic (TIM_WHITEMAN)
18 May 2020   [#10] In reply to [#9]
@Vali (VALIEV) • I believe it is his own custom UI, not available publicly.