--- In [email protected], "entropyreduction" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Sheri" <sherip99@> wrote: > > > > > 3. The following code in Function setControlProperties() causes > > PP to crash when changing the radio button selection from Match > > to MatchAll (or Replace) to something else. This problem also > > exists in the version actually distributed with regex 2.04. > > > st_hDlg.show("ebFmt", sHide).enable(bEnable) > > st_hDlg.show("stFormat", sHide).enable(bEnable) > > > Remove the chained dot syntax and it no longer crashed: > > > > ;st_hDlg.show("ebFmt", sHide).enable(bEnable) > > st_hDlg.show("ebFmt", sHide) > > st_hDlg.enable("ebFmt", bEnable) > > ;st_hDlg.show("stFormat", sHide).enable(bEnable) > > st_hDlg.show("stFormat", sHide) > > st_hDlg.enable("stFormat", bEnable) > > Can't reproduce that, starting regex dialog and immediately > hammering the radio button set. Does it happen immediately on > dialog startup or do you have to do something else first? >
When I first had the problem I had entered and processed a pattern with one function, then was attempting to try it with other functions when it crashed. But its not necessary to do all that for me to see the crash. I am running PowerPro 4.7.0.5 (latest beta) and Dialog .81. After fresh boot, started PowerPro, started unmodified script. It came up with "Match" preselected. Clicked to set "Match all". Clicked to select "Replace". Clicked to set "Match all" (CRASHED). Restarted PowerPro. Started unmodified script. Now it crashes sooner. Clicked to set "Match all". Clicked to set "Replace". (CRASHED). I pause between selections, but doubt timing is involved. Crashes even with Empty pcf loaded.
