[SOLVED] Can't get Ajax working - help

I am trying to set Ajax up for a media server (hosting professor lectures).
I am trying to update my mysql, if someone likes a particular lecture.
However, I am not able to get any response what so ever. I am using an onclick - however, nothing happens. Check the code below - I have set up an if-else, with onreadyState, and for both the conditions (exhaustive), no change happens. Please suggest what I am doing wrong.
function show_jw()
var filepath=jwplayer('container').getPlaylistItem().file;
var xmlhttp;
xmlhttp.onreadystatechange=function()
if (xmlhttp.readyState==4 && xmlhttp.status==200)
document.getElementById("like").innerHTML="file found";
else
document.getElementById("like").innerHTML="file not found";
xmlhttp.open("GET","ajaxphp.php?f="+filepath,true);
xmlhttp.send();
</script>
<input type="button" onclick=show_jw() value="like" />
on clicking the button, I should either see "file found" or "file not found". I see nothing (on chrome or firefox).
Last edited by devadittya (2012-01-22 18:33:24)

Also note that the else statement gets executed even if readyState != 4 which is probably not what you want. Better to implement it as:
xmlhttp.onreadystatechange=function()
if (xmlhttp.readyState==4)
if (xmlhttp.status==200)
document.getElementById("like").innerHTML="file found";
else
document.getElementById("like").innerHTML="file not found";
More info here: http://www.w3.org/TR/2012/WD-XMLHttpReq … readystate. The entire page is a good read actually.
Last edited by iTwenty (2012-01-23 17:17:24)

Similar Messages

  • [SOLVED] Can't get sound working.

    The system has onboard sound (EliteGroup GeForce6100SM-M motherboard) which I am not interested in, instead I would like to use my PCI card (Sound Blaster Live! 5.1), but I cannot get either working. And yes, I've already confirmed I am in the "audio" group, and logged out and in since...
    I get the following during boot:
    [ 4.173534] emu10k1-gp: unable to grab region 0xfdf00020-0xfdf0002f
    [ 5.453359] AC'97 0 access is not valid [0xffffffff], removing mixer.
    Here's what happens when I try setting up ALSA, along with the troubleshooting output as requested on the Arch Wiki's ALSA page:
    $ alsamixer
    cannot open mixer: No such file or directory
    $ alsaconf
    alsaconf: command not found
    $ amixer
    amixer: Mixer attach default error: No such file or directory
    $ lsmod | grep '^snd' | column -t
    snd_emu10k1 137365 0
    snd_util_mem 2360 1 snd_emu10k1
    snd_ac97_codec 114391 1 snd_emu10k1
    snd_hwdep 6389 1 snd_emu10k1
    snd_rawmidi 19458 1 snd_emu10k1
    snd_seq_device 5300 2 snd_rawmidi,snd_emu10k1
    snd_pcm 74780 2 snd_ac97_codec,snd_emu10k1
    snd_page_alloc 7153 2 snd_pcm,snd_emu10k1
    snd_timer 19544 2 snd_pcm,snd_emu10k1
    snd 59214 7 snd_timer,snd_pcm,snd_seq_device,snd_rawmidi,snd_hwdep,snd_ac97_codec,snd_emu10k1
    $ ls -l /dev/snd
    total 0
    crw-rw---- 1 root audio 116, 1 Mar 26 21:40 seq
    crw-rw----+ 1 root audio 116, 33 Mar 26 21:40 timer
    $ aplay -l
    aplay: device_list:252: no soundcards found...
    I have tried manually loading the appropriate modules, adding the ALSA Wiki's "Setting up modprobe" block o' text to my modprobe.conf, and reinstalling alsa-utils/alsa-oss/linux. I've tried every bit of troubleshooting I can find, at least the ones that don't already assume I can start alsamixer in the first place. Anything obvious I've missed?
    Thanks!
    EDIT: Disregard, moved the card to my other PCI slot and it works fine now.
    Last edited by Phieta (2012-03-28 05:44:21)

    Please mark this thread as solved by prepending [SOLVED] to the title in the first post.

  • [Solved] Can't get netctl working with ethernet/dhcp

    I'm trying to use netctl with the example file for dhcp:
    Description='A basic dhcp ethernet connection'
    Interface=enp0s25
    Connection=ethernet
    IP=dhcp
    ## for DHCPv6
    #IP6=dhcp
    ## for IPv6 autoconfiguration
    #IP6=stateless
    Starting this profile results in:
    A dependency job for netctl@ethernet\x2ddhcp.service failed. See 'journalctl -xn' for details.
    journalctl -xn
    -- Logs begin at Sat 2014-09-13 19:32:03 CEST, end at Mon 2014-09-15 02:17:52 CEST. --
    Sep 15 02:16:07 toms_machine sudo[2768]: pam_unix(sudo:session): session closed for user root
    Sep 15 02:16:07 toms_machine dhcpcd[990]: exited
    Sep 15 02:16:22 toms_machine sudo[2772]: ben : TTY=pts/2 ; PWD=/etc/netctl ; USER=root ; COMMAND=/usr/bin/netctl start ethernet-dhcp
    Sep 15 02:16:22 toms_machine sudo[2772]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Sep 15 02:17:52 toms_machine systemd[1]: Job sys-subsystem-net-devices-eth0.device/start timed out.
    Sep 15 02:17:52 toms_machine systemd[1]: Timed out waiting for device sys-subsystem-net-devices-eth0.device.
    -- Subject: Unit sys-subsystem-net-devices-eth0.device has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sys-subsystem-net-devices-eth0.device has failed.
    -- The result is timeout.
    Sep 15 02:17:52 toms_machine systemd[1]: Dependency failed for A basic dhcp ethernet connection.
    -- Subject: Unit netctl@ethernet\x2ddhcp.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit netctl@ethernet\x2ddhcp.service has failed.
    -- The result is dependency.
    Note it is saying something about eth0 while ip link is resulting in
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 28:d2:44:52:2e:ad brd ff:ff:ff:ff:ff:ff
    3: wlp4s0: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN mode DEFAULT group default qlen 1000
    link/ether 5c:51:4f:fb:7b:51 brd ff:ff:ff:ff:ff:ff
    Obviously there is no eth0. How can I set things up using the interface name "enp0s25"? By the way using dhcpcd works so there is no problem with the phsyical connection.
    Last edited by gladixy (2014-09-18 12:00:15)

    I solved the problem by replacing
    /etc/systemd/system/netctl\@ethernet\\x2ddhcp.service
    .include /usr/lib/systemd/system/[email protected]
    [Unit]
    Description=A basic dhcp ethernet connection
    BindsTo=sys-subsystem-net-devices-eth0.device
    After=sys-subsystem-net-devices-eth0.device
    with
    .include /usr/lib/systemd/system/[email protected]
    [Unit]
    Description=A basic dhcp ethernet connection
    BindsTo=sys-subsystem-net-devices-enp0s25.device
    After=sys-subsystem-net-devices-enp0s25.device
    I'm not sure whether this is the best way to solve the problem. If somebody knows a better solution it would not hurt to post it here.

  • [Solved]Can't get tpfand working on my Lenovo X201

    My laptop has recently been having problems with running too hot - even to the point where the auto shutdown has kicked in. It doesn't matter how hot the CPU gets, the fan doesn't seem to increase much in speed at all.
    I've tried following the instructions on both https://wiki.archlinux.org/index.php/Le … an_control and https://wiki.archlinux.org/index.php/Th … an_Control  but I simply cannot get either tpfand or tpfan-admin running.
    Both fail with a variation on this error message:
    Fatal error: unable to set fanspeed, enable watchdog or read temperature
    Please make sure you are root and a recent
    thinkpad_acpi module is loaded with fan_control=1
    I am running as root and the thinkpad_acpi module is loaded with fan_control=1 as evidenced by:
    [root@moses misc]# modprobe -c | grep thinkpad_acpi
    options thinkpad_acpi fan_control=1
    alias acpi*:IBM0068:* thinkpad_acpi
    alias acpi*:LEN0068:* thinkpad_acpi
    alias dmi:bvnIBM:bvrI[MU]ET??WW* thinkpad_acpi
    alias tpacpi thinkpad_acpi
    Why isn't this working?
    Edit: Nevermind, it seems I simply hadn't rebooted after a kernel upgrade!
    Last edited by phunni (2013-11-07 16:35:25)

    Try reinstalling the Microsoft UAA Driver.
    http://www.techspot.com/drivers/driver/file/information/9662/
    ________________________________________________________________________________________________________ I Love Kudos! If you feel my post has helped you please click the White Kudos! Star just below my name
    If you feel my answer has fixed your problem please click 'Mark As Solution' and make it easier for others to find help quickly

  • [SOLVED] Can't get grub working on UEFI system

    This is for a friend's computer, he wants to keep his Windows 8 installation and dual-boot with Arch.  I installed Arch and followed the wiki to set up GRUB.  Now there is an option for grub in the boot menu, but when I touch it it boots Windows instead of opening GRUB.
    I've never worked with UEFI before, any idea how to go about diagnosing this?
    Last edited by tavianator (2013-11-11 13:41:52)

    WonderWoofy wrote:It may be that you have one of the old v1 UEFI firmwares.  If that is the case, it is no surprise that you cannot use the shellx64_v2.efi.  Can you try the v1 shell and see if that works?
    It can happen with early v2 firmwares, too. (e.g. mine.) And the v1 shell doesn't support the command.
    If the computer came with a Windows 8 sticker and is x86 architecture, it certainly ought to be able to disable Secure Boot as this is a requirement MS imposes on OEMs who want to use that sticker on their machines. Have you checked to see if there's a firmware update available?
    The author of rEFInd has a site which I believe includes instructions for different approaches to dealing with Secure Boot.
    EDIT: I don't agree that posts #6-8 are off-topic. I don't think that aspect should be pursued further but if a user comes along and asks "how do I make my own user own the contents of /bin?' it is not off-topic to respond by pointing out that the user ought not be trying to do that. I think it is wrong to install Arch for somebody who could not install it for themselves, and while I could not comment at all, I could not have posted the second part of #6 without posting the first part. This, however, definitely is off-topic.
    Last edited by cfr (2013-11-09 01:31:06)

  • [SOLVED] Can't get ddclient working

    Hi,
    I currently have trouble with configuring ddclient. I have edited the /etc/conf.d/ddclient to the following
    ## ddclient configuration file
    daemon=600
    # check every 600 seconds
    syslog=yes
    # log update msgs to syslog
    mail-failure=xxxx # Mail failed updates to user
    pid=/var/run/ddclient.pid
    # record PID in file.
    ## Detect IP with our CheckIP server
    use=web, web=checkip.dyndns.com/, web-skip='IP Address'
    ## DynDNS username and password here
    login=xxxx
    password=xxxx
    ## Default options
    protocol=dyndns2
    server=members.dyndns.org
    ## Dynamic DNS hosts
    xxxx.dyndns.org
    When i try to start the daemon i get the following output
    >sudo /etc/rc.d/ddclient start
    /etc/conf.d/ddclient: line 6: mail-failure=xxxx: command not found
    /etc/conf.d/ddclient: line 10: web-skip=IP Address: command not found
    /etc/conf.d/ddclient: line 18: xxxx.dyndns.org: command not found
    :: Starting ddclient [FAIL]
    Anyone know how to configure ddclient with dyndns?
    Last edited by munkoil (2010-09-26 12:50:51)

    Indeed, you are not editing the right file. You must edit /etc/ddclient/ddclient.conf and not /etc/conf.d/ddclient (well, you can edit it too, but this is where you add extra args to be passed to the daemon when you start it via the script in /etc/rc.d).
    For example, these are my files:
    /etc/conf.d/ddclient
    # Parameters passed to ddclient
    #EXTRA_ARGS="-debug -verbose"
    EXTRA_ARGS=""
    /etc/ddclient/ddclient.conf
    ## ddclient configuration file
    daemon=1500 # check every 25 minutes
    syslog=yes # log update msgs to syslog
    mail-failure=root # Mail failed updates to user
    pid=/var/run/ddclient.pid # record PID in file.
    ssl=yes # use ssl support
    cache=/var/cache/ddclient/ddclient.cache # cache file
    #use=web, web=checkip.dyndns.com/, web-skip='IP Address'
    use=cmd, cmd=/usr/local/bin/pubip
    ## DynDNS username and password here
    login=my_login
    password=my_password
    ## Default options
    protocol=dyndns2
    server=members.dyndns.org
    wildcard=no
    ## Dynamic DNS hosts
    my-host-name.dyndns.org
    Your 'use' line will be different since I myself wrote a 2 line script to extract the IP address on the web page of my router.

  • [SOLVED] Can't get xorg working, ATI drivers.

    Hey guys just installed Arch.
    I installed the xf86-video-ati driver for my Radeon 7970. But startx spits out a bunch of errors about there being no drivers. So then i tried installing the xf86-video-vesa driver, and x starts but nothing comes up and it freezes.
    I also had a problem at the start of my new install. Unless I put nomodeset on my kernel paramaters, my screen locks up on the login screen. However, the ATI page states that the radeon driver _requires_ kernel mode-setting but if i don't add the nomodeset paramater on booting up my system locks up on the login screen.
    Anyone know how to fix these problems? Thank you.
    EDIT: Disregard. All of my problems were solved via reinstalling with UEFI
    Last edited by DanielJackins (2014-02-19 08:47:43)

    Do you have KMS enabled? Try to use only the intel kernel module and drivers, blacklist nouveau if necessary.
    What notebook is it?
    https://wiki.archlinux.org/index.php/As … th_Optimus
    https://wiki.archlinux.org/index.php?ti … th_Optimus
    Last edited by karol (2011-03-03 09:46:58)

  • My printer is on line i just can not get it working on my laptop

    my printer is on line i just can not get it working on my laptop

    Hi @murphyett , 
    Thank you for visiting the HP Support Forums and Welcome. I have read about your HP Printer and not working Wirelessly. Here is a link to the HP Print and Scan Doctor. The HP Print and Scan Doctor will run a check on your system.
    What is the model of printer? I would be happy to assist if needed as there are many models of HP Printers I would need the model number. How Do I Find My Model Number or Product Number?
    Please respond with which Operating System you are running:
    Which Windows Operating System am I running?
    Please let me know.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • I have 2 itunes accounts - one work a/c and one home a/c, but when i sign in at home only my home songs appear even if I sign in my work a/c. I have authorised both computers to show both a/cs. How can I get my work a/c songs to appear at home?

    I have 2 itunes a/cs one at work and one at home. Both computers are authorised for the 2 a/cs, but I can;t get my work a/c songs to show on my home computer, even though I sign in my work a/c, and I can't get my home songs to show up on the  work computer even though I sign in my home a/c. V. frustrating!

    Hi,
    You will have to manually copy your music. Get a pen-drive big enough to accommodate all your music. And follow these steps:
    1. Create a new folder on the pen-drive.
    2. Copy the music from your work computer to the folder you just created. It's in (yourhomefolder)>Music>iTunes>iTunes Media>Music if you're using a Mac, or in C:\Users\(yourusername)\Music\iTunes\iTunes Media\Music if you're using Windows.
    3. Now on your home computer quit iTunes, and copy your music from work to the "Automatically Add to iTunes" folder in (yourhomefolder)>Music>iTunes>iTunes Media.
    4. Start iTunes. It will automatically start to process the files and move them to the appropriate place.
    Repeat these steps with your music from home on your work computer. Also I suggest to use only one iTunes account if possible.
    Hope it helps
    Regards,
    Gábor

  • Can't get Mail working properly

    I just got my new MacPro this week, and it's really great except for I can't get Mail working right. I've set up my accounts and a few emails come through, though not many, and because it's been a week since I've been online, there should be many more than that. Also, I can't send any emails at all, no matter what I do. They will eventually go into my Sent box, but I've been sending them to myself to see if it's working, and they never come through. I spent an hour on the phone yesterday with the tech support for my ISP, and they told me that I'd have to talk to the Apple techs because they didn't have current info for *Mail 3.1*, the version I have, that the latest they had was for 2.something. So I called the Apple tech support and spent 2 hours on the phone with them, and they weren't able to help me get it going correctly either. It keeps giving me error messages such as Connection Failed, or Unable to Receive Mail, saying "there may be a problem with the mail server or network" and that "the connection to the server on ... port has timed out." I'm on DSL and am always online, so I know it's not the internet connection that's the problem. Can anybody give me some advice on what I should try? Any help will be gratefully appreciated!

    Is your ISP Verizon, Demon, or Glocalnet, then it might be Apples biggest Leopard Bug in conjunction with these ISP:s POP-servers.
    The one that randomly changes the settings in "advanced" from "password" to "APOP".
    The visual result of this bug is that you will get a popup-box where Mail asks you to enter your password. (Which is useless entering, since the preference settings are changed.)
    My advice counts only when you are supposed to use "password" as the correct setting in "Advanced" and in conjunction with some ISP:s.
    Michael

  • Can't get webutil working on AS

    Hi All,
    As topic, I can't get webutil working on the application server. I can run individual forms or sessions that do not utilise webutil. As soon as I have baseHTMLjinitiator/baseHTMLjpi/baseHTML defined in the bit of the formsweb.cfg that I am using, I get this problem. The webutiljini.htm etc are located in the forms/server directory as they should be.
    I've got it working fine on my 10.1.2 developer suite XP platform.
    I've been trying without success on the App Server. Version 10.1.2 under Win2003
    I have been right through the installation instructions several time trying to see what I have missed.
    I have installed version 1.0.6 of webutil and version 1.8 of jacob.
    I try and run the wu_test_106 form, and all I get is "Applet Started" at the bottom of the browser window, and a blank browser window.
    My URL is
    http://10.64.125.51:7778/forms/frmservlet?config=webutil1
    The config in the formsweb.cfg is:
    [webutil1]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=generic
    form=wu_test_106.fmx
    width=100%
    height=100%
    separateFrame=True
    The other parameters are default. If I try a different form name it makes no difference.
    I've done the other configuration stuff, default.env, signing jar files, etc.
    The java console just shows:
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\griggto01
    Proxy Configuration: Manual Configuration
    Proxy:
    Proxy Overrides:
    JAR cache enabled
    Location: C:\Documents and Settings\griggto01\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://10.64.125.51:7778/forms/java/frmwebutil.jar from JAR cache
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    Thanks for your help.
    Tony

    Hi Tony,
    Form your post it doesn't look like jacob.jar is being loaded. Can you confirm that you have the following files in the <ORACLE_AS>/forms directory:
    java\
       jacob.jar
       frmwebutil.jar
    webutil\
       d2kwut60.dll
       jacob.dllAlso open up your default.env file and check that
    ORACLE_HOME         -- is correct
    FORMS_PATH            -- has the path where wu_test_106.fmx is located
    WEBUTIL_CONFIG      -- is correct (I've experienced what you describe when this path was invalid)
    CLASSPATH             -- contains frmwebutil.jar
    Regards
    Tom Casserly

  • Australia Post Shipping - Can't get to work

    Hi,
    I have read all the online support docs I can find and I just can't get Australia Post Shipping to work on our site for international orders.
    Everywhere it says:
    Choose your shipping provider
    Enter your account details
    Your customers see real time shipping costs!
    But Australia Post selection doesn't let us enter account details - does anyone know where I enter them?
    (see image at bottom)
    And after I allocated sizing, weights etc to every product it doesn't even look like it even works:
    (see how there are no options to select)
    Does anyone have any ideas on how to get it to actually work? I can't imagine BC would role something like this out if it didn't even work but from all my googling I can't see that anyone actually uses it (or at least comments on using it!)
    Would love any help

    I've try but can't get it working ether, i've download from Aur but when i'm trying to use the PKGBUILD with makepkg
    it telling me
    ==> ERROR: Cannot find the fakeroot binary required for building as non-root user.
    ==> ERROR: Cannot find the strip binary required for object file stripping.
    Last edited by jolejo07 (2013-07-05 01:45:21)

  • Flex 4 - Can not get ADG working

    Hello,
    I have just downloaded flex 4 SDK (flex_sdk_4.0.0.14159_mpl) and Flash Builder 4.
    I have created a test prroject and can not get it working with Advanced Data Grids.
    Here is my set up:  Created Project called Test, this contains one MXML file that contains an Advanced Data Grid:
    <fx:Script>
            <![CDATA[
                import mx.collections.HierarchicalData;
                [Bindable] private var _test:HierarchicalData;
            ]]>
    </fx:Script>
    <mx:AdvancedDataGrid id="test" dataProvider="{_test}">
       <mx:columns>
           <mx:AdvancedDataGridColumn headerText="COL_A" />               
           <mx:AdvancedDataGridColumn headerText="COL_B" />               
           <mx:AdvancedDataGridColumn headerText="COL_C" />               
        </mx:columns>
    </mx:AdvancedDataGrid>
    This works Okay.  I then include a libary into the project, the libary, also built with the same SDK, contains a class that contains nothing but one single method that does nothing:
    <mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/mx"
               width="100%" height="100%">
        <fx:Script>
            <![CDATA[
                import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
                private function test(col:AdvancedDataGridColumn):void { }
            ]]>
        </fx:Script>
    </mx:Canvas>
    Launcing now causes the error
    TypeError: Error #1007: Instantiation attempted on a non-constructor.
        at mx.controls::AdvancedDataGridBaseEx/getSeparator()[E:\dev\4.0.0\frameworks\projects\datav isualization\src\mx\controls\AdvancedDataGridBaseEx.as:4618]
        at mx.controls::AdvancedDataGridBaseEx/createHeaderSeparators()[E:\dev\4.0.0\frameworks\proj ects\datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:4660]
        at mx.controls::AdvancedDataGrid/createHeaderSeparators()[E:\dev\4.0.0\frameworks\projects\d atavisualization\src\mx\controls\AdvancedDataGrid.as:2428]
        at mx.controls::AdvancedDataGridBaseEx/drawSeparators()[E:\dev\4.0.0\frameworks\projects\dat avisualization\src\mx\controls\AdvancedDataGridBaseEx.as:4574]
        at mx.controls::AdvancedDataGridBaseEx/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\ datavisualization\src\mx\controls\AdvancedDataGridBaseEx.as:2119]
        at mx.controls::AdvancedDataGrid/updateDisplayList()[E:\dev\4.0.0\frameworks\projects\datavi sualization\src\mx\controls\AdvancedDataGrid.as:2899]
        at mx.controls.listClasses::AdvancedListBase/validateDisplayList()[E:\dev\4.0.0\frameworks\p rojects\datavisualization\src\mx\controls\listClasses\AdvancedListBase.as:3468]
        at mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.0.0\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:663]
        at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:718]
        at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]
    Removing the method in the libary project alivates the problem.  But I can not see why this is a problem in the first place!!??!?!?!?!?!?!?
    Can anyone help. this is really weird.

    I'm getting the same error. This is due to a bug in AdvancedDataGridBaseEx.  The offending code is:
                var headerSeparatorClass:Class =
                    getStyle("headerSeparatorSkin");
                sepSkin = new headerSeparatorClass();
    if getStyle returns null then you will be trying to instantiate  headerSeparatorClass is going to cause the "Instantiation attempted on a non-constructor" error.
    Apparently someone thought that the headerSeparatorSkin would never be null.

  • Can't get wifi working on X201 after installing Win 7 64 bit

    I've just purchased an X201 type 3294 with a 320gb HDD running Windows 7 64bit. Wifi works fine when running from the original HDD. I've pulled the HDD and replaced it with an SSD and installed windows 7 64 bit so I can use the 4gb RAM which came with the computer. I did a fresh install then started trying to install drivers. I started with Wifi first so I could download the rest of the drivers directly to the computer. I can't get wifi working after installing Windows 7 64bitfor some reason. I have the original HDD in an external enclosure so I can still access it.
    I can't figure out what drivers I need, or even what adapter I have on the computer.Lenovo's part look up tells me the adapter is part number 60Y3231, but that information seems to be useless. I've tried most of the drivers on Lenovo's driver page. I've tried just copying the C:/Drivers folder from the original HDD, and just about anything else I can thinkof. 
    Anyone know how I can get the right driver, or if this is even a driver problem? For what it's worth I'm not afraid of having to learn some terminal if I have to but I'm totally unfamiliar with Win 7. I have much more experience with XP, Vista and OSX/some Ubuntu.
    Solved!
    Go to Solution.

    Hello and welcome,
    If you have a wired connection you could try installing ThinkVantage System Update.  Run it and it should find all the appropriate drivers and install them for you.
    That FRU seems to be an Intel Centrino Advanced-N 6200. It's hard to tell from the drivers page which one to use.  Most of the README files include 6200.  My best guess:  http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/g1w218ww_s64.exe
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Have an ipod and then got the wife an iphone4. all passwords are screwed up. she can not access playstore cuz she doesn't have password. i can not get find any help on how to get or update a password for the ipod. and then get her a separate password for

    have an ipod and then got the wife an iphone4. all passwords are screwed up. she can not access playstore cuz she doesn't have password. i can not get find any help on how to get or update a password for the ipod. and then get her a separate password for her iphone. we need to save her photos, music, etc to ? icloud and the phone stuff to verizon cloud? so when she gets her new Iphone6 she can have all her "stuff" back on the new phone. hope this makes sense. please offer suggestions here or at [email protected] thanks for your help!

    Oh no! I'm sorry to see there's a lot of confusion here and data shared, x-rayDon. We can definitely work to fix. This happens when two devices share the same Apple ID, so she will need to reset hers. She can do so by assessing this link Apple - My Apple ID. You will need to decide who will keep the account if want separate Apple IDs since purchases cannot be shared unless you do Family Sharing.
    RobinD_VZW
    Follow us on twitter @VZWSupport

Maybe you are looking for