INTERACT FORUM

Please login or register.

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

Author Topic: Control Display Location  (Read 1320 times)

Cephlen

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 98
  • someday I will find a pic that looks good...
Control Display Location
« on: August 15, 2002, 01:02:12 pm »

Hello,

I am creating a control interface and am having just 1 little issue.

When I run the plugin, it appears over the left tree area, and not in the right pane area.

There isnt much to my code, just the extreme basics...

Public Class Nav
   Inherits System.Windows.Forms.UserControl
   Public g_MJ As MediaJukebox.MJAutomation
   Public Function Init(ByVal MediaJukebox As Object)
       g_MJ = MediaJukebox
   End Function
   Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
       Dim MJ As MediaJukebox.MJPlaybackAutomation
       MJ = g_MJ.GetPlayback()
       MJ.Next()
   End Sub
End Class
Logged
All ICQ's are ignored unless I have added you.

Nikolay

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 1681
  • Former CTO, JRiver, Inc.
RE:Control Display Location
« Reply #1 on: August 19, 2002, 06:57:10 am »

Cephlen,

You have to select your plug-in in the tree to see the interface in the content view (right pane).  Do you see anything there?

Nikolay
Logged
Pages: [1]   Go Up