Why can't I change the width of my accordion panel?

I'm trying to set the width of this accordion panel by dragging the middle handle to the left so that it lines up with the page guide, making it 920px instead of 925px. Everytime I do this, it springs back to the right again, to 925px. I've tried setting the actual dimensions in pixels from 925 to 920, but it won't change. Why is this?

Refer to the following thread with a possible solution - http://forums.adobe.com/message/5140254
Thanks,
Vinayak

Similar Messages

  • HT201210 Why can't I change the location of my device backups?

    Why can't I change the location of my device backups?
    iTunes seems to force me to use my c:\ drive as the destination for all backups. 
    Background: I have set up my c:\ drive only for programs - all data is stored on separate drives - including my iTunes library and all media. So, I can't skinny down the c:\ drive any more without uninstalling programs.
    The issue is that my 10,000 rpm, 280 GB - C:\ drive is fast but small and is now FULL after I got about 1/2 way through a 128 GB backup of my ipad.  (Yes, all movies have been deleted off of the iPad to minimize the size of the backup.)
    I deleted the partial iPad backup, moved all the Mobile Applications to another drive, emptied the recycle bin and tried again with my much smaller iPhone.  You guessed it: the io7 update hung and both of my devices are now paper weights.
    Which leaves me f*cked, anyone know how I can un-f myself? 

    SPURCHASE wrote:
    The issue is that my 10,000 rpm, 280 GB - C:\ drive is fast but small and is now FULL after I got about 1/2 way through a 128 GB backup of my ipad.  (Yes, all movies have been deleted off of the iPad to minimize the size of the backup.)
    iTunes movies are not part of an iDevice backup.
    Videos & photos you take with the camera (in the Camera roll) are part of the backup but those should be sync'd to the computer and removed from the camera roll.

  • Why can't I change the transparent color and font color in IOS 7?

    Who thought all this WHITE AND TRANSPARENT color looks appealing?
    Why can't I change the color of the folders and text?
    I already tried inverting the colors and then it washes out the photos I use as my wallpaper.
    I love everything, so far, except this transparent issue.

    That's very sad those colors can't be changed. They really look ugly.
    Thanks for responding.

  • Why can't I change the transaction isolation level?

    I was trying to change the transaction isolation level from an EJB. My source codes are shown as the follows:
    ======================================================
    /*********************** Database Routines *************************/
    private void makeConnection() {
    try {
    InitialContext ic = new InitialContext();
    DataSource ds = ( DataSource )ic.lookup( dbName );
    con = ds.getConnection();
    DatabaseMetaData dmd = con.getMetaData();
    show_supported_trans_levels( dmd );
    int status = con.getTransactionIsolation();
    System.out.print( "1. " );
    disp_tx_status( status );
    System.out.println( "con.isReadOnly() = " + con.isReadOnly() );
    con.setTransactionIsolation( Connection.TRANSACTION_SERIALIZABLE );
    System.out.print( "2. " );
    disp_tx_status( status );
    } catch( SQLException ex ) {
    System.err.println( "SQLException: " + ex.toString() );
    throw new EJBException("Unable to connect to database. " +
    ex.getMessage());
    } catch( NamingException ex ) {
    System.err.println( "NamingException: " + ex.toString() );
    throw new EJBException("Unable to connect to database. " +
    ex.getMessage());
    private void disp_tx_status( int status )
    System.out.print( "Transaction Status: " );
    switch( status )
    case( Connection.TRANSACTION_READ_UNCOMMITTED ):
    System.out.println( "TRANSACTION_READ_UNCOMMITTED" );
    break;
    case( Connection.TRANSACTION_READ_COMMITTED ):
    System.out.println( "TRANSACTION_READ_COMMITTED" );
    break;
    case( Connection.TRANSACTION_REPEATABLE_READ ):
    System.out.println( "TRANSACTION_REPEATABLE_READ" );
    break;
    case( Connection.TRANSACTION_SERIALIZABLE ):
    System.out.println( "TRANSACTION_SERIALIZABLE" );
    break;
    case( Connection.TRANSACTION_NONE ):
    System.out.println( "TRANSACTION_NONE" );
    break;
    default:
    System.out.println( "UNKNOWN" );
    break;
    private void show_supported_trans_levels( DatabaseMetaData dmd ) throws SQLException
    System.out.println( "List of Supported Transaction Isolation Levels: " );
    if( dmd.supportsTransactionIsolationLevel( Connection.TRANSACTION_READ_UNCOMMITTED ) )
    System.out.println( "TRANSACTION_READ_UNCOMMITTED is supported!" );
    else
    System.out.println( "TRANSACTION_READ_UNCOMMITTED is unsupported!" );
    if( dmd.supportsTransactionIsolationLevel( Connection.TRANSACTION_READ_COMMITTED ) )
    System.out.println( "TRANSACTION_READ_COMMITTED is supported!" );
    else
    System.out.println( "TRANSACTION_READ_COMMITTED is unsupported!" );
    if( dmd.supportsTransactionIsolationLevel( Connection.TRANSACTION_REPEATABLE_READ ) )
    System.out.println( "TRANSACTION_REPEATABLE_READ is supported!" );
    else
    System.out.println( "TRANSACTION_REPEATABLE_READ is unsupported!" );
    if( dmd.supportsTransactionIsolationLevel( Connection.TRANSACTION_SERIALIZABLE ) )
    System.out.println( "TRANSACTION_SERIALIZABLE is supported!" );
    else
    System.out.println( "TRANSACTION_SERIALIZABLE is unsupported!" );
    =========================================================
    However, I encountered the following exception when running at the highlighted statement:
    ======================================================
    SQLException: java.sql.SQLException: Transaction manager errors. statement not allowed in XA Session.
    ======================================================
    To my surprise, the isolation level TRANSACTION_SERIALIZABLE is supported from the database vendor. So why can't I change the transaction isolation level?

    You can change the setting, you may need to click the lock at the bottom of the preference pane. Be careful what you download and install, Gatekeeper is there to help you. OS X: About Gatekeeper - Apple Support

  • Why can't i change the setting at the security

    Why can't i change the setting at the security & privacy? After I switch to OS X Yosemite, i cant install some application. It says that I can install due unidentified developers. Can anyone help?

    You can change the setting, you may need to click the lock at the bottom of the preference pane. Be careful what you download and install, Gatekeeper is there to help you. OS X: About Gatekeeper - Apple Support

  • Why can't I change the content for some songs when I click the Get Info button?

    Why can't I change the content for some songs when I click the Get Info button?  The information on the song, artist, genre is grayed out and will not allow me to alter the information.

    Hi htechadmin,
    Revcevied your PM and noted all details, Many Thanks.
    Getting this addressed by the team, either they will reply to you, here, or they shall email Or Call you.
    Regards,
    LP

  • Why can't I change the transparent color in IOS 7?

    Who thought all this WHITE AND TRANSPARENT color looks appealing?
    Why can't I change the color of the folders and text?
    I already tried inverting the colors and then it washes out the photos I use as my wallpaper

    That's very sad those colors can't be changed. They really look ugly.
    Thanks for responding.

  • WHY can't i change the civility in itunes store always said that there is an error, WHY can't i change the civility in itunes store always said that there is an error

    HELP
    WHY can't i change the civility in itunes store always said that there is an error, WHY can't i change the civility in itunes store always said that there is an error

    try this
    http://support.apple.com/kb/HT1452
    but also, do you already have your itunes account runnig on other computers?  if so how many ?

  • Why can I not change the apple id associated with iphoto and imovies

    Why can I not change the appleid associated with iphoto and imovies

    Is it not your Apple ID? Is this a used Mac? If so, the Mac, OS X and the iLife apps are all registered to the original owner of the Mac.
    When someone sells a Mac they should erase the Mac and reinstall the most recent version of OS X that came with the Mac. And they should call Apple Care and have the Mac, the OS and the iLife apps disassociated from their Apple ID. Can you call the original owner and request that?

  • Why can't I change button width smaller than 70px in a spark tilegroup?

    I have an <s:TileGroup> in spark theme, and It contains several buttons.
    I'm unable to change the width of the buttons below 70px.
    I tried changing "minWidth", but that doesn't seem to do anything?
    Why is this and how can i change the width?

    Hi,
    I tried for the same and its working fine pass the same value for the width and minWidth.
    I have tried with 5 and 10. Its working fine.
    with Regards,
    Shardul Singh Bartwal

  • Why can't I change the names of my states in my symbol?

    For some reason, Fireworks won't let me change the names of my states in my symbol.
    I double click on the state name in the states panel, and nothing happens.
    It works fine for normal "non-symbol" pages.
    Can you normally change the names of states in symbols?
    Any ideas why I am having difficulty doing so?

    Thank you SO much! Funny thing, I didn't even notice the tiny folder icon at the top of the info window until I saw it in the screen shot at the beginning of that article. 
    See, I have begun changing the icons of the folders of digital scrapbooking alphabets I have (screenshot below). Now it will be so much easier to scroll through my hundreds of alphas and choose one, because I can SEE them without going in and out of each folder.
    A million thank yous!!!!! 

  • Can you programmatically change the width of columns in a table control\indicator

    Is it possible to programmatically change the width of columns in a table control\indicator ie to fit to width of the data or in my case the header information.

    Create a property node (or reference) and use the 'Active Cell' property to select which column you want to change and then use the 'Cell size'--> 'Width' property to change the size.
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
    Attachments:
    table.vi ‏33 KB

  • Why can't I change the genre on the new iTunes

    I wish to change the genre of a song on the new iTunes.  I right click on the song go to details, write in the genre and then click on OK and yet nothing changes.  So how can I effectively change the genre of a song?

    I found out that in order to have iTunes accept changes, I must first go into Windows Explorer to the music file under properties, in the General tab, then uncheck in Attributes the read only box. Then iTunes accepts the changes.
    Thank you and have a great day!

  • Why can't we change the 9am alarm for all-day events?

    I need these all-day events alarms to be at another time, why can't I do this? Why the arbitrary 9am? Please, don't suggest to not use all-day events, this is not an acceptable solution to a very basic setting change that should be accessible.
    Using iCal 6.0 on 10.8.3 with iCloud and iOS 6.

    Hi,
    See from the business perspective, but not from the system point of view.
    Intial triggering point for any business operation(inquiry , quotation , order - others are dependant transactions) is sold to party ( the one who place the order), which means at the time  of placing the order, respective business partner should completely aware of & disclose the required details to complete the business deal. 
    eg: where these order supposed to dispatch,
    to whom business has to send the copy of invoice &
    who is gonna settle this invoice amount.
       So Sold to party will have all the required details. Hence one sold to party act as the other business partners.
    Once agreed, then only business partner is created as Sold to party in system. If is there any changes from the Sold to party such as in future sold to party is not going to receive the goods, but they nominated some other business partner for this function, then the respective details will be recorded as Ship to party & assigned this number to Sold to Party.
    So you cant change the sold to party as some other business partners such as SH, BP  & PY.
    Regards,
    Reazuddin MD

  • IMovie-Why can't I change the font of my title?

    My simple question is that when I open the Font window from the menu to try to change the type, size and color of my font it doesn't change anything.
    Below is the step by step of what I'm doing if you need this information: 
    I choose "T" button below view screen.
    Select "Organic Main" and drag and drop it infront of my video (Green line indicates where to put it, and a green plus confirms the move is good).
    Screen pops up asking me to choose background, I choose "Organic".
    View screen shows new background with Text "Title Text Here" highlighted.
    Project screen shows the new block in the front of my video clips, on top of this box is the blue rectangle box that is highlighted yellow and repeats the "Title Text Here" text.
    So far so good.
    I go to the top menu and choose "Text > Show Fonts".  The Font window pops up.
    Now when I click on fonts, font sizes, or try to change the color of the font, nothing happens.
    I close the font window and hit done on my preview window and still nothing happens.
    What am I doing wrong?
    Thank you so much in advance, you people are always so helpful
    Michele Ireys

    Hi Appleman,
    So what causes the Title Sequence from not being able to be edited?
    As per michelepost comments earlier, neither the "Show Fonts" function allows title values to be changed, nor if the iMove Font Panel displayed?
    From the Menu options, neither does the Cmd- or Cmd+ functions work to manage the size of the title text...
    Can new titles be created with images from my photo library be used as backgrounds for Titles?
    Whilst on the theme, why when changing photo image durations, the value in time entered does not relate to the image(s) selected? I enter 1.8seconds, and 0.9 is displayed against the selected image.......
    Looking forward to your response in advance.
    Maggie

Maybe you are looking for

  • How can i use RTFEditorKit for JTextField.

    hi all, how can i use RTFEditorKit for JTextField. thanks in advance daya

  • My Day With Adobe CC

    Well I've had a [expletive deleted] of a day with your Adobe Creative Cloud. Let me tell you about it: 1) Had to replace a single bit of video footage in Premiere project I was working on. It was eported as an FLV originall, as it was a Flash file or

  • Full Project Screen in Premiere Pro 2.0

    Hello, my imported videos do not occupy the full project screen.  They show up as small windows inside the screen.  When the same videos are viewed in Windows Media Player, they play fine (full screen).  The titles that I created in Premiere are fine

  • Is there a good app for erasing moving objects when taking a picture like the Galaxy does.

    Someone I work with just got the Galaxy and is all about proving it is better than my iPhone.  The camera eraser thing is pretty sweet.  I told her I was sure apple had something like it.  Have downloaded a couple of apps but they are no good..lasso,

  • My 4th gen iPod touch deleted my App Store how do I get it back?

    My son asked be to download a game on the iPod touch and when I went to find the App Store it was gone. I can't find it anywhere and I tried to download a new one from the Internet, but it won't let me. How do I fix this?