A component AS does not appear in a flex application

The following ACE draws a line and working full-time,

package components {}

import flash.display.Sprite;
import flash.display.Shape;

SerializableAttribute public class DrawTest1 extends Sprite {}

public void DrawTest1() {}

var shape: Shape = new Shape();
shape.graphics.lineStyle (0, 0x0000FF, 1);
shape.graphics.lineTo (100,100);
addChild (shape);
}
}
}

It was then included in an application flex as

<? XML version = "1.0" encoding = "utf-8"? >
"" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml '
xmlns:custom = "components.*".
layout = "horizontal" >

< custom: DrawTest1 / >

< / mx:Application >

but only a blank screen (i.e. without the line) displayed when the flex application has been executed (no error message was given when compiling). Help, please.

Containers Flex (incluing Application) can only contain components that are derived from UIComponent or implement the IUIComponent interface.

To get your component to be displayed in the application create a UIComponent as child and add the component of DrawTest1 as a child to it.


Tags: Flex

Similar Questions

  • Software installed on the data card does not appear in the menu "applications".

    I installed Ultralingua in data card in my Centro. (Data files have been great to store in the Centro himself). It does not appear in "applications".  I can launch by clicking on applications, then the files, and then find the CPP Ultralingua and launching.  Is there a way to get ultralingua and other applications on the map appear in "applications"?

    Thank you

    Hello modemjunkie.

    The Palm OS Launcher does not analyse applications of SD (.prc files) who live in the/Palm/launcher folder on an expansion card.  If you want the Launcher Palm OS stock for you to show the applications installed on the expansion card, you must press the Home button and select your card from the drop-down at the top of the screen.

    Alan G

  • ImageView image created in stage Builder 2.0 does not appear in the running application

    I use scene Builder 2.0 and have added an ImageView to the parent AnchorPane.  I added my PNG files for the application icon and the different buttons. I select the ImageView in stage Builder can analyze the file system in the package of the project folder and select the PNG for the Image.  Rated image in the Imageview in the generator from the scene in design mode and preview mode.

    While everything appears correctly when the application is run, the image assigned to the ImageView is not displayed.

    From the FXML file:

    < ImageView fx:id = "ivBRULogo" fitHeight = "64.0" fitWidth "64.0" layoutX = '14.0' = on = "14.0" pickOnBounds = "true" preserveRatio = "true" AnchorPane.leftAnchor = "14.0" AnchorPane.topAnchor ="14.0" > "

    < image >

    "< image url="@BRU_PE_B_64.png "/ >

    < / image >

    < / ImageView >

    Does anyone have an idea of what might happen between the compiled application and what scene Builder generates?

    Thank you

    Tim

    I recreated the project in Netbeans and copied the Mac files in the src folder.  I opened the FXML in stage Builder and everything looked good.

    Then I built the copied files and voila! The app seems correct with all images and colors of text (another oddity) on Windows 7.

    There must be something weird happening between the stage Builder and Netbeans in Windows 7.

  • Problem of component TileList weird in the AIR that does not appear in the Flex version

    In my application, I have some drag and drop tilelist of however I only just found out that if I try to drag an item in one of the tilelists and drop it directly on, or generally just below itself, I get a very strange error: -.

    "Error #1009: cannot access a property or method of a null object reference."

    The weird thing is this exact code works fine in a flex application, but the error is produced in an AIR application. This is the only error I receive in my entire application, so it's a real nightmare. One thing I noticed is that if you drop something on itself in Flex occurs a kind of animation of zoom of the question but this animation even don't sem to occur in AIR applications, so I wonder if this is what is causing the problem but I'm totally stumped: -.

    <? XML version = "1.0" encoding = "utf-8"? >

    < mx:WindowedApplication

    ' xmlns:mx = ' http://www.Adobe.com/2006/MXML "layout =" " absolute "creationComplete ="initprofile1NewsAndSportSO ()"

    >

    < mx:Script >

    <! [CDATA]

    [

    Bindable

    ]

    [

    Incorporate (source ='assets/images/bbcnews_small.png' )

    )]

    public var

    Image1: Class;

    [

    Bindable

    ]

    [

    Incorporate (source ='assets/images/itv_small.png' )

    )]

    public var

    Image2: Class;

    [

    Bindable

    ]

    [

    Incorporate (source ='assets/images/skynews_small.png' )

    )]

    public var

    image3: Class;

    []] >

    < / mx:Script >

    < mx:Script >

    <! [CDATA]

    import

    MX. Collections.*;

    import

    flash.net.SharedObject;

    public var

    profile1NewsAndSportSO:SharedObject;

    private var profile1NewsAndSportaddLinksFullAC:ArrayCollection = new

    ArrayCollection([)

    {link:}

    "www.bbcnews.com" , label: "BBC News" , icon: "image1" , largeImage: "assets/images/bbcnews_small.png" , title: "BBC News" , description: "BBC News description will go here"

    },

    {link:}

    "www.itv.com/" , label: "ITV" , icon: "image2" , largeImage: "assets/images/itv_small.png" , title: "ITV" , description: "ITV Description will go here"

    },

    {link:}

    "www.skynews.com" , label: "Sky News" , icon: 'image3' , largeImage: "assets/images/skynews_small.png" , title: "Sky News" , description: "Sky News Description will go here"

    }

    ]);

    private var profile1NewsAndSportaddLinksAC:ArrayCollection = new

    ArrayCollection([)

    {link:}

    "www.bbcnews.com" , label: "BBC News" , icon: "image1" , largeImage: "assets/images/bbcnews_small.png" , title: "BBC News" , description: "BBC News description will go here"

    },

    {link:}

    "www.itv.com/" , label: "ITV" , icon: "image2" , largeImage: "assets/images/itv_small.png" , title: "ITV" , description: "ITV Description will go here"

    },

    {link:}

    "www.skynews.com" , label: "Sky News" , icon: 'image3' , largeImage: "assets/images/skynews_small.png" , title: "Sky News" , description: "Sky News Description will go here"

    }

    ]);

    private function profile1NewsAndSportReset():Sub

    {

    resetprofile1NewsAndSportAC();

    profile1NewsAndSportAddLinksTilelist.DataProvider

    = profile1NewsAndSportaddLinksAC;

    profile1NewsAndSportLinkChoice.DataProvider =

    New

    ArrayCollection ([]);

    }

    private function resetprofile1NewsAndSportAC():Sub

    {

    profile1NewsAndSportaddLinksAC.RemoveAll ();

    for every()var obj:Object in

    profile1NewsAndSportaddLinksFullAC) {}

    profile1NewsAndSportaddLinksAC.AddItem (obj);

    }

    }

    private function initprofile1NewsAndSportSO():Sub

    {

    profile1NewsAndSportSO = SharedObject.getLocal)

    'profile1NewsAndSport '.

    );

    If

    (profile1NewsAndSportSO.size > 0) {

    If

    (profile1NewsAndSportSO.data.profile1NewsAndSportaddList) {}

    if (profile1NewsAndSportSO.data.profile1NewsAndSportaddList! = 'empty' )

    ){

    var profile1NewsAndSportaddList:Array = profile1NewsAndSportSO.data.profile1NewsAndSportaddList.split (',' )

    );

    var profile1NewsAndSporttempAC1:ArrayCollection = new

    ArrayCollection();

    for every()var str:String in

    profile1NewsAndSportaddList) {}

    for every()var obj1:Object in

    profile1NewsAndSportaddLinksAC) {}

    If

    (str is obj1.label) {

    profile1NewsAndSporttempAC1.AddItem (obj1);

    continue

    ;

    }

    }

    }

    If

    (profile1NewsAndSporttempAC1.length > 0) {

    profile1NewsAndSportAddLinksTilelist.DataProvider = profile1NewsAndSporttempAC1;

    }

    }

    }

    If

    (profile1NewsAndSportSO.data.profile1NewsAndSportchoiceList) {}

    var profile1NewsAndSportchoiceList:Array = profile1NewsAndSportSO.data.profile1NewsAndSportchoiceList.split (',' )

    );

    var profile1NewsAndSporttempAC2:ArrayCollection = new

    ArrayCollection();

    for every()var str2:String in

    profile1NewsAndSportchoiceList) {}

    for every()var obj2:Object in

    profile1NewsAndSportaddLinksAC) {}

    If

    (str2 is obj2.label) {

    profile1NewsAndSporttempAC2.AddItem (obj2);

    continue

    ;

    }

    }

    }

    If

    (profile1NewsAndSporttempAC2.length > 0) {

    profile1NewsAndSportLinkChoice.DataProvider = profile1NewsAndSporttempAC2;

    }

    }

    }

    on the other

    {

    profile1NewsAndSportReset();

    }

    }

    []] >

    < / mx:Script >

    < mx:TileList id=" profile1NewsAndSportAddLinksTilelist "fontWeight =" " "BOLD" "dragEnabled =" " true "dragMoveEnabled =" " true "dropEnabled =" " true "height =" " 292 "width =" 650 "left =" 21 "columnCount =" 5 "rowHeight =" 145 "columnWidth =" 125 "itemClick ="titleLabel.text = profile1NewsAndSportAddLinksTilelist.selectedItem.title; "" "" websiteLinkLabel.text = profile1NewsAndSportAddLinksTilelist.selectedItem.link; descLabel.text = profile1NewsAndSportAddLinksTilelist.selectedItem.description; linkImage.source = profile1NewsAndSportAddLinksTilelist.selectedItem.largeImage; "itemDoubleClick =" {navigateToURL (new URLRequest ('http://' + profile1NewsAndSportAddLinksTilelist.selectedItem.link))} "doubleClickEnabled =" true "backgroundColor =" #000000 "borderColor =" #FFFFFF "color =" #FFFFFF "borderSides =" top right left "y =" 25 " " / > "

    < mx:Canvas id=" SitePreviewArea " y=" 10 "width =" 453 "height =" 540 "backgroundColor =" #545050 "cornerRadius =" 20 "borderStyle =" "x =" 692 solid "largeurBordure =" 2 "dropShadowEnabled =" true "borderColor =" #000000 "" "" ""

    >

    < mx:Label x=" 45 "y =" 309 "text =" name of the Web site: "width =" 150 "height =" 52 "fontSize =" 14 "fontWeight =" "BOLD" "color =" #FFFFFF "left =" 10 " " / > "" "" "

    < mx:Label x=" 150,5 "y =" 309 "id =" titleLabel "width =" 282.5 "height =" 24 "fontWeight =" "BOLD" "fontSize =" 14 "color =" #FCFF00 "" "" ""

    / >

    < mx:Label x=" 124.5 "y =" 385 "text =" Description of the Web site: "width =" 200 "height =" 24 "fontSize =" 14 "fontWeight =" "BOLD" "color =" #FFFFFF "textAlign =" Center " " / > "" "" ""

    < mx:TextArea x=" 16 "y =" 417 "id =" descLabel "width =" 421 "height =" 69 "textAlign =" left "color =" #FCFF00 "largeurBordure =" 0 "backgroundColor =" #545050 "editable =" false "enabled =" true "disabledColor =" #FFFFFF "backgroundDisabledColor =" #545050 "fontWeight =" "BOLD" "fontSize =" 12 "" "" "" "" "" "" "

    / >

    < mx:Label x=" 61 "y =" 342 "text =" link to the site: "width =" 150 "height =" 52 "fontSize =" 14 "fontWeight =" "BOLD" "color =" #FFFFFF "left =" 10 "" "" "" "

    / >

    < mx:TextArea x=" 150,5 "y =" 343 "id =" websiteLinkLabel "width =" 282.5 "height =" 33 "fontWeight =" "BOLD" "fontSize =" 12 "color =" #FCFF00 "largeurBordure =" 0 "backgroundColor =" #545050 "editable =" false "enabled =" true "disabledColor =" #FCFF00 "backgroundDisabledColor =" #545050 "" "" "" "" "" ""

    / >

    < mx:Button id=" goToSiteButton " top=" 494 "left =" 168 "label =" VISIT "fontWeight =" "BOLD" "fontSize =" 14 "color =" #000000 "click =" {navigateToURL (new URLRequest ('http://' + websiteLinkLabel.text))} "fillAlphas =" [1.0, 1.0] "fillColors =" [#FFFFFF, #DCDCDC] "borderColor =" #000000 "" "" ""

    / >

    < mx:Canvas x=" 99.5 "y =" 51 "width =" 250 "height =" 250 "backgroundColor =" #FFFFFF "" ""

    >

    < mx:Image id=" linkImage "" "click =" {navigateToURL (new URLRequest ('http://' + websiteLinkLabel.text))} "width =" 250 "height = » 250 " x=" 0 " y=" 0 "scaleContent = » vrai " top=" 2 « droite = » 2 « gauche = » 2 « bas = » 2 "

    / >

    < / mx:Canvas >

    < / mx:Canvas >

    < mx:TileList id=" profile1NewsAndSportLinkChoice "fontWeight =" " "BOLD" "dragEnabled =" " true "dragMoveEnabled =" " true "dropEnabled =" " true "height =" " 292 "width =" 650 "left =" 21 "columnCount =" 5 "rowHeight =" 145 "columnWidth =" 125 "itemClick ="titleLabel.text = profile1NewsAndSportLinkChoice.selectedItem.title; "" "" websiteLinkLabel.text = profile1NewsAndSportLinkChoice.selectedItem.link; descLabel.text = profile1NewsAndSportLinkChoice.selectedItem.description; linkImage.source = profile1NewsAndSportLinkChoice.selectedItem.largeImage; "itemDoubleClick =" {navigateToURL (new URLRequest ('http://' + profile1NewsAndSportLinkChoice.selectedItem.link))} "doubleClickEnabled =" true "backgroundColor =" #000000 "borderColor =" #FFFFFF "color =" #FFFFFF "borderSides =" top right left "y =" 325 " " "

    / >

    < / mx:WindowedApplication >

    Insert your itemClick handler code in a function, and check for null. May need to do this for the two TileListt

    private function itemClickFunc (): void {}
    If (profile1NewsAndSportAddLinksTilelist.selectedItem! = null) {}
    titleLabel.text = profile1NewsAndSportAddLinksTilelist.selectedItem.title;
    websiteLinkLabel.text = profile1NewsAndSportAddLinksTilelist.selectedItem.link;
    descLabel.text = profile1NewsAndSportAddLinksTilelist.selectedItem.description;
    linkImage.source = profile1NewsAndSportAddLinksTilelist.selectedItem.largeImage;
    }
    }

    If this post answers your question or assistance, please mark it as such.

  • pages does not appear in my installed applications

    Recently, I've restored my air mac to the factory settings and re installed the OS X El capitan. I noticed that my 'Pages' and 'Numbers' applications were not put back in place.

    What should I do?

    Pages, Numbers and Keynote are not part of the generation of OS X. They are layered applications that are added by Apple to new Mac purchases after January 2014, during the term of this gratuity, or before that purchases of OS X App Store by you. What versions of Pages and Numbers were already installed?

    Numbers ' 09 v2.3 and Pages ' 09 numbers v3.6.1 v4.3 and v5.6.1

             

    If the first group and they were purchased at the origin of the OS X App Store before the fall of 2013, then you will need to get them from a backup. If they have been installed at the origin of an iWork ' 09 DVD, then you need to reinstall from the DVD and then apply Update Apple iWork 9.3 (only updates DVD apps).

    If the second group, your options are:

    1. Check the updates toolbar item in the OS X App Store. Are there Pages and Numbers updates current?
    2. Log into the OS X App Store and purchases, you have the option to download/install these applications?

    If both point 1 and 2 above is not available to you, then Apple you expect to pay for these applications. Once again, if your Mac is newest Jan 2014, then you will need to contact the Support of App Storeand enter him (questioned) with your serial number obtained from the menu  Mac: Panel of the about this Mac. If you are the original purchaser, they should fix this for you.

  • After Effects does not appear in the creative Cloud Desktop application

    It took more than 10 minutes to get to this place just to ask a question... REALLY from ADOBE, you can make it easier for people to get help with your products? I'm in my 50th minutes installing a trial version of After effects on a PC. After the update and create my account cloud Adobe, After Effects is no where. I am really frustrated and can proceed to Final Cut Pro! Someone wants to tell me how to install After Effects. Ridiculous!

    After Effects does not appear in the creative application cloud if your system does not meet the requirements of System. After Effects - Adobe. This question was asking about two or three times a month from the creative cloud was announced. You can't blame Adobe that you didn't read the requirements before you sign up for creative cloud. Other applications may be compatible and you can be able to use CS6 filtering apps available as follows:

  • Lightroom does not appear in the Office of creative cloud. He is used to. Now I see photoshop.

    I have photoshop and lightroom in my plan, but lightroom does not appear in the installed applications section (or the area of download/try). It used to be there. How can I get that back? I use a macbook pro with the Mavericks.

    Office CC lists the applications as "up to date" when they are not

    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

    Otherwise, the link to download & install and installation & activation problems can help

    -Cat http://www.adobe.com/support/download-install/supportinfo/

    OR

    -http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html

    -http://forums.adobe.com/community/download_install_setup

    -http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html

    -http://helpx.adobe.com/x-productkb/global/errors-or-unexpected-behavior-websites.html

    -http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html

    -Server does not connect https://forums.adobe.com/thread/1233088

  • I am Member creative cloud and try to install Adobe After Effects and it does NOT appear in my

    I am Member creative cloud and try to install Adobe After Effects and he does NOT appear in my Adobe Application Manager (only 14 applications appear) help please!

    Your system does not meet the requirements. Read here:

    http://www.Adobe.com/products/AfterEffects/tech-specs.html

    Mylenium

  • Status window component-fax fax Windows does not appear when sending or receiving

    I can send and receive faxes using Microsoft fax in windows component, but fax status window does not appear when sending or receiving.  How can I fix?

    Assuming that long ago, that you have installed Service Pack 1 for Windows XP, your problem may be a badly configured third-party firewall.  See http://service1.symantec.com/SUPPORT/nip.nsf/4a29389c214c78ea88256c75005f451a/713afacbd4135e0a88256c77007e526f?OpenDocument

    Also take a look in the event viewer (start > run > eventvwr > OK) for errors or warnings related to the fax system.  If you find one, double-click on it to open the event properties, and click on 2 pages below the up/down arrow icon to copy the events to the Clipboard.  Then paste it in your response.

  • App does not appear on the emulator

    Hello

    (I'm a noob to developing applications for the blackberry)

    I don't know why the HelloWorld application in the tutorial of does not appear in my Simulator. Boots Simulator, but there is nothing under the "Downloads" button in the menu, and the app does not appear under "Applications". I use the plugin Eclipse and the JDE component package version 4.7. I also went in the Blackberry project-> tab Application properties, and made sure "module system" is unchecked. I also tried to check "Auto-run at startup", but nothing happened when the Simulator began...

    Any ideas on what I am doing wrong?

    Thank you!

    Hello

    You don't need to check "auto-run at startup.

    Just make sure that your project is active.

    (a) project-> the value of active projects...-> check your project

    (b) or of the project properties-> general tab-> check "always do active project.

    Now, after the accounts, you should see your app in the download directory.

    Also check this tbilisoft helloworld example.

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&thread.ID=17514

    Concerning

    Bika

  • JSFUtils.addFacesErrorMessage () does not appear cross icon in 12 c

    Hi Experts,

    JDeveloper 12.1.3.0.0

    JSFUtils.addFacesErrorMessage () does not appear cross icon. His only coming as a single window.

    Thank you

    AR

    JSFUtils are not supported by the ADF. This is a utility class that may not work. You need to check the source code

    User

    FacesMessage fm = new FacesMessage (message.toString ());

    fm.setSeverity (FacesMessage.SEVERITY_ERROR);

    FacesContext fctx = FacesContext.getCurrentInstance ();

    fctx.addMessage (null, fm);

    Instead of the null value, you can pass the component that you want to assign the error.

    Timo

  • Does not appear internet image on ios

    HI experts,

    Developed with adf 11.1.2.4_39_64_64 mobile jdk1.6.0_51

    I have amx components of image on line table referenced on url Web site

    seems on anroid correctly but does not appear on ios platform. Deployed with xcode5.1

    I Set image source on so inputtext component value due to the validation of URLs

    so I can display image on safari with the same value

    also I tried to write the URL in the form of url (""), but nothing changes.

    What could be the reason?

    Rgds

    Can you make sure that the site that you try to get the images to figure in your whitelist?

    Implementation of features of the app as a remote URL - 11 g Release 2 (11.1.2.4.0)

    Also - the image appears if you define a remote URL function in ADF Mobile pointing to this URL?

  • Update for Sierra and now my Apple music does not appear I have a subscription and I am unable to get my music on the cloud?

    Update for Sierra and now my Apple music does not appear I have a subscription and I am unable to get my music on the cloud?

    Hey there Scotchman2926,

    I understand that you are experiencing some problems with Apple music on Sierra. I have a few suggestions to help you solve this problem. First of all, if you are unable to access the iTunes Store as well as music from Apple, use the information in this article to help resolve this problem:

    If you cannot connect to the iTunes Store - Apple Support

    If this does not resolve the problem, you might try signing out of your Apple ID in iTunes and then connect again.

    Thanks to be come to the communities of Apple Support and let us know how it goes.

    See you soon.

  • Iomega Portable hard drive now does not appear under "Devices" after accidentally deleted USB cable. USB

    My Iomega eGo Portable hard drive was connected by USB on my Macbook Pro OSX 10.9.5 cable and I was transferring my iPhoto folder.  Unfortunately, the cable dropped and I got a message on my laptop hard drive had not ejected correctly.   I reconnected it the cable, but now, it does not appear under devices in the search page.  I also checked the disc utilities and it isn't here either.  I tried to connect the hard drive of my iMac, but it does not appear in the devices out there either.

    Although I have been using a Mac since they first appeared on the market and can usually work things, I find it more and more difficult with all the new technology.  Everything that used to be so easy, one of the great things the Mac since MS-DOS.

    If anyone can help I would be very grateful, because I have a lot of files on this disc of old Mac and use the Iomega to backup my most important files.

    The drive may have failed.

    Try different USB cables.

    Remove the naked drive from the iOmega enclosure and test it in a known functional wardrobe.

    Ciao.

  • Drive external hard drive does not appear under "devices."

    Hello

    I just updated my OS to Sierra of MacOS. I have connected my external hard drive (HDD) and it does not appear under "Devices" in my Finder window. It worked fine before the update.

    I use a MacBook Pro (end of 2013), currently running MacOS Sierra (Version 10.12). My external HARD drive is a SeaGate Slim SL Media (500 GB).

    The external HARD disk appears in disk utility application. He also appears on the about this Mac > system report > USB. I don't know what the problem is, the external HARD disk is identified but does not appear for use in the Finder window.

    I read that it could possibly be in mode 'sleep' and putting the MacBook to sleep (while it is plugged into the external HARD drive) and it to wake up again should solve the problem. However, it did not work. No more restarting my MacBook. It was mentioned in another post that it may require extra power, so I attached power adapter and again, without success.

    I do not want to clear the contents of the external HARD drive.

    Is there a way to get my external HARD drive works as expected with my MacBook?

    Thank you much in advance.

    I also have this problem.

    My camera is Macbook Pro 13 "retina 2015 and Seagate Backup more 1 TB (NTFS - Paragon NTFS)

    * Edit *.

    My HDD show in report system > hardware > USB

    but it does not show in Finder or Desktop.

Maybe you are looking for

  • M2Q28A: Deskjet GT 5820 does not correctly print legal paper size.

    The printer does not print correctly if I change the legal paper size it says paper mismatch. a procedure that I didn't change default paper size. then I change th EWS configuration too but the problem is still there. Please help me. My operating sys

  • Monitoring of temperature for free software

    Hello I have the HP TouchSmart 310-1124F office running on Windows 7 and did have PKU overheating problems. I finally understood what was wrong. The fan. The processor was 74 degrees when I played a DVD music while capturing the music with Roxio Crea

  • OfficeJet Pro 6830: Officejet Pro 6830 does not print

    When I send the print job from my laptop to the printer (wirelessly), the screen of the printer say an impression with a symbol of loading, then makes the sound usually makes when printing is completed. But nothing comes out, I tried turning then onc

  • Upcoming USB does not screen n

    Hi - my USB is coming as a device that is unrognised and a convenience store. I use it every day, but nothing appears on the screen with I now put it in - suggestions appreciated!

  • Wise sent emails are sent to my Inbox and not the customers. My e-mail settings do not seem to send them.

    I try to send e-mail from wise direct to customers, but the emails only go to my Inbox. When I check every email they are sent to the customer using their email address and in the box of my address email is listed. I think I need to adjust the settin