Posts

Showing posts from April, 2013

Problem with Leaf Aptus 7 II-Raw Files (MOS)

hi,   i´m running cs 6 camera raw 7.4. bought leaf aptus 7 ii digital back. produces mos-raw-files. when tried work them, there comes notice ps can´t show them , should update camera raw. buit updated. need 5.1 mos-raws. application can´t open in cs 6. shall do? this quote adobe's list of supported cameras. don't know if applicable in situation or not:   *** note: camera raw doesn't support compressed mos files leaf or mamiya cameras. if can't open mos file in camera raw, try using camera proprietary converter remove compression files. (proprietary converters include leaf raw converter or phase 1 capture one.) More discussions in Adobe Camera Raw adobe

Thread: Best MacBook Pro replacement?

Image
i got brand new i7 macbook pro few months ago. love hardware on thing, switch ubuntu full-time. i've checked out compatibility list several other sources, can't seem find stacks @ all. thinkpads seem have best compatibility, can't handle how ugly , outdated look. system76's new models pretty good, battery life projections aren't promising (2-3 hours). have suggestion good, fast, , relatively slim laptop compatible ubuntu? posted easye1161 i got brand new i7 macbook pro few months ago. love hardware on thing, switch ubuntu full-time. i've checked out compatibility list several other sources, can't seem find stacks @ all. thinkpads seem have best compatibility, can't handle how ugly , outdated look. system76's new models pretty good, battery life projections aren't promising (2-3 hours). have suggestion good, fa...

Determine if a file is open or in use or writable

is there way determine if file open in application? possibly seeing if writable or other means?   i not want write if available write. thought maybe way detrmine if in use.   the reason want this:   i run timer in air app , if size of file opened in app has changed since time file opened ( within air ) alerts user. however, if user not change file, timer nevers knows when turn off.   if there no way way determine if file open, take other suggestions method. i've faced similar challenge. solution: 1. poll file changes ( as3corelib has filemonitor this) , if there's change, notify user , resolve merge/conflict necessary 2. @ time of writing, if file cannot written filestream/open() throw error , can notify user , resolve problem   you poll file-lock periodically calling filestream/open() , closing, that's not idea. dealing problem when client tries write file seems best way go.   -aaron More discussions in AIR Development adobe

Style name tag

hi all,   can me pls need place paragraph style names in margins either can anchor box or separate box.   im using below script paragraph styles in box unable position of paragraph.   var mydoc = app.activedocument; var pstyles = mydoc.allparagraphstyles; for (var i= 2; i<pstyles.length;i++){         var cont = pstyles[i].name.tostring();     app.findtextpreferences = nothingenum.nothing;     app.findtextpreferences.appliedparagraphstyle = pstyles[i].name;     var myresults = mydoc.findtext();     var txfm = mydoc.pages.item(0).textframes.add();     txfm.geometricbounds = [10,10,50,50];     txfm.contents = cont;     txfm.textframepreferences.insetspacing = "1";     txfm.strokeweight = .5;     txfm.fit(fitoptions.frame_to_content);   }     thanks in advance, learner hi,   1. create obje...

Thread: Installer does not see existing partitions, but gparted does

Image
i able resize , use gparted create ext4 , swap partition, seems distros tried (i think possibly non-ubuntu ones even) not see - , since @ point want set dual boot don't want existing partition wiped. search far sounds might installer isn't 100% compatible bios being in ahci mode, , people can work if switched ide i'd rather not if can it. since gparted can see things no problem aren't there can manage install? posted thatguymark i able resize , use gparted create ext4 , swap partition, seems distros tried (i think possibly non-ubuntu ones even) not see - , since @ point want set dual boot don't want existing partition wiped. search far sounds might installer isn't 100% compatible bios being in ahci mode, , people can work if switched ide i'd rather not if can it. since gparted can see things no problem aren't there can ma...

3500K vs. 5500K and White Balance

i have used 3500k fluorescent in studio. i've been looking @ upgrading lighting (from work lamps), out there seems 5400-5600k (for example, see http://gear.digitaljuice.com/products/products.asp?pid=2575 ).   i asked professional know , made statement, "if white balance, shouldn't matter".   could please explain me how can shoot using daylight temperature lighting (5400-5600k) in studio, white balance, , studio color (3200-3500k)? mean, isnt' being suggested pro?   and doesn't mean if want daylight temperature, should never white balance (and vice versa)?   many thanks, everyone.   paul i believe meant was, if shoot in 3200k , white balance properly, change 5500k , white balance again, 2 images should identical.   your job tell camera color light is, or set auto , let figure out itself. prefer tell camera after see auto came with. problem cameras can become confused in mixed lighting.   it should not matter color light (within reason) if camera @ adj...

Ihave photoshop cs2

how transfer cs2  vista pc has died new pc running windows8 install cs2 on new computer new download.   adobe has decommissioned activation servers cs2 , earlier version, made available special version not require activation, require new serial number, provided @ downloads page.   https://www.adobe.com/cfusion/entitlement/index.cfm?e=cs2_downloads   adobe has disabled activation server cs2 products, including acrobat 7, because of technical issue. these products released more 7 years ago, not run on many modern operating systems, , no longer supported.   adobe advises against running unsupported , outdated software. serial numbers provided part of download may used customers legitimately purchased cs2 or acrobat 7 , need maintain current use of these products. More discussions in Photoshop General Discussion adobe

Dynamic Link is Confused.

so doing video short nothing mts green screen clips. going ppro seq , replacing clip ae comp. here @ comp number 26 , replacing clip ae comp desired replacing next clip.   so have 10 clips on timeline. i round trip of them green screen in ae. start teh tweaks , extras. right clip 7 , edit original... go ae , tweaks ... save , quit. when ppro cs5 clip 7 update clip 8 carries same exact content. duplicated clip 7.   if re-key original footage of clip 8 , round trip, clip 9 duplicate of clip 8 , on , on.   i not it. comps names grn clip 1 , grn clip 2 ... ect.  clips in comps come 5 separate source files. no 2 come back.   it started doing on grn clip 26.   what gives? hi,   name clips in ae project differently. unique file names.   do not use numbers generic headings. example, grn clip 1, green clip 2 etc. try green clip one, green clip 2 etc.   however, have found using same 2 words confuses id , see same clip when information tells it's dif...

UncaughtErrorEvents never dispatched on SWFs loaded from the local file system on Android

we have air mobile app build ios , android. weeks back, modified android version use small preloader swf display splash screen while main app swf loads - considerably reduced time between app launch , seeing on screen, unacceptably long before. far, - except had handler uncaught errors pop alert describing error , telling user kill , restart app. ideally there no uncaught errors, @ least way, users know how kill app on phones continue using app, and/or report bug meaningful error message.   the main (loaded) swf packaged app in apk, , i've tried adding event listeners objects , event phases specified in documentation uncaughterrorevent: http://help.adobe.com/en_us/flashplatform/reference/actionscript/3/flash/events/uncaughter rorevent.html   the error handler never triggered. working fine before change use preloader swf. appreciated. any chance share sample project illustrates problem?  if you'd keep private, feel free email attachment me directly ( ccampbel@adobe.com )...

Hi, I have Adobe Acrobat Professional. I need to know how to create multi-links on 300 page docs

i need know how create multi-links on 300 page document, showing "return main menu".  ideally placed on bottom right of each page. have adobe acrobat professional.  moved creating, editing & exporting pdfs More discussions in Creating PDFs adobe

Graphic card upgrade question.

i wondering, if bennefit upgrading graphics card gtx570 f.ex. gtx760.   my config is:   i7930k, not oc 32 gb ram 5 discs - raid-0 media   premiere pro cc   i export h264 , dvd.   thanks   ulf why 'upgrading'? why not adding gtx 760 system? cc supports 2 video cards.   btw, exporting h.264 not profit fast video card, because there no scaling, blending or blurring going on, bulk of work cpu bound. export dvd there lot of scaling going on , benefits 1 or more fast video cards , hardware mpe. More discussions in Hardware Forum adobe

Thread: Amazon MP3 Downloader issues

hi all, know there has been posts regard amazon before, not problem? updated ubunto 04/12 ubuntu 10/11 on samsung r530 , since upgrade cannot download mp3 music amazon. used fix found on here amazon downloader installed on laptop. when open downloaded file instead of loading music rythmbox opens gedit , presents me long list of data. rythmbox plays of previous downloads without problem. hope out there can help......soon please. tried using banshee , music downloads ok....clearly problem rythmbox then? first of all, i audacious . use ... second ubuntu-tweak . used ... above problems, program not install. http://ubuntu-tweak.com/ (change entire connection properties) 12.png https://launchpad.net/~nilarimogard/+archive/webupd8 (what song playing better. recommended) (jokes lie n,.n)may or may not .. code: sudo add-apt-repository ppa:tualatrix/ppa sudo add-apt-repository ppa:nilarimogar...

Simple Newbie Question

Image
i have been using adobe effects last couple of hours prepare recipe video our product. downloaded template net , want move few objects around, can't life of me work out how!!   any appreciated.     --------------------------------------   on picture attached want move image of shrimps right. move other images around slightly. the 1 moves @ moment chilli peppers in front (they have red, green , blue arrow coming out of them seems allow them move?!?)   how can move others around platform chilli moves @ moment?   thanks in advance.   jamie you have work in pre-compositions likely. anyway, nobody here knows every template net , questions specific steps modify them best directed @ original creator. being said, realyl wouldn't hurt if read , watched basic tutorials:   getting started after effects   mylenium More discussions in After Effects adobe

Trying to uninstall plugin on mac os x lion

ok, i'm trying uninstall trial plugin in premiere cs6. i have gone library\application support\adobe\common but plugin folder not exist. i checked in app, view contents, , found plugin folder don't see plugin in there. i tried turning on "show hidden files , folder" still no luck. anyone have other idea's? i can't find on google hi reezer76,   thanks contacting adobe forums,   what name of plug-in want uninstall?   and   there should folder named plug-ins inside  main hd\ library\application support\adobe\common\plug-ins\cs6\mediacore   please update if works or not.   happy editing, sandeep More discussions in Premiere Pro CC adobe

Thread: 12.04 eclipse crash

had reinstall eclipse on laptop, removed eclipse using synaptic, reinstall eclipse eclipse not start, crashed right away didn't track how many times removed , reinstalled eclipse using synaptic , apt-get; googled tons of pages , wasted hours of trying , that. thing is, have same setup on desktop pc , works! dawned on me, in synaptic, use search on "eclipse" , remove eclipse* plus libecj-java, libequinox*; reinstall , eclipse's working again. removing eclipse* without 2 lib* messed reinstall. maybe save time. this fixed me sudo apt-get install libswt-gtk-3-jni libswt-gtk-3-java sudo cp /usr/lib/jni/libswt-*3740.so ~/.swt/lib/linux/x86/ sudo chown myusername. ~/.swt/lib/linux/x86/* sudo chmod 755 ~/.swt/lib/linux/x86/* Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubu...

My albums from PSE7 to PSE11 Haven't migrated with tags

Image
i have converted catologues pse 7 trial pse11, , albums listed, tags don't seem have migrated albums.  have go , tag on 16000 images? you don't need go back. catalog conversion fails. it’s question of needing full permission settings , easiest way make work administrator directly desktop bypasses welcome screen background processes. make shortcut organizer follows: on windows right-click anywhere on desktop , choose new >> shortcut browse computer os c: find pse organizer application in program files or program files (x86) on windows 7 - 64 bit. c: >> program files (x86) >> adobe >> elements 11 organizer within elements 11 organizer folder find application photoshopelementsorganizer (not photoshop elements 11.0) select (highlight) photoshopelementsorganizer , click next click finish. right-click on new desktop icon , choose “run administrator” authorize clicking yes in user account control dialog. organizer menu click: file ...

How to reproduce scene with 2D images in 3D space

hey folks, what's up?   i need recreate scene presented @ link: http://www.youtube.com/watch?v=efnqhmdljtk&feature=player_detailpage&t=32   (from 32 seconds 36). graphic resources not point here because it's easy task, big deal me recreate same angles , perspective of original video. i'm trying create 3d scene 2d images distributed in xyz space, can't find out precisely dimensions , spacing between every element on screen. camera movement turns more difficult, because need have every single object in right place , accurate dimensions. in fact, guess main problem here don't know original camera settings.   so, i've been trying couple of days organize everyting, i'm facing lot of dificulties. think trying guess camera properties , object distances not going take me anywhere. there way track or map enviroment in original scene in order create reference work on? mean, there possible way faithfully reproduce scene? best approach?   thanks attention!   luk...

landscape vs portrait

i have 15 page document i've printed on hundred times. pages appear correct (portrait) when view document. pages print correctly portrait except last page. no matter settings use last page prints landscape. started 2 days ago. cannot tell if adobe issue or printer issue (hp 8600). appreciated. adobe reader not capable of creating pdf files, if have application (and not acrobat), it's not adobe issue. More discussions in Acrobat Reader adobe

Thread: ALPS Touchpad - No Vert or Horiz Scrolling

Image
i've got hp dv4-1281us alps touchpad . i've installed psmouse-alps package , working except there no scrolling. these steps took install driver: http://okle100.blogspot.com/2012/02/...button-on.html . running debian 6.0.4 squeeze. code: :~$ uname -r 2.6.32-5-amd64 any ideas on how can scrolling work? i've tried few different things including installing patched psmouse.ko. i've tried adding synaptics driver options xorg.conf not help: code: section "inputclass" identifier "enable synaptics shmconfig" matchistouchpad "on" matchdevicepath "/dev/input/event*" option "shmconfig" "on" # device option should not required # option "device" "/dev/input/mice" option "protocol" "auto-dev" option "sendcoreevents" option "shmconfig" ...

Thread: Wubi fails to do anything on Windows 7 Pro

i've been trying install 12.04 on windows 7 64 bit machine, , have had no joy @ all. wubi runs second or 2 , dropped desktop. no processes, tasks or programs in task manager other usual @ point - nothing wubi related showing up. have turned off antivirus, run wubi administrator, , seems program can't install! pc clean installation, , has no software on blocking install. have tried running wubi off download cd, download wubi .exe. having similar issues or got suggestions? i've browsed forums, , people seem getting problems (if any), later on in install process. frustrating, installed mint no issues couple of weeks ago (now removed, no traces left on system). and why don't go proper dual boot? it's better wubi anyway. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [wubi] Wubi fails to d...

photshop 5.0 LEでの自動処理の実現

Image
知人からphotoshopで ”画像に帯を着けてそこにロゴを配置する” という動作を、複数の画像に対して簡単に実現する方法を尋ねられました。     ★ 具体的には 4:3比率の画像の下段に、高さの15%の単色帯を敷き、 そこにロゴデータを配置する というものです。 ★       画像は複数枚あり、定期的にその画像を作成する必要があります。     初めフォトショップの5.0と聞いていたので、 私と同じcs5の事だと思い、アクションを作りドロップレットを送って試してもらいましたが、 動作しないとの連絡をうけました。 しらべると、知人の持っているphotoshopは、 なんと、昔購入したままずっと使っている5.0 le(win)とのことが発覚。 しかも5.0 leにはアクションが実装されていない事も分かりました。 新しいバージョンを買えば良いのは分かっているのですが、 photshop 5.0 leでなんとか上記動作を実現することが出来ないかお力を貸して頂きたいです。 1 新規で、上下大きめの画像を作り、下の 単色帯と文字のレイヤーを作る。 2 その下のレイヤーに、画像を コピペで入れる。 3  手動で位置調整をする。   これが一番早いと思います。 Photoshopコミュニティフォーラム (Japan) でのその他のディスカッション adobe

I've recently purchased a new computer. How do I migrate Creative Suite to the new machine?

i student had buy new computer , transfer adobe creative suite applications on new machine. when did general search found linc cloud discussion unable find option located in preferences starting process. correct procedure if want creative suite on new machine? i'm beginner @ both use of these applications, , process of migrating data old machine new 1 , have call customer service, thought i'd try forum first. thanks in advance suggestions. elizabeth- canon rebel user it matter of installing software on new machine, nothing in way of migration necessary.  repeat same process used old machine on new machine.  since license allows installation on 2 machines, have option of leaving on old machine.   if prefer can deactivate software on old machine still have opportunity install/activate software on machine if need be.   if happen require downloading suite new machine can using site below download trial version , use serial number activate full use.  sure follow st...

Reorganizing my pictures on the hard drive

the "pictures" section of hard drive total mess!  not sure why.  none of pictures in folders.  put them in kind of organization.  trying rid of pictures not want clear room on hard drive.  deleted on 200 pictures in elements , happened notice did not check small box small letters says" want remove picture hard drive?  ugg.  work in vain.  thought while going through pictures on hard drive @ least organize them @ least in folders years or vacations etc.  if elements able find pictures , reconnect if move them and  in folders?   i know if there easy way find pictures on hard drive have deleted in elements can delete them also.  know how tha might done you going down path lead unpleasant result; specifically, if go ahead , "organizing" in operating system, disconnect photos in pse organizer, making organizer virtually useless.   so, suggest different "organization" scheme, 1 more effective moving photos 1 place another. use...

Thread: Prefix not set using Wubi

hey everyone, wanted use wubi install ubuntu 12.04. used default settings , downloaded 12.04 iso , asked me reboot usual. grub screen popped , picked ubuntu gave me "syntax not set" , had hit reset , reboot windows. can me out. installing c drive windows parition on. this message not relevant problem experienced. it's error, , it's message, happens on wubi installs, each time boot (and has since release 11.04). happening after that causing have reboot. please provide more information: see when boot? graphics card have? other info can provide: computer brand/model...? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Prefix not set using Wubi Ubuntu

Illustrator CC is slow and crashes every time i close a file

illustrator cc slow , crashes every time close file. can me please? this report after crash:           adobe illustrator [692] path:            /applications/adobe illustrator cc/adobe illustrator.app/contents/macos/adobe illustrator identifier:      com.adobe.illustrator version:         256 (17.0.0) code type:       x86-64 (native) parent process:  launchd [106]     date/time:       2013-08-27 09:53:40.327 +0200 os version:      mac os x 10.6.8 (10k549) report version:  6     interval since last report:          14621814 sec crashes since last report:           187 per-app interval since last report:  219398 sec per-app crashes si...