MySQL Forums
Forum List  »  MySQL Workbench

Plugins development about fetch table information
Posted by: Xiaoduan Chang
Date: August 24, 2016 09:02PM

I recently have a problem while developing a plugin. What I wanna do is to get the information about the columns of a particular table and show them up in a window.

I try to use wbinputs.selectedLiveTable() as input. However, after I install the plugin, the option in the menu is gray and I can't click it. What's happening here? What I should do to fix it? Or is this the right way to handle the problem?

By the way, where can I find more useful document about plugin development? I've visited the official blog and read through the passage there. I've browsed the source code in /usr/lib/msyql-workbench/modules and found nothing useful.

Options: ReplyQuote


Subject
Views
Written By
Posted
Plugins development about fetch table information
978
August 24, 2016 09:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.