What happened to stroke scaling in CC?

My new AI maintains the original width when I change sizes. Is is a feature I cannot live without.

bildix2 wrote:
... I can't beleive the default would have that box unchecked.
In my experience, half of the time I need it off and half of the time I need it on. Based on that I assume if it was on by default a lot of other users won't believe it and will whine.
There are many cases where scaling of the strokes and effects is not good. For example, designing a web page with a lot of frames and buttons with stroke and drop shadow. One of the most convenient way to resize each of these elements is using the black pointer with the bounding box, but it is considered scaling and each of these frames and buttons will become with different weight strokes and shadows which is not good.
Even if you have a straight horizontal line and you resize it with the black pointer to make it longer this will increase its stroke weight, which most people will not expect.

Similar Messages

  • What happened to relative scaling?

    I have had to go back to Indesign CS4 because CS5 doesn't let me click to specify a centre point for scaling objects or images without holding options (which brings up a dialog). Is this a bug or is there something I'm missing?

    Personally I preferred the CS4 way of scaling, it takes longer in CS5.
    To click on a part of an image and scale from that point is quick and easy.
    To click and drag the scale point to where you want to scale and then scale is a pain for these reasons:
    1. It's slower
    2. You have to find which corner the scale point is at to move it.
    3. Moving the scale point is fiddly, if you miss it the image scales in the direction you click and drag
    Alt clicking brings up a dialog box which adds another thing to do which is slower.
    I noticed Illustrator CS5 still has relative scaling.
    If anyone from Adobe reads this, please bring it back to InDesign.

  • What happened when multiple audio players start at the same time?

    Hi,everyone!
    I am developing a game, using JMF to play sound.
    These sound are stored in mp3 files.
    In order to decode mp3 files, I installed JMF and mp3-plugin( jmf-2_1_1e-windows-i586.exe , javamp3-1_0.exe).
    In the Game, a background music play back repeatly.When EndOfMediaEvent happened, I setMediaTime(new Time(0)) and then start().It works well.
    There are several sound-effects,may start at any time,
    so 2 or more sounds may play back at the same time,
    and then Strange things happened.
    Those sound-effects, usually short, can not play back inextenso.
    They lose some beginning part, the length of the part is not constant.
    i.e. Audio should start at MediaTime 0, but now they start at MediaTime x, x >= 0,
    not only that, sometimes, Audio process bar runs, but no sound heared.
    I do not know what is happening.
    So please help me, thanks a lot.
    The way that I use Players:
    initialize:
    create realized players from mp3 files
    prefetch them
    finalize:
    deallocate not null players
    then close them
    using:
    player.setMediaTime(new Time(0))
    then player.start()
    My Environment:
    Windows XP, java 1.4.10, JMF2.1.1, MP3-plugin1.0

    This is very strange, difficult to guess the cause... never had such an issue. Normally when the object to which the audio is attached disappears the audio stops. So in your case going to a next slide should stop the audio of the previous slide. Same with object audio.
    Do you have the different audio clips (one per slide) in the Library? Could you try to delete the audio on the slide and drag it again from the Library to see if you have the same result? And what happens when you attach the audio clip to an object on the slide (you can create a totally transparent rectangle with no stroke that will not be visible to attach the audio).
    Lilybiri

  • 2880 size workaround, what happened?

    I developed a large flash application to handle production
    planning for a large printing company.
    The movie needed to span 6 wide x 2 tall, 19" LCD screens. To
    get around the 2880x2880 size limitation, I simply scaled the whole
    flash movie in the HTML code up to over 8,000 pixels and made the
    size of my application elements very small to compensate for the
    scaling.
    Here is an example of the HTML code that worked (with the
    .swf name changed to something generic)
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
    height="8185" width="8185">
    <param name="movie" value="./generic/movie.swf">
    <param name="quality" value="best">
    <param name="play" value="true">
    <embed height="8185" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    src="./generic/movie.swf" type="application/x-shockwave-flash"
    width="8185" quality="best" play="true">
    </object>
    I am using flash player 7.0.19.0, and it works beautifully.
    However, I was looking to upgrade to the new player and did
    some testing beforehand. With Flash Player 8+ and specifically
    Flash Player 9, the movie will scale, but the actual viewable
    contents cuts off around 4,250 pixels, with just white space
    stretching to 8,185 pixels.
    Why was this changed? I cannot upgrade to the new player,
    with the new security features, action script support, etc if this
    problem is not resolved.
    Can someone explain why this might be happening in the newer
    players and not the older ones?
    thanks
    Brian

    brian_lenzo wrote:
    > I developed a large flash application to handle
    production planning for a large
    > printing company.
    >
    > The movie needed to span 6 wide x 2 tall, 19" LCD
    screens. To get around the
    > 2880x2880 size limitation, I simply scaled the whole
    flash movie in the HTML
    > code up to over 8,000 pixels and made the size of my
    application elements very
    > small to compensate for the scaling.
    >
    > Here is an example of the HTML code that worked (with
    the .swf name changed to
    > something generic)
    >
    > <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=6,0,0,0" height="8185" width="8185">
    > <param name="movie" value="./generic/movie.swf">
    > <param name="quality" value="best">
    > <param name="play" value="true">
    > <embed height="8185"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > src="./generic/movie.swf"
    type="application/x-shockwave-flash" width="8185"
    > quality="best" play="true">
    > </object>
    >
    > I am using flash player 7.0.19.0, and it works
    beautifully.
    >
    > However, I was looking to upgrade to the new player and
    did some testing
    > beforehand. With Flash Player 8+ and specifically Flash
    Player 9, the movie
    > will scale, but the actual viewable contents cuts off
    around 4,250 pixels, with
    > just white space stretching to 8,185 pixels.
    You were lucky to get away with it the first time. Generally
    any image above 2880 will cause
    problems and regardless whether you scale it down , it
    original size still remain 8000 so this
    is exactly what happened. Perhaps the player 8 or 9 is less
    tolerant and the solution can't apply.
    It is natural to have larger image, I have been doing
    panoramic for years and good quality one
    never go below 5000 pixels. In such case I will cut that
    image in 5, place it in movie clip,
    duplicate the frames and place each copy following each other
    making one long stripe.
    Using such methods you allowed to have much larger clips. I
    go sometimes beyond 10.000 pixels
    with no problems. Perhaps you could implement something like
    that ?
    Regards
    Urami
    Happy New Year guys - all the best there is in the 2006 :)
    <urami>
    http://www.Flashfugitive.com
    </urami>
    <web junk free>
    http://www.firefox.com
    </web junk free>

  • What happened to my display?

    I dont know what happened, can you help me out solve this. There are white lines with purple strokes and display resolition is lower now. What happened?
    My phone wasn't dropped at all, this happened after I've popped up LCD backlight a little bit, then reconnected the phone and turned it on. Whola, touch is not working, display is gone mad...
    I can also see these stripes even when phone is turned off.
    Here's the picture!
    http://www.deviantpics.com/L7C

    Basics from the manual are restart, reset, restore.
    Have you tried those?

  • HT204264 iDevice Sync Query - IOS Photos & iCloud Photo Library over filling ipad iphone storage - what happens next?

    Device Sync Query - IOS Photos & iCloud Photo Library fills ipad iphone storage - what happens next?
    Quick question, when you select IOS Photo / IiCloud storage (photos are optimised etc) what happens when ipad / iphone storage is full and you now need to add new apps, photos etc?  In my case I have  3 * 64gb ipads & 2 * 128 gb iphone but these are all filling up with photos since enabling IOS Photo &  iCloud Photo Library (as all of my photos on each device are now copbined on every device as well as the cloud).  This has become a problem as when I try to sync my idevice I get the device full warning (and I am assuming I now need to delete apps / videos if I want to sync or make more space for new photos etc). As far as I can tell once you enable IOS Photos and iCloud all photos will upload at original resolution and download at idevice resolution and there is no way to select / control the photos you want to keep on phone  (eg if you delete photo on phone it will now delete the original on cloud).
    Couple of questions / Suggestions:
    - Will IOS Photos on IOS device  automatically lower resolution of pics or use thumbnails for old photos that are already in icloud to ensure that there is space on device for new photos,  apps videos music etc. Eg will old photos that have already been uploaded in icloud be replaced by new apps videos music etc (not sure that the IOS Sync or iCloud currently does this)
    - Is there away to limit control or limit the number of IOS photos that sync to each idevice (eg by starring photos)? I had a look and can not see away to select photos you want to keep or remove (without deleting them on cloud).  As per above I am hoping that the IOS sync and icloud systems are smart enough to replace Photos that have already upgraded to cloud with a lower quality / thumbnail to make more more room for new photos and apps (but not clear if this occurs)
    - If this is a problem now what happens once the new PHOTOS launches for OS Desktop eg will it add in all our photos from iphoto to the icloud then to the idevice as part of the OS PHOTOS UPGRADE. I have 15-30 gb of photos in IPHOTO that are now backing up to icloud, there needs to be away to only select starred photos or albums or every photo try to download to my iphone (which will kill my storage). There also needs to be away to keep photos on idevice (for those times when you do not have internet and can not download from iCloud to iDevice
    Apologies if I have missed something obvious and welcome any thoughts & answers.
    If there is no solution then Apple needs to look at this and highlight it as a risk to customers who switch as this is being sold as a way to minimise your device storage but can lead to to customers using up more  storage for photos on ipad iphone as a result of switch to IOS PHOTOS &
    iCloud Photo Library

    Things are not as dire as they might seem at first glance. My 66GB iPhoto Library became a 40GB iCloud Photo Library (~11K photos, ~300 videos) and only uses 2.2GB on my iPad and 2.4GB on my iPhone. Scaling that experience, a 64GB/128GB iOS device should be able to easily handle a 300GB iPhoto library. My iPad and iPhone are 32GB devices and I expect them to be livable through at least 30-40K of photos.
    16GB devices have always been problematic for space even before iCloud Photo Library so I'd expect anybody with a 16GB device and more than a few thousand photos is not going to be able to use iCloud Photo Library with it. They will have to use iCloud Photo Streaming to get photos to iCloud Photo Library and iCloud Photo Sharing or iTunes syncing to get a subset of photos back to the device. Not a great solution but workable. However, it wrecks one of the best features for me which is using my iPad to edit the photos I take on my iPhone.
    The part that worries me is the automatic space management routine. The problem it creates is that I might want to add a movie, but there won't be enough space, and my only option will be to reset iCloud Photo Library on the device to get back to all thumbnails on it to see if that gets me the space I need. I've already had to do it a couple of times with iTunes Match and it's not fun. It all depends on how aggressive Photo Library will be in trimming off full-size photos/videos and Apple appears to be leaving it a black box at this point. It would at least be nice to know an estimate of the minimum size so I know how much space I can recapture.

  • Captured on the DVX-100 what happens when I export it to HDV-1080i50

    I Captured footage on the DVX-100, what happens when I export it to HDV-1080i50.
    Is it then considered HD?

    blair apple wrote:
    I Captured footage on the DVX-100, what happens when I export it to HDV-1080i50.
    Is it then considered HD?
    The short answer is "yes, BUT…"
    DVX-100 is a DV camera, thus it only captures DV. You can export your DV sequence to whatever format you desire, like HDV (a consumer-level version of HD), but that doesn't mean it will look as good as footage natively shot in HD. You gain no quality at all, in fact you lose quality due to scaling the footage up from the DV to HDV framesize. There are workflows for upconverting your DV footage to HDV or HD posted all over this forum and elsewhere on the Net. A quick search should give you some insight into the process.

  • What happens if your DVD project is over 1 hour long

    I know that to get the highest quality image on your DVD that your project should be 1 hour. What happens if your project is longer than that? let's say one hour ane 10 minutes for example. Will Encore still pop out a DVD only with lower quality images?

    Hi Terry.
    Of course it won't, although I understand where your concerns come from - blame marketing speak for this!.
    It's basically nonsense - Hollywood have been outputting films on DVD running well past the 1 hour mark for over a decade now.
    What determines the final image quality on any DVD has much, much more going on than simple running time.
    Initially, you should start with the highest quality assets available to you. A lot of the time, this will be SD Video - Standard Definition Video - at 720x480 pixels if in NTSC regions, or 720x576 in PAL regions. If it is higher than this, it is a form of High(er) Definition video. That would introduce our first variable, as high definition source material needs to be correctly scaled or reduced in resolution to SD.
    Then it needs to be transcoded into a DVD compliant compressed data format called MPEG-2, standing for the Motion Picture Experts Group, although some wags would claim it really stads for "moving pictures by educated guesswork". There are many encoders out there, and some are frankly better than others at all settings, whilst others work well in some cases but not in others. It's a bit of a minefield. Encore's MainConcept encoder is pretty good.
    Quality here depends on the available bitrate, which depends on running time divided by available disc space, with added complexity caused by quality of source, quality of encoder & rapidity of motion in the source.
    Basically, the more action in the film (or explosions, fires - anything difficult to encode because of fast motion etc) the more bits that section will need so another trick is using VBR or CBR - Variable bitrate will use fewer bits when it can in order to use more when it has to. VBR will always vary the bitrate to maintain quality. CBR uses the same number of bits, regardless of content, and will only ever vary the quality or (in best case scenario) waste disc space.
    If using Dolby Digital Audio, which is 0.192kbps for stereo, this leaves you with up to 9,500kbps for film.
    A DVD9 has 65,000 avalable MegaBits for use (after subtracting an overhead) so a 3 hour film would run for 10,800 seconds.
    Audio MegaBits used we cancalculate as it is a fixed bitrate, so 0.192 x 10,800 = 2073.6MegaBits.
    65,000 - 2073.6 = 62926.4 MegaBits remaining
    This gives you a video bitrate of 62926.4/10800 = 5.83Mbps, or 5,830kbps for your video bitrate. That's almost 6Mbps, and a lot of hollywood come in at less than this. a 2-pass VBR would be your best fit, with the minimum at 2,000, the maximum at 6,000 and the target at 5,000 (Some encoders cheat here and set the maximum internaly to the spec limits - I do not recommend trying this in settings though).
    A well-encoded film at an average bitrate of 5,000 kbps is not going to look terrible by any stretch although a lot does depend on those variables.
    Hope this helps

  • What happens on iCloud (ex. contacts) when multiple family members use the same Apple ID?

    What happens on iCloud when multiple family members use the same Apple ID?  For example if we all choose to use iCloud for contacts, are they all merged together?  We use the same Apple ID so we can use find my iPhone to keep track of the whole family.

    Of course if you are both connected to the same iCloud account you have the same contacts - what did you expect?. The contacts live on the server and are read from there by the devices; so as you've both managed to sync your contacts up to iCloud they are now inextricably mixed. You can only delete your contacts by deleting individual ones, and doing that will delete them from your phone as well.
    You can only unravel this by
    1. In the iCloud contacts page at http://icloud.com, select all the contacts, click on the cogwheel icon at bottom left and choose 'Export vCard'.
    2. Sign out of System Preferences>iCloud
    3. Create a new Apple ID and open a new iCloud account with it for your own use.
    4. Import the vCard back into the iCloud contacts page.
    5. Go to http://icloud.com and sign in with the original ID. This is now his ID. Work through the contacts individually deleting the ones you don't want him to have. When done sign out and advise him to change his password.
    6. Go to the new iCloud account and delete his contacts individually.
    Of course if you have also been syncing calendars and using the same email address there are problems with doing this.

  • What happens to the open item in bsid table when it is cleared

    hi experts,
                   i have a doubt about open and cleared items of accounting documents. as we know open items of customers are stored in bsid and cleared ones in bsad. For suupose, an open item is closed ina particular period then what happened to the entry in bsid and bsad table. an entry regarding is stored in bsad (cleared),and what happens to the entry in bsid, still it will be there or removed from it.

    Hi,
    When ever we clear the document(Complete payment) that document will be moved to BSAD table. Other wise it will remain in BSID.
    If u are making partial payment then all the partial payment documents along with original document will be stored in BSID till u made the complete payment for that invoice.
    Assumption is u have to give all partial payment documents made for particular invoice item while u are making complete payment in F-28 transaction. So that these partail payment documents will also be cleared while making complete payment and moved to BSAD table.
    This trasaction can be used for both partial and complete payments.
    Irrespective of complete or partial payments made all the documents will remain stored in BKPF and BSEG tables.
    BSID and BSAD are index tables to address performance issues with BKPF and BSEG tables.
    So all open and cleared documents will be there in BKPF and BSEG tables.
    All cleared documents will be there in BSAD table.
    Alll open documents will be there in BSID table.
    Hope it is clear.
    Thanks,
    Vinod.

  • I found My iPhone contacts on my friends Iphone we both have 4s! But we use the same apple ID and ICloud ID! How can undo what happened? all my private stuff is now on his phone!!! help me plz!!?

    I found My iPhone contacts on my friends Iphone we both have 4s! But we use the same apple ID and ICloud ID! How can undo what happened? all my private stuff is now on his phone!!! help me plz!!?

    Of course if you are both connected to the same iCloud account you have the same contacts - what did you expect?. The contacts live on the server and are read from there by the devices; so as you've both managed to sync your contacts up to iCloud they are now inextricably mixed. You can only delete your contacts by deleting individual ones, and doing that will delete them from your phone as well.
    You can only unravel this by
    1. In the iCloud contacts page at http://icloud.com, select all the contacts, click on the cogwheel icon at bottom left and choose 'Export vCard'.
    2. Sign out of System Preferences>iCloud
    3. Create a new Apple ID and open a new iCloud account with it for your own use.
    4. Import the vCard back into the iCloud contacts page.
    5. Go to http://icloud.com and sign in with the original ID. This is now his ID. Work through the contacts individually deleting the ones you don't want him to have. When done sign out and advise him to change his password.
    6. Go to the new iCloud account and delete his contacts individually.
    Of course if you have also been syncing calendars and using the same email address there are problems with doing this.

  • UCCX 7.0.1SR5 to 8.0 upgrade while also adding LDAP integration for CUCM - what happens to agents and Historical Reporting data?

    Current State:
    •    I have a customer running CUCM 6.1 and UCCX 7.01SR5.  Currently their CUCM is *NOT* LDAP integrated and using local accounts only.  UCCX is AXL integrated to CUCM as usual and is pulling users from CUCM and using CUCM for login validation for CAD.
    •    The local user accounts in CUCM currently match the naming format in active directory (John Smith in CUCM is jsmith and John Smith is jsmith in AD)
    Goal:
    •    Upgrade software versions and migrate to new hardware for UCCX
    •    LDAP integrate the CUCM users
    Desired Future State and Proposed Upgrade Method
    Using the UCCX Pre Upgrade Tool (PUT), backup the current UCCX 7.01 server. 
    Then during a weekend maintenance window……
    •    Upgrade the CUCM cluster from 6.1 to 8.0 in 2 step process
    •    Integrate the CUCM cluster to corporate active directory (LDAP) - sync the same users that were present before, associate with physical phones, select the same ACD/UCCX line under the users settings as before
    •    Then build UCCX 8.0 server on new hardware and stop at the initial setup stage
    •    Restore the data from the UCCX PUT tool
    •    Continue setup per documentation
    At this point does UCCX see these agents as the same as they were before?
    Is the historical reporting data the same with regards to agent John Smith (local CUCM user) from last week and agent John Smith (LDAP imported CUCM user) from this week ?
    I have the feeling that UCCX will see the agents as different almost as if there is a unique identifier that's used in addition to the simple user name.
    We can simplify this question along these lines
    Starting at the beginning with CUCM 6.1 (local users) and UCCX 7.01.  Let's say the customer decided to LDAP integrate the CUCM users and not upgrade any software. 
    If I follow the same steps with re-associating the users to devices and selecting the ACD/UCCX extension, what happens? 
    I would guess that UCCX would see all the users it knew about get deleted (making them inactive agents) and the see a whole group of new agents get created.
    What would historical reporting show in this case?  A set of old agents and a set of new agents treated differently?
    Has anyone run into this before?
    Is my goal possible while keeping the agent configuration and HR data as it was before?

    I was doing some more research looking at the DB schema for UCCX 8.
    Looking at the Resource table in UCCX, it looks like there is primary key that represents each user.
    My question, is this key replicated from CUCM or created locally when the user is imported into UCCX?
    How does UCCX determine if user account jsmith in CUCM, when it’s a local account, is different than user account jsmith in CUCM that is LDAP imported?
    Would it be possible (with TAC's help most likely) to edit this field back to the previous values so that AQM and historical reporting would think the user accounts are the same?
    Database table name: Resource
    The Unified CCX system creates a new record in the Resource table when the Unified CCX system retrieves agent information from the Unified CM.
    A Resource record contains information about the resource (agent). One such record exists for each active and inactive resource. When a resource is deleted, the old record is flagged as inactive; when a resource is updated, a new record is created and the old one is flagged as inactive.

  • New Data in R/3 Enterprise - ABAP Proxies - XI what happen?

    Hi,
    i have a theoretical question:
    if i use R/3 Enterprise on WAS and put new Data in the R/3 System and transport them to XI with ABAP Proxies. What happens in the systems?
    How do the R/3 System put new data in the proxy runtime and send them to xi?
    I want to unterstand how the transport from new data in a R/3 System with ABAP Proxies comes to the XI Integration Server.

    Hi Marcel,
    >>>>>How do the R/3 System put new data in the proxy runtime and send them to xi?
    all you need to do in r3 is to fill tables of a generated structure
    and execute one method of a generated class (send....)
    then R3 will connect over HTTP to XI and send the data from your structures
    structures and class in R3 is being generated automatically via TCODE SPROXY
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • What happen if i use controll break statement in between select & endselect

    Hi all,
    what happen if i use controll break statement in between select & endselect ?
    Thanks in Advance
    KR

    Hi for reference u can go through this code example
    data:
      fs_tab like sflight.
      data:
       t_tab like standard table of fs_tab.
       select * from sflight into table t_tab.
       loop at t_tab into fs_tab.
         write: / fs_tab-carrid.
       endloop.
       refresh t_tab.
       clear fs_tab.
       select * from sflight into fs_tab.
         at new fs_tab-carrid.
           append fs_tab to t_tab.
         endat.
       endselect.

  • HT5624 What happened to all my library? I don't have an Iphone only an Ipod. But only my recent purchases show up on my computer. How do I get them back?

    What happened to my entire 3000+ songs in my library I used to see when I opened iTunes? I only see the most recently purchased. How do I get them back? I don't have an I phone to play they on, only a droid.
    Pammie49

    Hi Sarah,
    It sounds like the songs have either not yet synced over to the iPhone, or something went wrong when attempting to sync to the iPhone. My recommendation is to uncheck the "Sync Music" checkbox.
    Once you have done that, recheck the "Sync Music" checkbox, and apply the changes once more. This will instruct iTunes to completely remove all music from your iPhone, and then copy the files once more. If you have a large amount of music, this initial sync may take a while.
    If the above does not resolve your issue, see the following articles:
    iOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    iOS: How to transfer or sync content to your computer
    http://support.apple.com/kb/HT1296
    Thanks,
    Matt M.

Maybe you are looking for