Need help in NSBrowser
Need help in NSBrowser
- Subject: Need help in NSBrowser
- From: "Sean Liong" <email@hidden>
- Date: Thu, 21 Aug 2003 11:28:42 +0000
Hi,
I have a problem in NSBrowser. From the simple browser sample codes, I added
a toolbar with 2 arrows that will go Back and go Foward in the browser. The
problem is when I press the arrow, for example the contents of the history
node for cell0 will be shown in cell1 but the hightlighted node of cell0 is
not able to refresh and point to the new chosen node.
From the simple browser, it call the drawInteriorWithFrame function to draw
the browser, so when i clicked on the arrow icon, the history node as the
parameter for the setAttributedStringValueFromFSNodeInfo: called then redraw
for the cell1, how shall I redraw for the cell0 and let the history node
highlighted?? Can I call any specific function to redraw cell0 with the
history node highlighted?
I am exhausted in trying to solve this problem ... is there any advice??
Really appreciate helps and advices...
Sean
_________________________________________________________________
Download the latest MSN Messenger
http://messenger.msn.com.my
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.