Mixing 1 digits etype and 4 digits etype

Oracle Spatial 8.1.7: 1 digits ETYPE vs 4 digits ETYPE
Problem Statement:
In oracle spatial 8.1.7 pdf Part Number A85337-01 I see in page 2-9
Note: For polygon ring elements in a single geometry, you can use
either 1-digit or 4-digit SDO_ETYPE values for all elements;
however, you cannot mix 1-digit and 4-digit SDO_ETYPE values.
Question: we are currently mixing ETYPE 1004 and 4, 1005 and 5 etc....
Does the "cannot mix" apply ONLY to polygon rings and not other types?
Can anyone clarify, because we will be mixing inserting data through SDO_API and do not want any problems later on.
thanks

Does the "cannot mix" apply ONLY to polygon rings and not other types? Only polygons use the 4 digit etypes.
If you use the 4 digit etype, you must use the 4 digit gtype (includes dimensionality).
If you use the 4 digit etype, your geometry must have correct rotation and ring ordering.
All elements in a geometry must be consistent.
Some functions in 9i and 10i require migrated data.
In 9iR2, there is a single geometry interface so data can be migrated before it is inserted into the database using sdo_migrate.to_current.
In 10i, there is a new java api that is completely supported and will create geometries in the current format.

Similar Messages

  • Is there a way of passing a mixed cluster of numbers and booleans to teststand

    Hi,
    I have a labview VI that contains an output cluster containing both numeric and boolean results and would like to pass this to Teststand. At the moment I have coverted all my boolean results to  '1/0'  so that I can create a numeric array and can quite easily pass this to Teststand (using multiple numeric limit test). 
    Is there a way to pass mixed results to Teststand and write in the limits (example PASS and GT 5V) or do I have to stick with what I have?
    Chris

    Which test step type to use depends on what you have to analyze - a boolean condition? String? Number(s)? I can't tell you because I don't know what's in your cluster. If you click on the plus sign next to the parameter name "output cluster" you will see all paramters and their types, which are passed from the VI to TestStand.
    You can either create a variable for the whole cluster, or you can assign all or just some values from within the cluster to variables.
    The name of the variable (Locals.xxxxxxx... or FileGlobals.xxxxx...) ist what you type in the value field. You can also choose the variable from the expression browser by clicking on the f(x) button.
    Are you new to TestStand, do you know how to work with variables in TS?
    Maybe the attached picture gives you an example, there I am assigning the values from VI output "VoltageOutputArray" to the TS variable locals.VoltageMeasurement.
    This variable ist used again on the tab "Data Source" as the Data Source Expression.
    Regards,
    gedi
    Attachments:
    stepsettings.jpg ‏89 KB

  • When I mix JSTL 1.0 and 1.1 taglib declarations, it causes a ParseException

    When I mix JSTL 1.0 and JSTL 1.1 taglib declarations, it causes a ParseException on some of my servers, but not all of them.
    Here is the block of code that's giving me trouble:
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
    <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
    <c:set var="TEXTVARIABLE">|STRINGOFTEXT|</c:set>
    <c:set var="OTHERTEXTVARIABLE">${fn:contains(TEXTVARIABLE, '|STRINGOFTEXT|')}</c:set>And here is the exception :
    *javax.servlet.jsp.JspException: com.caucho.jsp.JspLineParseException: /WEB-INF/jsp/online/system/modules/com.MYCOMPANY.marketing/templates/common/MY_JSP_PAGE.jsp:1: tag = 'out' / attribute = 'value': An error occurred while parsing custom action attribute "value" with value "${fn:contains(TEXTVARIABLE, '|STRINGOFTEXT|')}": org.apache.taglibs.standard.lang.jstl.parser.ParseException: EL functions are not supported.*
    However, everything works fine if I change the URI for the core declaration to *http://java.sun.com/jsp/jstl/core*
    So here's the really weird part: for some reason, mixing 1.0 and 1.1 taglib declarations only causes an exception on two of my servers, my staging server and my production server. It causes no problems at all on my local machine or my development server. Why is this? What could possibly be causing this difference in behavior?
    The three servers are extremely similar in setup and configuration. The JSP page is being served up by OpenCMS 7, and I'm using the Caucho's Resin webserver. I understand that you don't know how my servers or CMS are set up, but really, what I'm looking for is ideas. Any ideas at all would help, this problem has been driving me absolutely batty. Even if you don't know what could be causing the problem, if you have any suggestions at all for how I could approach the problem, that would be extremely helpful. I just don't understand what could cause this difference in behavior between my servers.
    For reference, here's the first part of the stack trace (there's a character limit in this forum, so unfortunately I can't post the whole thing) :
    *javax.servlet.jsp.JspException: com.caucho.jsp.JspLineParseException: /WEB-INF/jsp/online/system/modules/com.MYCOMPANY.marketing/templates/common/MY_JSP_PAGE.jsp:1: tag = 'out' / attribute = 'value': An error occurred while parsing custom action attribute "value" with value "${fn:contains(TEXTVARIABLE, '|STRINGOFTEXT|')}": org.apache.taglibs.standard.lang.jstl.parser.ParseException: EL functions are not supported. at*
    *org.opencms.jsp.CmsJspTagInclude.includeActionWithCache(CmsJspTagInclude.java:369) at*
    *org.opencms.jsp.CmsJspTagInclude.includeTagAction(CmsJspTagInclude.java:241) at*
    *org.opencms.jsp.CmsJspTagInclude.doEndTag(CmsJspTagInclude.java:472) at*
    *_jsp._WEB_22dINF._jsp._online._system._modules._com__MYCOMPANY__marketing._templates._MAIN_0PAGE__jsp._jspService(_MAIN_0PAGE__jsp.java:153) at*
    *com.caucho.jsp.JavaPage.service(JavaPage.java:60) at*
    *com.caucho.jsp.Page.pageservice(Page.java:579) at*
    *com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.java:179) at*
    *shared.filter.RemoteAddrFilterBase.doFilter(RemoteAddrFilterBase.java:57) at*
    *com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70) at*
    *com.caucho.server.webapp.DispatchFilterChain.doFilter(DispatchFilterChain.java:115) at*
    *com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:175) at*
    *com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229) at*
    *com.caucho.server.webapp.RequestDispatcherImpl.include(RequestDispatcherImpl.java:485) at*
    *com.caucho.server.webapp.RequestDispatcherImpl.include(RequestDispatcherImpl.java:350) at*
    *org.opencms.flex.CmsFlexRequestDispatcher.includeExternal(CmsFlexRequestDispatcher.java:194) at*
    *org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:169) at*
    *org.opencms.loader.CmsJspLoader.service(CmsJspLoader.java:1193) at*
    *org.opencms.flex.CmsFlexRequestDispatcher.includeInternalWithCache(CmsFlexRequestDispatcher.java:423) at*
    *org.opencms.flex.CmsFlexRequestDispatcher.include(CmsFlexRequestDispatcher.java:173) at*
    *org.opencms.loader.CmsJspLoader.dispatchJsp(CmsJspLoader.java:1227) at*
    *org.opencms.loader.CmsJspLoader.load(CmsJspLoader.java:1171) at*
    *org.opencms.loader.A_CmsXmlDocumentLoader.load(A_CmsXmlDocumentLoader.java:232) at*
    *org.opencms.loader.CmsXmlContentLoader.load(CmsXmlContentLoader.java:52) at*
    *org.opencms.loader.CmsResourceManager.loadResource(CmsResourceManager.java:964) at*
    *org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1498) at*
    *org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152) at*
    *javax.servlet.http.HttpServlet.service(HttpServlet.java:115) at*
    *javax.servlet.http.HttpServlet.service(HttpServlet.java:92) at*
    *com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:106) at*
    *com.caucho.filters.CmsGzipFilter.doFilter(CmsGzipFilter.java:177) at*
    *com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70) at*
    *shared.filter.RemoteAddrFilterBase.doFilter(RemoteAddrFilterBase.java:57) at*
    *com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70) at*
    *com.caucho.server.webapp.DispatchFilterChain.doFilter(DispatchFilterChain.java:115) at*
    *com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229) at*
    *com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:277) at*
    *com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:106) at*
    *com.caucho.server.dispatch.ForwardFilterChain.doFilter(ForwardFilterChain.java:80) at*
    *com.caucho.server.cache.CacheFilterChain.doFilter(CacheFilterChain.java:207) at*
    *com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:173) at*
    *com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229) at*
    *com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:274) at*
    *com.caucho.server.port.TcpConnection.run(TcpConnection.java:514) at*
    *com.caucho.util.ThreadPool.runTasks(ThreadPool.java:520) at*
    *com.caucho.util.ThreadPool.run(ThreadPool.java:442) at*
    *java.lang.Thread.run(Thread.java:595)*
    Thanks for your help!

    My simple and stupid solution: Don't mix the two :-)
    You are not meant to be able to use the JSTL1.1 functions with JSTL1.0.
    What version of JSTL have you got installed on your servers?
    I presume it is one of JSTL1.1 or JSTL1.2?
    What jar files are present? Are they all the same version on the different servers?
    What version of Resin are you using?
    Are there any entries in the web.xml file for JSTL (correct answer is: no. There shouldn't have to be)
    Do you have any JSTL tld files sitting around your web app (again the correct answer is: no)
    Deep in the source code of the JSTL 1.1 parser, is this snippet:
    String allowed = System.getProperty("javax.servlet.jsp.functions.allowed");
        if (allowed == null || !allowed.equalsIgnoreCase("true"))
          {if (true) throw new ParseException("EL functions are not supported.");}I'm not sure what would set this property, but it might give you a lead...
    My recommendation: Use JSTL1.1 rather than JSTL1.0, and don't try to mix the two.

  • My external hard drives seem to be mixed up in lr4 and I don't know how to fix them

    My external hard drives seem to be mixed up in lr4 and I don't know how to fix them! Help!

    The file opened and cropped in photoshop was a camera raw file?
    In File>Save for Web pick Jpeg from the drop-down

  • Can all Acrobat Readers open files with mixed orientation pages (portrait and landscape)?

    Can all Acrobat Readers open files with mixed orientation pages (portrait and landscape)? If not, which versions can? Thanks!

    Hi Sami,
    You can open files with mixed page orientations in all Adobe Readers There is no such constraint on opening files with different page orientations in Adobe Readers.
    In case if you have any other query please let us know. We will be happy to assist you.
    Regards,
    Aadesh

  • Mix of WS1.0 and WS 2.0

    Hi
    Can we use a mix of WS1.0 and WS2.0 for a particular object?
    We have "Views" defined for each object. But the childObjects like Relationships, Notes, Products and Attachements are not defined. Can we make use of both these features of WS2.0 and WS1.0?
    If So, How?
    If not why?
    How do I do CRUD for Child Objects like Relationshiops, Notes, Products, Attachements, Roles Etc?
    Please Help me with your answers
    Thanks,
    Vijay

    Hi Venkat
    Appreciate your qucik help. It was indeed a very sound answer but only half of that was answered.
    I want to construct a QueryPage using a mix of features of WS 1.0 and WS 2.0. For example, ViewMode Features of WS2.0 and intact Parent-Child Relationship of WS1.0?
    How can mix these two for a QueryPage method?
    Please help us iwth an example
    Thanks,
    Vijay

  • How can I split my Dj mix into separate tracks and export the tracks

    How can I split my Dj mix into separate tracks and export the tracks. I'm trying to burn my Dj mix to cd and I don't want it to be one long track.

    Henryfrommo wrote:
    How can I split my Dj mix into separate tracks and export the tracks.
    http://www.bulletsandbones.com/GB/GBFAQ.html#exportsections
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • PLS-00497: cannot mix between single row and multi-row (BULK) in INTO list

    Hi,
    I have a requirement to send a table data through mail,
    so am using execute statement after opening the connection and am using the following PLSQL code, which am failing to execute successfully.
    My code goes like this.
        0            10            20           30           40            50
    1  CREATE OR REPLACE PROCEDURE SEND_TABLE_DATA( FROMAD IN VARCHAR2,
    2   TOAD IN VARCHAR2,
    3   SUBJECT IN VARCHAR2,
    4   MESSAGE IN VARCHAR2,
    5   DOCID IN VARCHAR2,
    6   DOCDT IN DATE,
    7   PRODOAID IN NUMBER )
    8   AS
    9   BATCHNO  VARCHAR2(32767);
    10  PCSBOX  NUMBER;
    11  AMOUNT  NUMBER;
    12  SMTPHOST VARCHAR2(255) := 'XXX.XXX.X.XXX' ;
    13  A UTL_SMTP.CONNECTION ;
    14  BEGIN
    15  A :=UTL_SMTP.OPEN_CONNECTION(SMTPHOST,25);
    16  UTL_SMTP.HELO(A,SMTPHOST);
    17  UTL_SMTP.MAIL(A,FROMAD);
    18  UTL_SMTP.RCPT(A,TOAD);
    19  UTL_SMTP.OPEN_DATA(A);
    20  UTL_SMTP.WRITE_DATA(A, CHR(13) ||CHR(13) || CHR(13) );
    21  UTL_SMTP.WRITE_DATA (A,'Date: '|| TO_CHAR(SYSDATE,'DD/MM/YYYY HH24:MI:SS') || CHR(13) );
    22  UTL_SMTP.WRITE_DATA(A,'From: '||FROMAD|| CHR(13) );
    23  UTL_SMTP.WRITE_DATA(A, 'To: '||TOAD|| CHR(13) );
    24  UTL_SMTP.WRITE_DATA(A, 'Subject: '|| SUBJECT || CHR(13) );
    25  UTL_SMTP.WRITE_DATA(A,MESSAGE||DOCID||' Documented on '||DOCDT||CHR(13) );
    26  UTL_SMTP.WRITE_DATA(A,CHR(13) || CHR(13) || CHR(13) );
    27  UTL_SMTP.WRITE_DATA(A,'This is for your information'||CHR(13) );
    28  UTL_SMTP.WRITE_DATA (A,' BATCHNO '|| ' -- '||' PCSBOX '||' -- '||' AMOUNT '||CHR(13) );
    29  EXECUTE IMMEDIATE
    30         'SELECT
    31       A.BATCHNO,B.PCSBOX,B.AMOUNT
    32        FROM
    33      SCHEMA1.TABLEX A,SCHEMA2.TABLEY B
    34        WHERE
    35       A.BATCHID=B.BATCHNO AND B.PRODOAID='|| PRODOAID
    36     BULK COLLECT INTO BATCHNO,PCSBOX,AMOUNT;
    37  FOR indx IN 1..BATCHNO.COUNT
    38   LOOP
    39    UTL_SMTP.WRITE_DATA (A,BATCHNO(indx)|| ' -- '||PCSBOX(indx)||' -- '||AMOUNT(indx)||CHR(13) );
    40   END LOOP;
    41  UTL_SMTP.WRITE_DATA( A,CHR(13) || CHR(13) || CHR(13) );
    42  UTL_SMTP.CLOSE_DATA(A);
    43  UTL_SMTP.QUIT(A);
    44  EXCEPTION
    45  WHEN OTHERS THEN
    46  UTL_SMTP.QUIT(A);
    47  RAISE;
    48  END;
    49  /
    SELECT * FROM USER_ERRORS
    NAME                       TYPE             SEQUENCE    LINE         POSITION        TEXT                                                                                                             ATTRIBUTE                 MESSAGE_NUMBER
    SEND_TABLE_DATA
    PROCEDURE
    3
    37
    1
    PL/SQL: Statement ignored
    ERROR
    0
    SEND_TABLE_DATA
    PROCEDURE
    2
    37
    24
    PLS-00487: Invalid reference to variable 'BATCHNO'
    ERROR
    487
    SEND_TABLE_DATA
    PROCEDURE
    1
    36
    25
    PLS-00497: cannot mix between single row and multi-row (BULK) in INTO list
    ERROR
    497
    Thanks In Advance
    Regards
    Pradeep.

    > 29  EXECUTE IMMEDIATE
    > 30         'SELECT
    > 31       A.BATCHNO,B.PCSBOX,B.AMOUNT
    > 32        FROM
    > 33      SCHEMA1.TABLEX A,SCHEMA2.TABLEY B
    > 34        WHERE
    > 35       A.BATCHID=B.BATCHNO AND B.PRODOAID='|| PRODOAID
    > 36     BULK COLLECT INTO BATCHNO,PCSBOX,AMOUNT;
    The variables BATCHNO, PCSBOX and AMOUNT are defined as scalar variables. Check there definition
    > 9   BATCHNO  VARCHAR2(32767);
    > 10  PCSBOX  NUMBER;
    > 11  AMOUNT  NUMBER;
    You cannot use BULK COLLECT on scalar variables. The variables must be defined as a COLLECTION TYPE in order to perform bulk collect.

  • Mixing two mp3 files and generating new mp3 file in java

    HI,
    I have problem, I have 2 mp3 files I have some defined times for both file. On particular time i want to mix both mp3 file sound and generate new mp3 file by mixing audio from both files.
    As i am new to mp3 in java , Please guide me from where should i start or any other good suggestion.
    Thanks & Regards
    Akhnukh

    Thanks a lot for ur reply....
    But my actual task is to mix two mp3 files and generate a new file where in i should be able to list the two mp3 files playing simultaniously......
    So can u please help me in writing the j2me code for mixing of two mp3 files.....
    Thank u very much
    Navya

  • My phone and computer are mixing up my mom and sisters contacts. whenever i text my sister it sends it to her and my mom or vice versa. whenever i get a tex from my sister it says that i have gotten a text from my mom on the notifications. How do i fix it

    My phone and computer are mixing up my mom and sisters contacts. Whenever i text my sister it sends it to her and my mom or vice versa. Whenever i get a text from my sister it says that i have gotten a text from my mom on the notifications. How do i fix it?

    The SIM card included with an iPhone 4S that is activated with Verizon is not used to access Verizon's network. The SIM card is used when roaming internationally - to be used with a GSM carrier in another country at Verizon's international roaming rates - with a GSM carrier in a country that Verizon has a roaming agreement with.
    An iPhone activated with Verizon can be activated with another Verizon account and line/number at a Verizon store, or this can be done over the air. When I was a Verizon subscriber many moons ago, any CDMA phone I had activated with Verizon would be done over the air without having to visit a Verizon store.
    Regarding your MBP, you can perform an erase and install with the OS X install package that shipped with the Mac when new. This way it will be like opening the Mac for the first time for her. She will get the setup assistant to set up the computer with her name, address, and email address, etc. along with capturing a photo of her if she wants. After she goes through the brief setup assitant, you can run Software Update to get OS X and all includes apps up to date. She can then authorize the MBP with her iTunes account with iTunes. The iPhone can the be restored with iTunes as a new iPhone.

  • Play stereo mix using digital output?

    %With this option in console launcher checked and unchecked, what is the difference for you?
    I havent found anything in the documentation, except this plays whatever is coming into your line in jack?
    Thanks for shedding light

    This enables simultaneous audio out on both the analog and the digital outputs. Found it here:
    http://support.creative.com/kb/ShowA...spx?sid=107538

  • Mixed formats-editing-transcoding and mastering

    Hello,
    My client has a project with that has mixed format and we need to figure out what workflow will be best to edit and master.
    The final video will be 1-2 hours.
    It will be shown primarily on the web and, at a later stage, in dvd.
    There are 2 main sources:
    a) screen captured video with animation codec at 1024X768, square pixel (most footage)
    b) video footage shot at apparently 24p "advanced" and already digitized at 24 via Cinema Tools and converted to 29.98- non square pixel (some footage)
    The client wants the final output to be either 960x720p or 800x600 h.264
    Audio was recorded separately for both a) and b) so everything needs to be synced.
    Project is in a FCP Studio 2 system with a G5.
    Questions:
    What should the sequence settings be? There isn't a 960x720 setting.
    Should we uprez the DV 24p and to what?
    Does the b) footage need to be converted from animation to AIC (lower data rate)? Would this be effective or introduce unwanted artifacts?
    What to do with the square and non square pixel footage? Take them to AE?
    Thank you for your feedback,
    Mabel

    well it's a 16:9 format.  Is your 640x480 material 4:3 or 16:9 widescreen, which means it's anamorphic with the display of the 640x480 image stretched horizontally?  If this material 4:3, you have to decide whether you want your sequence to be 16:9, in which case you either have black bars on the left and right of your 4:3 material or you could scale up your 4:3 material to fill the frame and lose the top and bottom part of the frame OR you can make your sequence 4:3 and "letterbox" the 16:9 material (black bars at top and bottom) or scale up the 16:9 material to fill the frame and lose the material on the left and right.  Remember scaling up will cause you to lose quality.  If you decide on a 4:3 standard def sequence, you should be able crop your 16:9 "HD" material to fill the frame and this sounds to me like the best solution.
    I would use compressor to convert all your footage to a single fcp friendly format before editing.
    Before you go any further,  what is your end use?  This should help decide the best way to proceed.

  • Can I mix Pages page layout and word processing together in one document?

    Hello there ! I am quite new to Pages and I am desperate to learn as i want to get rid of everything being Microsoft
    As you all know when you open Pages you can choose between page layout and word processing !
    the thing is i thought that after using a page layout you could just go with word processing easily... well no, you can't, but i'm sure i'm missing something...
    For exemple i really like the catalogue brochure and it would be perfect for me to start a project... but after a few pages, i can just add blank pages and if i want to type text, i have to add text boxes... i don't want that, I want word processing... and another thing in this brochure i can't add table of content because it is not by default in the template...
    So my question is quite basic here, can we link Page layout and word processing without having to use text boxes and everything ?
    Thanks in advance !
    Have a good day

    Alexander,
    Welcome to Apple discussions.
    The simple answer is no. What differentiates page layout from word processing mode is that the PL mode has no text layer. So everything that goes on the page must be an object of some kind. And any pages you add to a PL document must also be PL. You can't mix the two modes. One way around it is to start with a blank page, insert a text box, then stretch the box so that it covers the entire page. You can the type in it as if it were a text layer in a WP file. You can even capture that page so that you can add it automatically when you need it, or save it as a template.
    As for building a Table of Contents, it appears that Pages only sees text styles that are on the text layer, which means it won't see styles that are in objects -- which means it won't work with a PL document. From being a long-time reader of this discussion group, I've noticed it's rare that someone wants to add a ToC to a PL document.
    If you find that you're going to be mixing text and graphics, start with a word processing template. If you really like the Catalog Brochure, you could always copy some or all of its elements over to a blank WP template.
    Hope this helps.
    -Dennis

  • Mixed results on iPad and iPhone 6 Plus with background image. How to fix this?

    Flash Professional CC
    I'm having an issue with adding images on iPhone 6 plus and iPad. I'm getting mixed results with two items: 1) a background image and 2) a button that should appear at the bottom left-hand corner on any device. In one case the background image appears enlarged and only shows about 30% of itself. In the other case, the bottom left-hand button appears about 50 pixels to the left when x=0. I also get different results when I set the following:
    stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;
    This does not produce the expected results. I would like to have consistent results across iPad and iPhone 6 plus, which seams to be an issue. The immediate fix for this is to leave the images on the stage instead of using addChild. I could then just stretch the background image so that it spans the whole screen. But I want to add the items dynamically for greater flexibility.
    Here are two cases:
    Case #1:
    This an iPhone 6 plus and you should notice 2 things. 1) There is black and white on both sides. The blue background SHOULD APPEAR ACROSS THE WHOLE SCREEN. 2) The red button in the corner SHOULD APPEAR IN THE LEFT MOST CORNER OF THE
    SCREEN.
    Case #2:
    This an iPhone 6 plus and I have set the scale X, Y to the stage.stageWidth/Height:
    mc_stageBackground_Main.scaleX = stage.stageWidth;
    mc_stageBackground_Main.scaleY = stage.stageHeight;
    This results in a close up of the background image.
    Here is the code that I'm using:
    import com.greensock.TweenLite;
    import com.greensock.easing.*;
    import flash.display.StageAlign;
    import flash.display.StageScaleMode;
    //When this is active the background image spans across the device (iPhone 6 plus) correctly. The main logo image does not line up correctly.
    /*stage.scaleMode = StageScaleMode.NO_SCALE;
    stage.align = StageAlign.TOP_LEFT;*/
    var main_logo:MC_LOGO_MAIN = new MC_LOGO_MAIN();
    var mainBackground_2208: MC_MAIN_BACKGROUND_2208 = new MC_MAIN_BACKGROUND_2208();
    var mainBackground_1024: MC_BACKGROUND_1024 = new MC_BACKGROUND_1024();
    var mainCorner: MC_MAINCORNER = new MC_MAINCORNER();
    var chapters: MC_CHAPTERS = new MC_CHAPTERS();
    var _stageWidth = 1024;
    if (stage.stageWidth > _stageWidth)
        //Add bigger background if the stage is bigger than 1024
        mainBackground_2208.x = stage.stageWidth/2;
        mainBackground_2208.y = stage.stageHeight/2;
        addChild(mainBackground_2208);
        //Using this code results in a very close up view of the stage on iPhone 6 plus  
        /*mc_stageBackground_Main.scaleX = stage.stageWidth;
        mc_stageBackground_Main.scaleY = stage.stageHeight;*/
        //Adds corner to the main screen.
        mainCorner.y = stage.stageHeight;
        mainCorner.x = (stage.stageWidth - stage.stageWidth);
        addChild(mainCorner);
        TweenLite.from(mainCorner, 1,{ height: 0, width: 0, delay:1, ease:Elastic.easeOut});
        //add logo to sit at 50 pixels from the top of the stage
        /*main_logo.x = stage.stageWidth/2;
        main_logo.y = (stage.stageHeight -stage.stageHeight + main_logo.height *.6);
        addChild(main_logo);
        TweenLite.from(main_logo, 1,{ y: -main_logo.height, ease:Elastic.easeOut});*/
    else
        trace ("The stage is 1024 or smaller");
        //Add 1024 background if stage is 1024 or smaller
        mainBackground_1024.x = stage.stageWidth/2;
        mainBackground_1024.y = stage.stageHeight/2;
        addChild(mainBackground_1024);
        //Adds corner to the main screen.
        mainCorner.y = stage.stageHeight;
        mainCorner.x = (stage.stageWidth - stage.stageWidth);
        addChild (mainCorner);
        TweenLite.from(mainCorner, 1,{ height: 0, width: 0, delay:1, ease:Elastic.easeOut});
        //adds chapters
        chapters.x = (stage.stageWidth - stage.stageWidth)+75;
        chapters.y = stage.stageHeight - 120;
        addChild(chapters);
        TweenLite.from(chapters, 1,{ height: 0, delay:.5, ease:Elastic.easeOut});  
        //adds the Main logo to sit at 50 pixels from the top of the stage
        main_logo.x = stage.stageWidth/2;
        main_logo.y = (stage.stageHeight -stage.stageHeight + main_logo.height *.6);
        addChild(main_logo);
        TweenLite.from(main_logo, 1,{ y: -main_logo.height, ease:Elastic.easeOut});

    On all of the devices go to settings - facetime - iphone cellular calls - oFF, this part of Apple continuity.

  • How to change the size of a mixed signal graph programmaticaly and properly ?

    Hello to all
    I'm posting because I can't find a way to do the following thing :
    I want to resize a MixedSignal Graph programmatically using property node which are in read/write mode.
    For XY graph it works nicely using PlotAreaSize (? not sure of translation) (Zone de tracé : taille : hauteur;Zone de tracé : taille : largeur in french).
    For subpanel it works nicely using ContainerBounds (? not sure of translation) (Limites du conteneur : hauteur Limites du conteneur : largeur in french)
    For Mixed signal graph I use PlotAreaSize. It changes perfectly the width according to the change in size but not the height. Apparently the height of the plotArea is changing but not the height of the teminal....
    You have to pan in order to see the whole graph... 
    That is not what i'm expecting, does anybody know a way to change effectively the height of a mixed signal graph ?
    (Please avoid the answer like : "choose an other thing for plotting" thanks )
    Thanks for any help !

    Hello,
    And thank you for posting here.
    Indeed PlotAreaSize does not work as hope.
    You could take a look on this link :
     resize mixed graph
    It is one of way to do what you want.
    Regards Samuel G.
    Samuel G. | Application Engineer Team Leader
    Certified LabVIEW Developer
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Été de LabVIEW 2014
    12 présentations en ligne, du 30 juin au 18 juillet

Maybe you are looking for

  • While exporting the Report to Excel Records are showing two times

    Hello Gurus When im trying to export a report from NW Portal to Excel,  data is showing double times, even variable selections screen, records are  showing two tmes. What would be the problem, does we need any SP. Thanks in advance. Regd Lajwanth

  • XML SAX dtd Validation Problem

    Hi,           I’m having problems getting an xml document to validate within Weblogic 8.1. I am trying to parse a document that references both a dtd and xsd. Both the schema and dtd reference need to be substituted so they use local paths. I specify

  • Desk jet F4280

    The printer is workin but try to scan I get a massage      Sorry, scanner could not be initialized. (Scanner not found.) what is the solution

  • In material master MRP3 screen "checking group" field is missing,

    Dear All,    I am facing above problem.    can anybody help me to recall this field. Kishor

  • Enterprise multiserver option missing during install

    Hello, I've been asked to install Coldfusion 10 Enterprise on a server. We have a Coldfusion 10 Enterprise upgrade key. I'm having a hard time to find a place at adobe.com to downlaod the install file. Finally I downloaded the trial, hoping it would