mybase 6.08 怎么不能对附件设置压缩级别了?以前版本在属性--压缩那里可以设,现在双击不能设了呢?

19 views
Skip to first unread message

Fan Qiang

unread,
Jul 14, 2012, 12:02:34 PM7/14/12
to mybase...@googlegroups.com
mybase 6.08 怎么不能对附件设置压缩级别了?以前版本在属性--压缩那里可以设,现在双击不能设了呢?

Yangxiao

unread,
Jul 15, 2012, 12:39:31 AM7/15/12
to mybase...@googlegroups.com
这个就不清楚了。呵呵


From hsiaoyang

wjj

unread,
Jul 18, 2012, 10:20:26 AM7/18/12
to mybase...@googlegroups.com
对于一般内容,不同压缩级别对应的压缩效果相差不大。 如果需要更改压缩级别,可以把此邮件附件中的.js文件复制到 ./plugins 目录中,然后重启myBase,选择 plugins - set compression level 菜单。。。

或者,直接把下面这几行代码复制到当前 RTF 编辑器,然后选择 plugins - evaluate script code 菜单(v6.0.9+),即可更改压缩级别。

var iLevel = 9;
var xNyf=new CNyfDb(-1);
if(xNyf && xNyf.setCompressLevel(iLevel)){
  alert('Done.');
}

你试一下,看有没有问题。

-wjjsoft
Set compression level.js
Reply all
Reply to author
Forward
0 new messages