Hi Bill
Thanks! All sorted now
Sian Davies
Assistant Bid Coordinator
02071011177
sian.davies@advancedinteriors.co.uk<mailto:sian.davies@advancedinteriors.co.uk>
23 College Hill | London EC4R 2RP
Hi Bill
Thanks! All sorted now
Sian Davies
Assistant Bid Coordinator
02071011177
sian.davies@advancedinteriors.co.uk<mailto:sian.davies@advancedinteriors.co.uk>
23 College Hill | London EC4R 2RP
Hi Christian - Following up on this. My coworker and I are trying out Team projects. I'm able to launch and start the team project and invite my teammate. But he is unable to open the team project. We are on the same network (we sit right next to each other) but when he opens the team project he gets this message, "login to the team projects service failed due to a network connectivity error" We followed Ramesh's steps above -- but still nothing changed. Any other tips on what might be wrong? Thanks!
All these errors are caused by the use of linting, which i always turn off.
You will find the setting to turn linting off in your Dw preferences window. It is an all or nothing setting in Dw, so turning off will also turn linting off for every other supported file type.
Linting is in theory a good idea, but in practice it is only for beginners in my opinion.
force close your cc desktop app (win>task manager, mac>activity monitor). and then reopen your desktop app.
or just double click your ai executable and bypass the cc desktop app.
So you suggest finishing the whole film, and then once I am happy with the final result export it into a high quality video, and then post process it later into HD and with film grain?
What a great suggestion. Very helpful. Very much appreciated.
clean per Use the Creative Cloud Cleaner Tool to solve installation problems
restart your computer
retry installing.
Hi David, is there any other way of doing this? It's all very hit and miss for me.
At the moment I have a fixed width 1100 width and everything below that is fluid width and there's text overlapping the boxes everywhere!
I've deleted them, started again but still the same. The text is all doing what I'd expect, but the holding boxes, (on the same layer, text box drawn on top of them) just don't seem to respect the expanding text.
Any more thoughts?
Thanks, and sorry to bother again after such a long time.
Trev
ちょっと気になったのでインストーラーをダウンロードして動かしてみたのですが、
確かに選択肢として日本語がないのを確認しました。
ただ、英語設定でいけそうな気がしますから、駄目元でやってみるのはありかもしれません。
ftpサイトの方はあくまでもアップデータだけのようです。
なおそれ自体は言語別という縛りはないと思います。
ただ前提としてはやはりセキュリティの問題がどうしても避けられません。
そういう意味ではAcrobat Xも既にサポートは終了しているのは変わりませんし、
XIはまだ継続中ですが、今年10月で終了することになっています。
リスクが高くなることを承知のうえでという使い方もないわけではありませんが、
セキュリティ対応については永続的ではありませんから、順次の移行はどうしても避けられないところです。
myParagraph.appliedCharacterStyle = myDoc.characterStyles[0];
myParagraph.applyParagraphStyle(myParagraphStyle,true);
I ended up unzipping the file and all is normal again. I just never had to do that before. It always just opened the last catalog.
Thanks for the help.
Hi All,
I want to use an array as my popup_menu items. The Index of my array is coming from a different popup_menu item.
In other words, items of my second popup_menu should be changed according to selected item of the first popup_menu.
I need to use bind 'my_value' as my array index like in below.
f:popup_menu {
width = 250, -- the shared binding
height = 180, -- the shared binding
items = MyArray[bind 'my_value'],
},
How can I achieve to do this?
Thanks in advance
Glad I could help.
The best way to organize layers is to use them for page screens - Header, First screen, Second screen ...... Footer. It can be also technical layers, such as Background, Menu and etc. The same layer can be used repeatedly, because on each new page it is empty and you can fill it again and again. So usually there are 5-10 layers. But the exact number depends on your project
using a browser that allows popups and cookies, contact adobe support during pst business hours by clicking here and, when available, click 'still need help', http://helpx.adobe.com/x-productkb/global/service-ccm.html
Hi,
If your question is, will my scripts work if I migrate to InDesign Server CC2017, the answer is yes…probably.
Unless your scripts lay on features that were removed in the meanwhile, you shouldn't be too worried.
Your best shot is to download a IDS CC 207 demo (90d from memories), then give your scripts a try and see how that goes.
Hey Sam,
Adding to our ACP's correct answer, let me try elaborating it.
The ACP meant if you are using a fixed width layout then it's wiser to add another Phone or tablet layout from page menu>add alternate layout.
Please try this action and I am pretty sure that your issue will resolve.
Do update us accordingly.
Regards,
Ankush
hi everyone, I'm brand new to InDesign so sorry if my question is super simple!
I've created text anchor hyperlinks which work great, but I was wondering if, when exported to PDF, the text anchor can be highlighted when the hyperlink is pressed. e.g. if linking to a single sentence in a chunk of prose, can this sentence be highlighted so it stands out?
hope this makes sense thanks so much.
Hi Varun, yes I meant "show an ad a limited number of times to an Audience Segment" cross multiple DSP destinations. Could you elaborate on the last point? Also it says "This approach achieves greater performance...". Could you talk more about it as well ?
CS3の公式サポートとしてはVistaまでです。
そしてCS3のアップグレード対象バージョンはCS5.xになってきますが、
CS5.xの販売終了は2012年の5月に終わっているので、すでに入手する術は残念ながらありません。
また、そもそもですが永続ライセンス製品は販売自体が終了しているので、
現在は定期契約のサブスクリプション製品のみになっています。
以前はCS3からの優待導入もありましたが、現在は通常契約が必要になってきます。
(ただしキャンペーンが行われることがあります。7/14までは行っていました)
ただ、起動時にそのパスの指定によるエラーがあるとした場合、
インストール時に設定したインストール先フォルダーの設定をどうしたのかという話もあります。
今回の場合、そこが影響しているようにも見えるためです。
ともあれ一度、再インストールしてみるのも改善方法のひとつになります。
なお重複投稿されているようなので、そちらは削除をおすすめします。
Your biggest mistake is that you are using your reference to the array of files your retrieve from the folder user selection instead of the folder itself.
var sf = subf.getFiles(onlyFolders);
//This is an array of files objects
var placedObjects = f[i].insertionPoints[0].place (File (sf + '/'+ name+'/'));
//sf isn't the folder object !
//subf is