Errors randomly in my custom tooltip

Im getting these errors randomly in my custom tooltip:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::positionTip()[E:\dev\4.x\frameworks\projects\f ramework\src\mx\managers\ToolTipManagerImpl.as:1146]
    at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::targetChanged()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\ToolTipManagerImpl.as:852]
    at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::checkIfTargetChanged()[E:\dev\4.x\frameworks\p rojects\framework\src\mx\managers\ToolTipManagerImpl.as:744]
    at mx.managers::ToolTipManagerImpl/http://www.adobe.com/2006/flex/mx/internal::toolTipMouseOverHandler()[E:\dev\4.x\framework s\projects\framework\src\mx\managers\ToolTipManagerImpl.as:1565]
some of the tooltip:
<?xml version="1.0" encoding="utf-8"?>
<mx:Panel xmlns:fx="http://ns.adobe.com/mxml/2009" implements="mx.core.IToolTip"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx" layout="absolute" width="400" height="300">
    <fx:Declarations>
        <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <fx:Script>
        <![CDATA[
            import mx.core.IToolTip;
            [Bindable]
            public var dataItem:Object;
            //  Implement required methods of the IToolTip interface; these
            //  methods are not used in this example, though.
            public var _text:String;
            public function get text():String {
                return _text;
            public function set text(value:String):void {
        ]]>
    </fx:Script>
    <mx:Image source="http://intranet/Intranet/EmployeeSearch/images/{dataItem.staffID}.jpg"/>
    <mx:Form paddingBottom="10" paddingLeft="10" paddingRight="10" paddingTop="10" verticalGap="1">
        <mx:FormItem label="Branch name">
            <mx:Label text="dataItem.NAME"/></mx:FormItem>
        <mx:FormItem label="Staff name">
            <mx:Label text="{dataItem.staffName}"/></mx:FormItem>
        <mx:FormItem label="Excessive Wait">
            <mx:Label text="{dataItem.wasExcessiveWait}"/></mx:FormItem>
        <mx:FormItem label="Eye contact">
            <mx:Label text="{dataItem.wasEyeContact}"/></mx:FormItem>
        <mx:FormItem label="Commission">
            <mx:Label text="{dataItem.commision}"/></mx:FormItem>
        <mx:FormItem label="Ex-Rate">
            <mx:Label text="{dataItem.exchangeRate}"/></mx:FormItem>
        <mx:FormItem label="Round up &gt; £5">
            <mx:Label text="{dataItem.wasRoundUp}"/></mx:FormItem>
        <mx:FormItem label="Trade-up attempted">
            <mx:Label text="{dataItem.wasTradeUpAttempted}"/></mx:FormItem>
        <mx:FormItem label="Offered other products">
            <mx:Label text="{dataItem.OfferedOtherProducts}"/></mx:FormItem>
        <mx:FormItem label="Wallet offered">
            <mx:Label text="{dataItem.wasWallet}"/></mx:FormItem>
        <mx:FormItem label="Thank you">
            <mx:Label text="{dataItem.wasThankYou}"/></mx:FormItem>
        <mx:FormItem label="Wished Pleasant Trip/Day">
            <mx:Label text="{dataItem.wasWishedPleasantTrip}"/></mx:FormItem>
        <mx:FormItem label="Branch appearance">
            <mx:Label text="{dataItem.branchAppearance}"/></mx:FormItem>
        <mx:FormItem label="Customer service">
            <mx:Label text="{dataItem.customerService}"/></mx:FormItem>
        <mx:FormItem label="userID">
            <mx:Label text="{dataItem.userID}"/></mx:FormItem>
    </mx:Form>
</mx:Panel>

I got round it by doing this:
    <s:Label text="Data" id="Comment" >
                                                <s:toolTipCreate>
                                                    <![CDATA[
                                                    var toolTip:pa = new pa();
                                                    toolTip.dataItem = data;
                                                    event.toolTip = toolTip;
                                                    ]]>
                                                </s:toolTipCreate>
                                            </s:Label>

Similar Messages

  • Getting "index-1 is negatief of hoger dan het totaal aantal rijen" error randomly

    Hi
    In my windows application using Visual studio 2008, I am getting "index-1 is negatief of hoger dan het totaal aantal rijen" error randomly. Even I can't reproduce the error. Could anyone help me for the same.
    Thanks in advance.

    Hi,
    Which type of application do you work with?
    When did you get such error? When you build the app? When you debug the app?
    I am afraid that the issue is out of support range of VS General Question forum which mainly discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    If you work with Windows Forms app,
    please consult on Windows Forms Forum:http://social.msdn.microsoft.com/Forums/windows/en-US/home?category=windowsforms
    If you are workingw with WPF app, please consult on WPF forum:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=wpf
    For Visual C++ windows app, you can start a new threadt at Visual Studio Language Forums:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vslanguages
    Best regards, 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    You've probably found an answer to this by now, but I think this has been addressed in another forum -- The link below suggested using a button and adding the tooltip to the button. 
    https://forums.adobe.com/thread/304974?start=0&tstart=0
    Sounds like it would work but I haven't actually tried it. 
    Good luck~!

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Getting a bad bind variable error while compiling a custom form in R12

    Hi,
    I am getting a bad bind variable error while compiling a custom form.
    I tried setting the forms_path variable and I am still getting the error. Can anyone please suggest what can be done?
    DECLARE
    BEGIN
    IF :parameter.p_line_ship_to = 'T'
    THEN
    IF :SYSTEM.cursor_item = 'LINE.SHIP_TO'
    THEN
    :parameter.lov_num_param1 := :line.ship_to_customer_id;
    oe_lines.ship_to ('WHEN-VALIDATE-ITEM');
    :parameter.lov_num_param1 := :line.ship_to_customer_id;
    END IF;
    :parameter.p_line_ship_to := 'F';
    END IF;
    END;
    I am getting this error:
    Bad bind variable 'parameter.p_line_ship_to'

    The Parameter is not defined in the form.. But, this form is already been compiled and deployed.. I have to make some changes to the form and tried to compile it, when i am getting this error. Is it possible that the parameter would be defined in some other form or can this error be due to some other reasons?
    Thanks in Advance.

  • Error when reassigning a custom task process

    Hello!
    I have an error when reassigning a custom task process.
    That is what I see at the workflow history: Task assigned to xxx was delegated by xxx. Coments: xxx
    However in the second line of the history an error is shown with the following information:
    Event type: error
    User ID: System account
    Description: An error has occurred in nameofthetask
    No new task is created for the user who the task was reassigned to.
    Any help would be appreciated

    Hi,
    From the error message, I
    guess that you come across an OOTB Approval
    Workflow.
    When you define your workflow, there is a section "Enable content Approval Workflow Activities", where you can check "Update the approval status after the workflow is completed (use
    this workflow to control content approval)". If you check this option, and you do not have content approval enabled on the library level, you get the system account error message. If you do not check it, everything works fine.
    Or you can go to the document library settings and go to Versioning Settings Page, set "Require content approval for submitted items to?" to yes and everything should be fine.
    Refer to  the following blogs about the similar issue:
    http://mossnwss.blogspot.com/2008/10/workflow-error-system-account-error-has.html
    https://sharepointtechs.wordpress.com/2011/11/18/workflow-error-an-error-has-occurred-in-approval/
    Besides, here is a similar post, you can use as a reference:
    https://social.msdn.microsoft.com/Forums/en-US/fff5ee1f-904b-4a95-989f-c5a079cdf666/workflow-error-system-account-an-error-has-occured-after-workflow-completed-moss-2007?forum=sharepointcustomizationlegacy
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Installation Error:  Download Error.  Please Contact Customer Support

    I signed in to creative cloud and am trying to Download Dreamweaver, but it keeps saying:
    Installation Error:  Download Error.  Please Contact Customer Support

    Hi Donnilu,
    Please follow the thread: Creative Cloud - Download error - stubborn error where this issue is already discussed.
    Regards,
    Ratandeep Arora

  • CC Tab says "Download error. Please contact customer support."

    When I started my laptop this morning CC had a red ! on its icon and the follwing message under Apps:
    "Download error. Please contact customer support."
    I've got 2 issues with this:
    I don't recall downloading any apps yesterday
    and the handy link does not send me to customer support, in fact I couldn't find any way to send a message to "customer support" and spent too much time looking. (maybe you guys could change the wording to something else--everybody has other things to do)
    The question is how do I make this message go away? I tried quitting and restarting CC
    FYI-yesterday I removed 3 adobe internet plug-ins because I prefer Safari the way it is.  CC worked fine with those removed before the restart so I'm guessing its unrelated at this point.

    http://status.creativecloud.com/ shows everything green, but when I go to https://creative.adobe.com/products/creative-cloud I get a
    The Creative Cloud Download Center is currently unavailable.
    We're working quickly to resolve the issue and we apologize for the delay. If you have the Creative Cloud app already installed on your machine, you can try using it to access new downloads and updates. Otherwise, please check back or see our status site for updates.
    Thanks for your patience!

  • Error... "Download error. Please contact customer support"...

    I'm trying to download Photoshop CC and Flash CC...
    It dosen't work...
    It's keeps saying "Download error. Please contact customer support." I re-installed this twice, but it didn't do anything. Can someone help me?
    My computer is ASUS Windows 8.

    Hi Troll,
    Please refer to the threads below where this issue has been addressed:
    1. Creative Cloud "Download Error" message
    2. Creative Cloud - Download error - stubborn error
    Regards,
    Sheena

  • Hi, I am trying to install 4 Adobe apps onto a new iMac but Apps in Creative Cloud doesn't list any apps but says there is a download error and to contact customer support.

    Hi, I am trying to install 4 Adobe apps onto a new iMac but Apps in Creative Cloud doesn't list any apps but says there is a download error and to contact customer support.
    I can sign in fine with my username and password.
    Rick

    Hi daveforrestaid,
    Please refer to the threads below where this issue has been addressed:
    1. Creative Cloud "Download Error" message
    2. Creative Cloud - Download error - stubborn error
    Regards,
    Sheena

  • Error during Custom Build - error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

    Hi All,
    I was trying to develop C++ web service using GShop with Visual Studio 2005.I refered a tutorial :-
    http://guruce.com/blogpost/hosting-webservices-on-windows-embedded-compact-windows-ce-using-gsoap .
    AS per the tutorial i proceeded. But, i stuck-up when making a custom build with Helloworld.wsdl.Here is the output :
    1>------ Rebuild All started: Project: HelloWorldWebService, Configuration: Debug Pocket PC 2003 (ARMV4) ------
    1>Deleting intermediate and output files for project 'HelloWorldWebService', configuration 'Debug|Pocket PC 2003 (ARMV4)'
    1>Performing Custom Build Step
    1>'D:\Test' is not recognized as an internal or external command,
    1>operable program or batch file.
    1>Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"
    1>Build log was saved at "file://d:\Test Code\HelloWorldWebService\HelloWorldWebService\Pocket PC 2003 (ARMV4)\Debug\BuildLog.htm"
    1>HelloWorldWebService - 1 error(s), 0 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
    As given in the tutorial i kept my custom build command line as : -
    $(SolutionDir)\gsoap-2.8\gsoap\bin\win32\wsdl2h.exe -s $(InputPath) -o $(ProjectDir)$(InputName).h
    and outpouts : $(InputName).h
    I kept GSHOP in the project filder :- D:\Test Code\HelloWorldWebService
    Kindly help.
    Jyotiranjan

    Hi Jyotiranjan,
    I’m glad to hear that you got it working.
    Thank you for sharing your solutions
    experience here. It will be very beneficial for other community members who
    have similar questions.
    Best regards,
    Lucy
    Lucy Liu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • How to display cusomized custom tooltip(jwindow)  in jtable cell position

    Hi,
    i am trying to display custom tooltip for jtable cell. i created custom tooltip(jwindow) and on mouseover of jtable cell i am trying to display the custom tooltip.
    But it is not display the position of jtable cell. How to display the exact position of jtable cell
    please help me on this.

    Did you read the posting directly below yours which was also about a custom tool tip?
    JScrollableToolTip is buggy
    The code presented there shows the tool tip in the proper location.
    For more help create a [url http://sscce.org]SSCCE, that demonstrates the incorrect behaviour.
    Don't forget to read the "Welcome to the new home" posting at the start of the forum to learn how to use the "code tags" so posted code is formatted and readable.

  • Gradient background color for custom tooltip

    Hi,
    I have created a custom tooltip where I am using light gray as background color.
    (I have created a separate custom tooltip component.)
    Now user wants to have it with a gradient effect (is that what its called?).
    Basically, this gray color should be more dark at the top region of tooltip.
    This color should gradually go lighter from top to bottom.
    Can you tell  me how this can be done?
    Thanks and regards,
    Amey

    Hi,
    Thank you for reply.
    Can you please tell me where do I have to set this?
    This is how my custom tooltip component looks: -
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
             implements="mx.core.IToolTip" width="{txtBody.width + 20}" height="{txtBody.height + 20}"
             backgroundColor="#E0E5E8"
             cornerRadius="10" horizontalAlign="center" paddingTop="5">
        <mx:Script>
            <![CDATA[
                [Bindable]
                public var bodyText:String;
                //  Implement required methods of the IToolTip interface;
                //  these methods are not used in this example, though.
                public var _text:String;
                public function get text():String {
                    return _text;
                public function set text(value:String):void {
            ]]>
        </mx:Script>
        <mx:Text id="txtBody" htmlText="{bodyText}" textAlign="left" />
    </mx:VBox>
    And I want background color '#E0E5E8' to be varying in shade from top to bottom

  • ABAP Run time error when display the Customs Export declarations

    Hi,
    I'm receiving ABAP Run time error when display the Customs Exp. Declarations Under SAP Customs Processing -> Customs Processing - Import / Export -> Monitoring.
    Error messaging point to Function Module - /SAPSLL/CUHD_LOAD_SELECTION.
    While debugging we found that Primary Key of the below structures are not the same
    lt_corpar                              type      /sapsll/corpar_t
    lt_corpar_ht       type      /sapsll/corpar_k02_ht
    Does anyone has the SAP Notes or solution to this issue other than changing the structures manually. I'm not sure about the impact if i change manually
    Error message short details
    Termination occurred in the ABAP program "/SAPSLL/SAPLCUHD_SELECTION" - in
         "/SAPSLL/CUHD_LOAD_SELECTION".
        The main program was "/SAPSLL/CULO_DISPLAY_CUS_EXP ".
        In the source code you have the termination point in line 144
        of the (Include) program "/SAPSLL/LCUHD_SELECTIONU01".
    We are on GTS Release 8.0 and Support Package SAPK-80014INSAPSLL (Support pack level 14).
    Regards,
    Pradeep Maddi

    Hi,
    I have implemented SAP Note 1531799, but it hasn't resolved the current issue.
    For Our GTS instance, there are 2 Feeder Systems (ECC) attached, but document transfer in one of the system has not been activated. Both having the same partner functions ( We copied the sandbox into 2 different instances for different business Testings and now these 2 instances attached to GTS for testing). These feeder systems have different Logical system names and Logical system groups.
    Recently i have implemented SAP Corrections manually for one the issue, Please see below thread for the detail information
    Proforma Invoice not transferred to GTS
    After implementing the corrections, i have created Pro-forma invoice in ECC system. When i tried to display, i'm facing the ABAP Dump issues.
    Error details
    Runtime Errors         ITAB_DUPLICATE_KEY
    ABAP Program           /SAPSLL/SAPLCUHD_SELECTION
    Application Component  SLL-LEG
    You tried to insert an entry into table  "\FUNCTION=/SAPSLL/CUHD_LOAD_SELECTION\DATA=LT_CORPAR_HT". However, updating the unique table key "PRIMARY_KEY" resulted in a duplicate entry. The key concerned may be either the primary key or a secondary key.
    Regards,
    Pradeep

  • Im getting the following Installer was unable to access a critical file/directory. Please try installing again.(Error code: 43) Contact Customer Support

    I'M GETTING THE FOLLOWING ERROR
    Installer was unable to access a critical file/directory. Please try installing again.(Error code: 43) Contact Customer Support

    Error downloading Creative Cloud applications

Maybe you are looking for

  • "How to sum FKIMG in VBRK and VBRP Table with sample output

    Sir\Mam\Gurus ; I hardly found it difficult in resolving my program in getting the sum of FKIMG inside the VBRP and VBRK tables The scenario is that i have one Sales Order with multiple invoices . What i need to do is to sum up the fkimg or the quani

  • HP C7200 All-in-One printer will not print through the Wifi network

    I have used the HP printing and scanning Doctor but none of the proposed solutions have solved the problem. The blue light for wirelwss 802.11g service is on and connected to the same Wifi address as my laptop is using now. My Dell laptop is running

  • [SOLVED] - Twinkle: why its look is pretty ugly?

    I think the best sip program on archlinux it's Twinkle (unfortunately, ekiga sucks ). Leaving the fact that in the extra repo there is an old twinkle version, the application has a very ugly aspect. Do you know a way to improve the appareance, just l

  • Error in formula processing - List price has null value

    I have created a freight/special charge modifier where the qualifier in it is if terms = credit card, then execute.  The formula in this modifier is List Price * Numeric Constant.  However when I test this I get a Note:  Error in formula processing -

  • Factory unlock iphone4 with Version 5.0.1

    I have a iphone4 with Version 5.0.1 (9A405) & Modem Firmware 03.10.01. I am in India. How to get it factory unlocked.