Hi I wrote a dragdrop grid component.
You can drag and drop rows from one dragdropgrid to the other. You will see icons signifies dragging status, outof dragdropgrid or copy mode. Use the Ctrl or Shift keys to select multiple rows in a dragdropgrid. While dragging, press the CTRL key to copy rows from one dragdropgrid to the other. When you double click a row move move it to a specified dragdropgrid If you want your grid to be dragdropable, just change <grid> to <dragdropgrid>. Demo&Source. http://laszlo.jp/lps/samples/dragdropgrid/dragdropgrid-test.lzx it has some addition properties. -allowSameGridCopy -allowDragSort -allowDrop -showicon -copymode(set default mode copy or move) -dragable -dblclicktargetGrid But it is beta quality yet. [known bugs] -does not move a dragging item if Debug = false (I use dragstate why??) -dragging item remains ex-texts (I destroy all LzText but still there why?? see dragdropgrid.lzx line 120 destroyTexts) -dragging item does not show multi selected items(I'm trying to... see line 143) -etc.. I've been wanting to enhance it more. Thanks your help. -togawa manabu _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
