2024-01-29 17:49 UTC
With the open dialogue I tried this code:
I don't know why I can not set a text to my grid...
Any ideas?
Befehl: (dcl-Grid-GetCellStyle xdata_selector/xdata_selector/grid_single 1 1)
-1
Befehl: (dcl-Grid-SetCellStyle xdata_selector/xdata_selector/grid_single 1 1 6)
T
Befehl: (dcl-Grid-GetCellStyle xdata_selector/xdata_selector/grid_single 1 1)
6
Befehl: (dcl-Grid-setCelltext xdata_selector/xdata_selector/grid_single 1 1 "a")
nil
Befehl: (dcl-Grid-getCelltext xdata_selector/xdata_selector/grid_single 1 1)
""
I don't know why I can not set a text to my grid...
Any ideas?