[erlang-questions] Erlang 17.3, undefined function toolbar:start/0

月忧茗 yueyoum@REDACTED
Wed Oct 8 10:45:52 CEST 2014


Yes, thanks.

observer:start()   works well.
and this is more good GUI than old toolbar:start()

2014-10-08 15:43 GMT+08:00 Danil Zagoskin <z@REDACTED>:

> Hi!
> All these applications are dropped from OTP. Use observer instead — it
> includes their functionality:
>
> > observer:start().
>
> On Wed, Oct 8, 2014 at 11:35 AM, 月忧茗 <yueyoum@REDACTED> wrote:
>
>> Hi, I compile and install erlang 17.3 from source, (OS: ubuntu)
>>
>> when I start erl shell, and type toolbar:start(). something goes wrong!
>>
>> wang[15:33][~]$ erlErlang/OTP 17 [erts-6.2] [source] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
>> Eshell V6.2  (abort with ^G)1> io:format("OK~n").OK
>> ok2> toolbar:start().
>> ** exception error: undefined function toolbar:start/03> tv:start().
>> ** exception error: undefined function tv:start/04> appmon:start().
>> ** exception error: undefined function appmon:start/05>
>>
>> Why this?
>>>> --
>> My GitHub
>> https://github.com/yueyoum
>>
>>
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>>
>
>
> --
> Danil Zagoskin | z@REDACTED
>



-- 
My GitHub
https://github.com/yueyoum
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141008/ebafea5a/attachment.htm>


More information about the erlang-questions mailing list