[ltk-user] Annoying warning pop-ups
Just updated to Ltk 0.90 and I have a slight problem. Can you provide some finer control on whether warnings during runtime result in a pop-up box? For example (with-ltk (:debug :develop :handle-warnings nil) ... would result in the same settings as in :develop mode, but without handling warnings (I see them in the REPL anyway and they are extremely numerous!). Best regards, Timofei Shatrov
On 7/22/06, Тимофей Шатров <grue@mail.ru> wrote:
Just updated to Ltk 0.90 and I have a slight problem. Can you provide some finer control on whether warnings during runtime result in a pop-up box? For example
(with-ltk (:debug :develop :handle-warnings nil) ...
would result in the same settings as in :develop mode, but without handling warnings (I see them in the REPL anyway and they are extremely numerous!).
If you pass :handle-warnings to with-ltk, it should pass it along to start wish, so what you wrote above should work. (Unless we screwed up and forgot to check it in before the release, which is possible.)
participants (2)
-
Thomas F. Burdick
-
Тимофей Шатров