Closed markusvoelter closed 11 years ago
Please check if the index is correct now and close the issue.
Can you please check, if the latest version solves this problem?
I still get the exception. I am happy to demo or to let you look at the code. Maybe there is a bug somewhere in my logic.
[1160348] ERROR - s.mps.nodeEditor.EditorManager - Failed to create cell
for node [entries] TableEntry
On Tue, Sep 3, 2013 at 8:18 PM, slisson notifications@github.com wrote:
Can you please check, if the latest version solves this problem?
— Reply to this email directly or view it on GitHubhttps://github.com/slisson/mps-tables/issues/16#issuecomment-23734926 .
Markus Völter
voelter - ingenieurbüro für softwaretechnologie/itemis Ötztaler Strasse 38, 70327 Stuttgart-Untertürkheim, Germany
Phone: +49 (0) 171 / 86 01 869 Email: voelter@acm.org
http://www.voelter.de http://twitter.com/markusvoelter https://plus.google.com/116287041150844298254
http://dslbook.org http://mbeddr.com http://omegataupodcast.net
That's a different issue. The stacktrace says, that it is caused by the code in the "cell:" function. I was working on the "substitute node:" function.
There is not much that can go wrong here. "columnIndex" should always be between 0 and the value returned by "column count:" minus 1. The same for "rowIndex" and "row count:".
There is not much that can go wrong here. "columnIndex" should always be between 0 and the value returned by "column count:" minus 1. The same for "rowIndex" and "row count:".
well, it is not :-)
Markus Völter
voelter - ingenieurbüro für softwaretechnologie/itemis Ötztaler Strasse 38, 70327 Stuttgart-Untertürkheim, Germany
Phone: +49 (0) 171 / 86 01 869 Email: voelter@acm.org
http://www.voelter.de http://twitter.com/markusvoelter https://plus.google.com/116287041150844298254
http://dslbook.org http://mbeddr.com http://omegataupodcast.net
I added some debug output for the return values of "column count" and "row count" and for the parameters passed to "cell:". Can you send me the output in the "Messages" window?
I do not get any output.
On Wed, Sep 4, 2013 at 2:06 PM, slisson notifications@github.com wrote:
I added some debug output for the return values of "column count" and "row count" and for the parameters passed to "cell:". Can you send me the output in the "Messages" window?
— Reply to this email directly or view it on GitHubhttps://github.com/slisson/mps-tables/issues/16#issuecomment-23784149 .
Markus Völter
voelter - ingenieurbüro für softwaretechnologie/itemis Ötztaler Strasse 38, 70327 Stuttgart-Untertürkheim, Germany
Phone: +49 (0) 171 / 86 01 869 Email: voelter@acm.org
http://www.voelter.de http://twitter.com/markusvoelter https://plus.google.com/116287041150844298254
http://dslbook.org http://mbeddr.com http://omegataupodcast.net
rebuild the tables languages
I have downloaded the new plugin from the build server and installed it. Built at 14:05
rebuild the editor of your concept
hadn't done that before, but did it now.
clear the messages window
did that.
open a model that contains instances of your concept (or update by pressing F5)
nothing happens.
The exception shows up when I press enter or shift-enter in a table cell. However, even in this case I get no output in the messages view.
Markus Völter
voelter - ingenieurbüro für softwaretechnologie/itemis Ötztaler Strasse 38, 70327 Stuttgart-Untertürkheim, Germany
Phone: +49 (0) 171 / 86 01 869 Email: voelter@acm.org
http://www.voelter.de http://twitter.com/markusvoelter https://plus.google.com/116287041150844298254
http://dslbook.org http://mbeddr.com http://omegataupodcast.net
Hi have developed a table. When clicking into the second column in the first non-header row, I get a columnIndex of three. However, (I think) it should be 1.