Error with styles when using Alternate Layout

I'm trying to use the new Alternate Layouts function in CS6 to create a template for both 8-1/2"x11" and A4 sized pages. While trying to create the alternate layout, I receive an error that says, "One or more styles were not mapped. Cannot create a mapped style when one of the source styles is based on another source style."
I think this means that InDesign doesn't like that some of our styles are based on others - for example, Figure references are based on Body text, with bold-italic-centered changes. I have changed all the paragraph styles to be based on "[No Paragraph Style]" instead of being based on other styles, yet I still get the error. What should I do? Thanks.

That's a great find Mike. I just ran into this problem myself and sure enough, removing the nested styles did the trick. That being said, I didn't get the error when creating the first Alternate Layout (even though the source layout contained nested styles). I didn't receive the error until creating the second Alternate Layout. I ended up removing the nested styles, creating the Alternate Layout, then putting them back in. Fortunately with this project, I don't have a ton of nested styles. If I did, it would be a huge pain. Anyone at Adobe able to comment on this issue? Known issue?

Similar Messages

  • Error ORA-06502 When using function REPLACE in PL/SQL

    Hi,
    I have a PL/SQL procedure which gives error 'Error ORA-06502 When using function REPLACE in PL/SQL' when the string value is quite long (I noticed this with a string 9K in length)
    variable var_a is of type CLOB
    and the assignment statement where it gives the error is
    var_a := REPLACE(var_a, '^', ''',''');
    Can anyone please help!
    Thanks

    Even then that shouldn't do so:
    SQL> select overload, position, argument_name, data_type, in_out
      2  from all_arguments
      3  where package_name = 'STANDARD'
      4  and object_name = 'LPAD'
      5  order by 1,2
      6  /
    OVERLOAD   POSITION ARGUMENT_NAME                  DATA_TYPE                      IN_OUT
    1                 0                                VARCHAR2                       OUT
    1                 1 STR1                           VARCHAR2                       IN
    1                 2 LEN                            BINARY_INTEGER                 IN
    1                 3 PAD                            VARCHAR2                       IN
    2                 0                                VARCHAR2                       OUT
    2                 1 STR1                           VARCHAR2                       IN
    2                 2 LEN                            BINARY_INTEGER                 IN
    3                 0                                CLOB                           OUT
    3                 1 STR1                           CLOB                           IN
    3                 2 LEN                            NUMBER                         IN
    3                 3 PAD                            CLOB                           IN
    4                 0                                CLOB                           OUT
    4                 1 STR1                           CLOB                           IN
    4                 2 LEN                            NUMBER                         INI wonder what happened?

  • Error FRM-92050 when using Java Plug-in in Forms SSO

    Hi All,
    I have the following error with trying to use Java 1.6.0_22 instead of JInitiator:
    FRM92050 failed to connect to the server /forms/lservlet:-1
    Java Exception:
    Java.io.IOException: User does not have proper credentials configured in OID
    In the log "OC4J~OC4J_BI_Forms~default_island~1" , it said:
    oracle.ldap.util.GeneralErrorException: General Error when performing search: Unable to get Default RAD
    Error: Unable to retrive the DB Credentials from OID.
    I'm using 10gAS (10.1.2.3). The Forms SSO with JInitiator 1.3.1.26 works without any error.
    Any idea?

    Sorry this is replicated

  • Get ORA-01031: insufficient privileges error, but only when using dbstart.

    I am getting ORA-01031: insufficient privileges error, but only when using dbstart. the listener starts but not the database. How come I can start it from SQL prompt but not from dbstart scripts as the oracle user?
    [oracle@mallard bin]$ ./dbstart
    Processing Database instance "gf44": log file /prod/oracle/10/startup.log
    [oracle@mallard bin]$
    Log file:
    Wed Aug 20 10:15:02 CDT 2008
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 20 10:15:02 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    /prod/oracle/10/bin/dbstart: Database instance "gf44" warm started.
    >
    oratab file:
    gf44:/prod/oracle/10:Y
    dbstart file section:
    # See if it is a V6 or V7 database
    VERSION=undef
    if [ -f $ORACLE_HOME/bin/sqldba ] ; then
    SQLDBA=svrmgrl
    VERSION=`$ORACLE_HOME/bin/sqldba command=exit | awk '
    /SQL\*DBA: (Release|Version)/ {split($3, V, ".") ;
          print V[1]}'`
    case $VERSION in
    "6") ;;
    *) VERSION="internal" ;;
    esac
    else
    if [ -f $ORACLE_HOME/bin/svrmgrl ] ; then
    SQLDBA=svrmgrl
    VERSION="internal"
    else
    SQLDBA="sqlplus /nolog"
    fi
    fi
    Permissions of file:
    [oracle@mallard bin]$ ls -la dbstart
    -rwxrwxr-x 1 oracle oinstall 10407 Aug 19 12:27 dbstart
    [oracle@mallard bin]$
    User permissions:
    [root@mallard 10]# id oracle
    uid=503(oracle) gid=503(oinstall) groups=503(oinstall),504(dba)
    [root@mallard 10]#
    I can start the listener manually using "./lsnrctl start" and start the database manually from sql prompt using "SQL>startup" (as sysdba) with no problems. this only happens when using dbstart file. I am logged in as oracle user and all environment variables are set
    Thank you for any help you could provide.

    I have the same problem, but i don't want insert this string
    Connect sys/{password} as sysdbaI have deployed an Oracle 10g with os SunOS
    $ uname -a
    SunOS DB02 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Blade-T6320
    I can connect with sys/password, but I can't login with
    $ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jan 7 15:19:50 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> connect / as sysdba
    ERROR:
    ORA-01031: insufficient privilegesthe the startup and dbshut don't work.
    Someone maybe help me?
    Thanks,
    Regards.
    Lain

  • What is the best way to display errors to users when using JSPs?

              Hello,
              Could someone suggest me the best way to display errors to users when using JSPs?
              Many thanks in advance.
              Rino
              

              Thanks for the code snippet!
              Rino
              "Deepak Vohra" <[email protected]> wrote:
              >
              >
              >The 'errorPage' attribute of the 'page' directive forwards uncaught run-time
              >exceptions
              >to an error processing page. For example:
              >
              ><%@ page errorPage="error.jsp" %>
              >
              >redirects the browser to the JSP page error.jsp if an uncaught exception
              >is encountered.
              >
              >
              >Within error.jsp, indicate that it is an error-processing page, via the
              >directive:
              >
              >
              >
              ><%@ page isErrorPage="true" %>
              >
              >The Throwable object describing the exception may be accessed within
              >the error
              >page via the 'exception' implicit object.
              >
              >
              ><% if (exception != null) { %>
              ><p> An exception was thrown: <b> <%= exception %>
              >
              ><p> With the following stack trace:
              ><pre>
              >
              ><%
              > ByteArrayOutputStream ostr = new ByteArrayOutputStream();
              > exception.printStackTrace(new PrintStream(ostr));
              > out.print(ostr);
              >%>
              ></pre>
              >
              >
              >
              >"Rino Srivastava" <[email protected]> wrote:
              >>
              >>Hello,
              >>
              >>Could someone suggest me the best way to display errors to users when
              >>using JSPs?
              >>
              >>Many thanks in advance.
              >>
              >>Rino
              >
              

  • When attempting to use Lightroom external editor program to edit a photo in Photoshop Elements 10, the photo does not open / appear on photoshop elements screen.  I don't have any problem with this when using Photoshop Elements 6 or Photoshop CS.  I'm usi

    When attempting to use Lightroom external editor program to edit a photo in Photoshop Elements 10, the photo does not open / appear on photoshop elements screen.  I don't have any problem with this when using Photoshop Elements 6 or Photoshop CS.  I'm using a Mac with Mountain Lion OS.  Any solutions?

    Adobe now hides the editor - what looks like it is not - you want the editor hidden in the support folder - see http://forums.adobe.com/message/3955558#3955558 for details
    LN

  • Problem with SDO_relate when using polygons with holes.

    I'm having a problem with sdo_relate. I'm trying to extract all elements from a point table (bdtq_batim_p) that are inside a specific polygon from another table (SDA_MUNIC_SS). The spatial index for both table have been rebuilt and the data from both table is valid.
    When I do a count on the query, I know the answer should be 1422 elements (Counted in ArcGIS). However, sdo_relate gives a smaller number of elements in the result set.
    The query :
    SELECT count(distinct t.identifiant) FROM bdtq_batim_p t, SDA_MUNIC_SS s WHERE s.mus_co_geo = '48015' and sdo_relate( t.SHAPE,s.SHAPE,'mask=anyinteract querytype=window') = 'TRUE'
    returns 282 elements. The query with mask=inside, SDO_Anyinteract() and SDO_inside() all give the same result.
    I did a test with the following query and the result is 1422 (which is the good result).
    SELECT count(distinct t.identifiant) FROM bdtq_batim_p t, SDA_MUNIC_SS s WHERE s.mus_co_geo = '48015' and SDO_WITHIN_DISTANCE( t.SHAPE,s.SHAPE,'distance=0') = 'TRUE';
    It's important to note that the polygone (from SDA_MUNIC_SS) that is used for this query have holes in it. I have the same problem with all the polygons from the SDA_MUNIC_SS table that have holes in it. For the polygon without holes, the results are the same for the 2 queries.
    My question are :
    Why are the result from the two queries different? A query with a buffer of 0 should always return the same result as a query with Anyinteract.
    Is there a known problem with SDO_RELATE when using a polygon with holes in it?
    Do you have any idea how to solve my problem.

    Since i don't have much control on the version of Oracle and Patches that we use in the system, we used a workaround that detects the polygons with holes and uses the SDO_WITHIN_DISTANCE( t.SHAPE,s.SHAPE,'distance=0') = 'TRUE' operator in those case. We saw a slight decline in performance but it now returns the right results. When the system will be patched, we'll come back to the original version and see if the problem is solved.

  • Error 1074396120 appears when using IMQA copy

    error 1074396120 appears when using IMQA copy,when i used in vision its working but when i tried to execute in labview its showing error image not found and not valid image. pls help me regarding this .

    Have a look
    Thanks and Regards
    Himanshu Goyal | LabVIEW Engineer- Power System Automation
    Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
    It Only gets BETTER!!!

  • CS 4 Dynamic Link to Encore doesn't work most of the time.  Encore stops operating after opening and periodically Premier Pro stops working.  I'm told that there has been a problem with CS4 when using Dynamic Link to go to Encore and build CD's.  Is there

    CS 4 Dynamic Link to Encore doesn't work most of the time.  Encore stops operating after opening and periodically Premier Pro stops working.  I'm told that there has been a problem with CS4 when using Dynamic Link to go to Encore and build CD's.  Is there a way around this?  Is there a patch to correct it?

    To build CD's???
    What problem does Encore have with DL?
    If DL is not working properly for you the way around this is to export from Premiere to either mpeg2-dvd for DVD or BluRay H.264 for BD-disks and import the files in Encore.

  • Hi there , Why Do I Receive Error Code -1073807253 When Using VISA

    Error Code -1073807253

    Hi ahmed,
    you can attach picture directly in the forum...
    If you would use an error indicator you could read an explanation of the error. It's a "framing error", happening sometimes when using serial connections...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Compile error in bitset when using 12.4 beta with -std=c++11

    When using the new -std=c++11 option, there is a compile error in SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset.
    On line 86, there is a cpp conditional that is using the sizeof() operator.
    Can you use an operator like that in a preprocessor conditional?
    I grepped the other files in that directory and this seems to be the only instance of this usage.
    You can easily reproduce this by compiling a trivial program.
    foo.c:
    #include <bitset>
    int main( void ) { return 0; }
    CC -std=c++11 foo.c
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset'", line 86: Error: Badly formed constant expression.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 89: Error: "}" expected instead of "{".
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 238: Error: _M_do_left_shift is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 264: Error: _M_do_right_shift is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 291: Error: _M_do_to_ulong is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 302: Error: _M_do_to_ullong is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 319: Error: _M_do_find_first is not a member of std::_Base_bitset<_Nw>.
    "/export/home/SolarisStudio12.4-beta_mar14-solaris-x86/lib/compilers/CC-gcc/include/c++/4.7.2/bitset", line 335: Error: _M_do_find_next is not a member of std::_Base_bitset<_Nw>.
    I didn't look into lines 238+ yet. Figured that was likely a side-effect from the earlier problem once the parsing got off-track.

    SFV wrote:
    > it means <memory> can't be included either.
    There should be no problem with <memory> related to this issue and I dont see how it could change with non-supported platform
    (as we bring those headers with the compiler).
    So if it does not work for you then it is something new and it would be nice to know details.
    stedding /tmp $ cat mem.cc
    #include <memory>
    stedding /tmp $ sunCC mem.cc -c -std=c++11
    "/opt/SolarisStudio12.4-beta_mar14-linux-x86/lib/compilers/CC-gcc/include/c++/4.7.2/ext/concurrence.h", line 202: Error: Cannot assign ? to pthread_mutex_t.
    "/opt/SolarisStudio12.4-beta_mar14-linux-x86/lib/compilers/CC-gcc/include/c++/4.7.2/ext/concurrence.h", line 202: Error: Cannot assign ? to pthread_mutex_t.
    2 Error(s) detected.
    The problematic line is:
        __gthread_recursive_mutex_t _M_mutex = __GTHREAD_RECURSIVE_MUTEX_INIT;

  • Error on select when using value converted from varchar to integer (with isnumeric in where)

    Hi,
    Why is it, that when I convert a varchar into integer and filter it to numeric only that I get the Error 'Conversion failed when converting the nvarchar value '...' to data type int.'
    Here is a short SQL witch shows the Error:
    create table tTest(ID int, sText nvarchar(15))
    insert into tTest
    select 1, null
    insert into tTest
    select 2, 'q'
    go
    select distinct ID, sText, convert(int,sText) AS ID2 from tTest where isnumeric(sText) = 1
    go
    SELECT DISTINCT TOP 100 PERCENT
    ID
    FROM
    (select distinct ID, sText, cast(sText as int) AS ID2 from tTest where isnumeric(sText) = 1) v1
    WHERE
    id2 = 1
    go
    drop table tTest
    As a workaround I replaced the case with 'cast(case when isnumeric(sText) = 1 then sText else null end as int)', but this rater unexpected.
    It works fine in a short query, but if I create a view with the SQL from V1 then the error is unexpected, since I only know that if I view the source of the view

    >'cast(case when isnumeric(sText) = 1 then sText else null
    ISNUMERIC is not 100% accurate.
    BOL: "ISNUMERIC returns 1 for some characters that are not numbers, such as plus (+), minus (-), and valid currency symbols such as the dollar sign ($). For a complete list of currency symbols, see money and smallmoney (Transact-SQL)."
    LINK: http://technet.microsoft.com/en-us/library/ms186272.aspx
    ISNUMERIC examples:
    http://sqlusa.com/bestpractices/isnumeric/
    Kalman Toth Database & OLAP Architect
    Free T-SQL Scripts
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Cannot access iPad or other tablets presets when creating Alternate Layouts

    I'm all for repurposing but here's what bugs me. Suppose I create a cover for some magazine. Next, I'd like to create an Alternate Layout to see how the design would look on a tablet device. Fair? Suppose the Cover size is standard letter size. When I launch the Create Alternate Layout command, the size menu only lists "print-based" formats like Tabloid or Legal or A4 and so on. Why, on earth, wouldn't the "Digital Publishing"-oriented size not be listed there? Like Surfacei or Pad or Android or Kindle or Xoom? I mean, what's the point of this command? I have no choice but to choose "Custom" and enter 1024 pixels by 768 pixels, for instance. Yet, when I'm done typing, InDesign CC immediately converts to some equivalent "inches", like 14 some odd inches by whatever? It is unable to retain my custom units? Why?
    I'm curious to know what rule is applied to convert between these units systems at this point? Is it standard 72dpi? I can't figure this out.
    Another thing that bugs me in Creating Alternate Layout is the business of Bleeds. Suppose again, in my Cover design, that I use the standard 0.25" bleed margins, how can I get rid of them in the Alternate Layouts I create? Suppose again for a tablet design? I have not found a way to tell InDesign about resetting the bleeds on that Alternate Layouts. The net effect is that, the generated alternate layout looks silly on screen, with its stupid red guides that extends all around the page.
    So that's my question. Thank's.

    "The assumption is that a document will either be used for Print or for Digital Publishing or for Web".
    So, it is an either or proposition.
    I probably have a fantasy or a grossly preconceived notion of what Alternate Layouts are all about.
    But blame it on Terry White and the other "evangelists", in AdobeTV and Tutorial videos who position this feature with the very purpose of doing a Print to Web to Digital Publishing workflow. It a user *has* to chose, at the onset, the intent of a given document then, this feature, in my eyes, has limited value.
    I confess I'm not knowledgeable in all of Adobe's new products, in particular those designed specifically to "port" content from one type of media to another, like from Print to Digital. It's entirely possible that Adobe already has a solution for this "problem", that many, in the print business face, day in day out. I gather that if InDesign was actually delivering on this functionality, maybe it would actually be cannibalizing Adobe's other products, that are specifically designed with this functionality in mind?
    So, I won't say that this feature is broken but as far as allowing a true "purpose-independent" kind of workflow, we'll say that Alternate Layouts will allow "portability" within one kind of media or another, not accross various media types.
    Thank's Steve, for your patient and kind help.

  • Error with Links if using x3 primary keys

    Hi Folks:
    Here is the error code I'm receiving:
    ORA-01422: exact fetch returns more than requested number of rows
    Unable to fetch row.
    Background: I am using Application Express 3.2
    All of the pages I have created that rely on x2 primary keys (first_name, last_name) work fine.
    I have a table that has x3 primary keys: Table is called "time_off_awards". The x3 primary keys are: last_name, first_name, approval_date.
    I created a report that works properly and lists the awards for each person (each person can receive more than one award-on different dates).
    I also created an edit link that works properly IF *(only if)* each individual has only one award. If the individual has more than one award then I get the error above. When I set up the link I used all three keys. The x3 PK's should uniquely identify each row, but if the same last name/first name appear more than once (that is if the person has more than one award) I get the error. I thought at first maybe it was just not reading the 3rd key/part of the link (approval_date), but it shows properly if you move your cursor over the edit link.
    Here is a link to a screen pic of how I have my link set in Apex:
    [http://www.wczone.com/link_settings.gif]
    Here is a link to a pic of the report with some info:
    [http://www.wczone.com/report_link.gif]
    If needed, here is my table info:
    CREATE TABLE PERSONNEL.TIME_OFF_AWARDS (
    LAST_NAME VARCHAR2(40) NOT NULL,
    FIRST_NAME VARCHAR2(25) NOT NULL,
    APPROVAL_DATE DATE NOT NULL,
    HOURS_OFF NUMBER(3),
    CITATION VARCHAR2(1500),
    /* Keys */
    PRIMARY KEY (LAST_NAME, FIRST_NAME, APPROVAL_DATE),
    /* Foreign keys */
    CONSTRAINT TOA_PERSONNEL
    FOREIGN KEY (LAST_NAME, FIRST_NAME)
    REFERENCES PERSONNEL.MARC_PERSONNEL(LAST_NAME, FIRST_NAME)
    TABLESPACE PERSONNEL;
    Thanks for any help, I've tried looking at a couple of Apex books, but they didn't help much.
    Matt
    Edited by: user10495310 on Mar 4, 2009 8:21 AM

    Thank you everyone for the help and information you gave to me.
    Your ideas and advice helped me to think through the issues involved.
    The way i actually found to work around this issue was a little different.
    What I did was the following (which may only be usable with empty tables. If its possible to create a new column with a sequence and trigger on a table that already contains data it should work also):
    1. I removed the current PK's that were currently set.
    2. I added a single, unique PK (that used a sequence and trigger to automatically increment) to the table as was suggested in this thread and other APEX forum threads.
    3. I changed the link on the report so that it used the new PK, and also changed the PK used on the forms (under Processes - both the page rendering and page processing processes).
    The Difference:
    4. Next I changed the table (not by using APEX, but directly) from using the automatically generated ID as the PK, back to using the compound PK (x3 keys). I then added an constraint to make sure that the automatically generated column was unique. So now I have the compound PK that my supervisor wants us to use, and I'm able to use a unique, automatically generated key for APEX to use.
    I found also that if you already have a column that uses a unique/auto-generated key you can still use it with APEX without switching keys around.
    1. I added the new column to the sql in the reports source section so that the new column was searched (and then used 'hidden' so it wouldn't be displayed on the report users would see).
    2. You can still add the unique key under the processes on the form that is being linked too under the Primary key tabs. If its not a PK it won't show up in the pop up which is to the right of "Item Containing Primary Key Column Value" but it can be entered manually (i.e. p23_AUTO_ID) and it will work fine. You would also need to edit your form so that the auto ID that is being passed from the report is part of the form - but hidden if desired).

  • How can I prevent a memory flow error from occuring when using 3D contour plots?

    After displaying a single contour plot a number of times, LabVIEW crashes and reports a memory overflow error.  I only load a single 2D array, never storing previouls ones. I always index the data for contour plot 0, and don't explicitly store multiple 2D arrays in any buffer, such as appending data to a shift register.  There appears to be some sort of memory leak in LV when using this feature.  Is there a programatic way to flush the stored data in a contour plot prior to displaying the next 2D array of data?

    Hello MicTomReiSr,
    Is this in the LabVIEW development environment?  Are you making changes to the code and then running the VI?  Does the plot contain default data? Is the indicator cleared when the program stops?  The Plot Clean Data method may be what you're looking for.
    Remember that the development environment maintains an undo history of the changes you've made, and copies both the block diagram and FP contents each time.  If you have a lot of data displayed on the front panel you end up copying it multiple times.  This isn't a problem unless you're actively editing the VI in question.
    If you do need to edit and run the VI at the same time (perfectly reasonable, although you might want to consider a 64-bit installation or more RAM if you commonly work with resource-intensive data types like 3D plots) try reducing the Undo history length (Tools>>Options), although be aware that you won't be able to back up as many steps.
    Regards,
    Tom L.

Maybe you are looking for

  • Lost mail after upgrading to Mountain Lion

    Hi, new to this forum, but I upgraded to Mountain Lion from the previous version and seem to have lost the last six months mail (Mar 2012 to the date I upgraded in Nov 2012).  I have found all the old mail folders, notes, etc, and imported them based

  • AppleTV compatible with Buffalo Linkstation Live?

    If you look it up, The LinkStation Live supports SMB and has a built in iTunes7 server. http://www.buffalotech.com/products/network-storage/linkstation/linkstation-live / Do you think I could plug this directly into the AppleTV via ethernet or would

  • Where can I purchase a new micro sim tray for my IPhone4

    My IPhone went flying off my car and the sim and micro sim tray flew out of the phone. Where am I able to purchase a new Micro Sim tray?

  • Problems with narration recording

    I am creating a Keynote presentation with narration. When I create the recording, everything looks just like it's supposed to. The problem is during playback. When I play the recorded presentation, the builds and transitions speed up a lot faster tha

  • Supporting detail disappeared and the could not edit

    We have a planning app (v 11.1.2.2) and one user told me he entered some data into supporting detail for one cell. After he save it and the cell data became 0. And he could not edit that cell anymore. Tried to editing supporting edit for that cell br