>this time I'm sending just a simple (Y/N) question.
>Is it possible to use TblSetRowMasked in table custom draw function?

Sure, you can call it, and it'll set the bit that says that row is masked.
But if you're trying to turn on the masking for the row you're being told
to draw, then it is too late; you need to have made that call beforehand.

The table's code first checks to see if it is masked, and if so draws the
mask... otherwise it calls your callback.  So turning on the "masked"
property in your callback won't make a visual change until the row is
redrawn, some time in the future.

-David Fedor
Palm Developer Support



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to