Browser tabs

Next
 From:  vector illustrator (QUARITEXA)
9645.1 
How to make browser tabs always opened, when browser opens?



Instead this:

  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
9645.2 In reply to 9645.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
  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:  vector illustrator (QUARITEXA)
9645.3 In reply to 9645.2 
How about v3?
  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
9645.4 In reply to 9645.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
  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:  vector illustrator (QUARITEXA)
9645.5 In reply to 9645.4 
Thank you. I wrote a workaround with autohotkey.
  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:  vector illustrator (QUARITEXA)
9645.6 
Nice:
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:  MajorGrubert (CARLOSFERREIRAPINTO)
9645.7 
Very nice!
  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:  vector illustrator (QUARITEXA)
9645.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">

EDITED: 15 May 2020 by QUARITEXA

  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:  Vali (VALIEV)
9645.9 In reply to 9645.6 
Hi Quaritexa, what is the UI skin you are using? (Looks great but couldn't find it)
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

Previous
 From:  Whiteman Dynamic (TIM_WHITEMAN)
9645.10 In reply to 9645.9 
@Vali (VALIEV) • I believe it is his own custom UI, not available publicly.
  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