Not able to change values in the Property Inspector

Hello!
Can some one please help me with this. I was working in
Director when I noticed that all of a sudden I wasn't able to
change the values in the property inspector, specifially the sprite
properties such as the x and y coordinates and the width and
height. I'll type in a value and then I will get an error sound and
it will revert to the previous value. How can I fix this??
Thanks!

Hi Ringerz,
I've seen the PI lock up sometimes. What usually works is to
switch to List Viw
Mode. Never have trouble there. Then, close Director and
reopen. Think it's jus a
bug that hasn't been fixed yet.
regards
Dean
Director Lecturer / Consultant / Director Enthusiast
http://www.fbe.unsw.edu.au/learning/director
http://www.multimediacreative.com.au
email: [email protected]

Similar Messages

  • Spec for this report not able to get values in the output

    okSection 1: Document information
    Title     PP – Total Component Requirement by Sales Forecast Report     Create Date     5/2/2006
    Author     Ivie Ng     Revision     1.0     Last changed on     
    Program type     ( X ) Report    (   ) Form        (   ) Batch input    (   ) Dialog program
    Priority     (   ) High       ( X ) Medium    (   ) Low
    Frequency      (   ) As require     (X ) Daily     (  ) Weekly       (  ) Monthly         (  ) Yearly
    (   ) Conversion
    Doc-Ref.     
    Section 2: Contact Person
    Task/Responsibility     Name     Signature     Date
    JM Project Manager     Sean Gilgunn          
    ISS Project Manager     YB Cisse          
    JM-Business Team Lead     Sathe          
    Functional Consultant      Ivie          
    ABAP Consultant     Soh          
    User Acceptance Test / Approved by                
    Transport               
    Section 3: Functional Description
    Background (whatever; Ex.Why does this program have to develop?)
    This is to allow materials dept to view and analyze total component requirement base on sales forecast ie. budget forecast, inactive version within specific planning horizon.
    Requirements
    In SOP, material dept will maintain planning data (sales & production plan) in various version.
    1. Active version: A00
    This version is transferred to demand mgmt as active version. MRP will use this planning data to create order proposals (planned orders, purchase requisitions).
    2. Inactive version: 001 – 999
    There are 3 types of inactive version in SOP:
    a) Sales forecast – 000 – 799
    b) Budge forecast – 800 – 820
    c) Forecast report – 821 – 999
    This report should allow to read any version of the sales forecast and return the total component requirements in the planning horizon that specify.
    Section 3.1: Selection screen
    Field name     Technical name     Type of selection field
         (*Please specify Transparent Table and field name)     (X) Single value             (  ) Range             ( ) Required field
              (  ) Single value             (X) Range             (  ) Required field
              (X) Single value             (  ) Range             (  ) Required field
    Section 3.2: Program Logic
    Business Requirement
    This report will allow option to choose to read the source from SOP or COPA.
    Input Selection
    Main Menu:
    o     Total Component Requirement from SOP forecast
    o     Total Component Requirement from COPA forecast
    If SOP is selected, Source = SOP
    If COPA is selected, Source = COPA
    Option 1: SOP
    1.     Input Layout
    Material: _____________    (note: allow multiple materials entry, no entry indicate all materials)
    RM Material Group: __________     (note: allow multiple entry, no entry indicate all Mat Grp)
    Plant:  MY11  (note: default value)
    Standard Price as of : _____________  (YYYYMM)
    Version: ________    (note: allow F4 option with Version and Description)
    Output Type: ____  (Month/Year)
    (If the output type chosen is Month, the below is display)
    Period From:  _________  (YYYYMM)
    Period To:      _________  (YYYYMM)
    (If the output type chosen is Year, the below is display)
    Period From:  __________ (YYYY)
    Period To:      __________ (YYYY)
    2.     Output Layout
    Plant: MY11
    Source:
    Version:
    System Date/Time:
    Output Layout in Month:
    Material     Desc     Component     Desc     UOM     M04.2006     M05.2006     M06.2006     M07.2006     M08.2006     M09.2006     BOM
    TO2368          NGK0003          PC                                   TO2368
              SIN96-015          MG                                   TO2368
              SIN96-066F          MG                                   TO2368
              SIN96-066N          MG                                   TO2368
              SIN96-127          GCL                                   WCS2004
              SIN96-055          G                                   WCS2004
              SIN96-110          G                                   WCS2004
              SIN96-007          G                                   WCS2004
              SIN96-002          GCL                                   WCS1003
              SIN96-001          GCL                                   WCS1003
              SIN96-006          GCL                                   WCS1003
              TO2358/511          PC                                   TO2368
              TO2358/512          PC                                   TO2368
              WCS2004          GCL                                   TO2368
              WCS1003          GCL                                   WCS2004
    Output Layout in Year:
    Material     Desc     Component     Desc     UOM     2006     2007     2008     BOM
    TO2368          NGK0003          PC                    TO2368
              SIN96-015          MG                    TO2368
              SIN96-066F          MG                    TO2368
              SIN96-066N          MG                    TO2368
              SIN96-127          GCL                    WCS2004
              SIN96-055          G                    WCS2004
              SIN96-110          G                    WCS2004
              SIN96-007          G                    WCS2004
              SIN96-002          GCL                    WCS1003
              SIN96-001          GCL                    WCS1003
              SIN96-006          GCL                    WCS1003
              TO2358/511          PC                    TO2368
              TO2358/512          PC                    TO2368
              WCS2004          GCL                    TO2368
              WCS1003          GCL                    WCS2004
    3.     Header Section:
    Header Field: Plant
    Print input field Plant.
    Header Field: Source
    If SOP is selected, Source = SOP
    If COPA is selected, Source = COPA
    Print Source.
    Header Field: Version
    Print input field Version, Print RMCP2-VETXT (version description).
    Header Field: System Date/Time
    Print current system date and time.
    4.     Table: S076 (SOP - Sales & Operations Planning)
    Read S076 rows with input selection of Material, Plant, Year, Month, Version sorted by Material.
          This table provides sales forecast figure.
    Table: MAKT – Material Decription
    Table: MARA - General Material Data
    Table: CDHDR - Change document header
    Table: CDPOS - Change document items
    5.     Details Section: -
    Read S076.PMNUX(Material).                    Note: There will be multiple rows in S076.PMNUX (Material)
    Field: Material
    Print S076.PMNUX(Material).
    Field: Description
    Read MAKT.MATNR(Material), Print MAKT.MAKTX.
    6.     Read L1 (Level 1) BOM Transaction: CS03
                   Where Material = S076.PMNUX (Material), Plant = MY11 (input field), BOM Usage = ’1’, Status = ‘01’
    7.     This is to print BOM component.
    If Input Material Group = ‘ ’
    Read Component (Material), Component Qty from BOM sorted by MARA.MTART (material type) = ‘ZROH’, ‘ZHLB’ , ‘ZRUH’
    If Input Material Group <> ‘ ’
    Read Component (Material), Component Qty from BOM sorted by MARA.MTART (material type) = ‘ZROH’, ‘ZHLB’ , ‘ZRUH’
          Where MARA-MATKL (Material Group) = Input Material Group.
    If MARA.MTART (material type) = ‘ZRUH’,
          Read L1 (Level 1) BOM Transaction: CS03
                  Where Material = S076.PMNUX, Plant = MY11 (input field), BOM Usage = ’1’, Status = ‘02’.
    GET RC29K-BMENG (Base Qty)  ***
    Field: Material Group
    Print MARA-MATKL
    Field: Component
    Print BOM Component.
    Field: Description
    Print MAKT.MAKTX.
    Field: UOM
    Print MARA.MEINS.
    Field: Currency
    Field: Standard Price
    If Input Standard Price Date = ‘’
       Print Currency = ‘ ‘
       Print Standard Price = 0
    Else
    Read CDHDR-OBJECTID (Material), CDHDR-CHANGENR (ChgNo)
    Where CDHDR-OBJECTID (Material) = BOM Component
    And CDHDR-TCODE (Transaction) = ‘MR21’
    And YYYYMM[CDHDR-UDATE (Date)] = Input Standard Price Date
    If NOT Found, look up YYYYMM[CDHDR-UDATE (Date)] – 1  
    I.e.    Input Standard Price Date is 200702, If CDHDR-UDATE (Date) Not Found, look up 200701.
    If Not Found, look up 200612 until the record is found    **
    If row return > 1, select the latest CDHDR-UDATE (Date)
    i.e. If rows return 20070201 and 20070215, Select 20070215    **
    Read CDPOS-CUKY_NEW (Currency), CDPOS-VALUE_NEW (New Value)
    Where CDPOS-OBJECTID (Material) = CDHDR-OBJECTID (Material)
    And CDPOS-CHANGENR (ChgNo) = CDHDR-CHANGENR (ChgNo)
    Print CDPOS-CUKY_NEW (Currency)
    Print CDPOS-VALUE_NEW (New Value)
    8.     If the output type is Year, print Requirement Qty in Yearly bucket.
    Requirement Qty = sum[S076-ABSAT (Sales) for current Year] ie 2006
    Requirement Qty = sum[S076-ABSAT (Sales) for current Year + 1] ie 2007
    Requirement Qty = sum[S076-ABSAT (Sales) for current Year + 2] ie 2008
         If the output type is Month, print Requirement Qty in Monthly bucket.
    Field: Month (ie. M04.2006)
    Requirement Qty = S076-ABSAT (Sales) * Component Qty / RC29K-BMENG (Base Q)
    Print Requirement Qty.
    Field: Total Price (ie. M04.2006)
    Total Price = Requirement Qty * Standard Price
    Print Total Price
    Field: Month (ie. M05.2006)
    Requirement Qty = S076-ABSAT (Sales) * Component Qty / RC29K-BMENG (Base Q)
    Print Requirement Qty.
    Field: Total Price (ie. M05.2006)
    Total Price = Requirement Qty * Standard Price
    Print Total Price
    Field: Month (ie. M06.2006)
    Requirement Qty = S076-ABSAT (Sales) * Component Qty / RC29K-BMENG (Base Q)
    Print Requirement Qty.
    Field: Total Price (ie. M06.2006)
    Total Price = Requirement Qty * Standard Price
    Print Total Price
    Field: Month (ie. M07.2006)
    Requirement Qty = S076-ABSAT (Sales) * Component Qty / RC29K-BMENG (Base Q)
    Print Requirement Qty.
    Field: Total Price (ie. M07.2006)
    Total Price = Requirement Qty * Standard Price
    Print Total Price
    Field: Month (ie. M08.2006)
    Requirement Qty = S076-ABSAT (Sales) * Component Qty / RC29K-BMENG (Base Q)
    Print Requirement Qty.
    Field: Total Price (ie. M08.2006)
    Total Price = Requirement Qty * Standard Price
    Print Total Price
    Note: Repeat the requirement qty display in Monthly bucket base on period specified.
    Field: BOM
    Print L1 BOM which is S076.PMNUX (Material)  from Step 6.
    If Is end of component,
          Repeat Step 5 for next Material in SOP (S076.PMNUX).
    If MARA.MTART (material type) = ‘ZROH’,
    Perform Step 7 to read next L1 BOM Component.
    Perform Step 8 to print Requirement Qty.
    If [MARA.MTART (material type) = ‘ZHLB’] and [MARA.MATKL(material group) = ‘WP0100’, ‘WP0110’, or ‘WP0120’],
          Go Step 9 to read L2 BOM.
    If [MARA.MTART (material type) = ‘ZHLB’] and [MARA.MATKL (material group) <> ‘WP0100’, ‘WP0110’, ‘WP0120’],
          Perform Step 7 to read next BOM Component.
          Perform Step 8 to print Requirement Qty.
    9.     Read L2 (level 2) BOM for the ZHLB at Transaction: CS03
                Where Plant = MY11(input field), BOM Usage= ’1’, Status = ‘01’.
    GET RC29K-BMENG (Base Qty)  ***
    10.     Read Component (Material), Component Qty from BOM sorted by MARA.MTART (material type) = ‘ZROH’, ‘ZHLB’.
    Field: Material Group
    Print MARA-MATKL
    Field: Component
    Print BOM Component.
    Field: Description
    Print MAKT.MAKTX.
    Field: UOM
    Print MARA.MEINS.
    Field: Month (ie. M04.2006)
    Requirement Qty = Requirement Qty from L1 BOM  * Component Qty / RC29K-BMENG (Base Q)
    Print Requirement Qty.
    Field: Total Price (ie. M04.2006)
    Total Price = Requirement Qty * Standard Price
    Print Total Price
    Field: Month (ie. M05.2006)
    Requirement Qty = Requirement Qty from L1 BOM * Component Qty / / RC29K-BMENG (Base Q)
          Print Requirement Qty.
    Field: Total Price (ie. M05.2006)
    Total Price = Requirement Qty * Standard Price
    Print Total Price
          Note: Repeat until end of Period.
    Field: BOM
    Print L2 BOM from Step 9.
    If is end of component, perform Step 7 to read next L1 BOM component, and Step 8 to print Requirement Qty.
    If MARA.MTART (material type) = ‘ZROH’,
    Perform Step 10 to read next L2 BOM Component.
    If MARA.MTART (material type) = ‘ZHLB’ and MARA.MATKL(material group) = ‘WP0100’, ‘WP0110’, or ‘WP0120’,
          Go Step 11 to read L3 BOM.
    If [MARA.MTART (material type) = ‘ZHLB’] and [MARA.MATKL (material group) <> ‘WP0100’, ‘WP0110’, ‘WP0120’],
          Perform Step 10 to read next L2 BOM Component.
    11.     Read L3 (level 3) BOM for the ZHLB at Transaction: CS03 where Plant=MY11(input field), BOM Usage=’1’, Status =‘01’.
    12.     Read Component (Material), Component Qty from BOM sorted by MARA.MTART (material type) = ‘ZROH’, ‘ZHLB’.
    Field: Material Group
    Print MARA-MATKL
    Field: Component
    Print BOM Component.
    Field: Description
    Print MAKT.MAKTX.
    Field: UOM
    Print MARA.MEINS.
    Field: Currency
    Field: Standard Price
    Read CDHDR-OBJECTID (Material), CDHDR-CHANGENR (ChgNo)
    Where CDHDR-OBJECTID (Material) = BOM Component
    And CDHDR-TCODE (Transaction) = ‘MR21’
    And YYYYMM[CDHDR-UDATE (Date)] = Input Standard Price Date
    If NOT Found, look up YYYYMM[CDHDR-UDATE (Date)] – 1  
    I.e.    Input Standard Price Date is 200702, If CDHDR-UDATE (Date) Not Found, look up 200701.
    If Not Found, look up 200612 until the record is found    **
    If row return > 1, select the latest CDHDR-UDATE (Date)
    i.e. If rows return 20070201 and 20070215, Select 20070215    **
    Read CDPOS-CUKY_NEW (Currency), CDPOS-VALUE_NEW (New Value)
    Where CDPOS-OBJECTID (Material) = CDHDR-OBJECTID (Material)
    And CDPOS-CHANGENR (ChgNo) = CDHDR-CHANGENR (ChgNo)
    Print CDPOS-CUKY_NEW (Currency)
    Print CDPOS-VALUE_NEW (New Value)
    Field: Month (ie. M04.2006)
    Requirement Qty = Requirement Qty from L2 BOM  * Component Qty / RC29K-BMENG (Base Q)
    Print Requirement Qty.
    Field: Total Price (ie. M04.2006)
    Total Price = Requirement Qty * Standard Price
    Print Total Price
    Field: Month (ie. M05.2006)
    Requirement Qty = Requirement Qty from L2 BOM * Component Qty / RC29K-BMENG (Base Q)
          Print Requirement Qty.
    Field: Total Price (ie. M05.2006)
    Total Price = Requirement Qty * Standard Price
    Print Total Price
          Note: Repeat until end of Period.
    Field: BOM
    Print L3 BOM from Step 11.
    If is end of component,
          Perform Step 10 to read next L2 BOM Component.
    If MARA.MTART (material type) = ‘ZROH’,
    Perform Step 12 to read next L3 BOM Component.
    If MARA.MTART (material type) = ‘ZHLB’ and MARA.MATKL(material group) = ‘WP0100’, ‘WP0110’, or ‘WP0120’,
          Repeat for next level of BOM reading.      ** for future BOM expansion **
    If [MARA.MTART (material type) = ‘ZHLB’] and [MARA.MATKL (material group) <> ‘WP0100’, ‘WP0110’, ‘WP0120’],
          Perform Step 12 to read next L3 BOM Component.
    13.     The report is ALV format and should allow to export to Excel. See example below:
    Option 2: COPA
    1.     Input Layout
    Company Code:  ________ 
    Plant:  MY11   
    Material: _____________    (note: allow multiple materials entry, no entry indicate all materials)
    Material Group: __________     (note: allow multiple materials entry, no entry indicate all materials)
    Standard Price as of : _____________  (YYYYMM)
    Version: ________    (note: allow F4 option with Version and Description)
    Read  V_TKEVS_CL-VERSI (Version),  V_TKEVS_CL-VTEXT (Version Description)
    Output Type: ____  (Month/Year)
    (If the output type chosen is Month, the below is display)
    Period From:  _________  (YYYYMM)
    Period To:      _________  (YYYYMM)
    (If the output type chosen is Year, the below is display)
    Period From:  __________ (YYYY)
    Period To:      __________ (YYYY)
    2.     Header Section:
    Header Field: Plant
    Print input field Plant.
    Header Field: Source
    If SOP is selected, Source = SOP
    If COPA is selected, Source = COPA
    Print Source.
    Header Field: Version
    Print V_TKEVS_CL-VERSI (Version),  V_TKEVS_CL-VTEXT (Version Description)
    Header Field: System Date/Time
    Print current system date and time.
    3.     Report details: -
    Table: CE2ASIA - JM Operating Concern
    If input selection is Monthly Report:-
    Read CE2ASIA-ARTNR (Product No), Sum[CE2ASIA-ABSMG001 (Sales Qty)]
    Where CE2ASIA-BUKRS (Company Code) = Input Company Code
    And CE2ASIA-WERKS (Plant) = Input Plant
    And CE2ASIA-PALEDGER (Currency Type) = ‘10’
    And [CE2ASIA-PERBL (FI Period) > = Input Period From And CE2ASIA-PERBL (FI Period) < = Input Period To]
    Group by CE2ASIA-ARTNR (Product No)
    If input selection is Yearly Report:-
    Read CE2ASIA-ARTNR (Product No), CE2ASIA-ABSMG001 (Sales Qty)
    Where CE2ASIA-BUKRS (Company Code) = Input Company Code
    And CE2ASIA-WERKS (Plant) = Input Plant
    And CE2ASIA-PALEDGER (Currency Type) = ‘10’
    And [YYYY[CE2ASIA-PERBL (FI Period)] > = Input Period From And CE2ASIA-PERBL (FI Period) < = Input Period To]
    Note: The details similar to Option 1: SOP, refer section (5)  to (13)
    Section 3.3: Report Layout
    Field name     Technical name     Comment
         (Please specify Transparent Table and field name)     (Ex. In case field does not read directly from transparent table but derive from formular or sum or else. Please show the detail how to do that.)
    Section 3.3: Unit Test Criteria
    Section 4: Technical Description
    Section 4.1: Object information
    Development class     
    Transport number     
    Section 4.2: Input/output file layout (In case upload/download file)
    *Please determine structure of  file like as below:
    No.     Field description     Type (Char,Numeric,…)     Length     Note
    Section 4.3: Report/Form information
    Paper size     Inch 11 8” X 11”     Type of printer     ( ) Laser printer     (X) Dot matrix
    Output report / Pre-printed Attach
    Technical Issue

    Hi gurus,actually this program selecion screen is linked to ..as
    First screen is .Sop
                          .copa
    Again for sop is having a selection screen and in this it is divide based on month and year seperately in two more screens.
    same for copa also....
    so pls tell me a correct solution where to correct and get values.
    Priority is very highhhhhhhhhhhhhh,so pls help me in sorting out this.

  • JTable cell editor ..not able to delete value in the cell

    Hello,
    I have applied Cell Editor on the JTAble. I'm able to enter value initially in the cell.
    Once I tab out of that cell, go back to the same cell, edit the value again and tab out. It still shows me old value, not the updated one.
    I'm using putClientProperty("terminateEditOnFocusLost", Boolean.TRUE) to recognise the cell value without focus lost.
    Does this cause any problem ???
    Thanks in advance
    Kapil

    then what might be the problem of value not getting deleted ??
    Code is:
    public class MyTableCellEditor extends AbstractCellEditor
    implements TableCellEditor {
    //This is the component that will handle the editing of the cell value
    private JTextField component = null;
    //This method is called when a cell value is edited by the user.
    public Component getTableCellEditorComponent(JTable table, Object value,
    boolean isSelected, int rowIndex, int vColIndex) {
    component = new JTextField();
    System.out.println("value*************** "+value);
    System.out.println("Component value*************** "+component.getText());
    if(value != null){
    component.setText(value.toString());
    else{
    component.setText("");
    // Return the configured component
    return component;
    // This method is called when editing is completed.
    // It must return the new value to be stored in the cell.
    public Object getCellEditorValue() {
    return component.getText();
    public boolean shouldSelectCell(EventObject anEvent) {
    return false;
    }

  • Not able to fetch value of the field

    Hi
    I have created a page with some details
    Now I am trying to fetch the value of particular field in the page and Iam passing into a procedure as In parameter
    when I am trying to fetch the value I am using
    PR
    String s1 = pageContext.getParameter("ItemId")
    pageContext.putTransactionValue("ItemId",s1)
    PFR
    pageContext.getTransactionValue("ItemId")
    when I am reading the value it is showing null
    Can any body guide me In this kind of situation
    Regards
    Krishna

    You cannot get the value of MessageStyledText item like that. Check the logic of the code which populates value in the messagStyledText item. If there is a VO attribute involved then it would be easy to read the same attribute in the ProcessFormRequest. You can even pick the value from the View attribute and post it in the transaction from which you can read in the PFR. Otherwise if there are separate parameters which set the value, you check that.
    Another option you can try is
    OAMessageStyledTextBean item = (OAMEssageStyledTextBean)webBean.findIndexedChildRecursive("ItemId");
    if(item!=null)
    String val = (String) item.getValue(pageContext);
    //Now put in transaction.
    Please pick the approach which suits you. I personally recommend the View Attribute approach.
    Regards
    Sumit

  • Not able to Change or delete Query

    Hi,
    I have query designed on a cube . I was able to Change the query before I Transported cube to QA  . While Transporting I didn't transport the query to QA . But now I am not able to change or delete the query . Could anybody advice how can i correct this error.
    Error it shows when i try to change it or delete is
    "BEx transport request is not available or not suitable "
    and " choose an existing request " .
    Regards,
    Vijay.

    Hi,
    First of all , Mr Paolo steps and the steps mentioned in the provided link are same. these steps are used to create a request( transport request) which will be used to take a care of modification or deletions of already <b>imported queries</b> to QA or PROD.
    Lets assume you have one query in production. So how will you handle modifications(and moving of these modifications to PROD) to be done in Dev system?
    This will be handled by the request which is created by the steps explained by our prevoius postings.
    Even in case of deletion also. It is not recommendable to delete the query directly in PROD. So how can acheive this? To delete it in prod , first of all we delete it in DEV ,so that the Request which is created by the steps explained by our prevoius postings,will take care of deletion information.
    With rgds,
    Anil Kumar Sharma .P
    Message was edited by: Anil Kumar Sharma

  • Not able to change status after creating revision

    Hi All,
            I am not able to change status of the document after creating revision.
    Here are the steps I am doing:
    Set 
    - I assign the change number to the document.
    - Now, I open the document in cv02n and change the status.
    - New revision is created with revision level 01.
    Now I want to change the status of the document to the next status according to status network but its not happening. Would you please provide your valuable suggestions.
    Regards
    Vidit

    Hi Vidit,
    based on your description I've tested the behaviour on our test system and I would kindly tell you that the behaviour you are facing is the standard. The mentioned error message are raised because, since the Change Order is released, the DIR remains locked and you will not be able to make any changes to the DIR, including the status.If this DIR was not associated to the Change Order(which is released),you could have made changes to the document status.
    Please note that status change with 'Change Master Without Release Key' is possible to change the status but with 'Engineering Change Order with Release Key' it's not. I hope this information will help you.
    Best regards,
    Christoph

  • Not able to change country (box greyed out)

    Hi everyone, I hope someone can help me wit the following problem: My profile says im registered in France (?). I am not able to change this as the country box in my profile is greyed out. I also tried to reset my payment details, but it didn't work. I don't use VPN/Proxy/whatsoever and I am not in France; haven't been since Spotify exists. I wrote spotify a message and replied to their no-reply email two days ago but still haven't heard back from them. It's kind of urgent as I'm going on vacation tomorrow and want to connect my wife to our family account. Is there any fast solution to this issue? Thanks a lot to everyone!

    Not sure what's with this.  Double tap the home button hold down on the camera app and hit the minus sign, then try opening the camera app again.
    Or try a reset hold down the home/power button together until you see the apple logo and then release, then wait for the phone to boot back up.
    Are you using the built in camera app?

  • Select an Image? Proportional Resize in the Property Inspector?

    I'm working in Dreamweaver CS 4 on a Mac. My problem is that I want to resize a jpeg while keeping it's proportions but I can't select it (so that the resize handles appear). When I click on it, I end up selecting the div it's wrapped in (or a div further out in the code). I can select it in the code, but the resize handles still don't appear - just the info in the property inspector shows. So I have two questions:
    1. Is there a keyboard shortcut that helps you "drill down" to select the item you're looking for - like in some print layout programs where you can hit a few buttons while clicking on it with the mouse and it keeps giving you lower and lower objects?
    2. Is there a way to change size in the property inspector where the proportions remain constant? 
    Thanks in advance for your help.
    Max

    That's a cool trick - only specifying the width - thanks!
    (Eventuallly, I would resize the image in PS so it would not require the browswer to do resizing for me).
    In answer to your question, pziecina, no - it's not a background image.
    One of the images has a z-index specified because I thought that might help, but it didn't.
    Here a link to a live page (which is a mess at the moment):
              http://www.mhrbuild.com/rapidstructural.html
    and here's the code for the entire page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>MHR Home Renovation - 18th Century Farmhouse Sample</title>
    <link href="mhr.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_changeProp(objId,x,theProp,theValue) { //v9.0
      var obj = null; with (document){ if (getElementById)
      obj = getElementById(objId); }
      if (obj){
        if (theValue == true || theValue == false)
          eval("obj.style."+theProp+"="+theValue);
        else eval("obj.style."+theProp+"='"+theValue+"'");
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    //-->
    </script>
    <style type="text/css">
    <!--
    .spongy {
        float: left;
        margin-right: 15px;
    inset shot{
        position:relative;
        left:0px;
        top:0px;
        width:376px;
        height:166px;
        z-index:1;
    -->
    </style>
    </head>
    <body class="oneColLiqCtr" onload="MM_preloadImages('images/18th Century House/fireplace/045.jpg','images/18th Century House/fireplace/DSCN2242.jpg','images/18th Century House/dining room/042.jpg','images/18th Century House/dining room/042.jpg','images/18h Century House/fireplace/045.jpg')">
    <div id="container">
    <div class="hometopleft"><span class="logo"><img src="images/mhr_wLoveLogo.gif" alt="MHR Logo" width="191" height="141" id="Image1" /></span></div>
    <div class="hometopright"><img src="images/MHRhead.jpg" width="475" height="149" alt="MHR - Building, Remodeling, Repairs and Restorative Cleaning" />
      <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a></li>
          <li><a href="services.html">Services</a></li>
          <li><a href="sampleIndex.html">Samples</a></li>
          <li><a href="contact.html">Contact Us</a></li>
        </ul>
    </div>
    <div class="contactbar">Phone 413-717-0003 • P.O. Box 1915, Lenox, MA 01240-4915 • [email protected]</div>
    <div class="sampleGallery" id="edy">
      <h1><span>PROJECT SAMPLES</span></h1>
    <h2>Rapid Structural Repair</h2>
      <h3>Repair of Structural Damage in the Bathroom of Tennant Occupied Unit</h3>
      <div class="jobdescrip" id="edyjob">
        <div class="spongy"><img src="images/rapidrepair/638_512x384.jpg" width="384" height="512" alt="Spongy Bathroom Floor" /></div>
    MHR was asked to fix a “spongy” area of the floor by the bathtub in a tenant-occupied, rental apartment.
        <p>Once opened, it became clear that the spongyness was a symptom of structural damage done during installation of original plumbing. Sections of load bearing joists had been removed to make room for plumbing, leaving the floor system with critical structural deficiencies.
          Sponginess was caused by the separation in the toilet waste flange during flushing. </p>
        <p> Structure had to be reengineered but replacing the floor joists entirely would have been prohibitively expensive and time consuming. Instead, MHR shouldered the broken part of floor from the apartment beneath and then added posts in the basement which carried the load all the way down to the basement concrete slab. <strong>This re-enginneared design provided a level of structural integrity that exceeded building code requirements and was far less expensive than any alternative approach.</strong></p>
        <div id="apDiv1">
          <div class="spongy" id="level"><img src="images/rapidrepair/653.jpg" width="253" height="160" alt="Level Shows Slant of Floor Before Repair" /></div>
        A carpenter's <br />
        level showing <br />
        the extreme tilt <br />
        of the floor <br />
        caused by the structural damage. </div
      ></div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="family">
        <h2>FIREPLACE MANTLE</h2>
        <div class="befafterbuttons" id="family_bda">
          <div class="befafterinside" id="during" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/045.jpg',1)" onmouseover="MM_changeProp('during','','backgroundColor','#008','DIV');MM_changeProp('dur ing','','color','#FFF','DIV')" onmouseout="MM_changeProp('during','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d uring','','color','#000000','DIV')">During CONSTRUCTION</div>
          <div class="befafterinside" id="detail" onclick="MM_swapImage('finished','','images/18th Century House/fireplace/DSCN2242.jpg',1)" onmouseover="MM_changeProp('detail','','backgroundColor','#008','DIV');MM_changeProp('det ail','','color','#FFF','DIV')" onmouseout="MM_changeProp('detail','','backgroundColor','#D5DFFF','DIV');MM_changeProp('d etail','','color','#000000','DIV')">DETAIL VIEW (close up)</div></div>
      </div>
      <div class="spacer"></div>
      <div class="beforeduringafter" id="window">
        <h2>VIEW OF DAMAGE FROM THE DOWNSTAIRS APARTMENT</h2>
        <p> </p>
      </div>
      <div class="spacer"></div>
    <div class="beforeduringafter" id="dining">
        <h2>DINING ROOM</h2>
        <div class="before" id="diningrm"><img src="images/18th Century House/dining room/009.jpg" alt="18centDin" name="18centDin" width="512" height="384" /></div>
        <div class="befafterbuttons" id="dining">
          <div class="befafterinside" id="dinduring" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/042.jpg',1)" onmouseover="MM_changeProp('dinduring','','backgroundColor','#008','DIV');MM_changeProp(' dinduring','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinduring','','backgroundColor','#D5DFFF','DIV');MM_changeProp ('dinduring','','color','#000000','DIV')">DURING CONSTRUCTION</div>
           <div class="befafterinside" id="dinafter" onclick="MM_swapImage('18centDin','','images/18th Century House/dining room/009.jpg',1)" onmouseover="MM_changeProp('dinafter','','backgroundColor','#008','DIV');MM_changeProp('d inafter','','color','#FFF','DIV')" onmouseout="MM_changeProp('dinafter','','backgroundColor','#DFDFFF','DIV');MM_changeProp( 'dinafter','','color','#000000','DIV')">AFTER CONSTRUCTION</div>
        </div>
      </div> 
    </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

  • Not able to change exportfolders value in MBeans for FRConfig.cmd for Hyperion Financial reporting 11.1.2 version.

    I am not able to change exportfolders value in MBeans for FRConfig.cmd for Hyperion 11.1.2 Financial reporting .
    When I enter the value , it just vanishes. Am I missing something here.?
    I need to set export path for PDF generation in Hyperion financial report for batches.

    Edit FRConfig.cmd and update
    set EPM_ORACLE_INSTANCE=%MIDDLEWARE_HOME%\user_projects\epmsystem1
    update epmsystem1 to the correct epm instance name
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Not able to change the roles through  the ERM after uploading from ECC

    Hi
    We are not able to do the following activities after uploading the roles into ERM from Backend system
    1) We are not able to see any transaction data but we are able to see org values.
    2) We are not able to change the roles from ERM.
    Vserion and support pack leavel : GRC5.3 and 13
    Please help in this.
    Thanks in advance.
    With Best Regards,
    support

    How are you trying to do this? using oiddas ?
    Can you explain more in detail?
    Greetings.

  • HT4847 I have a new iphone and cannot delete the backup from icloud.  It says that it is in use.  I have read some of the other threads and it only seems to be haphazard solutions. Is there a definite way to fix this? I am not able to change icloud accoun

    I have a new iphone and cannot delete the backup from icloud.  It says that it is in use.  I have read some of the other threads and it only seems to be haphazard solutions. Is there a definite way to fix this? I am not able to change icloud accounts.

    Follow the steps in wjosten's post here: https://discussions.apple.com/message/13356770#13356770 (for Windows, substitute Outlook in step 2).

  • How do I change the country for my iTunes account? I had purchased some itunes gift cards and i have about .75USD left in it. I am not able to change the country because i have to clear the account balance. there is any way I could spend that money???

    I would like to change my country from US to Thailand in the iTunes Account. I purchased some iTunes gift card to purchase some apps and since ever i was not able to change my account balance to 0.00USD which is needed in case I want to change my account country. I appreciate if some body can help with this

    1) Buy something 75c or greater and charge the balance to a credit card.
    or
    2) Contact Apple and ask them to keep the 75c
    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html > Get iTunes support via Express Lane > iTunes > iTunes Store

  • My past billing adress of my apple ID is the states, presently i'm in montreal Canada and im not able to change the billing address because my balance is $ 0.68, any idea how can i change it?

    my past billing adress of my apple ID is the states, presently i'm in montreal Canada and im not able to change the billing address because my balance is $ 0.68, any idea how can i change it?

    You can contact iTunes support and request that they remove the $0.68 from your account here:
    http://www.apple.com/support/itunes/contact/
    They should respond within 24 hours.

  • Not able to change the the Contract Line Item Payer

    Hi there,
    I am not able to change the Contract Line item Payer and giving an error message '' Credit limit customer differs from credit limit customer in header''.
    I checked the credit management assignment and the Business partner is assigned with the required Payer.
    Request your help.
    Thanks,
    Renjith

    Hi Renjith
    So first of all  check with which customer you have created Contract. So go to CMR data and check wheather you have maintained multiple Payers or not. If not maintained maintain multiple payers.
    As you are getting error  '' Credit limit customer differs from credit limit customer in header'' , so check the payer at header level and item level also. the payer at header level and item level should be different.
    Regards
    Srinath

  • Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...

    Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...
    every new released update of Lr from v 5.2 changed somethin in my Windows 7 Professional settings. I am stucked. Can somebody help me please? Many thanks. Andrej

    Hi Jim,
    yes after I imported my .cr2 raw files into new catalog it started to work. Windows 7 still does not recognize them but I can edit them as you said within the Lr5.6 and then export them into .psd or .dng files...as needed.
    I bought Lr5 only because I got present - my new camera Cannon 70D and because my older Photoshop CS5.5 raw plugin does not recognize. cr2 files.
    Many thanks for your help.
    Andrej.

Maybe you are looking for

  • High memory usage and error creating access rules

    Hi guys I'm having a problem with the memory and also trying to create some rules on the CISCO ASA. The version that I got installed was the 8.2.5.33 on a CISCO 5520 with 512 RAM, the memory usage is on 99% used, 1% free and because of that when I'm

  • Can you use a Sony gift card to purchase books for my Ipad2?

    I have a Sony ebookstore store gift card ... Am I able to purchase books for my Ipad2 using this gift card?

  • HP Laser Jet Pro 200 MFP M276n. Printing problem

    I just buyed it and its used by everyone on network. Installed it on every laptop in office ( Approx 7-8 Laptop). when i install it, its working fine but after few days.. specially in few system.  it becomes really slow. like if they send printer of

  • UC on C210 Westmere starter kit

    Hi guys, I have a customer who already posses a couple of Cisco UCS C210 M2 servers based on preconfigured starter kits ( 2 x X5650, 48Gb RAM, 2 x 146 HDD) and IBM SAN storage. We were planning to deploy Unified Communications following the UC on UCS

  • Have a razr maxx need help

    I keep getting message android.process.acore every few seconds but music and phone calls still functional after several tries to close message dialogue window.