|
From: Daniel J S. <dan...@ie...> - 2015-01-02 20:20:18
|
On 01/02/2015 01:42 PM, Ethan A Merritt wrote: > On Friday, 02 January, 2015 13:03:12 Daniel J Sebald wrote: > >> On 01/02/2015 05:07 AM, Mojca Miklavec wrote: > >> > >> > One tiny problem: when I ran help in wxt for the first time, the > >> > dialogue window appeared. During that time the console was completely > >> > unresponsive. But maybe that's the expected behaviour anyway. > >> No, that's not expected. I'm wondering if there is some type of strange > >> bug in the wxT terminal that manifests in different ways on different > >> systems. > > Could it be because wxWidgets on OSX is single-threaded? Good point. The dialog box should be modal though...let me think about that one. >> I've noted some strange behavior (wxT terminals are always > >> persistent, once in a while crashes on exit), which still exists in the > >> 5.1 development version. > > It would really help if you could capture a backtrace of such > > a crash. I'll try, but it is random and the usual info seems to somewhere other than the terminal window. > And what do you mean "always persistent"? > > Are you saying that even if you run without the persist mode > > the plot window still never exits? Yes. > Or do you just mean that the toolbar widget always defaults > > to "persist". If the latter, perhaps there's a corruption in > > ~/.gnuplot-wxt content? Oh man, operator error! I didn't even know such a setting existed in the wxt terminal. Well, guess I'm OK with the existence of such a setting in the terminal window, except for the fact that there seems to be a logical conundrum to it with regard to a command-line persist setting. That is, right now if one launches with: gnuplot -persist and then looks at the wxT terminal settings, the "Don't quit until all windows are closed (persist)" is not checked. Shouldn't that be checked if "persist" actually is active? But if that box were forced to be checked, it would mean that the next time gnuplot is launched wxT would be persistent regardless of the presence of "-persist". Furthermore, if launching in "-persist" mode, opening the settings window of wxT and checking and then unchecking "Don't quit until all windows are closed (persist)" takes the terminal out of persist mode, obviating the "-persist" argument. If the terminal is to have control of this (why it should, I'm not sure), then maybe there really should be a third "setting", or non-setting, i.e., make the checkbox non-checkable or grayed out or something similar. That is, launching with "-persist" might make it so that the checkbox in the wxT terminal settings is gray and can't be altered. Dan > > Ethan > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > > > > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta -- Dan Sebald email: daniel(DOT)sebald(AT)ieee(DOT)org URL: http://www(DOT)dansebald(DOT)com |