8 Jul 2008 06:27
regexDialog problem with Dialog 1.15/1.16
At Line 457 of regexDialog.powerpro included with dialog plugin:
st_hDlg.show("ebFmt", sHide).enable(bEnable)
st_hDlg.show("stFormat", sHide).enable(bEnable)
Has to be changed to:
st_hDlg.show("ebFmt", sHide)
st_hDlg.enable("ebFmt",bEnable)
st_hDlg.show("stFormat", sHide)
st_hDlg.enable("stFormat", bEnable)
Otherwise cannot use the radio selection buttons without this error:
---------------------------
PowerPro
---------------------------
ERROR: dialog.enable: Control number wrong
Error occurred near line 457 of script regexDialog <at> setControlProperties:
st_hDlg.show("ebFmt", sHide).enable(bEnable)
Called from line 432 of script regexDialog <at> radButSel
Press Cancel to end all running scripts.
---------------------------
OK Cancel
---------------------------
------------------------------------
Attention: PowerPro's Web site has moved: http://www.ppro.orgYahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/power-pro/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/power-pro/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:power-pro-digest@...
mailto:power-pro-fullfeatured@...
<*> To unsubscribe from this group, send an email to:
power-pro-unsubscribe@...
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
RSS Feed