Ha. Seems you discovered a bug. Its working in both 2011 and 2013.
Apparently its broken in 2012 and only makes the last column editable. I
took the liberty of making a ticket on this: Case 07277716

Take Judah's advise and just use Qt. You can pretty easily set up a table
widget.


On Tue, May 22, 2012 at 3:19 AM, ogre <[email protected]> wrote:

>
>
> On 22 Maj, 02:04, Justin Israel <[email protected]> wrote:
> > I don't see any straightforward way that they expect you to be able to
> > receive the callbacks for the table if you create them with that plugin
> via
> > the API. I could be missing something since I have never used that
> approach
> > to make interfaces before. Your best bet, if you are trying to avoid the
> > dependency of Qt/PyQt, is to just use a scriptTable:
> http://download.autodesk.com/global/docs/maya2012/en_us/CommandsPytho...
> > That apparently wraps around the API-based table, but also gives you a
> > cellChangedCmd callback so you can handle edits.
> >
>
> Thanks Justin,
> I did some testing with scriptTable, and it seems only last column is
> editable, or am I doing smth. really wrong ?
> Anyway, maya is highlighting entire row, and enters data only in last
> cell :/
>
> --
> view archives: http://groups.google.com/group/python_inside_maya
> change your subscription settings:
> http://groups.google.com/group/python_inside_maya/subscribe
>

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to