Centering images in a container

I’ve been searching to find an answer for this little
problem without luck. I’m loading external jpgs into an empty
movie clip. The clip is large enough to accommodate vertical as
well as horizontal images. What do I need to do to have the images
load in the center of the clip instead of the top left corner?
Thanks for your help.
Mariusz

Thank you very much for your help, but I’m a bit lost.
I’m adapting this movieloaderclass code.
mclL.onLoadProgress= function(target,loaded,total){
theText._visible = true;
theText.text = Math.round((loaded/total)*100)+"%";
preloader_mc._visible = true;
preloader_mc.progress_mc._width =
preloader_mc.base_mc._width * (loaded/total);
mclL.onLoadInit = function(){
preloader_mc._visible = false;
theText._visible = false;
var tw01 : Tween
=newTween(container.img["img"+counter],"_alpha",None.easeNone,container.img["img"+counter] ._alpha,100,3,true);
caption.text = captions[whoIsOn]
tw01.onMotionChanged = function(){
container.img["img"+(counter-1)].removeMovieClip
var img_mc:MovieClip =
container.img.createEmptyMovieClip("img"+counter,0);
img_mc._alpha = 0;
mcl.loadClip(myArray[whoIsOn],img_mc);
function released(){
if(this.numb<>whoIsOn){
whoIsOn=this.numb;
counter++
var img_mc:MovieClip =
container.img.createEmptyMovieClip("img"+counter,counter);
img_mc._alpha = 0;
mcl.loadClip(myArray[whoIsOn],img_mc);
If this is not too complicated and time consuming can you
tell me how can I access my image properties from the preloader?
Thanks again.

Similar Messages

  • Placing more than one images in one container (was: InDesign)

    Hi,
    I'm new to inDesign. Can anybody help me placing more than one images in one container like rectangle in which I can get coordinates of the different grphics/images with reference to the container not document page.
    Thanks and best regards
    Sal

    I´n not quite sure what you are trying to do but I´m afraid it´s not possible in InDesign. Coordinates are always referencing the page, or actually the origin which is usually on the top-left corner of the page.
    If you just want a single frame for multiple images, you could try to use paste into command. Group your images and Edit > Cut. Draw an empty rectange, select it and Edit > Paste Into. Now you have your group of images inside that one frame and they shouls act like one image if you for instance scale your frame....

  • Can images inherit their container margins? [subject edited by moderator]

    I'm using a basic html template in Dreamweaver CC, and I've inserted images that don't confirm to the margins set in the container. How can I fix this, or how do I insert them so they inherit the margins of the container?

    Content inside a container doesn't inherit a margin as the margin is outside of the container. Looking at the image you have padding added to the text inside the container hence you have a space bewteen its edge and the text.
    Add some margin to the image, either by using css inline - margin-left: 20px; (see below)
    <img src="blahblah.jpg" width="XXX" height="XXX" alt="" style="margin-left: 20px;">
    Or better target the image in the container with css:
    #nameOfContainer img {
    margin-left: 20px;
    That should fix your issue. If it doesn't then please post your pages code and css here.
    There are other ways to achieve the appearance you require but I won't go into those now.

  • The form field arguments.image did not contain a file.

    Hi there,
    I'm getting a strange error with a simple file upload and I
    can't figure it out for the life of me. It's odd, because old code
    I have written before has worked fine in this area, and I really
    honestly can't see where I am going wrong.
    First the error:
    The form field arguments.image did not contain a file.
    The error occurred in
    C:\ColdFusion8\wwwroot\red_roof_rentals\components\query.cfc: line
    37
    35 :
    36 : <!---<cftry>--->
    37 : <cffile action="upload"
    accept="image/jpg,image/jpeg,image/gif" filefield="arguments.image"
    nameconflict="overwrite"
    destination="#getDirectoryFromPath(getBaseTemplatePath())#\properties\">
    38 : <cfset variables.image = "#file.ServerFile#" />
    39 : <cfset variables.thumb = "thumb_#file.ServerFile#"
    />
    I have researched this and found other people have had the
    same problem - although please be aware that I do not beleive this
    to be an issue with whatever version of CF I am running. I have
    still not found an answer.
    I have one template with my form called
    "admin_create_property.cfm". When the form posts it invokes a CFC
    method that uploads the file and inserts stuff into the database.
    However, it dies at the file upload part with that bizzarre error.
    There are only two files working in this:
    admin_create_property.cfm
    query.cfc
    I will write the code out for these so you can see. Please
    see attached code. Please note that I have taken out as much
    irrelevant code as possible (html, doctypes etc etc).
    Any help with this would be greatly appreciated as I am
    absolutley stumped to be quite honest. I've heard people say it
    could be any of the following:
    1 - Need to use enctype="multipart/form-data" - which I DO
    2 - cffile filefield can't contain ## - which it DOESN'T
    3 - Inut type must be file - which it clearly is.
    Please please help, I feel stupid asking about this but I
    need you guys more than ever!
    Kind regards and thanks in advance,
    Mikey.

    I don't get what you mean as this is what I am doing.
    <cfinvokeargument name="image" value="#form.image#" />
    This takes the value of the image file field and passes it to
    the CFC as an argument.
    Am I doing something wrong with this? Sorry for my
    stupidness!
    Thanks for you help, further assistance would be greatly
    appreciated.
    EDIT: Interestingly enough, if I just use the tag on my
    "admin_create_property.cfm" page instead of using the CFC method
    like this...
    <cffile action="upload"
    accept="image/jpg,image/jpeg,image/gif" filefield="form.image"
    nameconflict="overwrite"
    destination="#getDirectoryFromPath(getBaseTemplatePath())#\properties\">
    It seems to upload the image just fine. Why then would this
    not work if all I am doing is simply passing to the CFC the value
    of the "form.image" as an argument so that the file upload can
    happen in my CFC instead of in the calling template??!
    It's really bizzarre.
    Mikey.

  • Centering images on fluid site

    Rebuilding a very antiquated site to meet the upcoming Google deadline, I'm having problems centering images. I defined a class of "center" but it's not working;
    http://www.aptcoweb.com/dev/aptcoFluid/office/label.htm
    Sometimes I want to center a single image, other times a group of images. What's wrong with my css?
    Also, what's the best way to center the iframe video?

    larrycfc wrote:
    Still don't know how to center the video. wrapping the iframe in a div made it disappear.
    Add some inline css styling to the iframe:
    <iframe width="640" style="display: block; margin: 0 auto;" height="480" src="https://www.youtube.com/embed/RWgpByd3UrI?rel=0" frameborder="0" allowfullscreen></iframe>

  • Embed a MIME image into a container

    Hi experts,
    I am trying to create a selection menu that is composed of several images as pushbuttons.
    I have implemented an initial solution uploading those images using SE78 transaction. But, it has the restriction of using images of a very low quality (256 colours). However, I upload again the image to the MIME repository object and in the preview I could see it correctly.
    So, is it possible to embed this MIME image into a container in a dynpro? I was reading several posts but I cannot create an example:
    My picture is a .PNG and is upload into path SAP/PUBLIC/.
    http://scn.sap.com/community/abap/blog/2013/08/05/pictures-from-mime-repository-in-html
    I’d really appreciate your help.
    Lots of thanks,
    Javier

    Please See this cod : He is in PBO.
    *&      Module  IMAGE  OUTPUT
    *       text
    MODULE image OUTPUT.
      DATA: lt_query         LIKE w3query OCCURS 1 WITH HEADER LINE,
             lt_html          LIKE w3html OCCURS 1,
             l_return         LIKE  w3param-ret_code,
             l_content_type   LIKE  w3param-cont_type,
             l_content_length LIKE  w3param-cont_len,
             lt_pic_data      LIKE w3mime OCCURS 0,
             l_pic_size       TYPE i,
             l_url(256)       TYPE c .
       IF v_container IS INITIAL.
         CREATE OBJECT v_container
           EXPORTING
             container_name = 'CONTAINER'.
         CREATE OBJECT v_image
           EXPORTING
             parent = v_container.
         lt_query-name = '_OBJECT_ID'.
         lt_query-value = 'ZLOGO_VIVO_CAIXA'.
         APPEND lt_query.
         CALL FUNCTION 'WWW_GET_MIME_OBJECT'
           TABLES
             query_string   = lt_query
             html           = lt_html
             mime           = lt_pic_data
           CHANGING
             return_code    = l_return
             content_type   = l_content_type
             content_length = l_content_length.
         IF l_return IS INITIAL.
           CALL FUNCTION 'DP_CREATE_URL'
             EXPORTING
               type     = 'image'
               subtype  = cndp_sap_tab_unknown
               size     = l_pic_size
               lifetime = cndp_lifetime_transaction
             TABLES
               data     = lt_pic_data
             CHANGING
               url      = l_url
             EXCEPTIONS
               OTHERS   = 1.
           CALL METHOD v_image->load_picture_from_url
             EXPORTING
               url = l_url.
         ENDIF.
       ENDIF.
    Hope helped you.
    ENDMODULE.                 " IMAGE  OUTPUT

  • I put a Spry Tabbed Panel obj in my site at...how I centered it, to the container div width?

    I put a Spry Tabbed Panel obj in my site at
    http://l-web-dev.net/
    how I centered it, to the container div width?

    Add this to your document:
    <style type="text/css">
    <!--
    #content .story .myTabbedPanels {
        margin-right: auto;
        margin-left: auto;
        width: 550px;
    -->
    </style>
    Then change the following line
      <div class="story" style="width:550px;">
    to
      <div class="story myTabbedPanels">
    At a later stage you could add the style rules for myTabbedPanels to /styles/css-styles.css after having removed it from this document.
    That is it.
    Ben

  • Android - Upload Image in a Container

    String connectionString = "DefaultEndpointsProtocol=https;AccountName=StorageAccountName;AccountKey=StorageAccountKey"
    CloudStorageAccount storageAccount = CloudStorageAccount.parse(connectionString);
                            // Create the blob client
                            CloudBlobClient blobClient = storageAccount.createCloudBlobClient();
                            // Get a reference to a container
                            // The container name must be lower case
                            CloudBlobContainer container = blobClient.getContainerReference("images");
                            // Create the container if it does not exist
                            container.createIfNotExists();
                            // Create a permissions object
                            BlobContainerPermissions containerPermissions = new BlobContainerPermissions();
                            // Include public access in the permissions object
                            containerPermissions.setPublicAccess(BlobContainerPublicAccessType.CONTAINER);
                            // Set the permissions on the container
                            container.uploadPermissions(containerPermissions);
                            // Create or overwrite the "myimage.jpg" blob with contents from a local file
                            CloudBlockBlob blob = container.getBlockBlobReference("myimageYdolo.jpg");
                            File source = new File(currImageURI.toString());
                            blob.upload(new FileInputStream(source), source.length());
     I have used the above code to upload image in a storage container in azure from android. It throws the error on "// Create the blob client" line. some java.lang.verifyError. I have searched to solve this error but i can't find any solution.
                                                                

    Hi Veerasuthan,
    For this issue, I suggest you could try the code below.
    import com.microsoft.azure.storage.*;
    import com.microsoft.azure.storage.blob.*;
    public class BlobSample {
    public static final String storageConnectionString =
    "DefaultEndpointsProtocol=http;"
    + "AccountName=your_account_name;"
    + "AccountKey= your_account_key";
    public static void main(String[] args) {
    CloudStorageAccount account = CloudStorageAccount.parse(storageConnectionString);
    CloudBlobClient serviceClient = account.createCloudBlobClient();
    // Container name must be lower case.
    CloudBlobContainer container = serviceClient.getContainerReference("myimages");
    container.createIfNotExists();
    Aslo, you could refer to this code sample (https://github.com/Azure/azure-storage-java). Please try it.
    Any results, please let me know free.
    Regards,
    Will
    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.

  • ReportBuilder. Centering image in Report

    Hello everybody,
    I need help in centering image in Report.
    Thanks
    http://firebird-vbnet.blogspot.com/

    Hi giovannigiorgio,
    According to your description that you want to know how to centering an image in ReportBuilder, right?
    Before centering the image, we should be clear about some of the position related properties, only after we have done the proper setting of them can we be able to make the image to display in the center of the page.
    For physical page renderers, it's important to keep in mind the concept of Usable Area.  The Usable Area is the amount of space left on a page for your report to be drawn after reserving space for margins, headers and footers, and column spacing (for
    multi-column reports).
    Horizontal usable area:
    X = Page.Width - (Left Margin + Right Margin)
    Vertical usable area:
    Y = Page.Height - (Top Margin + Bottom Margin + Header Height + Footer Height)
    I suppose there is only image in the page. Please following the steps below to check all the related properties of size and center the image.
    Right click on Report area and select the Report Properties
    Make a note of the values for Page width(8.5), Page Height(11in), Left margin(1in), Right margin(1in),Top margin(1in),Bottom margin(1in)
    Close and go back to the design surface and in the Properties window, select Body
    Click the + symbol to expand the Size node and  do setting as below:
    Body Width  <=Page width- Left margin -Right margin(Body Width <=6.5)
    Body Height  <=Page Height- Top margin -Bottom margin-Header Height-FooterHeight(Body Height <=11-1-1-1-1=7)
    Right click the body area to insert an image and in the Image properties window select the size and check the “fit to size”
    the image will fit the size of the image item, we can set the position(Location and size) properties to determine the display of the image now
    In the Image properties, Set the value for position(Location and size) (according to the best Resolution of image to set the values of the location):
    Location left = (Body Width – Width of Image) /2    (Location left =(6.5-4.5)/2)
    Location Top =(Body Height – Height of Image) /2  (Location Top =(7-5) /2)
    If the page both include the image and the table, we should also consider the size of the table(Column Spacing in the width and Row Spacing in the height).
    Article about  the Pagination in Reporting Services for your reference:
    http://msdn.microsoft.com/en-us/library/dd255278.aspx
    If your problem still exists, please feel free to ask
    Regards
    Vicky Liu

  • Centering an image inside its container

    Hi,
    I have been placing several images with text on a web page on which I have been using CSS3 to float the images either left or right so that my text wraps around the image.
    Now, at the bottom of this same page, I want to add a wider image that I do not want to wrap text around.  I just want the image to centered on my page (or in its container I guess I should say, which is a div).
    If anyone could tell me the best way to do this, I would greatly appreciate it.
    Thanks in advance,
    Paul

    Thank you Ken,
    I created the .clearing rule as you suggested and added the <hr class="clearing" /> after the end of the paragraph that wraps around my second (and final) floated image.
    After the <hr class="clearing" />, I have my image reference for the image I want to be centered inside its containing DIV as follows....
    <hr class="clearing" />
    <p><img src="Images/pk_38_41_43.jpg" alt="Membrane Casting Line" width="612" height="367" class="center"/></p>
    ...the class="center" is a class I created where I set the left and right margins to "auto", hoping that this would do the job.  This didn't work.  My image appears all the way to the left.  If you can give me a hint what I should do to get it centered, I'd really appreciate it.
    Thanks again for your help,
    Paul

  • Centering Images using CSS but having links on the Images

    Hi all,
    I have a problem on centering an image using CSS. I read on many forums that you have to use margin-left , margin-right and set to auto. and also set the display:block which I had done.
    The problem is if I want to have a link from the image. Because I have set the display to block, the link will span the entire container containing it! How do I resolve that? I only want the image to be linkable and not the entire container!
    Thanks for reading!

    Murray *ACP* wrote:
    Because I have set the display to block, the link will span the entire container containing it!
    That's incorrect.  If the display:block is applied to only the IMAGE, the anchor tag will be exactly the same dimensions as the image and will not fill the container.
    Hi Murray,
    Weirdly it does in my experiments. (code below). Even if I set the 'a' tag to the width of the image it still makes the whole <div> container clickable:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    #imgWrapper {
        width: 900px;
        margin: 0 auto;
        border: 1px solid #000;
    #imgWrapper img {
        margin: 0 auto;
        display: block;
    </style>
    </head>
    <body>
    <div id="imgWrapper">
    <a href="http://www.bbc.co.uk"><img src="slice_2.jpg" width="595" height="130" /></a></div>
    </body>
    </html>

  • Centering Image Horizontally within Div Layer

    I've placed an image inside a div layer. The div layer is 200 pixels wide by 200 pixels high. My image is 480 pixels x 720 pixels. So the layer is smaller than the image. How do I center the image horizontally within my div layer? I've applied a css rule on the layer as followed:
    #pictureframe {
    position:absolute;
    width:200px;
    height:200px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    Because the image is larger than the div layer the image doesn't want to center horizontally. It seem to justify itself on the left side of the div layer even though I've applied a text-align: center on it. Any suggestions.

    Make your division at least as wide as your image.  Height of divisions should always be determined by content inside it.  If you impose a height limit on your division, increased content or text size will fail, causing content to be hidden.  If required to display a background-image, use the min-height property.
    APDivs as a primary layout method seldom works well. Here is why:
    http://apptools.com/examples/pagelayout101.php
    Also, APDivs cannot be centered as they are removed from the normal page flow. You might try wrapping an APDiv inside a relatively positioned parent container, but without seeing your page (entire code), it's impossible to say for sure if this will work for you.
    See Centering Pages, Images and other elements with CSS
    http://cookbooks.adobe.com/post_Centering_web_pages_and_other_elements_with_CSS-16640.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Upscaled images look blurry, is there a way to sharpen them? In particular, zooming on pages with images that actually contain only text are hard to read.

    I am zooming in on my homework in mastering physics. I am using a large screen and sitting far away. It uses a lot of images containing the text I need to read, but when the images are upscaled, they become very blurry and hard to read. A simple sharpen effect after it is resized would fix the problem. Is there a way to do this in firefox? like a command line switch or maybe something in about:config? Thanks

    It may sound counter-intuitive, but could you try disabling graphics hardware acceleration? Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You usually need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "General" mini-tab, uncheck the box for "Use hardware acceleration when available"
    If you restart Firefox, is the issue resolved?

  • Its seems impossible to center a fixed size image on a container

    Hi,
    I have a fixed sized JPanel that I want to add to the center of a container. I would like my JPanel's center to be fixed to the center of the container.
    I have tried to use GridBagLayout with a GridbagConstraint like follows:
    GridBagLayout gridbag = new GridBagLayout();
    getContentPane().setLayout(gridbag);
    GridBagConstraints c = new GridBagConstraints();
    c.fill = c.CENTER;
    SubPanel subPanel = new SubPanel();
    gridbag.setConstraints(subPanel, c);
    getContentPane().add(subPanel);
    setSize(400, 500);
    setVisible(true);
    But this results in the upper left corner of my JPanel being put in the center of the container. Does anyone know how to get the center of my JPanel being placed in the center?
    The following two suggestions does not work:
    1) This solution put my panel two the right of the center:
    this.setLayout( new Flowlayout( Flowlayout.CENTER ) );
    this.add( subPanel );
    2) This does only work in the special case that the width of my panel is a third of the width of the container:
    Use GridLayout and set the grids, when you add your panel it Should size the cells equal to your largest component which would be the JPanel, then just add blank JLabels to the other cells and add your subpanel to the center cell.

    this is some sample code. It has not been compiled like this, but there should only be minor problems. if it does not work, just post a message...
    ok, here we go:
    import javax.swing.*;
    import java.awt.*;
    public class CenterLayout implements LayoutManager2 {
    // make sure that only one child is added to the container
    public void addLayoutComponent(Component comp, Object constraints) {
    if( comp.getParent().getComponentCount() > 1 )throw new RuntimeException("only one child allowed for this layout");
    // as big as you want...
    public Dimension maximumLayoutSize(Container target) {
    return new Dimension( Integer.MAX_VALUE, Integer.MAX_VALUE);
    public float getLayoutAlignmentX(Container target) {
    return .5f;
    public float getLayoutAlignmentY(Container target) {
    return .5f;
    public void invalidateLayout(Container target) {
    public void addLayoutComponent(String name, Component comp) {
    addLayoutComponent(comp, name);
    public void removeLayoutComponent(Component comp) {
    // this assumes that the preferred size is the preferred size of the single child plus insets...
    public Dimension preferredLayoutSize(Container parent) {
    Insets insets = parent.getInsets();
    int w = insets.left + insets.right;
    int h = insets.top + insets.bottom;
    if (parent.getComponentCount() > 0 ) {
    Dimension childSize = parent.getComponent(0).getPreferredSize();
    return new Dimension(childSize.width + w, childSize.height + h );
    } else {
    return new Dimension(w,h);
    // this assumes that the minimum size is only the minimum size of the single child. if you want insets
    // considered for minimum size, add them here
    public Dimension minimumLayoutSize(Container parent) {
    if (parent.getComponentCount() > 0 ) {
    return parent.getComponent(0).getMinimumSize();
    } else {
    return new Dimension(0,0);
    // this is the important stuff, calculating childs
    // position. It always sets the child to its
    // preferred size and centers it.
    // there may be better strategies handling the case
    // that the containers dimension are smaller than its
    // childs dimensions. you may peek, if the child may be
    // scaled to fit in considering the minimum size of the child.
    // once started, layoutmanager can be improved with
    // more sophisticated algorithms ever on, go and paly
    // around with it :-)
    public void layoutContainer(Container parent) {
    if( parent.getComponentCount() > 0 ){
    Component child = parent.getComponent(0);
    Insets insets = parent.getInsets();
    Dimension size = parent.getSize();
    size.width = size.width - insets.left - insets.right;
    size.height = size.height - insets.top - insets.bottom;
    // put in child scaling here, if needed
    child.setSize(child.getPreferredSize());
    int x = insets.left + (int) ( (size.width - child.getWidth() )/2);
    int y = insets.top + (int) ( (size.height - child.getHeight() )/2);
    child.setLocation(x,y);
    public static void main(String[] args ) {
    JFrame f = new JFrame();
    f.getContentPane().setLayout(new CenterLayout() );
    f.getContentPane().add( new JButton("hello") );
    f.setSize( 200, 200 );
    f.setVisible(true);
    }

  • Why won't Mail allow centered images, as they are sent?

    I am on a Macbook Po using 10.8.3. My trouble is with Mail. But this has been an ongoing problem for years. I send a lot of drawings and photos via email. When I send them I frequently center them in Mail. They look great. But when I send the file the results are upredictable. I can go to my Sent box to verify, or simply ask my recipient. Some of the time the text and photo will be centered as I had formatted the message. Other times, perhaps 50% of the time, the text will be centered but the photo will be left-aligned. Each time I update my System I hope this problem is resolved. But it has never been resolved. What's up with this and can I do anything about it? Even when I have upgraded, in recent years, with an entirely new System (not migrating the old files) this problem persists. And I have noticed friends who formatted their text and photos to center have had this same issue intermittently, with photos that are left aligned when they were intended to be centered along with the text.
    Thanks for any help or workarounds. I like the beauty and flexibility of designing messages with images, when the formatting can be generally trusted.

    Thanks for the replies! It's true, email is not particularly reliable for formatting. And, having designed in HTML and Javascript, that's a somewhat more stable media. But as a designer wanting visual flexibility, I wish there were a dependable method, held in the more personalized but immediately visible form of email. PDFs are nice, but they require an extra click. When I receive them, myself, I do not like to have to switch apps. I might allow them to open in the background and then forget about them. And, as for links, I've read that, for example, Facebook links are rarely viewed compared to inline text on Facebook. People prefer inline viewing. In the older versions of Mail, several years ago now (I do not remember when Mail centering began malfunctioning), there was perfect consisistency in the centering function.
    …Given all this, I was just writing this post to learn more about the issue, and to find out how widespread the issue is. I wouldn't have even known this were happening unless I'd asked and checked my Sent mail box. I know I am not the only one with this problem. But perhaps it is rare. In that case, it could be an issue for which a solution is possible.
    Thanks again for the responses!
    Laura

Maybe you are looking for

  • Delivery document - sales order - no stock items

    Hello, when we create a delivery document out of a sales order, we face the problem that certain material items in the sales order with no stock  will be copied to the delivery document. Other materials that have no stock will not be copied into the

  • Re: Order in Process

    I've got the same problem too. Bought a Macbook Air at around 11am this morning, and 12 hours later, it is still at the order received stage. Checked my bank account, and saw that the money has already been deducted since this morning (ok, it was put

  • Time Capsule and Bell Fibe

    I just purchased a TIme Capsule yesterday but haven't been able to get it to connected. After spending almost an hour on the phone with Apple Support, she told me that the TC may be faulty and to exchange it for a new one. However, after reading thin

  • Help on Web Cache!!!!!!!

    Can anyone tell the steps to configure the Web cache. While i am starting the services through webcachectl start it is giving me error

  • Firefox 4. will not run on my pc

    I niaively upgraded to version 4 but all I can do is open it. Then it freezes every time with (not responding) message at the top of the page. Quite apart from not liking the new layout I'm seriously teee'd off with it. What is wrong & how can I fix