Yeah Scott ran into the same issue a few weeks back, and if you want to
initiate row edits as a different edit finishes, you have to turn off the
edit effect.  Basically, you can't initiate a new edit until the old one
completes, so with the effect turned on, you have to wait until the effect
finishes to start the next edit.
-T

On Fri, Oct 2, 2009 at 11:42 PM, Vicente de Rivera III <
[email protected]> wrote:

> Got another question/help for the Row Editor. I modified the RowEditorDemo:  *
> enable row editor effects
>   * add a PushButton that will add a new row
>     * if ( new row ) set the tableView to select that new row and edit it
>
> result:
>   * if the user is already in edit mode, adding another row won't go into
> edit mode
>
> I've attached the modified RowEditorDemo.
> Before I sending this question, I tried to improve the mod I made, I made a
> addRow flag then I added a RowEditorListener so that when changesSaved is
> called, check the addRow flag then go into edit mode.
> This worked but I tried spamming the PushButton and some of the new row
> doesn't go into edit mode.
>
> Although the addRow flag solution is good, I thought I'd report it
>
> thanks
>

Reply via email to