OUT Binding works fine, but INPUT Binding NOT WORKING at all

Did you test your Bindable property works in Flex so you can see it change in another component in Flex?
It doesn't look like you notify that xcText has been changed (and instead you modify the private variable behind it).
You can try changing your mychange function to set xcText (instead of manually setting myvalue) which should dispatch a change event.
Or you can try manually dispatch a change event (for the public property that has changed which is xcText in your case):
var event:Event = PropertyChangeEvent.createUpdateEvent(this, "xcText", null, xcText);
dispatch(event);
Regards
Matt

thank you Matt as you've been always there for help,
i know Adobe flex is not my job but i'm trying to add something to my experiences.
and its good to know the Xcelsius SDK since we are Xcelsius proffessionals
i fixed this issue, and i have only one more issue, is how to bind an Array to the Excel sheet.
i modifyed my example and also i modified the property sheet as well, please have a look and tell me what i'm missing
<?xml version="1.0" encoding="utf-8"?>
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="600">
     <mx:Script>
       <![CDATA[
            import mx.events.SliderEvent;
            import mx.controls.sliderClasses.Slider;
            import mx.binding.utils.*;
            import mx.events.PropertyChangeEvent;
          public var _myArray:Array = ["A1","A2","A3"];
private function sliderChange(event:SliderEvent):void {
                var currentSlider:Slider=Slider(event.currentTarget);
                this._myArray.push("A"+currentSlider.value.toString());
                this.value0 = this._myArray;
                notifyArrayDataInputChanged();
                  public function set value0(value:Array):void{
                   this._myArray = value;
                  [Bindable ("propertyChange")]
                  [Inspectable(type="Array")]
                  public function get value0():Array{
                   return this._myArray;
                  public function notifyArrayDataInputChanged():void{
                    var event:Event = PropertyChangeEvent.createUpdateEvent(this, "value0", null,value0);
                    this.dispatchEvent(event);
            ]]>
     </mx:Script>
     <mx:HSlider id="hslider" width="368" height="50%" change="sliderChange(event)"/>
     <mx:ComboBox dataProvider="" width="363"></mx:ComboBox>
</mx:VBox>

Similar Messages

  • Can not connect the ipad 2 to wireless router. been working fine but some reason not working now being trying to solve this since 4pm today

    Can anyone help can not get my ipad to connect to wireless today. has been working fine but all of a sudden will not connect to Router. I have a kindle and a mobile and both of these will connect to the router wireless but the ipad will not.
    Been to my parents with the i pad and this will connect to their wireless router.
    Can not think of anything else to try

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Also try this - Turn Off your iPad. Then turn Off the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
     Cheers, Tom

  • HT2090 External iSight camera video feed working fine but mic is not working Mac Pro 2009 and Mountain Lion 10.8.4

    Finally I decided to move forward and installed Mountain Lion 10.8.4 (with all the updates). Now I am facing a dilemma, my external iSight Camera  is working fine regarding the video fee but the Mic is useless. I am using a Mac Pro 2009 and a Apple Cinema Display 30". I checked all the trends about iSight External devices but no one has a really specific solution for my problem. Firewire is not longer supported with Mountain Lion? By the way my iSight was working perfectly before. So I am wondering if something wrong happened with the OS and the support for this kind of device?   I reset the PRAM, the SMC, even I reinstalled the MAC OS X Mountain Lion (10.8.4) from scratch. So I am wondering if the problem is that ML is not longer supporting this device or what is the issue here.
    Hope someone can help me with it!
    Thanks
    Jalcom          

    Jalcom wrote:... Firewire is not longer supported with Mountain Lion?...
    Not true.  External iSight works fine with my '09 Mac Pro and 10.8.4.
    Jalcom wrote:... So I am wondering if something wrong happened ...
    So it must have.
    Jalcom wrote: ... help me with it!...
    You have tried several good things, but there may be other suggestions from http://support.apple.com/kb/HT2090 that you have not yet considered.  Be sure to check more than one Apple app in more than one user account to help you pinpoint the cause of your trouble.  Then you will know what to fix.
    In addition to the Apple troubleshooting, check your  > System Preferences... > Sound > Input to verify that your iSight's mic is selected, not muted, and that its volume setting is properly adjusted.  You may need to check this again after restarting Mac or changing apps that use the mic.
    Also, be certain that the apps you are testing are configured to use iSight's mic.  Different apps select the mic in different ways.  For example, QuickTime X allow selection among various microphone alternatives via one of its preferences as shown in the image below: 
    (I was using my Display microphone and did not have my external iSight connected when I made this image.  Therefore, there is no iSight mic shown in my list of mic choices above.  If your iSight's mic is properly connected, turned on, and recognized by your Mac, iSight will show in your QTX microphone preference choice list.)
    If you are trying to use your iSight with a Flash based web site, also check your Mac's  > System Preferences... > Flash Player > Camera and Mic settings to verify that your Flash system preferences are not blocking your mic.
    Some other apps may offer mic and or camera selection via their application menus.  If you have trouble finding out how to select the iSight internal mic in other apps, check each apps' Help or post back the name of the app whose selector you cannot locate here so we can try to help.
    Message was edited by: EZ Jim
    Mac Pro Quad Core (Early09) 2.93Ghz OSX 10.8.4   24" LED Cinema Display          External iSights

  • When I run script from terminal it is working fine but it is not working from installer

    Here is my script look like.
    #! /bin/sh
    defaults write com.apple.LaunchServices LSHandlers -array '{ LSHandlerContentType = "xxxx"; LSHandlerRoleAll = "com.xxx.xxx"; }';
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user;
    please help

    my app to be default for the that document type forcefully.
    This is requirement of my client. I want same effect as of "clicking change all button by selecting default application" when we right click the file with that extension. 
    Please help if you know how to do it??

  • I have an old iPhone 3Gs with software version 4.3.5,  I am trying to use it again, and it works fine, but I have not been able to update the software.  Every time I try, I get the following message: "there was a problem downloading the software for the i

    I have an old iPhone 3Gs with software version 4.3.5,  I am trying to use it again, and it works fine, but I have not been able to update the software.  Every time I try, I get the following message:
    "there was a problem downloading the software for the iPhone, the network connection could not be established".  This happens even though I have a working internet connection.
    Besides that, all the other functions work properly, even synchronize apps and library.
    Will I be able to update the software?

    look around the forum tons of people repport that they can't update
    makes you suspect that apples update servers can't meet the depand of too many users
    trying to update at once

  • Synchronization from SLD to LMDB is working fine, but data is not written to Software == Product Instance

    Dear Gurus,
    Synchronization from SLD to LMDB is working fine, but data is not written to Software ==> Product Instance section tab. What could be the problem ? Normally it should gather automatically, but pushed me to select manually lots of component ???
    Here is collecting is working fine !!!

    Hello Kemal,
    You have to ensure that your Technical System info is properly filled automatically.
    In LMDB you first create its Product System on LMDB Start Screen ProductSystem tab, after that please assign its respective Technical System. You probably need to run the Verification Check in order to confirm that your Product System has all Product Instances according on Technical System's Software Component Versions.
    Regards.
    Luis Roel

  • HT1454 I have a speaker with I phone 30 pin dock, it use to work fine but i am not getting error saying accessory not supported,how i can determine what could be the problem

    I have a speaker with I phone 30 pin dock, it use to work fine but i am not getting error saying accessory not supported,how i can determine what could be the problem
    i am getting the same error with my rf transmitter that i use in my car

    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Did this start happening after an iOS update? Sometimes an iOS update will break compatibility.
    Sometimes this works:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                             
    - Restore to factory settings/new iOS device.

  • HT4623 I updated my Apple Iphone 3GS this morning and now my charger will not work. I can use my boyfirends just fine but mine will not worl at all. Why is this and is there anything that I can do?

    I updated my Apple Iphone 3GS this morning and now my charger will not work. I can use my boyfirends just fine but mine will not worl at all. Why is this and is there anything that I can do?

    Something is wrong with your charger or cable.
    If it works with another charger, then it is not the iphone

  • I have paid for creative cloud, photoshop works fine but it will not let me register lightroom

    I have paid for creative cloud, photoshop works fine but it will not let me register Lightroom

    Lightroom must be installed via the Creative Cloud Application.
    It sounds like you have installed a Perpetual Licensed Version or a Trial Version of Lightroom. Uninstall any versions you have installed of Version 5 and then reinstall via the Creative Cloud App.

  • Why does iTunes keep giving me bogus error messages.  "Your internet connection is not working, check your connection and try again."  My internet is working fine.  iTunes is not working and will not allow me to download tunes.

    why does iTunes keep giving me bogus error messages.  "Your internet connection is not working, check your connection and try again."  My internet is working fine.  iTunes is not working and will not allow me to download tunes.

    This my sound too simple, but I just kept clikning on the arrow next to the selected music and it finally "Kicked" in.
    I live in Europe ,So Be persistent and don't give up !  Aug. 2013

  • My ipad mini and iphone 4s are not connecting over bluetooth. iphone cannot locate ipad mini or says it is not supported. It used to work perfectly but now its not working. please help.

    my ipad mini and iphone 4s are not connecting over bluetooth. iphone cannot locate ipad mini or says it is not supported. It used to work perfectly but now its not working. please help.

    Hi
    Thanks for the support but I had already tried this . Again did it as you advised. Still not able to connect the ipad mini with Bluetooth.
    Could it be that some app is causing issue. I can connect my car and computer over Bluetooth but not ipad mini.
    On the other had ipad is connecting to other iPhone but only not mine.
    Still showing ipad not supported message. And also shows not paired.
    Please help.

  • New AEBS installed, Vonage initially worked fine, but now is not.

    I recently upgraded my home network, ditching the Linksys WRT54G router I had in favor of a new Airport Extreme Base Station. everything has been working fine, but all of a sudden I noticed that my Vonage adapter wasn't connected and was spitting out error 001.
    The Vonage adapter is plugged into a 10/100 hub that's uplinked to one of the LAN ports on the AEBS (I know it's a waste, but nothing on that segment is gigabit capable…)
    I launched into full troubleshooting mode, and determined that the cabling, hub and AEBS are all functioning perfectly. I also don't think that it could be a port forwarding issue, since several days passed between the time I swapped in the AEBS and the time when the Vonage adapter stopped working. In that time, several incoming and outgoing calls took place over the Vonage line and all was fine.
    On a whim, I connected the Vonage adapter to a laptop and set it up with a static IP and attempted to configure port forwarding to it in the AEBS, but there was no change. Incidentally, with the static IP on the Vonage adapter, I was able to ping it from other computers on the network, but it still isn't able to download it's config from the outside world.
    Vonage tech support has been willing to help, but unable to tell me anything useful thus far.
    My question is, is anyone here using such a setup, and if so have you seen any issues like this? I'm really thinking that the adapter has given up the ghost, but I don't know.

    To help you with your troubleshooting you should visit https://forums.vonage.com/
    I had Vonage. Initially it worked then I had tremendous voice dropouts. After weeks of troubleshooting with Vonage (they rolled back firmware in their adapter) it worked... for about 6 months. Then the same problem reappeared. Troubleshooting with Vonage could not solve the issue this time. Since I had to have phone service, I cancelled Vonage and went to ITP. Unfortunately Vonage stuck me with cancellation fees even though their service would not work for me.

  • Wi-Fi is on Internet works perfectly fine but BBM is not working, Help Please

    Hello i'm abroad right now and eyesterday the phone was working fine and all of the sudden bbm wasn't working but everything else is fine and i have almost full bars but my connections look like this
    Mobile Network       x
    Wifi (TIPIA)               -
    Bluetooth                 x
    The day before beside the Wifi i had a check mark and bbm worked fine but not today.
    does anyone know why?
    please help

    nothign my bbm just wont work i doesn't have a chekc mark beside the wifi connection page...
    it is still showing like this:
    Mobile Network       x
    Wifi (TIPIA)               -
    Bluetooth                 x
    (internet still workin fine)
    yesterday it was like this
    Mobile Network       x
    Wifi (TIPIA)               check (yes)
    Bluetooth                 x
    (both BBM and internet worked perfectly)
    is there a setting i have to change or that i may have changed

  • Siri was working fine but now is not.

    Have had my phone about two weeks.   Siri was working fine last night.  This morning it is not   Trying to use it to do an email - the microphone lights up and it appears as if it is recording - the little dots appear - but it does not write out what I said.  I have tried disabling siri and turning off phone and then turning back on and nothing helps   Very frustrating   Please help me

    Do a reset (Hold Sleep/Wake and Home buttons about 10 secs or more till Apple logo appears)
    Note: Nothing will be deleted.

  • Hamachi status reads fine but applications will not work

    I have a problem with my Windows 8.1 PC not wanting to use Hamachi correctly with any 2.2.x version. It's not the software's fault, or my ISPs, or my networks, but the computer it's running on. Any connection made through hamachi results in a time out (At least according to Minecraft). The In packet loss goes to 50% while a connection is attempted. All Hamachi status indicators on both ends read green, including the diagnose option. I am a relatively technical user so if there is ANYTHING that would make the 2.2 versions not work and the 2.1 versions work then I would be willing to try it. I've done all the standard stuff like uninstall and reinstall, disabling firewalls, and disabling AV but none changed the outcome. I am very likely to have stupidly messed up some internal Windows setting, but I doubt even the devs know of their effects. Upgrading to Windows 10 might fix this and if it does I'll just thank anyone who left feedback and mark this as solved.

    Same result after Windows 10 upgrade. Log reads messages similar to "sending ka because of possible rx loss, want 22, have 27"

Maybe you are looking for

  • Portal Content in Hindi ???

    Hi All, Please let me know if anyone has got a chance to display portal content in HINDI. Thanks and Regards, Sreeram

  • SALES ORDER DELIVERY BLOCK REMOVAL ON DOWN PAYMENT

    Hi All, When cash is applied that clears down payment request billing, type ZFAZ, we want the order delivery block, ZB Wait for AdvPaym, to be cleared on the sales order.  We only want this to happen if the payment exactly matches the billing amount

  • Classpath for web-application.

    I am working on a web application with a bunch of jsp files using some java classes. I am using tomcat 5.5. I have a special class file, say a.class, sit in the web-inf/classes. This class import another two jars, say b.jar and c.jar. The jsp file wi

  • Paths panel Display text

    I recently noticed a behavior difference between CS6 and CC that I don't really care for. I just want to point it out and see if may be there could be another option in the panel preferences to bring back the old behavior. In CS6 when you designated

  • ADF Faces Components: How to fix position of af:panelPage facets

    I have several jsp pages, each of which has af:panelPage component to which I included menuGlobal, appCopyright, appPrivacy, appAbout. What I don't like about those pages is that above-mentioned facets keep moving up and down depending on contents i