my object fitting keyboard shortcuts not work. however, these functions work fine when selected dropdown menus. example, 'ctrl+alt+c' nothing, selecting 'fit frame content' dropdown menu works fine. other object fitting options. use these keyboard shortcuts time , them work. how can fix this? i using indesign cs6 windows (64bit). have tried reloading/updating preferences , reinstalling indesign. additionally, cannot add these shortcuts keyboard shortcuts defaults, system thinks loaded. here, when attempt add 'ctrl+alt+c' in 'new shortcut' box (under: edit - keyboard shortcuts) nothing happens - cannot add , not appear in box when press keys. when attempt others 'ctrl+alt+e', et el, appear in box , assigned defaults (as should be). ideas? said, typically use these shortcuts regularly bit of pain not work currently. did try copy set of custom shorcuts earlier version? taht might work cs5 or 5.5, e...
my first time using prelude cs6 yesterday , had success ingesting, marking clips (into subclips, comments, etc.), saving marked movies, , them sending subclips premiere. dumped premiere expected. however, morning started new project in premiere , planned on using same clips marked in prelude. wanted little more marking opened prelude project saved yesterday , movie files there none of subclips, comments, or other markers showing up. the thing can think of did not rough cut in prelude, don't see why mean losing markers source footage. am missing something? appreciated! thanks... -john i'd confirm steps: 1. ingest clips in pl add markers(subclip, comment, etc.) , save them. 2. create 1 new project in ppro , import same clips. 3. open project created @ step 1 in pl. then @ step 2 , 3, found markers lost, right? to locate issue quickly, if possible, share 1 of footage me? please reach me @ wyue@adobe.com . thanks. More discussions in Adobe Prelude ...
hi guys i'm new javascript, , general photoshop scripting. script coming on well, struggle working files , folders. it's lack of basic javascript knowledge, need work on. right now, i'm trying expand image open part of script, opens images regardless of whether in subfolder or not. you can see input folder (c:/input). want able throw files in there, in folders, not. out of interest, outputs combined 1 output folder... bit fine. var infolder = new folder("c:/input") if(infolder != null){ var filelist = infolder.getfiles(/\.(jpg|tif|psd|bmp|gif|png|)$/i); } for(var = 0 ;a < filelist.length; a++) { var docref = open(filelist[a]); //do things here } is there easy way of expanding include files in subfolders? advice appreciated. thanks david folder.getfiles() works 1 folder @ time. files in folder in subfolders need scan each subfolder. 1 way recursive function. this: var topfolder = new folder('~/desktop/test'); var fileandfolderar = scansub...
Comments
Post a Comment