9 slice scaling - not working as described

In order to create a 9 slice scaled object, I have tried
Flash help and various tutorials on the web and none of them
produce the result they say they will. All of the instructions say
basically this:
Create a movie clip symbol
Enable 9 slice scaling in its properties
Open the symbol in symbol editing mode
Move the guides where you want them to define the
non-scaleable regions
Place an instance of the symbol on the stage
At this point, I am supposed to be able to scale the object
with the guides taking effect. I have NOT once been able to do
this, the whole thing always scales and distorts the corners in the
way the guides are supposed to prevent! One tutorial told me that I
had to preview the movie and then I could see the result, but that
was not true either. Is there a step missing? Flash is constantly
one of the apps where I find tutorials and help often don't produce
the advertised result.

Don't know what to tell you. I've never done 9-slice and I
just looked it up in the help files and it worked both on the stage
and on publish.
Do you have Control -> Enable Live Preview checked?
That is what is needed to see it on stage.
Are you trying to scale imported bitmap images? They won't
9-scale.
Does your clip have nested clips inside it? They won't
9-scale.
Can't think of anything else.
Oddly enough I almost always find the help produces exactly
the advertised results.

Similar Messages

  • 9-Slice scaling not working in FB4?

    I just upgraded my FB3 flash project to FB4.7, and saw that my 9-slice symbols (which I exported from an FLA to a SWC) have stopped working.  That is, the whole graphic is now getting stretched. If I use the exact same SWC and the exact same code in my FB3 environemt all is well.
    The code is really basic:
    var spr:MyRoundedRect = new MyRoundedRect(); // MyRoundedRect comes from the FLA with 9slice scaling
    spr.scaleX = 4;
    spr.scaleY = 3;
    addChild(spr);
    Am I missing something? I this a known bug in Flex Builder 4.7?
    Anyone else ever encounter this?
    Right now, I feel like going back to Flex Builder 3, where the world seemed a better place.

    I'm using Flash Builder 4.7 for a pure flash project (ie, no mxml) & all my graphics objects are in a swc that was exported from an FLA. 
    I've made some progress with that issue. If I explicitly assign the scale9Grid dimensions in the code, it seems to work:
      obj.scale9Grid = new Rectangle(x,y,w,h)
    ...but having to do that is a real productivity killer.  Would be nice to use the 9-slice guide setting in the FLA

  • HT1202 The manual mode to transfer music to my iTune from my iPhone does not work as described. When I click on Manually manage... it displays the warning message that all music on my iPhone will be erased and replaced by iTune music.

    The manual mode to transfer music to my iTune from my iPhone does not work as described. When I click on Manually manage... it displays the warning message that all music on my iPhone will be erased and replaced by iTune music.
    How can I transfer my music to a second computer iTune?
    Thanks,

    See this user tip
    Syncing iPhone to a "New" Computer or replacing a "crashed" Hard Drive

  • Example in Data Modeler Tutorial does not work as described

    Using Oracle Data Developer 4, I cannot get the example on https://docs.oracle.com/cd/E57998_01/doc.41/e57984/tut_data_modeling.htm#DMDUG36173 to work as described. The Foreign Key fields in the logical model are not generated. They are only generated in the relational model when I develop the logical model. However, the names follow the template {table}_{table}_ID, which will cause problems for long table names. Now I have two questions:
    1. How can get the foreign key fields to be generated in the logical model, as descibed in the tutorial?
    2. Where can I see the default naming rules for generated fields used by the program and where can I change them? - I found a description how this works in Version 3, but these options do not exist anymore in Version 4.

    2. Where can I see the default naming rules for generated fields used by the program and where can I change them? - I found a description how this works in Version 3, but these options do not exist anymore in Version 4.
    In version 4 the template definitions are defined in the properties for the Design.
    Right-click on the Browser entry for your Design and select Properties.
    In the tree in the left panel of the Design Properties dialog, expand Settings, then expand Naming Standard and select Templates to display the Template definitions.
    David

  • Cpu frequency scaling not working and hdd powers down

    Hi,
    I recently made a fresh reinstall on my laptop keeping only my user settings (home directory) but no system-wide settings (/etc).
    Now I have the following issues:
    1) CPU frequency scaling does not work. KDE's PowerDevil tells me, my CPU does not have scaling capability and when I try to start cpufreq, I get this error message:
    # /etc/rc.d/cpufreq start
    :: Setting cpufreq governing rules , cpu 0 1Error setting new values. Common errors: [BUSY] - Do you have proper administration rights? (super-user?)ble_governors: No such file or directory
    - Is the governor you requested available and modprobed?
    - Trying to set an invalid policy?
    - Trying to set a specific frequency, but userspace governor is not available,
    for example because of hardware which cannot be set to a specific frequency
    or because the userspace governor isn't loaded?
    The governor modules are loaded:
    # lsmod | grep cpufreq
    cpufreq_userspace 2096 0
    cpufreq_powersave 942 0
    cpufreq_ondemand 7990 0
    freq_table 2339 1 cpufreq_ondemand
    cpufreq_conservative 9172 0
    This used to work out-of-the box with the previous install so I'm a bit puzzled.
    2) My hard drive powers down after a few seconds of inactivity, just to power up a few seconds later when it's accessed again. The hard drive never powered down on my previous installation. I do not have any power management daemons running and this behavior starts right after booting the machine, before I log in.
    I would like to disable this "feature" since I think it's rather bad for the hard drive's health as well as battery life.
    Any ideas?:)
    EDIT: Cpu frequency scaling is fixed now, forgot to load the acpi_cpufreq module.:rolleyes: There's still the issue with the hard drive, though.
    Last edited by Vortex375 (2010-06-28 14:54:27)

    The HDD thing is caused by upowerd, dunno why though.
    You can try: hdparm -B 254 <disk device>, but that wont solve the problem permanently, only till you plug and unplug again the AC supply.
    you can also try killing upowerd and things will (at least that was the case for me) be alright.
    Maybe this is upowerd bug?
    Last edited by kralyk (2010-06-29 20:44:24)

  • To print an Pie Chart image with more than 1 slice is not working

    Hi friends,
    I'm using a version 12.0.4 and when I try to generate an Pie Chart image with more than 1 slice using the function saveImage() it's not working. The image is only generate when its return is just 1 value (1 peace of pie).
    Anybody help me?
    Regards!

    It's not unique for your setup, but it also happens in 12.0.11, so it's a bug.  Looks like it is throwing a null pointer for some bizzare reason when generating the GIF output by the ImageStorageServlet (per the NW logs). 
    Your best bet would be to log a ticket so it can be patched.
    12.1.7 seems to work fine.
    Edited by: Michael Appleby on Nov 23, 2010 2:39 PM

  • Azure Web role scaling not working when using Reserved IP

    Hi,
    I am using autoscaling feature for long time now on my web role deployment. I've recently create new deployment (with same web role bits) to use a reserved IP. Since that moment, the autoscaling is NOT working anymore. I can see many AutoscaleAction failures
    in the Management Portal Operation logs.
    When I try to update the role instance count using REST call (via Azure Management Studio of Cerebrata), I get the following error:
    Code: BadRequest
    Message: A reserved IP cannot be added, removed or changed during deployment update or upgrade.
    I cannot find anything about scaling and reserved IP on the net but I can't believe I am the only one in this situation ?!?!
    Thanks for your help
    Jean Bédard
    Regards, Jean

    Hi,
    Refer to the
    Publish Windows Azure Application Wizard on MSDN, specifically #7 in Configuration Your Settings.
    When ‘Deployment Update’ is checked, only the changes since your last deployment will be pushed out to update your services. This is not possible when changing the virtual network settings of the service. To enable full deployments, you have two options:
    Uncheck the ‘Deployment update’ checkbox
    Click ‘Settings’ on the ‘Deployment update’ item, and select ‘If deployment can’t be updated, do a full deployment’.

  • Why is Podcast specification is not working as described, in iTunes?

    I have created a podcast as per the latest podcast specifications mentioned in
    http://www.apple.com/itunes/podcasts/techspecs.html
    But not everything works, as expected.
    1) The "Artist" column is displaying "Unknown" even though, the <itunes:author> tag has a value in it.
    2) Keyword search is not working. When I perform a search based on the keywords mentioned in the <itunes:keywords> tag, my podcast is not showing up in the search results. Does iTunes search engine take a few days to index these keywords with the podcast?
    3) The image is not showing up, even though I have specified an image in the <itunes:image> tag. And the spec says that it takes a few days before the image appears. Approximately how long does it take for the image to appear in iTunes, after a Podcast is submitted on it?
    In general does it take iTunes some time before it shows certain content for a podcast? Because, all of these things work in other podcatchers (for e.g Yahoo podcatcher), but they dont work as expected in iTunes.
    -Thank you very much in advance for answering these questions.
    Windows   Windows XP Pro   Submitting a podcast in iTunes

    Scott,
    Thank you for your reply. I am unable to "Save and then upload". How do you do this?
    Make sure to set images on a per podcast basis as
    well (tunes -. Get Info - Artwork and fill in other
    areas) Save file and the nupload.
    iTunes search and update is affected by the phase of
    the moon so no one really knows. Key words need to
    have commas but even then it doesn't seem to work
    most of the time.
    I still need to know why certain columns are not being populated correctly, for example the Artist appears as unknown even though I have supplied a value in <itunes:author> tag. And there are many other issues.

  • Not working as described

    The article claims that:
    "If you are using a wired keyboard and mouse: ...
    5. When you close the lid:
    In OS X Lion, the external display will change to a blue screen, then will show your desktop.
    In Mac OS X v10.6.8 and earlier, wake the computer up by clicking the mouse button or by pressing a key on your external keyboard."
    I'm running OS X Lion (10.7.4) but it does not function as described above. Instead, the MBP display stays on.  The only way I can get it to turn off while I'm using the external display is to shutdown and restart the MBP (with lid closed). I use my computer at home and at the office so this daily shutdown and restart is getting old.  Is there any way that I can force the MBP display to shutdown (ONLY when an external monitor is connected)?  Or, can I just go back to the OS X 10.6 mode without going back to 10.6?  Thanks!

    This has been fixed in Mountain Lion - thanks!

  • Shift- constrained scaling not working

    Hello,
    When I hold down shift to scale an object or image to keep the proportions constrained, it does not work. This has only recently started to happen and it also happens on photoshop.
    I don't have entourage running, which I read could be a culprit.
    Would I need to reinstall my CS2?
    I am using a Mac Powerbook G4, OSX 10.4.11
    Adobe CS2
    Thanks,
    Mike

    gangamon,
    What Monika said.
    I am trying to keep an updated list of offenders; so far it is as follows.
    Quicktime/iTunes,
    Quicken (Widget),
    Entourage,
    Google Earth,
    Zune,
    Some Firefox Add-ons,
    Spotlight (shortcuts),
    Fetch,
    Hulu,
    Cocktail,
    Cinch.

  • X200: CPU frequency scaling not working in Windows 7 x64

    Hi there, this is first posting here. Trust this issue has not been addressed before--if it has please redirect me to the post where this discussion happening.
    Here is my hardware: X200, P8700, 2.53GHz, 4GB RAM, 7454-32U
    I have just upgraded my RAM from 2GB and clean installed Windows 7 x64 (came with XP x86). I have also loaded all the drivers including the power manager driver and power manager from IBM/Lenovo support/download site. all hardware is working fine.
    My only problem is that the fan is always on--running at about 3340RPM and blows all the time--temps are at around 42-46C. I have noticed that the CPU is quite, but firing at max all the time--does not scale down when no activity. tis happens when I select "power source optimized" on battery and on AC.
    I have noticed that when in XP 32-bit, the CPU will come back at rest to 786MHz--and go up when needed.
    Could someone please help me figure out what is goin gon here? I am so tired of looking and posting on other forums that I am about to go crazy. I love this machine, but my only issue now is this.
    I have also checked the BIOS and set the CPU to "automatic" and Speed Step is on. I am using the latest BIOs version v3.11 Dec 2009.
    Please help me.
    Regards
    S

    Hi Jessica Thank you for the reply and also pointing me to the Upgrade Advisor links-Here is the output for the 64-bit Windows 7 Compatibility assessment--as you see there are no issues with Hardware compatibility. Also I have downloaded all the applicable drivers from Lenovo. The problem still persists.
    if you could link me with the direct access to the power management related drivers from lenovo, ACPI and BIOS drivers I will appreciate a great deal. Also to mention, I have upgraded the BIOS Feb 2010 release, and also the Power manager driver to v3.12 (no fixes in fan speed and CPU freq scaling I am afraid.)
    ====================
    Windows 7 Upgrade Advisor
    Information about upgrading to 64-bit Windows 7
    System
    Details
    Custom installation required
    You'll need to perform a custom installation of 64-bit Windows 7 and then reinstall your programs. Make sure to back up your files before you begin.Go online to get important information about installing Windows 7 on a PC running Windows XP
    Outlook Express
    This program is no longer included in Windows 7. You can get similar programs for Windows 7 from other software manufacturers.Go to the Microsoft website to learn more
    More info from LENOVO
    LENOVO has a website that might give you more information about getting Windows 7 running on your PC.Visit the LENOVO website
    Windows Aero support
    Your graphics adapter supports the Windows Aero user interface.Go online to learn more about Windows Aero
    CPU speed: 2.5 GHz
    Your CPU meets the 1 GHz minimum requirement.
    3.0 GB of RAM
    Your PC meets the 2 GB minimum requirement.
    81.9 GB free space available on C:
    Your hard disk meets the minimum requirement of 20 GB free space for 64-bit Windows 7.       Devices
    Status
    Details
    Conexant 20561 SmartAudio HD
    Conexant
    Compatible
    This device is compatible with Windows 7.
    Intel(R) 82567LF Gigabit Network Connection
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) ICH9 Family USB Universal Host Controller - 2934
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) ICH9 Family USB Universal Host Controller - 2935
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) ICH9 Family USB Universal Host Controller - 2936
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) ICH9 Family USB Universal Host Controller - 2937
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) ICH9 Family USB Universal Host Controller - 2938
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) ICH9 Family USB Universal Host Controller - 2939
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) ICH9M/M-E 2 port Serial ATA Storage Controller 1 - 2928
    Intel
    Compatible
    This device is compatible with Windows 7.
    Intel(R) WiFi Link 5100 AGN
    Intel Corporation
    Compatible
    This device is compatible with Windows 7.
    Mobile Intel(R) 4 Series Express Chipset Family
    Intel Corporation
    Compatible
    This device is compatible with Windows 7.
    Mobile Intel(R) 4 Series Express Chipset Family
    Intel Corporation
    Compatible
    This device is compatible with Windows 7.
    ThinkPad Bluetooth with Enhanced Data Rate II
    Broadcom
    Compatible
    This device is compatible with Windows 7.
    =================================

  • Scaling not working

    Hi - I am new to Azure and struggling with some of the features and hoping someone can help.  
    I am using websites. I have 2 sites that use the majority of resources - one ASP.Net and one MVC.   My visitor pattern is low and lumpy:  in the last 10 days between 50 people on my "game" site (MVC) spending an average of around an hour
    and fewer than 100 on the other site. So traffic is not high.  
    I have my websites set up to scale up if memory > 75% and to scale down if <63 % with 10 minute interval checks and cool down periods. 
    The scale up limits have not been exceeded yet there are now 2 servers active. The chart of use for the last 10 days shows that only once has there been less than 48 hours charged per day, so the scale down rules are not being implemented.  In the new
    portal the chart showing instances indicates a single instance but the numerical panel says 2 instances...
    This all looks wrong - can anyone help explain what I might be getting wrong?.... 
    Christina

    Thanks - I have just written to "Billing" on this - they declined to comment initially as it seemed to be a tech issue but ... 
    "actually on reflection this IS a billing issue because I think I have been over - charged for services, although you may need to get a tech
    person to check my account.
    I had scaling set up on my WebApps with a single metric: memory. The UP rule was at 75%, the DOWN rule at 63%. The smaller chart shows that between 10th and 12th April the scaling metric should have resulted in a reduction of instances.  However I have
    been charged for two instances for that period, and the average for this month has been 43.5 hours per day. From my usage stats the instances increase to 2 on 3rd April and apart from a small dip on 8th April has remained at 2 instances, 48 hours/day and I
    do not believe that my settings justified this for the period in question.
    I would be grateful if you would get this checked."
    As I said earlier I am new (well now 5 months in) to Azure.  I have a small business and am still trying to get confident in the system as its rather different from where I was before. Overall costs are similar when a single instance is in place.  I'm
    quite happy to pay for extra when required have not been confident about scaling working correctly. ... anyway updates have clearly been applied to this area of the new portal so time will tell :-)
    Thanks for your responses. 

  • Why does Android Reader smart zoom not work as described on Google Nexus 7 2013 tablet?

    The smart zoom feature in Android Acrobat Reader allows you to double tap on a text column and the reader will zoom up to the column in improve readability.  This feature works great on the Samsung Galaxy Note 2 smart phone, but only appears to zoom half way on the Google Nexus 7 2013 tablet.
    Is this a bug?
    Thanks in advance for your replies.
    Regards,
    Jim Savitz

    Would it be possible for you to share the problematic pdf and OS information  with us at [email protected] so that we may investigate?
    Thanks,
    Adobe Reader Team

  • Message Packaging in PI not working as described?

    Yesterday I made some tests with the new feature message packaging. I noticed some strange and very impractical behaviour. Generally it says that PI takes packages of n messages when available and sends any message at least in time t. First restriction: This is per queue, i.e., when n messages arrive in one queue, a package is built. I reduced queues to one and sent test messages, setting n = 3 and t = 10. No matter how many messages I sent, the system always waited the 10 seconds and then started processing, even though I sent 3 messages. If I send 7 messages, the system waits for 10 seconds, then grabs 6 messages in 2 packages and then waits again for 10 seconds till the last message is proceeded.
    Then I configured 2 scenarios A and B. I set n = 3 for both, but for A t = 10 and for B t = 30. If I send now messages BBAAAB, the system waits 30 seconds and then processes all messages (in 2 packages), although t = 10 for scenario A. If I send ABBBAA, the system waits for 10 seconds, then processes all As, then waits again for 20 or 30 seconds till processing the Bs.
    Has anybody made similar experiences? Did I forget something somewhere?
    Please don't post links like this one:
    I followed the steps there, and the problem does not seem to be due to some configuration made there. Any comments like "will be fixed in SP6" or "set parameter X to Y and it works" are really welcome.
    Regards,
    Jörg
    P.D.: I am really quite annoyed that entries in smpprel3 seem to be made only for scenarios with a mapping and that the message packaging retrieves interface data from there. Most of our scenarios don't use mappings, and creating entries for these scenarios manually is really not a nice task.

    Hi Jorg,
    do chk this link i hope it may be helpfull to you
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00982670-748c-2a10-3985-cdd42fb43e50
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90e5745d-5dbc-2a10-ddb1-b40140a68d02
    Regards
    Sampath

  • FF4 does not work as described. How can I revert to FF3.6?????

    I posted a question of the forum, received a reply, tried to fix ff4 as was detailed in the reply, to no avail. Nothing suggested worked. So, rather than deal with a bad update, I want to revert to FF3.6 that worked fine. In my control panel it only shows FF4. If I uninstall it, will I be reverting to FF3.6? and if not what can I do to get back to FF3.6?
    Secondly, the user name and password I used when I registered several days ago, was not recognized today. So I created a new registration in my wife's name. This has enabled me to post this. Talk about frustration!!!

    Which name did you use to post your previous question?
    Which problems do you have with Firefox 4?
    Firefox 3.6.x can be found here:
    * http://www.mozilla.com/en-US/firefox/all-older.html

Maybe you are looking for

  • Saving data at a specific time that is determined by an event.

    Hey all, I am setting up a battery characterization test in which I use a power supply and an electronic load to charge and discharge a battery. I am trying to get the program to continuously calculate the state of charge (SOC) of the battery. The pr

  • Problem with laptop and docking station

    Hello. We have two laptops with two docking station. Both laptops w/ docking have the same problem: When the computer is turned off, and its still connected to the docking station, the fan in the computer start to run really fast. The fan goes on for

  • Portal Activity Report - Aggregator System Load

    Hey Everyone, What is everyone's impression of the Portal Activity Report? Is it helpful? Do we really have anyother options to get valid reports on usuage? Also, what type of load does the Aggregator really put on its server? Thanks

  • Access Databases LMS 4.2 with jython script ( Integration with HP uCMDB )

    Questions / Integration Adapter Cisco Prime. There is an integration adapter for HP uCMDB to get CI information from Cisco Works (Prime whatever ….). We set up a user for CW according to “Open Database Schema Support in Cisco Prime LAN Management Sol

  • Trash Bug?

    Is anyone having the problem, where if you drag a file to the trash, it doesn't show the icon as full, but still empty. Also when I right click the trash icon the empty trash button, so I have to go into trash to empty it and it is annoying. Does ano