INTERACT FORUM

Please login or register.

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

Author Topic: No plugin UI  (Read 1239 times)

Qythyx

  • Galactic Citizen
  • ****
  • Posts: 390
No plugin UI
« on: May 22, 2005, 10:06:48 pm »

I'm working on a plugin that is being loaded into MC and is running just fine, but there is no UI shown in MC. Are there any tricks to this? Is there any reason the plugin would load correctly, but not show the UserControl?
Logged

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re: No plugin UI
« Reply #1 on: May 23, 2005, 01:50:02 pm »

Quote
Is there any reason the plugin would load correctly, but not show the UserControl?

not that i know of.

Quote
I'm working on a plugin that is being loaded into MC and is running just fine

How do you know it is running?



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

Qythyx

  • Galactic Citizen
  • ****
  • Posts: 390
Re: No plugin UI
« Reply #2 on: May 23, 2005, 08:57:20 pm »

Because what it does is to reorder an existing Smartlist according to some rules I've come up with. Since I can't get the US working I have the name of the Smartlist hardcoded, but the reordering is definitely happening. Also I've put in some debug MessageBoxes and they popup as expected.

Actually, I just figured it out. Somehow I lost the InitializeComponent() call in the constructor of my class. It's back and the UI is there now too.   :)
Logged
Pages: [1]   Go Up