Two Datagrids, Multiple Provider Issue

What Im trying to do is when when DataGrid1 has an item
selected it fills out a series of text boxes and another DataGrid.
All the data is in XML, so when I click on one element, to access
the proper element i go data_grid1.selectedItem.state
But for the second DataGrid the data that goes into there is:
<people>
<person email=...>
</people>
and the dataPovider i use is data_grid1.selectedItem.people,
I get
Multiple initializers for property 'dataProvider'. (note:
'dataProvider' is the default property of
'mx.controls.DataGrid')
In
this
example I tried doing what he did and his examples compile with
no problems but I dont know how to do that for myself, what am I
doing wrong?
<?xml version="1.0" encoding="UTF-8"?>
<mx:Application xmlns:flexlib="
http://code.google.com/p/flexlib/"
xmlns="*" xmlns:mx="
http://www.adobe.com/2006/mxml"
height="100%" width="100%" applicationComplete="getXML()">
<mx:Script>
<![CDATA[
import mx.rpc.http.HTTPService;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;
import mx.controls.Alert;
public function getXML():void
var serv:HTTPService = new HTTPService();
serv.contentType="application/xml";
serv.url="contacts.xml";
//serv.useProxy=false;
serv.resultFormat="xml";
serv.addEventListener("result",gotResult);
serv.addEventListener("fault",gotFault);
serv.send();
private function gotFault(event:FaultEvent):void
Alert.show(event.fault.message);
[Bindable]
var myXML:XML;
private function gotResult(event:ResultEvent):void
myXML = new XML(event.result);
//avListing.dataProvider = myXML.contact;
public function searchAndReplace(holder:String):String
var searchfor:String="\t";
var replacement:String="";
var temparray:Array= holder.split(searchfor);
var holder:String = temparray.join(replacement);
searchfor="\r";
temparray= holder.split(searchfor);
holder = temparray.join(replacement);
return (holder);
]]>
</mx:Script>
<mx:Binding source="myXML.contact" destination
="avListing.dataProvider"/>
<mx:Binding source="avListing.selectedItem.people as XML"
destination="grid_contacts.dataProvider"/>
<mx:HBox width="100%" height="100%">
<mx:DataGrid id="avListing" width="25%" height="100%">
<mx:columns>
<mx:DataGridColumn dataField="state"
headerText="State"/>
</mx:columns>
</mx:DataGrid>
<mx:TextArea id="box_State"
text="{avListing.selectedItem.state}" width="100" height="20"/>
<mx:TextArea id="box_Address"
text="{searchAndReplace(avListing.selectedItem.address)}"
width="250" height="100"/>
<mx:DataGrid id="grid_contacts" width="300"
height="100">
<mx:DataGridColumn dataField="person"
headerText="Person"/>
</mx:DataGrid>
</mx:HBox>
</mx:Application>

I had done that before, even though the ids are different I
get that error. The reason I was using the Binding was that I was
following this example:
http://blog.paranoidferret.com/index.php/2007/07/27/flex-friday-feature-datagrid-component /
They have two datagrids in there yet it works. Now is this
happening just because I am using Flex 2.01 SDK instead of using
the builder? I've noticed that there is a difference between the
two when it comes to getting things to work.

Similar Messages

  • Multiple OS issues with Email set up; "People" ; Synching phone not working as advertised

    Nokia Lumia 822
    Purchased yesterday (2/10/13)
    So far I have spent 14 hours attempting to resolve what feel like endless errors and bugs. If I can;t get these resolved in the next 48 hours the phone goes back. I am so disappointed  I waited especially for this phone - heard great stuff. My experience is it sucks. Worst phone ever.
    1) POP3 email accounts are non functional. I have attempted to set up and delete and re-set up now multiple times. Each time presents a fresh new nightmare.
    Issue 1 - Email account  receives email but will not send. Error message goes something like  <" Problem sending message. Message failed to send. Problem with Files or Data on your device." >
    Issue 2 - Tapping email + accounts sends me back to start screen cannot even set up account
    Issue 3 - I  get to add email account I enter my information but no account is created
    Issue 4 - I set up an account and I get an error message stating my information cannot be found.
    Issue 5 - trying to open email from start screen just resets to start screen  over and over and over NEVER opens the account.
    These are deal breaker issues. I have multiple email accounts on different platforms. If I cannot access my various emails AND send from those accounts this is NOT the phone for me.
    2) PEOPLE does not function. ALSO multiple various issues and never the same one twice.
    Issue 1 - I tap on a contact and get sent to the start screen over and over and over  and over again.
    Issue 2 I tap on a contact and the phone freezes and wont respond unless I pull the battery
    Issue 3 I open a contact and make an edit, save the contact but the change is never reflected in the list
    Issue 4 I try and search for a contact and the search freezes - only option is to return to start screen
    3) Scrolling thru any APP randomly takes me back to start screen.
    I dread attempting to synch Outlook calendar and contacts on my PC to hotmail - especially if I can't even set up email. And it seems like even holding it will jettison me out of anything I'm doing and back to start screen.
    If I can't get these issues resolved.  look like I'll be going  back to my 3 year old Blackberry Bold which performed flawlessly. It may not be the most impressive phone out there but it did what I needed it to do with out any issues.

    Interesting Twitter conversation VZWSupport on Twitter.  It was suggested to try a HARD reset - and if that doesn't work take the phone back.
    Since I don;t have anything set up yet  that's my solution.
    I see a BlackBerry Z10 in my future

  • Handle Form Setting in a user form with two DataGrid

    Hi,
    I have a user form with two dataGrid.
    I'd like to handle the 'form settings' button for both DataGrid, but i'm not able to do it (i'm able just for the first matrix)
    This is the code:
    form.Settings.Enabled = True
    form.Settings.MatrixUID = GRID1
    There is the possibilities to swicth from GRID1 to GRID2?
    Regards
    Marco

    Hi Marc,
    you can active the settings only for one of them
    the second point is that you enable the old one.
    first change the UID than enable it.
    frm.Settings.MatrixUID = "mtxList2"
    frm.Settings.Enabled = True
    regards
    David

  • Screen saver won't start since Lion upgrade. Two different machines, same issue.

    Screen saver won't start since Lion upgrade. Two different machines, same issue. Help

    For anyone following this thread, I've found a solution to my problem. Turns out that a cute widget called FishTank appears to be the culprit. With it running in Dashboard (even when I don't see Dashboard) the Screensaver and Sleep functions don't work. I turned it off, not because I'm clever, just because I tired of it, and voilà, Screensaver and Sleep are now working. It can stay in my widgets list without any problem, it just can't be turned on. I'm going to delete it anyway, however.
    Hope this points the way to solutions for some of the rest of you!
    Cheers!
    Keith

  • Bind two DataGrids so that a change in one will be refelected in another

    Is there a simple way to bind two DataGrids so that a change in one will be refelected in another?  I have two DataGrids.  One will be editable and the other will be used to display the information from the editable DataGrid in a confirmation section.  Is there a simple example  out there for doing this?
    Thanks,
    Lee

    I may have figured it out.  It seems to be working with:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute"
    creationComplete="initComponent()"
    xmlns:views="com.views.*"
    width="100%"
    height="100%">
    <mx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    import mx.rpc.events.ResultEvent;
    private var currentIndex:int=0;
    private function initComponent():void
    refreshList(null);
    public function refreshList(event:Event):void
    this.roArtist.getArtists();
    private function getArtists_result(event:ResultEvent):void
    dgArtistList.dataProvider=event.result as ArrayCollection;
    dgArtistList.selectedIndex=currentIndex;
    dgArtistListConfirm.dataProvider=event.result as ArrayCollection;
    dgArtistListConfirm.selectedIndex=currentIndex;
    ]]>
    </mx:Script>
    <mx:RemoteObject id="roArtist"
    showBusyCursor="true"
    destination="ColdFusion"
    source="art.src.cfc.artist">
    <mx:method name="getArtists"
       result="getArtists_result(event)">
    </mx:method>
    </mx:RemoteObject>
    <mx:Label x="10"
      y="10"
      text="Entry"
      fontWeight="bold"/>
    <mx:DataGrid id="dgArtistList"
    x="10"
    y="36"
    editable="true">
    <mx:columns>
    <mx:DataGridColumn dataField="ARTISTID"
       headerText="ArtistID"
       editable="false"/>
    <mx:DataGridColumn dataField="FIRSTNAME"
       headerText="First Name"
       editable="true"/>
    <mx:DataGridColumn dataField="LASTNAME"
       headerText="Last Name"
       editable="true"/>
    </mx:columns>
    </mx:DataGrid>
    <mx:Label x="10"
      y="210"
      text="Confirmation"
      fontWeight="bold"/>
    <mx:DataGrid id="dgArtistListConfirm"
    x="10"
    y="236" dataProvider="{ArrayCollection}">
    <mx:columns>
    <mx:DataGridColumn dataField="ARTISTID"
       headerText="ArtistID"/>
    <mx:DataGridColumn dataField="FIRSTNAME"
       headerText="First Name"/>
    <mx:DataGridColumn dataField="LASTNAME"
       headerText="Last Name"/>
    </mx:columns>
    </mx:DataGrid>
    </mx:Application>
    I need to do some testing.
    Thanks!

  • Why there are two IMG steps provided for Home Page configuration?

    Dear experts,
    I wonder why there are two IMG steps provided for configuring ESS home page.
    1. Cross Application Components --> Employee Self Service --> General Settings
    2. Personnel Management --> Employee Self-Service --> General Settings
    Both tables contents are also similar.
    Why SAP has provided same configuration steps in two areas?

    Your first one is wrong. It is under Cross App. Components but not in an ESS node....I am sure it is a typo on your part. Anyways......
    It's NOT two steps. It's just the same configuration in two places. It makes it easier to locate for instance if you are in ESS to just have it there. BUT the Homepage Framework is used elsewhere (MSS for example) as well as you can use it for whatever else you like (building an easier interface for other things) therefore, it has it's "true" place up as a "cross application component".
    This is very similar to say Benefits. If you look under the Benefits config area in the IMG, you will actually see a lot of ESS settings there that are the exact same ones you see under the ESS node too.
    Don't let it confuse you.

  • Multiple Goods Issue documents for single delivery?

    Hi
    I am getting multiple goods issue documents for single delivery.
    In a order there are 3 line items, and one delivery is created and 3 goods issue documents.
    What is the probable reasons for this.
    The requirement is for one order with n items there should be one delivery document and one goods issue document.
    Inputs requested.

    Since you havent put the issue in details, I have listed my guessses.
    This may be happening due to mainly these three reasons. Please answer them and get back to me.
    1) The three Good issue may be happeneing due to split delivery active for the item. If yes then correction should be in the Material master.
    2) the availability check scheduled is set in that way. If yes please configure the availability and transfer of requirement.
    3) Scheduling of the goods throught that particular shipping point. If yes then please conficgure the shipping tab in Logistic Execution.
    Please let me know if the problem persists and award points if solved.
    Thanks
    Adi

  • My dv5 laptop has an internal "typing" noise/multiple security issues

    I'm not sure if this is a problem, but since I've had all kinds of issues with this particular model (the first Pavilion we were sent by HP had to be returned because the engineers finally deemed it unfixable), I thought I'd ask.  I'm a little nervous about a sound that makes me think of little gremlins inside the unit typing away.  It's not constant, but I'm wondering if that's normal and what the noise is. 
    Another problem is that periodically I'll get a message about the computer having "multiple security issues".  I then do a virus scan, which turns out fine, so I don't know what it means. 

    The Intel chipset issue is not at all related for your Notebook. Its quite unfortunate you are facing this problem as I would say its a coincidence that even your second hard drive went bad so soon.
    Time for you to RMA the new hard drive. 
    //Click on Kudos and Accept as Solution if my reply was helpful and answered your question//
    I am an HP employee!!

  • Multiple CS6 issues

    Hi -
    At work we recently got upgraded to CS 6 and I've encountered multiple functional issues which have slowed our workflow down considerably. 
    1) Drag and dropping from either the color or line swatches on the bottom of the tool bar (at right) no longer works.  Dragging and dropping from the color pallet (fill or line) does not work either. In order to change color of an object we either have to create a NEW object with the new line or fill color and eye dropper it, or select the object- go to the CMYK (or RGB) sliders and enter the numerical version of the colors we want. VERY tedious.
    2) for the reasons listed in #1, the gradient tool has become nearly unusable.  You simply can not drag new colors into the gradient to edit it at all.  The gradient tool has always been somewhat difficult to use- with CS6 it has become useless.
    3) there are numerous glitchy interface issues that have cropped in- just one is the PMS swatch libraries- trying to get the library to list by name does not work periodically and the search swatch by number option randomly disappears and reappears.  Recently the option to search field has disappeared completely and scrolling through the PMS swatch book constantly jumps back to the top (PMS 100 yellow) when trying to select colors.  This effectively makes using the PMS swatches useless.  We've had to do a work around by importing shapes filled with certain PMS colors and eye dropper them as needed. Not a great way to work as you can imagine.
    Has anyone else encountered these issues and are there work arounds?  We've done re-installs and that has not helped so far.  Please note they are not letting us upgrade to CS Cloud version so no help there either. yay.
    Thanks in advance for any help!
    David

    David,
    Did you reinstall using the full three step way?
    Uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Multiple iPhone Issues

    Hello,
    I have been having multiple iPhone issues after updating my phone to iOS 6.1 and restoring it my phone number is grayed out on Facetime and iMessage in Settings and sometimes when I go to the app store the old app store design loads that was in iOS 5  and the search and updates and buttons below get reaaranged
    It looks like that in messages and Facetime
    NOTICE THAT THE EMAILS AND NUMBER ARED EDITED!
    Please help me fix this issue

    have you tried turning off imessage in settings and then turning it back on again to re-activate? have you tried resetting the phone by holding the sleep/wake button and the home button until the phone restarts?

  • Multiple freeze issues on my laptop

    Hello.
    I'm experiencing multiple freeze issues lately. Inspecting all logs available but found nothing.
    1. sometimes gdm freezes while switching users in Gnome 3. I share my laptop with my wife, separate accounts. While switching from one user to another, somethimes gdm (screen with account names) hangs, in situations when both users are logged or one is not. Only thing that helps is to switch to console, log in and restart gdm.
    2. I had issues with suspend, so I turned off suspend based on inactivity. Now sometimes when laptop has some idle time and is inactive, screen turns off. Then it hands, all leds are on, unable to wake (turn on display), nothing works, switching to console, nothing.
    3. Total freeze while logging into Gnome 3 session of my wife. Black screen, all leds on, only hard turn off (long press power button).
    I inspected all logs in /var/log, also .xsession-errors in both home folders of both users. Can't find anything .... I'm desperate. Please post some tips, how to log more. I can't even submit or search for some bugs as I can't determine even what is the cause.
    My laptop is ASUS X50Z.
    lspci:
    00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
    00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge (int gfx)
    00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0)
    00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
    00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
    00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]
    00:12.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
    00:12.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
    00:13.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
    00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller
    00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
    00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller
    00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
    00:14.5 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor HyperTransport Configuration (rev 40)
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor Link Control
    01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]
    02:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    Packages installed -> http://pastebin.com/efUsSdr4
    I will gladly post more info.

    lsmod:
    Module Size Used by
    fuse 66858 2
    ipv6 288122 24
    ext3 191948 1
    jbd 63179 1 ext3
    uvcvideo 64995 0
    videodev 85100 1 uvcvideo
    media 10565 2 uvcvideo,videodev
    v4l2_compat_ioctl32 8644 1 videodev
    cryptd 8309 0
    aes_x86_64 7508 2
    aes_generic 26138 1 aes_x86_64
    ecb 2073 1
    btusb 11385 0
    joydev 9895 0
    bluetooth 150884 1 btusb
    arc4 1410 2
    ath9k 86553 0
    radeon 994864 3
    mac80211 221931 1 ath9k
    ttm 54872 1 radeon
    drm_kms_helper 25721 1 radeon
    serio_raw 4294 0
    i2c_piix4 8224 0
    psmouse 55501 0
    snd_hda_codec_realtek 282216 1
    ath9k_common 1858 1 ath9k
    drm 185736 5 radeon,ttm,drm_kms_helper
    i2c_algo_bit 5199 1 radeon
    i2c_core 20460 6 videodev,radeon,drm_kms_helper,i2c_piix4,drm,i2c_algo_bit
    pcspkr 1819 0
    asus_laptop 14098 0
    sr_mod 14951 0
    ath9k_hw 304895 2 ath9k,ath9k_common
    ath 14770 2 ath9k,ath9k_hw
    cdrom 36553 1 sr_mod
    r8169 45411 0
    evdev 9530 10
    cfg80211 165636 3 ath9k,mac80211,ath
    sparse_keymap 3120 1 asus_laptop
    k10temp 2883 0
    processor 24224 0
    thermal 7799 0
    button 4470 0
    ac 2344 0
    video 11164 0
    battery 6453 0
    snd_hda_intel 22410 2
    snd_hda_codec 80889 2 snd_hda_codec_realtek,snd_hda_intel
    sp5100_tco 4568 0
    shpchp 26281 0
    mii 4059 1 r8169
    pci_hotplug 25454 1 shpchp
    snd_hwdep 6357 1 snd_hda_codec
    snd_pcm 74368 2 snd_hda_intel,snd_hda_codec
    rfkill 15498 4 bluetooth,asus_laptop,cfg80211
    snd_timer 19544 1 snd_pcm
    snd 58362 10 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    soundcore 6210 1 snd
    snd_page_alloc 7153 2 snd_hda_intel,snd_pcm
    vboxdrv 1790690 0
    ext4 375413 2
    mbcache 5881 2 ext3,ext4
    jbd2 70667 1 ext4
    crc16 1359 2 bluetooth,ext4
    sd_mod 28275 3
    usbhid 35352 0
    pata_acpi 3376 0
    hid 82435 1 usbhid
    ohci_hcd 21714 0
    pata_atiixp 3928 0
    ahci 20005 2
    libahci 19559 1 ahci
    libata 166724 4 pata_acpi,pata_atiixp,ahci,libahci
    ehci_hcd 40794 0
    usbcore 144144 6 uvcvideo,btusb,usbhid,ohci_hcd,ehci_hcd
    scsi_mod 132794 3 sr_mod,sd_mod,libata
    dm_mod 69692 12
    /etc/rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Bratislava"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=(dm-mod vboxdrv)
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="yes"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="gorgoroth"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock syslog-ng netfs crond dbus gdm networkmanager @dropboxd sshd cupsd)

  • Datagrid-Multiple child nodes of xml provide as dataprovider

    <QueueIndex>
    <id>
    <qixQltId>104</qixQltId>
    <qixIndexname>Branch</qixIndexname>
    <dixId>104</dixId>
    <qixSeq>1</qixSeq>
    </id>
    <qixIndexvalue>WFI_S_Branch</qixIndexvalue>
    <qixLength>255</qixLength>
    <qixType>S</qixType>
    <qixList>Y</qixList>
    </QueueIndex>
    i have the above xml which im providing to datagrid.<mx:DataGrid
    id="myDataGrid" dataProvider="{xmlObjectQFields.QueueIndex}">
    <mx:columns>
    <mx:DataGridColumn dataField="id.qixQltId" headerText="ID"/>
    <mx:DataGridColumn dataField="qixMand" headerText="Name"/>
    <mx:DataGridColumn dataField="qixReadonly" headerText="Desc"/>
    <mx:DataGridColumn dataField="qixLength" headerText="Map Value"/>
    <mx:DataGridColumn dataField="qixType" headerText="Region"/>
    <mx:DataGridColumn dataField="qixList" headerText="Sequence"/>
    </mx:columns>
    </mx:DataGrid>
    i get the first column as null.  but when i give dataField as "id" only  i get to see <id>contents in this tag/<id>i want to print "104"

    <QueueIndex>
    <id>
    <qixQltId>104</qixQltId>
    <qixIndexname>Branch</qixIndexname>
    <dixId>104</dixId>
    <qixSeq>1</qixSeq>
    </id>
    <qixIndexvalue>WFI_S_Branch</qixIndexvalue>
    <qixLength>255</qixLength>
    <qixType>S</qixType>
    <qixList>Y</qixList>
    </QueueIndex>
    i have the above xml which im providing to datagrid.<mx:DataGrid
    id="myDataGrid" dataProvider="{xmlObjectQFields.QueueIndex}">
    <mx:columns>
    <mx:DataGridColumn dataField="id.qixQltId" headerText="ID"/>
    <mx:DataGridColumn dataField="qixMand" headerText="Name"/>
    <mx:DataGridColumn dataField="qixReadonly" headerText="Desc"/>
    <mx:DataGridColumn dataField="qixLength" headerText="Map Value"/>
    <mx:DataGridColumn dataField="qixType" headerText="Region"/>
    <mx:DataGridColumn dataField="qixList" headerText="Sequence"/>
    </mx:columns>
    </mx:DataGrid>
    i get the first column as null.  but when i give dataField as "id" only  i get to see <id>contents in this tag/<id>i want to print "104"

  • Z77A-GD65 Multiple BIOS Issues - B4 Hang, Splash Screen Blinking

    Back in November 2012, I built a home server with a Z77A-GD65.  Lately, I've noticed some strange things happening that I've been trying to research but to no avail.
    First off, I get the B4 code hang-up whenever I'm booting.  This doesn't matter if it's a cold boot or a reboot, it hangs on B4 for about 10-15 seconds, flashes 92 really quick, and then goes to A2 which it stays for another 5 or so seconds.  After that I get the MSI splash screen for about 1 second, then it blinks 5 times.  After that it goes into Windows just fine.
    The blinking is a new issue, the B4 hang is not.  I've read from multiple posts that this is a USB issue.  When I disable USB legacy support, the issue goes away, but of course then I can't have legacy support.  I have yet to figure out what exact device is causing it.  In the process of trying to figure this out, I updated BIOS to A.A0.  After updating to this version of BIOS the splash screen blinks 5 times before going to the "Starting Windows" splash screen.  This is a more difficult issue to figure out why it's doing this because if you search for "BIOS" and "flash" or "flashes" or "flashing", you typically get results for flashing your BIOS.   Hence, why I'm using the term "blinking".  But even then I can't really find a solution out there.
    I also happened to see that the website for the Z77A-GD65 is showing a newer BIOS version, but I'm unable to flash this (at least using M-Flash).  I threw it on a USB, re-enabled USB legacy and whenever I click on it to install, the BIOS screen hard locks.  The screen just freezes exactly where it's at in the BIOS and the mouse is dead.  However, I can CTRL+ALT+DEL on the keyboard and it will reboot the system so I don't need to power cycle the computer.  Not sure why this is happening either.  Perhaps I need to flash this a different way?  Maybe I don't need to flash this at all?
    I could really use some input here on why this is happening.
    As for the specs on my system, they're as follows:
    i7-3770K overclocked to 4.2 Ghz by using the Turbo Mode in BIOS
    32GB Komputerbay DDR3 PC3-12800 1600MHz DIMM with Low Profile Blue Heatspreaders Quad Channel RAM | 9-9-9-24 XMP ready
    AMD PowerColor 7870 Myst Edition GPU - currently not overclocked although overclocking this doesn't seem to affect any issues
    2 - 128 GB Corsair SATA III SSD - one runs the OS, the other I use to load games from
    2 - 500 GB Seagate Barracuda 7200 RPM Sata II HDD's mirrored via Windows 7
    1 - 750 GB Seagate Barracude 7200 RPM Sata II HDD
    1 - 1 TB Western Digital MyBook USB 2.0 external
    2 - 3 TB Seagate USB 3.0 external
    ASUS DVD Burner - not sure which one, it's a cheapy $20 from Newegg
    1 - PCI USB 3.0 expansion card
    Antec TruePower New TP-550 Modular 550W Continuous Power ATX12V V2.3 / EPS12V V2.91 SLI Certified CrossFire Ready 80 PLUS BRONZE Certified Active PFC "compatible with Core i7/Core i5" Power Supply
    NZXT Switch 810 gunmetal - currently have 4 fans running but plan on more, also the Switch 810 has the multi-card reader in the front with 1x SD Card, 2x USB 2.0, 2x USB 3.0
    for peripherals
    1 - Microsoft 360 Wireless controller adapter (legit one, not the knockoff although I had a knockoff prior to getting the real deal)
    1 - Logitech Wireless USB Keyboard with Touchpad
    I tried to be thorough.  Thanks in advance for any help!

    Quote from: PirateDog on 26-August-13, 12:45:18
    Probably a USB device problem.
    This is a candidate, as well as mouse and keyboard. Disconnect USB devices one at a time to find the culprit.
    A lot of devices running. PSU a +12V single rail or is it multi rail? A rail going to the graphics or components may not be enough amps. My best guess is the card reader.
    For UEFI/BIOS flashing, select your mainboard here and use the forum flash method;
    I'll definitely try unplugging some of these USB devices to see if that helps with the B4 hang issue.
    As for the PSU, according to the description for it on Newegg:  "Four industry-leading independent +12v rails are provided for more stable and safer power output."  It has two rails going to the GPU.  The GPU is a new addition to the system and so I wasn't running it until recently.  The issues were occurring beforehand, but you're right that this PSU is underpowered for the rig considering PowerColor recommends a minimum of 500w.  I'm going to be buying a larger capacity one sometime in the very near future.  Any recommendations on good modular PSU's?  What's a good way to tell what wattage to get?
    Thanks for letting me know about the forum flash method.  I'll be back later when I have some results.

  • Multiple IMAP issues in Outlook 2013

    I know a lot of work has gone on with IMAP changes behind the scenes to make everything more responsive but some of these changes have adversely affected usability.
    Here are my 3 main gripes:
    1. If you have Outlook in Folder View so that you can see the "Sync Issues" folder you will see that Outlook 2013 now logs all activity to this folder and one ends up with thousands of entries per day filling this folder. I don't want these. Can I reduce
    logging?
    2. If you delete, edit or create IMAP folders to your account outside of Outlook you really have to fight to get Outlook to see the changes. Sometimes you have to remove the IMAP account completely and add it again just to get a proper view of the changes.
    This is definitely something to do with the new caching regime. As an example Outlook does not seem to want to let go of folders deleted outside of Outlook (orphaned folders) and insists they still exist. For instance I can still move messages into these orphans
    and Outlook accepts them and agrees they are there even though the folder no longer exists on the server. This is an accident waiting to happen.
    3. This is a bug. If I delete a group of unread messages, usually, all except the top one show as deleted and ready to purge (grey with a line through). The top one remains not deleted and unread. As soon as I mark it as read it will then show as deleted
    and ready to purge (grey with a line through).

    I tested it just now. The registry data I mentioned is really aimed at either decreasing synch logging or to stop specific types of conflicts.
    So I can confirm that we cannot turn off this folder base on current product design. This folder is designed for getting the basic troubleshooting information of Client Access issue.
    Anyway, I am thinking two way for workaround:
    1. Hide the sync issue folder via MFCMAPI, visit the following link to do that.
    http://www.howto-outlook.com/howto/hidemovedeletemfcmapi.htm#hide
    2. Create a Outlook rule to remove the items which is belongs to sync issue folder.
    If someone has a better idea, please share it here. Thanks.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • Posting multiple goods issues against the same delivery

    Hello gurus,
    We are a fashion apparel company using ECC 6.0 and would like to know if it is possible to post mutliple goods issues against the same delivery?
    I will explain the business requirement.
    - We create a stock transport order to deliver 400 units of merchandise to on or our retail stores (STO is created and processed to a delivery).
    - This information is passed down to our warehouse management system (which is not SAP)
    - Our warehouse management system has the ability to split a delivery into multiple shipment when needed.  For example, our warehouse may only be able to complete 250 units for our morning shipment and will therefore pick, pack and post this.  This will feed back into SAP and process a 641 movement so that the units now show as "in transit".  This is needed so that our stores can process the ASN and move the units into their inventory when they receive the merchandise later that day.
    - During the afternoon, our warehouse will process the remaining 150 units and will ship this to our store later in the evening or next day.
    Currently, we are not able to process another goods issue against a delivery as we close out the delivery during the first goods issue.  We would prefer not to have to generate a new delivery for our DC and let them continue to process against the same delivery, but we are unsure how to configure this.
    Any help or guideance would be extremely appreciated
    Thanks in advance

    Hi RJ,
    First of all sorry to write such a lengthy reply,In one line if i want to summerize then it is not possible with standard SAP however we can achieve this by writing some piece of code in both the system
    AS - IS
                   Business process
              From business process point of view you are right that once the pick & pack is in process it is not advisable to create a new delivery document for balance quantity and share the same with WMS as then they have to create a new document in WMS and start picking based on that rather then the old delivery document number. if i am in your position then i can give a thought like this
    e.g.
    Delivery                                                  - 100 Unit
    Shipment confirmation from WMS            -   60 Unit
    Change in delievry quanity / Pick qty        -   60 Unit
    Invoice from SAP                                    -   60 Unit
    Second confirmation from WMS                          -   40  Unit
    Change in the existing delivery quantity                -   Now here we have two option either
    1) Change the delivery quantity / Pick qty  to (60+40) =100 or
    2) Remove the 60 and update 40 as delivery and pick quantity
    Pros & Cons
    if you will select option 1 then furhter invoice will happen for 100 unit which is incorrect as physically you are shipping only 40 unit
    if you are selecting option 2 then the document flow is incorrect as you don't have history(in SAP) for the 60 unit which was shipped earlier
    Solution ::
    so in my opinion the best option is to create a seperate delivery document (store the old delviery number in one of the field of the new delivery and pass the same to custom segment of the IDoc) transmit the IDoc to WMS write the validation logic in WMS
    Find the record with old deliver number in the WMS system, check the status whether it is active or inactive
    if it is acitive Validate the Material + qty with the WMS record(Material + balance quantity) if both are same then pass the new deliery number to custom field of the WMS table
    At the time of confirming back to the SAP, Write a piece of code in SAP that if the incoming idoc custom field(new delivery number) field is populated then ignore the orignal document number and post the document using the new delivery document number
    Hope this help

Maybe you are looking for

  • HR-PA-Changes IT0000 & IT0001

    I have to changed wrong maintain IT0000 & IT0001 far away from earliest retro active allowed in SAP. For Exampe : Earliest Retro is on January 2005 Data in IT0001 as below: 01/01/1980 - 12/31/1990 as Position A. Data should be changed as below: 01/01

  • Table Height in Dreamweaver CS3

    Why is it that I'm unable to make my table height stretch to fit the browser? I never had this problem when I used FrontPage. Is there some code I need to add by hand to make it work? I've double-checked the table height and cell height and they are

  • Lucreate with zfs system

    Hello, Am relatively new to using liveupgrade to patch solaris 10 systems, but so far have found it to work pretty well. I have come across an oddity on a system that I would like to have explained. The system has solaris 10 installed, with one zfs p

  • Defaulting long text in fmbbc

    Hi to all experts, I have requirement of defaulting long text in transaction FMBBC . when the user clicks on long text button some text should be defaulted is it possible. Im thinking of using enhancement points to achieve this .

  • USB writing problem on windows server 2008

    We are using Windows Connector 2.1 (Solaris 10, srss 4.1). When running a rdp session on windows server 2008 and trying to write data to an usb-stick connected to the sunray dtu the windows explorer hangs about 5 minutes. Afterwards it writes the dat