Author Topic: Build 483 Issues  (Read 526 times)

Charlie

  • Regular
  • *
  • Posts: 1089
    • View Profile
Build 483 Issues
« on: February 07, 2008, 11:20:16 »
Hi Torben,
Just letting you know of a couple of issues that I've found with the latest snapshot...

1) BackgroundColor does not seem to work for the ScreenObjects - FontColor does, however.

2) You cannot drag 'n' drop shortcut audio files (ie: .lnk) from the Browser to a Playlist.  You can, however, drop them directly into a Player or a Cartwall slot.  Obviously LNK is specified in the "additional extensions" box in the Config :)

Thanks
Charlie

Charlie

  • Regular
  • *
  • Posts: 1089
    • View Profile
Re: Build 483 Issues
« Reply #1 on: February 14, 2008, 11:16:17 »
Another for the melting pot... Cartwall items (when faded via a trigger) seem to revert to a "stopped" state, ie: I have to click them to reset the cart in order to play it again.
Charlie

Torben

  • Administrator
  • Doktor mAirList
  • *****
  • Posts: 11411
    • View Profile
Re: Build 483 Issues
« Reply #2 on: February 20, 2008, 20:41:11 »
1) BackgroundColor does not seem to work for the ScreenObjects - FontColor does, however.

"Color" should work.

There are also two additional settings now: BorderWidth and BorderColor.

Quote
2) You cannot drag 'n' drop shortcut audio files (ie: .lnk) from the Browser to a Playlist.  You can, however, drop them directly into a Player or a Cartwall slot.  Obviously LNK is specified in the "additional extensions" box in the Config :)

Fixed. This is because with the new "preparing files" dialog, the items are imported in a separate thread in the background. For the links to be resolved, I have to call CoInitialize in order to initialize COM for that new thread.

Torben

  • Administrator
  • Doktor mAirList
  • *****
  • Posts: 11411
    • View Profile
Re: Build 483 Issues
« Reply #3 on: February 20, 2008, 20:50:36 »
Another for the melting pot... Cartwall items (when faded via a trigger) seem to revert to a "stopped" state, ie: I have to click them to reset the cart in order to play it again.

Fixed.