RegionRenderer encodeAll The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance.

Hi,
I am using JDEV 11.1.2.1.0
I am getting the following error :-
<RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components. Fragments with more than one root component may not display correctly in a region and may have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root component.
Piece of code is for region is:-
   <f:facet name="second">
                                            <af:panelStretchLayout id="pa1"
                                                                   binding="#{backingBeanScope.Assign.pa1}">
                                                <f:facet name="center">
                                                    <af:region value="#{bindings.tfdAssignGraph1.regionModel}" id="r1"
                                                               binding="#{backingBeanScope.Assign.r1}"/>
                                                </f:facet>
                                            </af:panelStretchLayout>
                                        </f:facet>
How do I resolve it ?
Thanks,

Hi,
I see at least 3 errors
1. <RegionRenderer> <encodeAll> The region component with id: pt1:r1 has detected a page fragment with multiple root components.
the page fragment should only have a single component under the jsp:root tag. If you see more than one, wrap them in e.g. an af:panelGroupLayout or af:group component
2. SAPFunction.jspx/.xml" has an invalid character ".".
check the document (you can open it in JDeveloper if the customization was a seeded one. Seems that editing this file smething has gone bad
3. The expression "#{bindings..regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "pePanel") evaluated to null.
"pageeditorpanel" does seem to be missing in the PageDef file of the page holding the region
Frank

Similar Messages

  • More than one business component (views) in the same JSP page

    Hi, I am trying to have more than one business component (views) in the same JSP page as Input Form.
    For example:
    There are two BC4J:
    Person:
    Code.
    Name.
    Address:
         Person_code
         Street.
         City.
    There is a master detail relationship between them and there is a link between both views in the application module.
    I want to create a JSP page with an Input form for both views. When the user decides to create a Person, I need to insert in both tables.
    Insert code and name into Person table.
    Insert Person_code, Street and City into Address table.
    It is possible to do in Forms but I am not sure if I can be able to do this in JDeveloper 10G.
    Thanks

    Sorry I lost the tabs
    Person has two attributes Code and Name.
    Address has three attributes Person_coden Street, City.

  • How do I turn off the feature that allows the duplication of App downloads to more than one phone? As in my wife downloads an app and I get a dulpicate download on my phone.

    How do I turn off the feature that allows the duplication of App downloads to more than one phone? As in my wife downloads an app and I get a dulpicate download on my phone.

    To disable that feature it will depend on whether or not you sync everything in the cloud using Apple's iCloud, OR if you both use the same desktop/laptop computer with iTunes. Here is a link to the Apple support page in regards to the automatic download feature included with your iPhone and corresponding softwares such as iTunes.
    http://support.apple.com/kb/ht4539
    Follow those instructions and it will all be taken care of.

  • The same Java service in more than one Flex component

    Hello, I'm using Java to do the services for one application, and I want to use the same service in more than one component. I know how can I use in one component but I don't know if I have to declarate again in the other or how can I do. Here a part of the code to show clearly.
    var info:IServiceInfo;
                    //Ask service ref
                    info = Environment.getInstance().
                        serviceLocator.getterService("com.ent.prueba.Conexion");//the package and the class name
                    info.addEventListener(ServiceInfoEvent.READY, onInfoResult);
                    info.addEventListener(ServiceInfoEvent.ERROR, onInfoFault);
                    info.lookup();
                //The service exist
                private function onInfoResult(event:Event):void{
                    info.removeEventListener(ServiceInfoEvent.READY, onInfoResult);
                    info.removeEventListener(ServiceInfoEvent.ERROR, onInfoFault);
                    var ser:Service = info.getService();
                    ser.addEventListener(ResultEvent.RESULT, onCtxInfo);
                    ser.addEventListener(FaultEvent.FAULT, onInfoFault);
                    ser.getStore(1);
                //The service doesn't exist
                private function onInfoFault(event:Event):void{
                    info.removeEventListener(ServiceInfoEvent.READY, onInfoResult);
                    info.removeEventListener(ServiceInfoEvent.ERROR, onInfoFault);
                    Environment.getInstance().showInfoUser("Error with the service");
                private function onCtxInfo(event:ResultEvent):void{
                    lbl.text = event.result as String;
                private function onCtxInfoError(event:FaultEvent):void{
                    lbl.text = "Fallo : " + event.message;
    This code works, but I want to use ser.xxxx in other component.
    private function treeLoaded():void
               ser.getFolder(id);                                       
            private function treeLoadedResult(event:ResultEvent):void
                xmlTree = XML(ser.getFolder.lastResult.toString());
               var lista:XMLList= xmlTree.Cuenta;
               for(var i:Number=0;i<lista.length(); i++)
                       var tmpTree:XMLList = xmlTree.Cuenta[i].node;
                      newTree.dataProvider = tmpTree;
                     newTree.labelField = "@label";
                       treePanel.addChild(newTree);
    I hope that someone knows how can I do that. how can I can to 'ser' in the second component.
    Thanks!
    PD: all the methods that i want to use in ser.xxxx are in the same class 'Conexion'

    Nobody can guide me

  • Managing more than one logical component in SMSY Current System Assignments

    Hi,
    I have a problem with managing logical components in TA SMSY in my Solution Manager System, in the section "System Groups and logical Components". I want to maintain more than one logical System e. g. from Type Application Server ABAP --> SAP NETWEAVER APPLICATION SERV.
    That means e. g. i want to maintain 2 or more Demo Systems from different Servers or Instances of the same Product Version in the same logical Component .
    What I want to know is, is there a way to display these logical components in tne  "Current System Assignments" - View in that form
    Logical Component is e.g. : SAP NETWEAVER APPLICATION SERV
    product/main instance is   : SAP NETWEAVER [Application Server ABAP]
    Product Version | Development System | Demo System | Training System | Production System | ...
    |--|||--
    |
    SAP NW 7.0        |                                         | ZB1: 100           |                               |                                     |
    |--|||--
    |
    SAP NW 7.0        |                                         | ZB2: 800           |                               |                                     | ...
    Thanks beforehand for your help.
    Greets C. Peifer
    Edited by: Carsten Peifer on Dec 15, 2008 4:03 PM

    Thanks for your quick answer,
    but i have to say, that this is not exactly what i've been lookin for.
    What I need in my System Landscape is to have each demosystem as a logical Component from the same type (e.g. SAP NETWEAVER APPLICATION SERVER ABAP).
    So that in Change Management in a Maintenance Optimizer Transaction i can choose between each demo system in my System Landscape (from the type SAP Netweaver Application Server ABAP) that i will maintain in Maintenance Optimizer, e.g. download a new SP Stack.
    My Intention is to create new logical components from type  SAP NETWEAVER APPLICATION SERVER ABAP in my Namespace e.g. ZSAPNW01, ZSAPNW02, ... and to maintain the types of systems (Demo, Development, Training etc ...) for each logical component.
    Is this the only Possibility?
    Or do i can also display my logical components the way i descriped beyond?
    >
    Product Version | Development System | Demo System | Training System | Production System | ...
    |--|||--
    |
    SAP NW 7.0 | | ZB1: 100 | | |
    |--|||--
    |
    SAP NW 7.0 | | ZB2: 800 | | | ...  

  • How do i get my ipod touch to download more than one app at a time, can i make it toware i dont have to wait for one app to download before it starts downloading another,

    my ipod will only download one app at a time and runs extremely slow. i was wondering if there is some way that i can make it download more than one app at a time and how can i make the app start downloading again after i have left my wi-fi zone and then went back in. im really confused.

    Download everything on your computer in iTunes, then sync your iPod to iTunes.
    You should be syncing (backing up) to iTunes and your photo app regurally, anyway.

  • I click the firefox icon more than one times during several seconds(in order to start firefox),and then my tabs and tab groups will lost!

    i use firefox30 on windows.
    and i have more than 50 tabs.
    sometimes firefox starts very slowly,so i click it many times and then when firefox shown,my tabs and tab group all gone!

    HI hirenloong,
    I am sorry to hear that Firefox is slow on starting up. It sounds like you "Restore tabs from last time" and that there are 50 or more? [https://support.mozilla.org/en-US/kb/firefox-takes-long-time-start-up]
    Please make sure that after the update that the antivirus is allowing Firefox to make the connections to those old tabs. [http://kb.mozillazine.org/Firewalls]
    Please post back with your troubleshooting results.

  • Do generics have a negative impact on performance

    Is there any performance hit if we use generics. I am getting more confused because JDK 1.6 is not supporting generics, and I am getting a feeling that they are removed because there are some problems with generics

    oh then that means that I have to remove the al the
    generic part from my code if I want to use 1.6 . Is
    there ne solution to this???Oh come on!
    First of all three people told you specifically that this was nonsense. Why are you such a panic monger that you would believe one person and not believe three others? Really if you are so sure you are right then don't bother to ask questions and waste our time.
    Further because apparently it is less then clear to you paulcw is JOKING. Do you really think that Sun removed support for the letter Q from Java?
    Use your brain please. Just a little bit.

  • Fragments with more than one root component may not display correctly ...

    Using JDev 11.1.1.3; have a page fragment that contains a layout component for the content, but also an af:popup definition as child to the root tag of the fragment. I get the above design-time warning; wondering whether this is customarily ignored when the secondary components are popups, or whether there is a better way of defining the popup which needs to package with a fragment ?
    Thanks,

    I get it in the structure pane along with the other Warnings (eg: Reference selectedRow not found).
    <jsp:root ...>
    <c:set ...>
    <af:panelStretchLayout ...>
    <af:popup ...>
    </jsp:root>
    ... would put 1 warning in the Structure pane alerting developer to the fact that the popup isn't expected.
    Thanks for the assistance.

  • I have an issue with my mac book pro, where whenever i run certain programs that uses flash player or run more than one app for a period of time it shuts down and gives me an error report

    is there a way i can submit my crash report here so someone could look at it and let me know what's causing the issue

    Mon Jan  7 10:46:09 2013
    panic(cpu 1 caller 0xffffff8016cb7b95): Kernel trap at 0xffffff8016c43c71, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffbf802ba06d38, CR3: 0x00000000396ac000, CR4: 0x0000000000000660
    RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000009000000, RDX: 0xffffff8019f70260
    RSP: 0xffffff80fe9b38c0, RBP: 0xffffff80fe9b38f0, RSI: 0xffffff80fe9b3998, RDI: 0xffffff8019f70250
    R8:  0x0000000000001000, R9:  0x0000000000000000, R10: 0xffffff802b8b2894, R11: 0xffffff7f983e2c32
    R12: 0xffffbf802ba06d30, R13: 0xffffff8019f70250, R14: 0xffffff80fe9b3998, R15: 0x000000000000d000
    RFL: 0x0000000000010286, RIP: 0xffffff8016c43c71, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffbf802ba06d38, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80fe9b3560 : 0xffffff8016c1d5f6
    0xffffff80fe9b35d0 : 0xffffff8016cb7b95
    0xffffff80fe9b37a0 : 0xffffff8016cce4ad
    0xffffff80fe9b37c0 : 0xffffff8016c43c71
    0xffffff80fe9b38f0 : 0xffffff8016c435a2
    0xffffff80fe9b39d0 : 0xffffff8016c245bd
    0xffffff80fe9b3a00 : 0xffffff8017022a92
    0xffffff80fe9b3a20 : 0xffffff801704a488
    0xffffff80fe9b3a90 : 0xffffff801704a91d
    0xffffff80fe9b3ad0 : 0xffffff7f983bf32b
    0xffffff80fe9b3b50 : 0xffffff7f983e2d00
    0xffffff80fe9b3ba0 : 0xffffff8017065313
    0xffffff80fe9b3bc0 : 0xffffff8017065eed
    0xffffff80fe9b3c20 : 0xffffff80170638ef
    0xffffff80fe9b3d70 : 0xffffff8016c981a1
    0xffffff80fe9b3e80 : 0xffffff8016c20abd
    0xffffff80fe9b3eb0 : 0xffffff8016c10448
    0xffffff80fe9b3f00 : 0xffffff8016c195fb
    0xffffff80fe9b3f70 : 0xffffff8016ca5ad6
    0xffffff80fe9b3fb0 : 0xffffff8016cced13
          Kernel Extensions in backtrace:
             com.apple.GeForce(8.0)[91C40470-82BA-329A-A9D7-4C70F28275FD]@0xffffff7f9839f000 ->0xffffff7f98461fff
                dependency: com.apple.NVDAResman(8.0.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f973 47000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[E37F420A-B5CD-38ED-9441-5247583B6ACE]@0xff ffff7f97333000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f972ac000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[5D671681-D21B-3CCA-9810-B15E648C1B27]@0 xffffff7f972f0000
    BSD process name corresponding to current thread: WebProcess
    Mac OS version:
    12A269
    Kernel version:
    Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    Kernel UUID: 8D5F8EF3-9D12-384B-8070-EF2A49C45D24
    Kernel slide:     0x0000000016a00000
    Kernel text base: 0xffffff8016c00000
    System model name: MacBookPro5,5 (Mac-F2268AC8)
    System uptime in nanoseconds: 313602632952
    last loaded kext at 175849006273: com.apple.filesystems.smbfs          1.8 (addr 0xffffff7f97216000, size 229376)
    last unloaded kext at 176246764692: com.apple.driver.AppleFileSystemDriver          3.0.1 (addr 0xffffff7f98d75000, size 8192)
    loaded kexts:
    com.apple.filesystems.smbfs          1.8
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AGPM          100.12.69
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f8
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.0f2
    com.apple.driver.AppleMikeyDriver          2.3.0f2
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleBacklight          170.2.3
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.AppleLPC          1.6.0
    com.apple.GeForce          8.0.0
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleUSBTCButtons          235.4
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBCardReader          3.1.0
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.0
    com.apple.driver.AirPort.Brcm4331          600.15.20
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleUSBHub          5.1.6
    com.apple.driver.AppleFWOHCI          4.9.5
    com.apple.driver.AppleAHCIPort          2.4.0
    com.apple.nvenet          2.0.19
    com.apple.driver.AppleUSBEHCI          5.1.5
    com.apple.driver.AppleUSBOHCI          5.1.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.DspFuncLib          2.3.0f2
    com.apple.iokit.IOAudioFamily          1.8.9fc9
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleHDAController          2.3.0f2
    com.apple.iokit.IOHDAFamily          2.3.0f2
    com.apple.iokit.IOSurface          86.0.2
    com.apple.iokit.IOBluetoothFamily          4.0.9f8
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.AppleGraphicsControl          3.2.6
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.AppleSMC          3.1.3d11
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBMergeNub          5.1.5
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.2.0
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.driver.NVSMU          2.2.9
    com.apple.iokit.IOUSBFamily          5.1.6
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0

  • Can a standard Adobe ID Suite be installed on more than one computer? If not; how can an educator buy a second seat on another computer with the same educators account?

    Adobe requires an ID account to install software on a single computer. However I have a portable Mac as well as a desktop system. Can I install another copy with the monthly paid installation on the second computer or do I need to buy another seat with the same account?
    J-GM

    Hey tferm78!
    I have a couple of options for you to consider. First, you may simply want to authorize all of your computers for your iTunes account and turn on Automatic Downloads, so that when you download something on one computer, it will automatically download to other computers:
    iTunes Store: Authorize or deauthorize your Mac or PC
    http://support.apple.com/kb/ht1420
    iTunes Store: How to enable Automatic Downloads
    http://support.apple.com/kb/ht4539
    You could also look into iTunes Match, a service that would seamlessly link all of your iTunes libraries:
    Apple - iTunes - Match
    http://www.apple.com/itunes/itunes-match/
    Lastly, here is an article that will help you move your library from one computer to another, if you so desire:
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • More than one custom Component for a Component Set

    Hi All,
    I developed a GenIL object from the scratch and created a component that it has it as reference. Now, I am intending to add this new component into an existing (standard) Component Set (CRM_CMG).
    This component set already has a custom component and it is working fine but, after adding the second component, when trying to enter into the BSP_WD_CMPWB for the corresponding component, I am getting the following error: "BOL component set CRM_CMG does not exist; check runtime repository".
    The place were I created the component and added it into the Component Set is: SPRO->Customer Relationship Management->CRM Cross-Application Components->Generic Interaction Layer/Object Layer->Basic Settings.
    Does anyone know why this is happening and/or how to solve it?
    Regards and Thanks in advance.
    Alejandro.

    Hi,
    If you need to perform the checks while using a maintenance view, you can do this with modification events. e.g. just implement a form that triggers your custom checks in a "before save" event... (SE55->Environment->Event)
    Kr,
    Manu.

  • Fl.* components not displaying correctly, getting error 2007 and 1009. help me please

    Hi guys,
    I am trying to make my application use Flash components, but I have a problem with displaying them correctly. I've used Flash CS5 to export them into .SWC. In Flex it seems that their graphics doesn't load, and below is a screenshot how it looks with a Button and UILoader. I couldn't find any solution, as I've searched other forums.
    And also I've selected all flash components to be included in the .SWC library, but almost half of them is missing when I include the file in Flex. Is maybe some catalog corrupted or is it an issue with Flash CS5? I hope somebody can help please!
    I when I try to use the .SWC in in Flash I get this:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at fl.containers::ScrollPane/drawBackground()
    at fl.containers::ScrollPane/draw()
    at fl.core::UIComponent/callLaterDispatcher()
    TypeError: Error #2007: Parameter child must be non-null.
    at flash.display::DisplayObjectContainer/addChildAt()
    at fl.controls::BaseButton/drawBackground()
    at fl.controls::BaseButton/draw()
    at fl.core::UIComponent/drawNow()
    at fl.controls::ScrollBar/draw()
    at fl.core::UIComponent/callLaterDispatcher()

    Hi guys,
    I am trying to make my application use Flash components, but I have a problem with displaying them correctly. I've used Flash CS5 to export them into .SWC. In Flex it seems that their graphics doesn't load, and below is a screenshot how it looks with a Button and UILoader. I couldn't find any solution, as I've searched other forums.
    And also I've selected all flash components to be included in the .SWC library, but almost half of them is missing when I include the file in Flex. Is maybe some catalog corrupted or is it an issue with Flash CS5? I hope somebody can help please!
    I when I try to use the .SWC in in Flash I get this:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at fl.containers::ScrollPane/drawBackground()
    at fl.containers::ScrollPane/draw()
    at fl.core::UIComponent/callLaterDispatcher()
    TypeError: Error #2007: Parameter child must be non-null.
    at flash.display::DisplayObjectContainer/addChildAt()
    at fl.controls::BaseButton/drawBackground()
    at fl.controls::BaseButton/draw()
    at fl.core::UIComponent/drawNow()
    at fl.controls::ScrollBar/draw()
    at fl.core::UIComponent/callLaterDispatcher()

  • JTree with more than one root node

    how?

    Still problem left...
    if setRootVisible(false) is called then it suppresses the display of root but it suppresses the handle icons too.
    Does anyone knows how to display proper tree just without root ?

  • Can I install Adobe Creative Cloud in more than one computer with the individual plan?

    I don´t have clear about the diference between individual plan an teams. My questions are:
    Can I install Adobe Creative Cloud in more than one computer with the individual plan?
    The team plan means that I have to pay for US$70 for each computer that i want to install the creative cloud even if I am the only user?

    Hi heymarusia,
    Yes, you can install and activate Creative Cloud desktop applications on two computers, regardless of operating system, for the individual associated with the Creative Cloud membership. See the product license agreements page for more information.
    Regards,

Maybe you are looking for

  • Pages 4.3 will not open Pages 5.0.1

    Documents from my wife's new MacBook Pro with Mavericks and Pages 5.0.1 will not open on my recently purchased iMac with Mountain Lion and Pages 4.3.  I really don't want to upgrade my iMac to Mavericks and the newer Pages until some ot the Mavericks

  • My iphone has a different apple id than my computer - how can I connect the two?

    I have an apple id on my computer, and I have iCloud - but my iPhone has a different apple id - is there anyway that I can change my iphone apple id so it is the same as my computer?  I can't do the iTunes match because it says I am not subscribed, b

  • Default billing type for delivery type

    Dear friends, I am doing STO scenario. After creation of purchase order and delivery I am creating proforma Invoice with reference to delivery document. By default it is taking F2 billing document type, but I want my own created proforma invoice ZF2

  • Settin a variable using Get-Mailuser. Need to exclude accounts with a warning.

    Working on a project where we needed to automated the mail-enabling of mailusers.  I also need to create a csv file after the fact that kicks out those new mail enabled objects with their LegacyExchangeDN value. So I setup this query to get all the v

  • Organization Hierarchy related setup for Item Organization Assignment prog

    Hi, Could someone please help us with this..we have a Master org M1 , a child org C1 already existing and has items already assigned to it. Now we have created a new org :C2 with the Master org still as M1. Now we want to assign all the items current