Have anyone tried inserting a progress bar into a datagrid before? In my behavior script of the datagrid, I have tried to set the thumbPosition of my progress scrollbar to the data in the pDataArray but unfortunately was unable to run it due to the error in the statement:
Code: Select all
set the thumbPosition of scrollbar "Progress Scrollbar" to pDataArray["progress bar"]
Thank you!!