INTERACT FORUM

Please login or register.

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

Author Topic: List boxs in Mini-Skins  (Read 1150 times)

Womble

  • Guest
List boxs in Mini-Skins
« on: August 18, 2002, 09:10:29 pm »

Very new to JScript so there may be an easy way to handle this.

I am trying to create a new window where you can select a playlist to play from a mini-skin.

Do I have to use a List Box control? If so, where do I find it? I have looked through the COM controls on my system and cant seem to find one, must be there somewhere.
Logged

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:List boxs in Mini-Skins
« Reply #1 on: August 19, 2002, 07:10:41 am »

Womble,

I don't think you can create a new window from JScript. JScript is not a programming language; it's just a script. It's designed to manipulate objects crated by the environment.

If you want to display a playlist, just create a window, or you can use existing window, and place the TrackList item into it.

Nikolay
Logged

Womble

  • Guest
RE:List boxs in Mini-Skins
« Reply #2 on: August 22, 2002, 07:05:38 am »

I dont understand how to populate a window with the list of available playlists. I understand how to iterate via CMJPlaylistsAutomation * GetPlaylists() but how do I lay it out on the window? So that one can be selected to be the currently playing list.
Logged
Pages: [1]   Go Up