<div class="gmail_quote">On Wed, Aug 8, 2012 at 8:07 PM, cavaluo <span dir="ltr"><<a href="mailto:cavaluo@gmail.com" target="_blank">cavaluo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<div>  when i create a new ets table named 'user',result returned 'ok',and also i can do any operaton on it,but i can't find in <span style="line-height:18px">The Table Visualizer,why?</span></div>
<div><span style="line-height:18px"><br></span></div><div><span style="line-height:18px"> </span>(<a href="mailto:cavaluo@192.168.1.103" target="_blank">cavaluo@192.168.1.103</a>)15> ets:new(user,[set,public,named_table]).</div>

<div>  user</div><div><div>(<a href="mailto:cavaluo@192.168.1.103" target="_blank">cavaluo@192.168.1.103</a>)18> ets:info(user).</div><div>[{compressed,false},</div><div> {memory,316},</div><div> {owner,<0.37.0>},</div>
<div> {heir,none},</div>
<div> {name,user},</div><div> {size,0},</div><div> {node,'<a href="mailto:cavaluo@192.168.1.103" target="_blank">cavaluo@192.168.1.103</a>'},</div><div> {named_table,true},</div><div> {type,set},</div><div> {keypos,1},</div>
<div>
 {protection,public}]</div></div><div><br></div><div><div>(<a href="mailto:cavaluo@192.168.1.103" target="_blank">cavaluo@192.168.1.103</a>)20> ets:insert(user,{test,1,2,3}).</div><div>true</div><div>(<a href="mailto:cavaluo@192.168.1.103" target="_blank">cavaluo@192.168.1.103</a>)21> ets:lookup(user,test).</div>

<div>[{test,1,2,3}]</div></div><div><br></div></blockquote><div><br>I cannot see the table in the Table View either.  I am not sure why.<br>However, I can see the table through observer:<br>> observer:start().<br><br>
tv doesn't get much attention any more as observer is superseding it.<br></div></div>