INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Another skinning questions  (Read 1112 times)

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Another skinning questions
« on: June 11, 2002, 04:05:02 am »

Guys,

How does one know when skinning is enabled in MJ?

I have put skin color/font support in AV now but I get bogus values back when skinning is disabled.
Logged

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:Another skinning questions
« Reply #1 on: June 11, 2002, 08:35:06 am »

There is no specific function to do that but you can do following.

BOOL bSkinningEnabled = MJAutomation.SkinWindow(NULL, TRUE);

bSkinningEnabled will receive value 0 or 1, 0 in case if skinning is disabled.

Nikolay
Logged

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:Another skinning questions
« Reply #2 on: June 11, 2002, 09:38:13 am »

Thanks Nikolay Next Page
Logged
Pages: [1]   Go Up