- Сообщения
- 466
- Реакции
- 223
То-же самое…проверяем
anchor_height=anchor_height.editContents.replace(/,/,".");
anchor_width=anchor_width.editContents.replace(/,/,".");
var the_anchored_frame = app.selection[0].textFrames.add({geometricBounds:["0","0",anchor_height,anchor_width],anchoredObjectSettings:{anchoredPosition: AnchorPosition.ANCHORED}});
свойство .editContents запрещено к записи
Ну я диалог плохо знаю, так что решение такое…с каких пор?
with (app.selection[0].texts[0].contents)
if (substring(length-1, length).search(/\r/) != -1)
app.selection[0].texts[0].contents=substring(0, length-1);
проверяем
тоже не помоглоВместо 128 строки, там где создается якорный текстфрейм, вставляем код…
Давай по порядку… Будем считать, что авторские указания выполнены…тоже не помогло
Win 7/32 Rusпо порядку…
height=anchor_height.editContents.replace(/,/,".");
width=anchor_width.editContents.replace(/,/,".");
var the_anchored_frame = app.selection[0].textFrames.add({geometricBounds:["0","0",height,width],anchoredObjectSettings:{anchoredPosition: AnchorPosition.ANCHORED}});
Не понял, что удаляемВ конце аналогичные удаляем
anchor_height=anchor_height.editContents.replace(/,/,".");
anchor_width=anchor_width.editContents.replace(/,/,".");
Было бы чудесно.Я его в ближайшее время кардинально переделаю.