Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!daemon From: tsui@silver.bacs.indiana.edu (Yufeng Tsui) Newsgroups: cs.works.next,comp.sys.next Subject: another problem. Message-ID: <24225@iuvax.cs.indiana.edu> Date: 3 Aug 89 18:09:08 GMT Sender: daemon@iuvax.cs.indiana.edu Lines: 15 Here is another problem I encountered. I creatd a cell(myCell) of class ButtonCell and: [MyCell setType:NX_SWITCH]; I then used this prototype to creat a matrix(with mode NX_LISTMODE). The problem is the cell in the matrix won't redraw itself when clicked! However, if I change the matrix mode to NX_RADIO, it works fine. So if I use NX_LISTMODE, I have to setup something in the target of the matrix and seticon to switch or switchH manually to show the status. What a pain!! Now is the NX_LISTMODE designed to be like this? Or there are some tricks I am missing? Any comment?! --yufeng tsui@silver.bacs.indiana.edu