Hi there,

I have a situation where I'm using a copy and paste command to copy data
from one table cell and paste it to several cells at once. It works great
now, I only have one problem. My specifically directed ctrl_c copy and
ctrl_v paste commands I'm using have hijacked the entire application page,
across multiple tabs. What I mean by it, is that I can't do a native ctrl+C,
ctrl_V copy-paste anywhere else on my page. Is there a way I can narrow the
commands I intend to use on this table column to only relate to my table and
not be attached to the entire app? So that the form above my table and the
other tabview pages I have can still use native copy and paste? I saw that
setCommand can be used by all widgets that implement qx.ui.code.MExecutable
mixin, but table doesn't seem to be one of them.

Is there a way around this issue so that I can limit the special copy-paste
functionality I implemented for this specific table column to not leave the
scope of the table?

thank you in advance,
-Marta Smith
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to