![]() |
[fixed] This one is for Dan G ... it has his name in the dump. - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Bug Reports (https://www.wings3d.com/forum/forumdisplay.php?fid=12) +--- Thread: [fixed] This one is for Dan G ... it has his name in the dump. (/showthread.php?tid=1667) Pages:
1
2
|
RE: This one is for Dan G ... it has his name in the dump. - micheus - 04-11-2016 If you already have a trail, keep trying because I can work on this in two days. I just needed to be able to reproduce it before there. RE: This one is for Dan G ... it has his name in the dump. - ggaliens - 04-11-2016 "Nevermind. I found it. " I'm sorry. I mis took this to mean "I fixed it" . My bad. I do have some time ... and yes ... there is a trail. Hard day for me (other works). Tired. Sorry. I will keep looking. This code .... added to wings_dialog ... might have made things BETTER ... more debuggable. MAYBE. Near line eight hundred sixy something. It make sure ... that what goes to wxStaticText is indeed text. That will mean we can SEE MORE and continue to get to root of problem. Lines = lists:flatten(io_lib:format("~p", [Lines0])), Text = wxStaticText:new(Parent, ?wxID_ANY, Lines), RE: This one is for Dan G ... it has his name in the dump. - ggaliens - 04-11-2016 OK ... a more broad picture of what I did to "see more" ... Code: build(Ask, {label, Label, Flags}, Parent, Sizer, In) Now it looks ugly ... but is less of a fail. And even after that ... I made these changes ... adding lots of lists:flatten(io_lib:format( ) ) To ensure a readable STRING. After this ... I have a very very long session of cutting triangles with not even a dialog popping up. Code: handle_error(Ev, Cmd) -> |