Posts

Strange folder behavior

Image
i did clean install of macos sierra , opened main catalog new download of lightroom. went well. when started importing new images, folders display in library mode incorrect (or @ least think is). have screenshot below of folders pane post-import. on import i'm directing lightroom import subfolder. in case, highlighted folder call raw in destination pane, clicked "into subfolder" checkbox , named new subfolder hurd barn dance. after import, folders pane shows new folder called raw hurd barn dance subfolder. however, should shown subfolder of /2016/raw. when right-click on new folder , select show in finder shows in correct location (inside .../2016/raw). when try move lightroom tells me "folder named hurd barn dance" exists in location. i'm running 2015.7 release.   has seen before?   thanks in advance.   back catalog (incase goes wrong) , second instance of raw ctrl+click , select "show parent folder". More discussions in Lightroom Classic CC ...

Closed Captions bad in TV station scope

hi,   i create hd , sd version of same program sent out multiple tv stations broadcast. closed captions typed in movie captioner 1.9.7. creates 608 captions (.scc). put them caption maker 6.5.0 output 708 caption file (.mcc). next, put them premiere pro 2015.4 on timeline of hd edit. output premiere pro through media encoder 2015.4. file create mxf op1a preset xdcam hd 50 ntsc 30p. captions "embedded".   here report station 708 captions error.   "captions on sony monitor. on scope captions have missing words or misspelled. captions garbled. typically when see of particular nature captions, there packet errors in headers 708 data. data exist describe color, font, size, etc. recommend caption legalizer. i’m not sure of workflows, there solutions eeg either baseband (cb 515) or file-based (filepro ccplay) suggest investigating."   we looked legalizer option. extremely expensive , requires more money each year maintenance.   my question "how premiere pro or me...

EA priced for adoption?

edge animate 1 of best things ever happen web development community.  don't need more (i go on , on).   however, seems priced oblivion.  had $180/year, , company culture of "free web tools", hard enough sell.   price more doubled.  @ point officially became out of reach hobbyist , casual user, , "thrifty" companies.   this not case of "if wanted pay it...adobe worked hard... etc".   can afford it.   it's question of adobe not understanding had, , pricing pro graphic design tool.  , in process limiting past point of general adoption.   great thing, , "all adobe's investment" going niche "addon" replaced priced masses (eg $5/month).   they took 10 steps forward 8 steps backward...   i'm writing record, because people ashamed "can cheaper", , let adobe's "group think" continue, , it's sad. thank feedback awokeknowing.   i not quite mean by, " now great thing, , "all adobe's invest...

Please Help with Pattern

i trying create patterns out of images purchased in adobe stock. example. santa hat. want create seamless pattern of bunch of little santa hats on various background colors. starting out simple white background. have watched many videos on how create pattern. problem 2 things. 1. not fill whole page , when select whole page , try fill new pattern swatch nothing happens. 2. if try save pattern did show despite fact not stretch across whole page, not save. goes 1 image of santa hat. have tried multiple times , frustrated. hoping can me.   many in advance help version of illustrator? pattern has changed in later versions. can provide screen shots? More discussions in Illustrator adobe

Farbfelder laden -> Reihenfolge durcheinander

hallo,   würde mich sehr freuen, wenn mir jemand weiterhelfen kann. suche jetzt schon seit längerer zeit und kann keine lösung finden...   mein problem ist, dass ich eine farbbibliothek mit unseren firmenfarben erstellt habe, z.t. in farbgruppen gruppiert. wenn ich nun die farbfelder in eine andere datei lade, sind sie wild durcheinandergewürfelt und es wäre zuviel arbeit, sie jedes einzelne mal neu zu sortieren (es sind viele :-))   - neues dokument -> farbfelder aus .ase-datei laden -> ergebnis: reihenfolge komplett durcheinander - neues dokument -> farbfelder aus .indd-datei laden -> ergebnis: reihenfolge fast ok, nur innerhalb jeder farbgruppe falsch herum (aber auch zu aufwendig zum neusortieren)   bei vorhandenen dokumenten ist es besonders chaotisch, da werden die farben auch komplett durcheinander hinzugefügt, und beim "farben zusammenführen" werden alle farben (auch verwendete) bis auf eine einfach gelöscht...

Creative Cloud Installer Crashes - No Error Code

hi, after downloading cc installer app, launch installer. progress bar shows "initializing installer" , "downloading creative cloud desktop" 2 seconds, disappears without trace.   macos 10.10.5 imac mid 2011 3.4ghz intel core i7 16g ram   i've run cc uninstaller, cc cleaner , cc installer several times. i've run terminal commands no avail.   any appreciated. i'm unable use adobe cc products until can resolved.   thanks! hi soundork,   i request check gatekeeper settings , make sure set "anywhere", check steps may refer link: os x: gatekeeper - apple support .   i request share results after trying this.    thanks. More discussions in Creative Cloud Download & Install adobe

Unicode Text with ios10

since ios10 unicode in text doesn't work... e.g. mytext.text= "\u2692";   why? hi thomas,   we tried sample application , figured problem resolved if use stagetext. please refer below code snippet:   package {   import flash.display.sprite;   import flash.geom.rectangle;   import flash.text.stagetext;     public class stagetextmulti extends sprite {   private var label1:stagetext;   public function stagetextmulti() { configurationlabel(); }   private function configurelabel(): void {   label1 = new stagetext();   label1.text = "\u2692" ;   label1.color = 0xff0000   label1.fontsize = 30;   label1.stage = stage;   label1.viewport = new rectangle(20, 20, 90, 90);     }   } }   however, investigating further textfield on ios 10.   thanks, adobe air team More discussions in AIR Development adobe