MoI discussion forum
MoI discussion forum

Full Version: Dark Gray Theme

Show messages:  1-7  8-27  28-47  48-62

From: Michael Gibson
5 Jul 2019   [#28] In reply to [#27]
Hi Ron, so looking at your moi.css, it appears to be using flexbox attributes that I think only MoI v4 supports.

Is it possible you have used a customized UI setup that was meant for v4 but you are trying to use it on v3? If it's the one from the top of this thread make sure you get the v3 version to install on v3 and don't try to install the v4 version on v3.

I also just looked at your CommandBar.htm and it also appears to be the v4 version and not the v3 version as well, also it seems to have most things removed, are you sure this is the one from the screenshot you showed and not one with additional edits ?

- Michael
From: OGAR (OGAROGAR)
5 Jul 2019   [#29] In reply to [#28]
Sorry I did not mention the version I am using, it is V4. I did edit some stuff after the screen grab. I figured out how to adjust the radius my issue now is figuring out how to get everything aligned in one row. Once again sorry for not explaining my issue better. Thanks
From: Michael Gibson
5 Jul 2019   [#30] In reply to [#29]
Hi Ron, please post the CommandBar.htm file for the one with multiple rows and I'll see if I can give you some tips on making it into one row.

- Michael
From: OGAR (OGAROGAR)
5 Jul 2019   [#31] In reply to [#30]
Here it is. Thanks

Attachments:
CommandBar.htm


From: Michael Gibson
5 Jul 2019   [#32] In reply to [#31]
Hi Ron, that's identical to the one you posted before. It looks like the standard buttons like "File" "Save", "Undo", "Redo", etc.. have been removed from it, it does not match the screenshot you posted with the 2 lines that you want to make into a single line.

- Michael
From: OGAR (OGAROGAR)
5 Jul 2019   [#33] In reply to [#32]
This is an updated screen-grab of my version of MOI v4 and the CommandBar.htm in its ui folder "MoI 4.0 beta Feb-27-2019" I did replace the original CommandBar.htm with the one the creator of this Dark Gray Theme provided and thats the one I have been posting. I didn't start having this issue until I installed the Dark Gray Theme into the MOI v4 "MoI 4.0 beta Feb-27-2019". If you look at the CommandBar.htm the creator of this theme provided you will see it is the same thing. I've downloaded it several times and installed it and I keep having the same issue. My friend have installed this theme and he is having the same issue. Please help me fix this if you can. Thanks and I appreciate your time and help.




The creator of this theme also added NewCommandBar.htm, and when I make it active the top row disappears.

Attachments:
CommandBar.htm
_NewCommandBar.htm

Image Attachments:
moi V4 update.jpg  moi V4 .jpg 


From: Michael Gibson
5 Jul 2019   [#34] In reply to [#33]
Hi Ron, ok I see what is going on now. The author of this customized UI has split the command bar into 2 separate files, one part is "CommandBar.htm" and the other one is "_NewCommandBar.htm" and they are set up as 2 separate UIPanels in MainWindowLayout.xml .

So with that structure with it making 2 separate files and 2 UIPanels that is going to always be on 2 separate lines, that looks like it was intentionally designed that way.

To combine them, edit the file _NewCommandBar.htm and go to line 90 which has this:

code:
				<!-- <span id="CommandBarCustomUI">
				</span> -->


Remove the comments so it looks like this instead:

code:
				<span id="CommandBarCustomUI">
				</span>



Now delete CommandBar.htm and rename _NewCommandBar.htm to CommandBar.htm and edit MainWindowLayout.xml and delete line #6 that loads _NewCommandBar.htm .

With that done you should then have the bottom command bar as a single line.

- Michael
From: OGAR (OGAROGAR)
6 Jul 2019   [#35] In reply to [#34]
It worked, thank you!
From: OGAR (OGAROGAR)
11 Jul 2019   [#36] In reply to [#34]
Hi Michael,

Thanks for your help. I have a question... How do i change the radius in the view port?


Image Attachments:
ui.jpg 


From: Michael Gibson
11 Jul 2019   [#37] In reply to [#36]
Hi Ron, sorry in v4 there isn't currently any way to change the radius value for that particular part of the UI.

- Michael
From: Cody (ECHOLOCATING)
5 Aug 2019   [#38]
I got really busy over the last couple of months and haven't checked in.

Thank you, Michael, for helping OGAR fix the issue. It looks like he installed the "Dark Gray Theme (MoI 4.0 beta) v1.1.1.zip" file and then the "Dark Gray Theme (MoI 4.0 beta) - Custom UI Bar.zip" file. The second one is only to put the Custom UI buttons in a separate row at the bottom of the screen. A user does not need the second ZIP file to make use of the Custom UI at all, as you probably know. It's purely optional if people have a lot of Custom UI buttons.

I'm glad you like the theme, OGAR. Sorry that my instructions are confusing. I'm going to revamp the first post one of these days and make it crystal clear as to what does what. I'm actually too busy using MoI to do it right now though. ;-)

I never realized before how powerful the Deform command is for jewellery design. This software is a godsend, Michael!

-- Cody
From: moontan
15 Aug 2019   [#39]
i've just installed it.
it's beautiful!

tnx for taking the time to create this for us Cody!! : ))
From: neilwilson3412
24 Aug 2019   [#40] In reply to [#20]
perhaps in future release this could be a check box in the install options....to just click and pick themes.
From: Michael Gibson
25 Aug 2019   [#41] In reply to [#40]
Hi Neil, yup I definitely want to have a dark and light theme built in to MoI in the future, it's just something that I haven't been able to put any time on as of yet.

- Michael
From: Axel
13 Oct 2019   [#42]
Hi Cody,

any chance that you update your great dark UI to the latest beta version?

Cheers,

Axel
From: propmaster (PWWHDR70)
12 Sep 2020   [#43]
Hi all!

I love this UI, but I'm having a bit of a problem. Everything works great when I install this theme, as you can see.



But when I install the Custom UI Bar, things change.



It looks like the viewing panes are resized, which compacts the browser, making the text unreadable. Or maybe it's the other way around and the browser shrinks, making the panes larger. (???) There is no way to manually grab the browser edge and resize it.

I think this UI is fantastic and would like to keep using it. I would like to keep the double row of buttons so I don't have to scroll left and right. But it's vital to be able to read the information in the browser.

Is there a way to fix this? I know very little about code, but I can poke around and change a line of text if someone guides me. I just have no idea where to begin.

-Patrick

Image Attachments:
Capture1.png  Capture2.png 


From: Michael Gibson
12 Sep 2020   [#44] In reply to [#43]
Hi Patrick, yes the problem is the UI is a snapshot of some older files, and it's missing an attribute for setting the browser pane to be resizable.

The file that you need to edit is MainWindowLayout.xml which is in the ui subfolder.

Line #6, the one that defines the browser pane needs to be like this:
code:
	<UIPanel dock="right" resizable="true" defaultWidth="15em" src="moi://ui/BrowserPane.htm"/>


You'll be missing this part: resizable="true" defaultWidth="15em"

once you add those in then your browser pane should resize again.

- Michael
From: propmaster (PWWHDR70)
12 Sep 2020   [#45] In reply to [#44]
Awesome! Thank you, Michael!
From: Axel
12 Sep 2020   [#46] In reply to [#45]
Hi,

is that for the latest MOI version as well and originally the one from Cody?



Cheers,
Axel
From: Frenchy Pilou (PILOU)
27 Sep 2020   [#47] In reply to [#46]
Yep that works fine for the V 4 beta ;)

Sorry for the late test : i have put the minimum! Because I had a previous little Tools Bar sufficient for me... ;)
In French of course for me! ;) https://moiscript.weebly.com/trucs-astuces.html



and so...

Show messages:  1-7  8-27  28-47  48-62