Z ORDER OF OBJECTS

Hi,
I am creating a portfolio where all of my images are being
loaded from an xml doc. The thumbail loader is being loaded into
level0, my problem is that all of the images are being loaded over
my UI assets that are already on stage. Flash is not respecting the
Z order of my layers and my conflict is created because both my
main timeline and my dynamic movieclip holders are both on level0.
How can I move the thumbnails below my UI assets. You can see my
problem if you go to
http://www.techntoon.com/portfolio7.swf
and click on any thumbnail you will see the large image appears
over my nav bar.
Thanks.

check the displayobjectcontainer class for its addChildAt and
swapChildAt etc methods.

Similar Messages

  • Order of Object Creation

    I need to know what order various objects are created and processed. An example will be most helpful.
    class A {
    A() { myFunc();    }
    public void myFunc() {}
    class B extends A {
    class innerB {       public void funcInnerB() { ... do some work ...       } }
    public void myFunc() {       someVar.funcInnerB();   }
    innerB someVar = new innerB();
    When class B is instantiated the following happens [assuming I coded my example properly :) ]
    1. The default B constructor is called.
    2. It calls the A constructor.
    3. The method myFunc in class B is called from A constructor.
    4. a NULL Pointer error occurs because someVar has appearantly not yet been assigned to the new innerB object.
    This is my problem, why is someVar not being created immediately? I don't know if this problem is universal, but in my particular application, it is happening this way. (I can't post the actual code, because it is way, way too long.)
    I tried using an initialization block in class B to assign someVar, but the same problem occurs.
    Here's my current workaround:
    in class B:
    public void myFunc() {  if (someVar == null) { someVar = new innerB() }
    someVar.funcInnerB(); }
    But I am hoping there is a better solution and I am worried about when I may run into this situation. So, I am hoping there is a definitive guide to the order everything is created.
    Thanks in advance.

    It's not a good idea to call non-final methods from a non-final class because of exactly what you found. The NullPointerException happens because of the order of processing that you described - by the time you get to B.myFunc(), the B members have not been initialized. First, the superclass is fully initialized. All members are set to their initial values, then the constructor is executed. After the superclass constructor finishes, then the subclass members are initialized, and any further subclass constructor processing occurs.

  • Sales order cost objective vs OKB9  Internal order cost object.

    Hi All,
    we facing an  issue with sales order cost objective vs OKB9 cost object.
    For IC PO service material, we assigned account assignment category 4.Reasonis Service material was not showing on G\R account.
    The G\L account 7898788, we assigned to Service Item (material type DIEN)  , for G\Cost 7898788 cost element is assigned in OKB9. Combination business + order 3478787.
    Now conflict with sales order cost objective vs OKB9  internal order cost object.
    While posting intercompany IR posting system thronging below error messageu2026
    Enter only one true account assignment
    Message no. KI249
    Diagnosis
    You made assignments to several objects in CO (cost center, order, project etc.). 2 of these have been created as true objects.
    System Response
    You are allowed only one account assignment for each cost-relevant account
    How to resolve this issue.. Do I make any config changes in the system to overcome this issue?
    Or any sub account to assin in VKOA config for internal orderu2026
    Regards,
    Adi

    Hi Waman,
    Thanks for your inputs.
    Issue :  IR failed to post for wax  Sales Order -> ICPO  - Error:  Enter only one true account assignmentu2019.
    Background:
    Original setup  in  Test system   & Productionu2013 account determination for servive (DIEN) account assignment category u20184u2019 was linked to G/L Account  34444444, As part of project orange u2019, account determination was linked to account u201889710100u2019.
    Account u20188970100u2019   34444444 was replaced with 8970100 ,is not linked to any cost center & always post with reference to IC Sales Order as per config in OKB9 based on company code (US99) + cost element (89701100) + business area (9yyy). This caused a conflict while posting IR, system could not determine exact order for posting financial value.
    Conflict:  Actual Sales Order 34789343 is  linked to PO via account assignment category & IC dummy sales order (8014331) is determine via config setting. Two cost objects cannot be linked to one IR G/L account booking.
    Regards,
    Adi

  • Ascending Order of Objects at universe Level

    Hi Techies.
    I am working on BO 3.1 Designer SP5.
    I have one Period (Month Year) object at universe level and I have arranged the order of object as Descending by editing the properties of the object.
    and when I use this object in the Query Filter section and making it as a Mandatory prompt, the values are loading in a different way rather than descending order.
    Please help me on this......
    thanks in Advance...

    Hi
    If you want to sort the LOV’s, use the  LOV’s based on custom SQL option.
    Please find the below sample code.
    Sample Code
    SELECT DISTINCT FIELD
    FROM
    TABLE
    ORDER BY 1
    And find the below link for more info.
    http://scn.sap.com/community/semantic-layer/blog/2014/06/11/how-to-sort-the-list-of-values-in-the-prompts-screen

  • Purchase Order Text Object missing in Transcation VOTXN

    Hi Experts
    I want Purchase Order Text Object in Transction VOTXN, for that Referring SAP Note 75144 - EKKO EKPO entries should be in table TFRM, if these two entries are missing, using the solution contained in Note 524453 to generate the missing entries in the table TFRM, run program RV80INCTFRM. I run that program too but still am not able to see purchase order text in Tcode VOTXN.
    Please help me on this....

    The note  Note 524453 - Purchasing text determination is not transported mentions that you need to run program RV80HGEN after RV80INCTFRM. Did you run this program? What is your SAP version? Did you also check other notes provided in 524453?
    Regards,

  • PM: how to track the operations in prev.maint order against object list

    Dear PM Guru's.
    i have one issue in my preventive maintenance scenario. i clubed the same type of machines in one maintenance order under object list tab. and i mention the list operations in maintenance order. suppose in one preventive maintenance order 10 operations are maintained and 5objects are mentioned in that order. Now i like to mention all these 10 operations activities against to 5 objects. how i can assign sequentially? i required like 10operations one by one row wise and 5objects side by side column wise. i would like to update the each operation activity against each machine column? how i have to do this one?
    Please suggest me and help me.
    regards
    Jalendhar Merugu

    Using Object functionality, we can maintain many equipments in the order.
    But the constraint is that one operation can be assigned to only one equipment. In your case, you have 5 objects. If all 10 operations will be performed on 5 objects, then you have to maintain 50 operations & you should assign the objects.
    In other words, if one operation will be performed on 5 objects, then you should define that one operation 5 times & you have to assign to technical objects. You can't share one operation to many equipments.

  • Loading transaction data from flat file to SNP order series objects

    Hi,
    I am an BW developer and i need to provide data to my SNP team.
    Can you please let me know more about <b>loading transaction data (sales order, purchase order, etc.,) from external systems into order based SNP objects/structure</b>. there is a 3rd party tool called webconnect that gets data from external systems and can give data in flat file or in database tables what ever required format we want.
    I know we can use BAPI's, but dont know how. can you please send any <b>sample ABAP program code that calls BAPI to read flat file and write to SNP order series objects</b>.
    Please let me know ASAP, how to get data from flat file into SNP order based objects, with options and I will be very grateful.
    thanks in advance
    Rahul

    Hi,
    Please go through the following links:
    https://forums.sdn.sap.com/click.jspa?searchID=6094493&messageID=4180456
    https://forums.sdn.sap.com/click.jspa?searchID=6094493&messageID=4040057
    https://forums.sdn.sap.com/click.jspa?searchID=6094493&messageID=3832922
    https://forums.sdn.sap.com/click.jspa?searchID=6094493&messageID=4067999
    Hope this helps...
    Regards,
    Habeeb
    Assign points if helpful..:)

  • On Work Order using Object lists for equip u can manually create Notifi

    On a maintenance Work Order using Object lists for equipment you can manually create a notification for each line item.
    We want to automate this process to do this when we save the document.
    Any ideau2019s on how to do this?
    Does a user exit exist for this?

    Hi:
    Check with Tcode: IBIP - Plant maintenace batch input utility tool.
    Hope, it may help!
    Thanks,
    Murali.

  • Defining the order of objects when using Distribute?

    VERSION: Illustrator CC Mac
    So, I've always assumed that the order of the layers determined the order and position that shapes are moved in the Distribute function.
    I'm having a wierd problem today and the order seems to be defined by something I can't figure out. I'm trying to vertically distribute a set of the same shape and instead of counting the shapes in order from left to right or vise versa the distribute function seems to be randomly picking the order of the shape, not basing it on location or layer order.
    Here are a couple of examples:
    In both examples I have used a Vertical Distribute Center and both groups of shapes are ordered from left to right in the layers palette with the left most layer being the first layer and the right most shape being the last.
    What is causing the shapes to be distributed in this order? How do I specify what the order is if it isn't based on layer or position order?

    So, I've always assumed that the order of the layers determined the order and position that shapes are moved....
    Wrong assumption. Only true sometimes.
    ...instead of counting the shapes in order from left to right...
    Wrong assumption again.
    So first, let's deal with the above assumptions:
    When distributing objects, you are not usually talking about stacking order at all. You are talking about modifying initial reading order based on the initial relative X or Y positions.
    Although you want stacking order to be a factor in some cases, you wouldn't want it in every case. Nor would you want it to be the default criteria. To understand this, consider the matter of reading order in text objects:
    You open a PDF. As is often the case, it has a plethora of individual text objects. Those objects have a particular reading order which is really nothing but a perception of the viewer based on their relative positions. There is no guarantee whatsoever that the object stacking order corresponds to the reading order (creation order). For all the viewer knows, the body text may in fact have been created before the decorative headlines. The subheads, bullets, and callouts may also have been created in any unknown order.
    In fact, I have just such a real-world frequently-reccuring situation: DXFs exported from engineering drawings frequently contain columns/rows of text in which the reading order does not correspond to the object stacking order. If the DXF is opened in Illustrator and then those text objects are threaded, or if their text is copied and pasted to concatenate them into a single text object, their reading order becomes scrambled, because threading and concatenating text is indeed dependent upon object stacking order (as are Blends, Mesh patches, and Pattern Brush tiles). By the same token, if those "lines" of text are distributed for uniform spacing and if the result were determined by the object stacking order, the text reading order would be similarly ruined.
    So for this and similar situations I wrote a set of Javascripts which I use to rearrnage the stacking order of objects according to their relative positions on the page (i.e.; their reading order) first, before concatenating the text. But you wouldn't want to have to do this in every situation in which you want to distribute every and all kind(s) of objects.
    The concept of "reading order" is not limited to text. Consider a fan of playing cards in a poker player's hand. Or chess pieces on a board. Or a row of houses on a map. Fence slats. Deck boards. Bricks or stones. Holiday icons on a calendar grid. You might want to make the XY spacing of such objects uniform, but that doesn't mean you want the stacking order changed, and inversely it doesn't mean you want the XY positions to be determined by stacking order.
    So unless and until there is an "Ordered By:" control with which the user specifies "Stacking Order" or "Reading Order" (which there isn't), the feature just uses initial position values (reading order) as the first sorting criteria, and this is the most "normal" behavior.
    ...drawing a set of overlapping squares in decreasing size order, smallest on top. Drag the top square out of alignment.
    I start with a group of shapes, all repeatedly copied from the first one on the far left...Then I move up the last one up...
    On the left is before with two circles on top of each other...
    In all the above instances, note that the situation starts with multiple objects already aligned in the direction of desired distribution, and moving only one of them before performing the distribution. So think of the math:
    You have a set of horizontal position values: [0,0,0,3]. You want to "equally space" those values. How do you do that if, as explained above, stacking order is not a determinant? How do you "order" three zeros based on their numeric values? The instructions are ambiguous. In such situations, you have to use some other secondary criteria, even if it is arbitrary; even if it is random. Example:
    Understand, I'm just replying to your initial post here. I'm not saying there is no bug in the Distribute interface. There may be, and if so, the bug(s) may be version-specific. I'm not addressing what Steve is trying to explain in Post 18: But note that when you do what he describes, the Distrubute Spacing value field automatically changes to zero, even if it is initially set to Auto and you are only clicking the Horizontal Distribute Space button.  (At least in CS3; I don't have later versions in front of me right now because I'm not in the studio and I don't have CC at all because I'm not going to rent Adobe's software),
    JET

  • Please check the order's object list (inconsistency SOBJ)

    Hi Friends;
    I am facing a strange issue where I have copied a custom task from SAP standard decision task 00008267 caz I needed to perform some custom requirement on it.
    I have done evry thing but then I have observed that Agent assignment is not coming at testing client which is on same server.
    I also can not modify any thing at testing client.
    So I performed SCC1 from testing client and check but still same issue.
    Then I thought of re assigning agent at development client but while making it general task it pop up the message "Please check the order's object list (inconsistency SOBJ)".
    And after again performing the SCC1 still the issue exist.
    Can any one suggest their inputs where the problem could be and how should I fix it.
    Regards
    Devraj

    Hi Dev,
    Can you please share more details? Agent assignment not coming means?
    Have you set the task as General in testing client?
    Thanks,
    Viji.

  • Is there any order for objects in a relationship collection

    I am using two cmp ejbs A and B which are in a many to one relationship.
    This is like : Any Order has 0 to * OrderLines.
    For this my ejb A has a cmr fild of type Collection:
    public abstract Collection getBs();
    public abstract void setBs(Collection x);
    My question is if there is any way to indicate the position in which the related objects are saved in the collection.
    This is very important for me. Because I want to generate a view to the
    user for ejb A that should be allways in the same order.
    This is like:
    The view of the "order" should show the "orderLines" allways in the same positions: first orderline, 2nd orderline , 3rd orderlin,....
    And if the user replace the 2nd "orderLine" with an other orderline, next time the view should still show it in the 2nd position in the "order" page.
    If I use the following code:
    Collection x = getBs();
    x.add(someObject);
    It won't be in any specific position.
    I wanted to do the following:
    Collection x = getBs();
    Vector v = new Vector(x);
    v[anyPosition] = someObject;
    setBs(v);
    But then I read that I should never use the set method for a cmr field of type Collection! Because this will be done exclusively by the container!
    So what to do?????

    Hi sarkarati,
    As J2EE requires the usage of the Collection interface, the only way is to order the OrderLine by hand before display.
    Regards,
    -- markus.

  • Unable to create sales Order/Inquiry object using SAP JCo

    Hi All,
    Pls can you help me.
    I am using BAPI_INQUIRY_CREATEFROMDATA2 and BAPI_Trancation_commit to create Inquiry object.From my Client JCo code there is no error.I debugged the BAPI_Trasaction_commit, there is no error,  return code is 0.  But th system is not creating Inquiry object. When I try the same from SAP GUI client with exactly the same input parameters it works.
    Do I need to set any option/value to commit the Inquiry to the SAP database? How to maintain the same session between the different BAPI's. Is there any issue with Session maintainance? I would appreciate if you can provide me any sample SAP JCo code for creating a Sales Order/Inquiry.
    Thanks
    mars

    Can you put the part of your code that fill the ORDER_PARTNERS table, also you could compare your coding with [Sales order creation using BAPI|http://wiki.sdn.sap.com/wiki/display/Snippets/SalesordercreationusingBAPI] in [Community Code Gallery |http://wiki.sdn.sap.com/wiki/display/Snippets/CommunityCodeGallery] (don't forget that there is a conversion exit on the partner role, so use internal codes "AG" and "WE")
    Regards,
    Raymond

  • Applescript - ID - CS3 or CS4 - create array containing front/back order of objects?

    Hi all,
    I'm looking for ideas of how to do this: create a layer for each object in the document, then move each object onto it's own layer — and preserve front/back arrangment. In other words, 10 objects = 10 layers, without changing stacking order.
    So far I've got it creating unique layers and moving objects onto each. . .but i'm looking for the most efficient way to have it handle the original stacking order.
    I suppose i can start learning how to build an array, then re-order it by index (which i understand indicates front/back), and then create layers following that order? If that's the best way, I'd LOVE some direction on how to code that. Or, if there a more elegant solution?
    Thanks for any help!
    CS3 is ideal but can use CS4 if necessary (or CS5 if there's some killer function in there)

    It's a vertical imposition script. Items from the top half of each page are moved to a different page (using a temp page as a staging area), then pages are reshuffled. Here is the script:
    tell application "Adobe InDesign CS5"
    set myDocument to active document
    save myDocument
    set fp to file path of myDocument
    set DocName to name of myDocument
    if DocName ends with ".indd" then
    set DocName to characters 1 thru -6 of DocName as string
    end if
    set myFileName to fp & DocName & "-imposed.indd" as string
    tell myDocument
    repeat with i from 2 to 7
    set myPage1 to page i
    set myPage2 to page (16 - i)
    set myTempPage to page 15
    set myItems1 to (every item of all page items of myPage1 whose (class is in {rectangle, oval, polygon, graphic line, text frame}) and (parent's class is spread))
    set myItems2 to (every item of all page items of myPage2 whose (class is in {rectangle, oval, polygon, graphic line, text frame}) and (parent's class is spread))
    repeat with myPageItemCounter from (count myItems1) to 1 by -1
    set myitem to item myPageItemCounter of myItems1
    set locked of myitem to false
    set mybounds to geometric bounds of myitem
    if item 3 of mybounds < 52.5 then
    tell myitem to move to myTempPage
    tell myitem to move to {item 2 of mybounds, item 1 of mybounds}
    end if
    end repeat
    repeat with myPageItemCounter from (count myItems2) to 1 by -1
    set myitem to item myPageItemCounter of myItems2
    set locked of myitem to false
    set mybounds to geometric bounds of myitem
    if item 3 of geometric bounds of myitem < 52.5 then
    tell myitem to move to myPage1
    tell myitem to move to {item 2 of mybounds, item 1 of mybounds}
    end if
    end repeat
    set myTempItems to (every item of all page items of myTempPage whose (class is in {rectangle, oval, polygon, graphic line, text frame}) and (parent's class is spread))
    repeat with myPageItemCounter from (count myTempItems) to 1 by -1
    set myitem to item myPageItemCounter of myTempItems
    set mybounds to geometric bounds of myitem
    tell myitem to move to myPage2
    tell myitem to move to {item 2 of mybounds, item 1 of mybounds}
    end repeat
    end repeat
    delete page 15
    move last page to after page 1
    move last page to after page 3
    move last page to after page 5
    move last page to after page 7
    move last page to after page 9
    move last page to after page 11
    save myDocument to myFileName
    end tell
    end tell

  • Purchase order DI object

    Hello,
    I'm looking for the DI object for purchase order,
    on many threads, I found this code :
    oPO = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseOrders)
    But what is type of oPO ?
    thanks in advance

    Hi Pierre,
    oPO is the following vb.net
    Dim oPo As SAPbobsCOM.Documents
    Hope it helps
    Kind Regards
    George

  • Order of Objects

    Hello all,
    We're trying to script objects to do something like "bring to front" and "send to back" to visually order it on top of each others. Is this possible? It seems that there is no direct way of doing it!
    BR,
    Yasser

    Hello...any boday there?! ;-)

  • Execution order of objects into a Portal page

    Hi, to all.
    I have a portal page (Oracle Portal 10.1.4) with many Areas (Items and Portlets). Every area contains one or more components (java portlet, plsql portlet,
    dynamic page, plsql item, html portlet and so on). Let say 5 areas and 10 objects.
    What is the order of executions of the objects ?
    Who is the first object executed?
    Portal executed all the objects in the first area and then started with the second area?
    Which is the first area? these at the top-left corner of the page?
    Thank.

    8.3.1 Managed Portlet Execution per Page
    The PPE(Paralel Page Engine) uses the concept of fetcher threads. These are threads within the PPE servlet which are used to service requests for portlet content. By default there are 25 fetcher threads within the PPE waiting to service requests. If a page has 26 portlets and that page is requested then 25 of the portlets will be requested in parallel and the 26th request will wait for the next available fetcher thread.
    This serialization effect will ultimately slow down the portal performance as more requests are received. This degradation will affect the whole portal site, to combat this at a more granular page level OracleAS Portal introduces a feature called Managed Portlet Execution (MPE).
    This feature provides a throttle effect similar to fetcher threads but on a per-page basis. If a page has 25 portlets 20 will run the other 5 will wait for free slots then they will run, in effect they'll be throttled.
    MPE is set to 20 by default, but this is a configurable parameter allowing administrators to ensure that the performance of the whole site is not degraded by over-zealous page designers putting excessive quantities of portlets on one page.
    Link:[http://www.deakin.edu.au/its/dba/oracle-doco/9.0.4.1/9.0.4_doc_library/core.904/b12223/portal.htm#CIHHFCGE]
    And parallel means like "all at the sime time" isn't it?
    Greetings

Maybe you are looking for

  • Using dbms_job package

    1.I wanted to know if I can run a .sql file from the dbms_job package. 2. I also wanted to know the feature in oracle that I can use to send email to myself once the job is executed- showing successful execution or errors. Thanks for your suggestions

  • Secondary storyline issue in 10.0.6

    Hello. I am having an issue that I don't remember happening in 10.0.5. I want to move a clip in the secondary storyline while skimming through it in the process. Normally this happens at the point where your playhead is. However, since upgrading to 1

  • Alternative Options for Email Merge?

    I need a way to do personalized (merged) e-mails. Usually, I have fewer than 500 recipients, but the e-mails need to include some merged data like the recipient's name and physical address (so just sticking 500 e-mail addresses in the BCC field Mail.

  • Linking Printer to D Link Router

    I have a hp deskjet 30502a I am trying to link up with this wireless ADSL2+Router.  If any one has any Ideas please let me know.  Thanks

  • HT3986 Windows 7 and Apple mouse

    I have a MacBook Pro 15", 2006 vintage w/Snow Leopard. I've installed Windows 7 (32 bit) using boot camp. My Apple mouse is not working with Windows. How do I fix this? Is there a specific driver I need? If so where can I get it and how do I install