It is currently April 28th, 2024, 4:36 am

Is object oriented possible?

Get help with creating, editing & fixing problems with skins
waldm63
Posts: 7
Joined: April 15th, 2012, 5:27 pm

Is object oriented possible?

Post by waldm63 »

I am remaking my desktop to be one giant themed package, perfect timing since finals are next week and I can avoid studying while I retool my skins.

The biggest pain is that I wanted to make a very modular quick launch menu system. I was wondering if it is possible via rainmeter to take an object oriented approach and perhaps just create the template for each link on a pull down system.

Here is a rough mock up of what I am attempting to do.
http://imgur.com/iUfa3

I was trying to do it so that the left "start menu" was a separate class and by clicking each button it would open another tab via some code like:
LeftMouseUpAction=!Execute [!#State1#FadeGroup System]

I checked the site and did not see any direct answer in the documentation.
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: Is object oriented possible?

Post by moshi »

if you are using multiple skins try:

Code: Select all

LeftMouseUpAction=[!ToggleFadeGroup System][!HideFadeGroup Games][!HideFadeGroup ...
if you are using meter groups:

Code: Select all

LeftMouseUpAction=[!ToggleMeterGroup System][!HideMeterGroup Games][!HideMeterGroup ...