...so i'm having trouble trying to add values from an array to an NSTableView
i could use bindings but the code doesn't allow for such things to exist. that and i even if i could get the key i wouldn't know how to get the value i want because it's a 2D array i'm reading off
anyway, what's the method that will add a string value to an nstable?
sounds like it should be simple... just like a addValue:atColumn:atRow method...
i've searched the internet for adding values to nstableviews but nothing useful comes up...
ok, nevermind, it'd not actually possible says the documentation. guess i will have to try the popup button instead
i could use bindings but the code doesn't allow for such things to exist. that and i even if i could get the key i wouldn't know how to get the value i want because it's a 2D array i'm reading off
anyway, what's the method that will add a string value to an nstable?
sounds like it should be simple... just like a addValue:atColumn:atRow method...
i've searched the internet for adding values to nstableviews but nothing useful comes up...
ok, nevermind, it'd not actually possible says the documentation. guess i will have to try the popup button instead