new menu template for themes

oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

new menu template for themes

Post by oskari »

Image

Image
Attachments
MenuTest.zip
(599.59 KiB) Downloaded 270 times
mute
Posts: 417
Joined: Mon Nov 21, 2011 8:30 pm

Re: new menu template for themes

Post by mute »

the color coding is very similar to how i've had my index menu setup for almost 2 years, but i never released it because I could never properly override the insert effect (+) menu on the connection arrows.

very very nice. look forward to f'ing with this.

here's my old ones.,
http://www.lazytrap.com/buzz/colors1.jpg
http://www.lazytrap.com/buzz/colors2.jpg
User avatar
strobotone
Posts: 297
Joined: Wed Nov 23, 2011 2:59 pm
Location: berlin
Contact:

Re: new menu template for themes

Post by strobotone »

@mute : that color coding on the connection lines is a pretty good idea !
actually you should be able to override the colors in the connection dialog box using conditions on the machinetype.
(guess you tried that already :))
could you post the xaml?
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: new menu template for themes

Post by oskari »

mute wrote:the color coding is very similar to how i've had my index menu setup for almost 2 years, but i never released it because I could never properly override the insert effect (+) menu on the connection arrows.
I had to fix it in code. It will work in the next build.
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: new menu template for themes

Post by oskari »

I forgot to enable ClearType.

Image
Attachments
MenuTest.zip
(599.6 KiB) Downloaded 261 times
User avatar
mcbpete
Posts: 381
Joined: Tue Nov 22, 2011 9:45 pm

Re: new menu template for themes

Post by mcbpete »

For some reason that really reminds me of Amiga Workbench ...
mute
Posts: 417
Joined: Mon Nov 21, 2011 8:30 pm

Re: new menu template for themes

Post by mute »

oskari wrote:
mute wrote:the color coding is very similar to how i've had my index menu setup for almost 2 years, but i never released it because I could never properly override the insert effect (+) menu on the connection arrows.
I had to fix it in code. It will work in the next build.
:mrgreen:
User avatar
mcbpete
Posts: 381
Joined: Tue Nov 22, 2011 9:45 pm

Re: new menu template for themes

Post by mcbpete »

Ooh boy, I just took a peek at MVResources.xaml to see if I could adapt some of that code to use on my theme but I might be punching a little above my weight this time :shock:

But yeah, it looks well nice man !
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: new menu template for themes

Post by oskari »

The menu is now in it's own file so it's easier to use.
Attachments
MenuTest.zip
(600.46 KiB) Downloaded 277 times
User avatar
strobotone
Posts: 297
Joined: Wed Nov 23, 2011 2:59 pm
Location: berlin
Contact:

Re: new menu template for themes

Post by strobotone »

oskari, you are just awesome.

--- Build 1430 - Tuesday, 10 January 2012 07:42:14 UTC
- attributes in the machine context menu
- latency compensation and new-machine-by-typing dialogs rewritten in wpf

...more consistency coming up.
User avatar
UNZ
Posts: 809
Joined: Mon Nov 21, 2011 9:42 pm
Contact:

Re: new menu template for themes

Post by UNZ »

small suggestion: it would be cool if the context menus stayed open until you click on the machine view background. that way you can change multiple things (like attributes etc) at once without always going into it again..
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: new menu template for themes

Post by oskari »

Support for MenuItem.StaysOpenOnClick.
Attachments
MenuTest.zip
(600.48 KiB) Downloaded 253 times
User avatar
Klangkulisse
Posts: 304
Joined: Tue Nov 22, 2011 12:20 am
Location: ••• Düsseldorf ••• Made of Light

Re: new menu template for themes

Post by Klangkulisse »

Thanks a lot Oskari once again, especially for putting the main thing in its own menu folder, as I want to keep my own theme up to date like mcbpete does and my skills are even a little little bit smaller.

The menu stays open only for the attributes, would it make sense for other parts like the upper section (Mute, Solo, Oversample, Wireless) or Midi input channel?

It looks really cool, I like it a lot.
User avatar
strobotone
Posts: 297
Joined: Wed Nov 23, 2011 2:59 pm
Location: berlin
Contact:

Re: new menu template for themes

Post by strobotone »

it really helps to make things more consistent themewise.
looks like i missed something since checkboxes for all options are shown in the custom theme.
Attachments
sh_menu.jpg
User avatar
strobotone
Posts: 297
Joined: Wed Nov 23, 2011 2:59 pm
Location: berlin
Contact:

Re: new menu template for themes

Post by strobotone »

never mind. double declared a style in two different xaml files.
oskari
Site Admin
Posts: 296
Joined: Mon Nov 21, 2011 2:04 pm

Re: new menu template for themes

Post by oskari »

strobotone wrote:it really helps to make things more consistent themewise.
Yes, this fits in your theme much better. I might change the menu in the default theme too.
User avatar
mcbpete
Posts: 381
Joined: Tue Nov 22, 2011 9:45 pm

Re: new menu template for themes

Post by mcbpete »

strobotone wrote:never mind. double declared a style in two different xaml files.
Did exactly the same on mine too - took me ages to spot that :lol:
User avatar
strobotone
Posts: 297
Joined: Wed Nov 23, 2011 2:59 pm
Location: berlin
Contact:

Re: new menu template for themes

Post by strobotone »

i wish i could also do that to the vertical sequencer :|
Attachments
sh_menu02.jpg
User avatar
Klangkulisse
Posts: 304
Joined: Tue Nov 22, 2011 12:20 am
Location: ••• Düsseldorf ••• Made of Light

Re: new menu template for themes

Post by Klangkulisse »

strobotone wrote:never mind. double declared a style in two different xaml files.
Oops, I did not realise this until now.
Could you spot the double declared style? :roll:
As my theme relies on some main parts of yours, it should be the same fault ...
User avatar
strobotone
Posts: 297
Joined: Wed Nov 23, 2011 2:59 pm
Location: berlin
Contact:

Re: new menu template for themes

Post by strobotone »

check for duplicate <Style x:Key="ContextMenuItemStyle">
Post Reply