INTERACT FORUM

Please login or register.

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

Author Topic: Another skinning bug?  (Read 1364 times)

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
Another skinning bug?
« on: August 28, 2002, 09:47:12 am »

Matt/Nikolay,

Are you doing anything funny with rebars?

For example in normal mode AV2's rebar looks like:






But with skinning it looks like:






Notice the "Large Image Size" combo being stretched.


Any ideas?
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
RE:Another skinning bug?
« Reply #1 on: August 28, 2002, 10:28:34 am »

maybe it is the skin?
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:Another skinning bug?
« Reply #2 on: August 28, 2002, 10:31:12 am »

It happens with Z, WoodDeck and Techno.

Also a skin is just a collection of graphics and names of fonts/colours ... it's MJ who does the owner drawing of the controls.
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41941
  • Shoes gone again!
RE:Another skinning bug?
« Reply #3 on: August 29, 2002, 06:43:24 am »

I'm not sure what's going on in this particular case, but you may find lots of "holes" in our skinning engine.  Although it's generic and can skin most controls, we only flushed out the pieces and styles that Media Jukebox currently uses.

Could Enable/DisableSkinning(...) work for for the Rebar.Create(...)?

Thanks.

-Matt
Logged
Matt Ashland, JRiver Media Center

RhinoBanga

  • Citizen of the Universe
  • *****
  • Posts: 1703
  • Developer
RE:Another skinning bug?
« Reply #4 on: August 29, 2002, 09:21:04 am »

Hi Matt,

I changed the code to:

AlbumView::m_pMJ->EnableSkinning( FALSE );
m_prbrMain->Create( this, WS_CHILD|WS_VISIBLE|RBS_FIXEDORDER|RBS_VARHEIGHT|CCS_NODIVIDER);
AlbumView::m_pMJ->EnableSkinning( TRUE );


To disable skinning and the rebar appeared as normal.

Unfortunately the application looked really awful.

Will you fix this or should I just put a note in my documentation as to why the toolbar looks bad?
Logged
Pages: [1]   Go Up