The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Centrafuse > CF Plugins

Reply
 
LinkBack Thread Tools Display Modes
Old 07-11-2008, 04:15 PM   #1
Low Bitrate
 
Join Date: Oct 2006
Posts: 77
Plugin button's don't respond

I've asked this on the Flux forums too, but thought I'd shoot this question over here as well:

I created a plugin using Visual Designer 2 and built the dll. Everything is fine except that my buttons don't respond to any mouseclicks or even when hovering (changing the button image).

Here's the code:
Code:
private void BTNNEXT_Click( object sender, MouseEventArgs e ) { Debug.WriteLine("cfGoLocal: BTNNEXT clicked."); try { this.CF_systemCommand( CF_Actions.SHOWINFO, "BTNNEXT clicked" ); LocType++; if (LocType > 2) { LocType = 0; } showpage(); } catch(Exception errmsg) { WriteLog(errmsg.ToString()); } }

But, when I call the code above with a keypress, it works fine. Here's the code for that:
Code:
if(e.KeyCode == Keys.Left) { WriteLog("KEYLEFT: cfGoLocal"); this.BTNPREV_Click(this, new MouseEventArgs(MouseButtons.Left, 1, 0, 0, 0)); }

Any clues?
Malaki86 is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I use the Extension Plugin Interface ? guino RR FAQ 0 06-11-2006 05:49 PM
Hello World plugin paulpv CF Plugins 5 06-08-2006 10:07 PM
How do I use the Base plugin sources ? guino RR FAQ 1 04-24-2006 03:43 PM
Where To Buy Buttons, Switches, Lights? eCar™ General Hardware Discussion 7 02-22-2004 02:25 PM


All times are GMT -5. The time now is 02:16 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics