2008-10-06 14:39 UTC
OpenDCL Version 5.0.0.25 ENU
ListView Problems:
Modal Form
Event: Clicked
Example:
c: 2DrawArch_MemCarp_ListView1_OnClicked (nRow nCol / ..)
(print nRow) (princ "-") (princ nCol) (Prince)
)
Click in row 2 column 0 = 0 - 0
Click in row 2 column 1 = 1 - 0
Click in row 2 column 2 = 2 - 0
nRow is the column?
nCol is always 0?
Is this a BUG?
¿Solution?
(setq nRow (dcl_ListView_GetCurSel 2DrawArch_MemCarp_ListView1))
and nCol?
ListView Problems:
Modal Form
Event: Clicked
Example:
c: 2DrawArch_MemCarp_ListView1_OnClicked (nRow nCol / ..)
(print nRow) (princ "-") (princ nCol) (Prince)
)
Click in row 2 column 0 = 0 - 0
Click in row 2 column 1 = 1 - 0
Click in row 2 column 2 = 2 - 0
nRow is the column?
nCol is always 0?
Is this a BUG?
¿Solution?
(setq nRow (dcl_ListView_GetCurSel 2DrawArch_MemCarp_ListView1))
and nCol?