Page 1 of 1

Setting properties

PostPosted: May 18, 2006 @ 2:33pm
by mmtbb
I want to put text into the cell I click on a grid. I go to the WM_Click event and place the code:

setproperty(a$,"Text","Hello");

I have also tried
setproperty(hwnd$,"Text","Hello"); and
setproperty(control$,"Text","Hello");

Nothing seems to work. I have also tried other proporties without luck.

PPL has been great at making programming syntax easy. The ultimate ease for programming would come if there was a way to use the very familiar:

a$.Text$ = "hello";

PostPosted: May 19, 2006 @ 11:25pm
by kornalius

PostPosted: May 20, 2006 @ 1:18am
by mmtbb
darn, most of my programs are grid based. is there anything i can do.