ScrollPane doesn't display its content

I created a scrollpane in as3 and set its source to another object, which contains several rows of icons.
The scrollbar in the scrollpane is getting the right length, which means the object was loaded as expected, but the contant is not showing correctly.
I created a Thumbnail class for this file to load and make each individual thumbnail.
Here is my code, the red text is where each thumbnail is loaded:
import fl.containers.UILoader;
import caurina.transitions.*;
import flash.events.Event;
import fl.containers.ScrollPane;
var urlRequest:URLRequest = new URLRequest("pics.xml");
var urlLoader:URLLoader = new URLLoader();
var myXML:XML = new XML();
var xmlList:XMLList;
myXML.ignoreWhitespace = true;
urlLoader.addEventListener(Event.COMPLETE,fileLoaded);
urlLoader.load(urlRequest);
var arrayURL:Array = new Array();
var arrayName:Array = new Array();
var holderArray:Array = new Array();
var nrColumns:uint = 3;
var sprite:Sprite = new Sprite();
addChild(sprite);
var thumb:Thumbnail;
var thumbsHolder:Sprite = new Sprite();
sprite.addChild(thumbsHolder);
var loaderHolder:Sprite = new Sprite();
loaderHolder.graphics.beginFill(0x666666,1);
loaderHolder.graphics.drawRoundRect(0,0,450,340, 20,20);
loaderHolder.graphics.endFill();
loaderHolder.x = 280;
loaderHolder.y = 240;
sprite.addChild(loaderHolder);
var photoLoader:UILoader = new UILoader();
photoLoader.width = 450;
photoLoader.height = 340;
photoLoader.y = 5;
photoLoader.x = 5;
photoLoader.buttonMode = true;
photoLoader.addEventListener(MouseEvent.CLICK,onClickBack);
loaderHolder.addChild(photoLoader);
var scrollPane:ScrollPane=new ScrollPane();
var skin:MovieClip = new MovieClip();
scrollPane.x = 805;
scrollPane.y = 405;
scrollPane.width = 215;
scrollPane.height = 280;
scrollPane.setStyle( "skin", skin );
scrollPane.setStyle( "upSkin", skin );
scrollPane.source = thumbsHolder;
sprite.addChild(scrollPane);
function fileLoaded(event:Event):void
myXML = XML(event.target.data);
xmlList = myXML.children();
for (var i:int=0; i<xmlList.length(); i++)
  var picURL:String = xmlList[i].url;
  var picName:String = xmlList[i].big_url;
  arrayURL.push(picURL);
  arrayName.push(picName);
  holderArray[i] = new Thumbnail(arrayURL[i],i,arrayName[i]);
  holderArray[i].addEventListener(MouseEvent.CLICK,onClick);
  holderArray[i].name = arrayName[i];
  holderArray[i].buttonMode = true;
  if (i<nrColumns)
   holderArray[i].y = 440;
   holderArray[i].x = i * 65 + 840;
  else
   holderArray[i].y = holderArray[i - nrColumns].y + 65;
   holderArray[i].x = holderArray[i - nrColumns].x;
  thumbsHolder.addChild(holderArray[i]);
  scrollPane.update();
function onClick(event:MouseEvent):void
photoLoader.alpha = 0.1;
photoLoader.source = event.currentTarget.name;
photoLoader.addEventListener(Event.COMPLETE, fadeOut);
function fadeOut(event:Event):void
  Tweener.addTween(photoLoader, {alpha:1, time:0.5, transition:"linear"});
function onClickBack(event:MouseEvent):void
  Tweener.addTween(loaderHolder, {alpha:.5, time:2, transition:"linear"});

Bold is about the only text editing feature that works in the current editor panel.  The rest were disabled due to spam-related abuse (addng white text, etc)
I cannot really follow what is going into where and where it is being put (just too lazy to track it down at this time of night), but it sounds like it might be possible that your content is being planted at a location that it is not visible in the scrollpane panel.  The scrollpane is only 215 pixels wide but you have something called a loaderHolder that is being placed at x = 280.  And then elsewhere you have holderArray[i].x = i * 65 + 840;, which is placing it well beyond the 215 width.

Similar Messages

  • Can a servlet read a jsp file and display its contents?

    Hi,
    I would like to know if Servlets can read a Jsp file and display its contents.. Right now for our website, I am using a html file to be displayed after a successful post operation through the Servlets...
    -Thanks!

    I posted this in another thread.
    Here's some code that reads using a URL. This doesn't work with JSPs as the server executes JSP when it connects but it's useful for other file types. Note that the filename is a URI</h1>This is <code>show.jsp</code></h1>
    <hr>
    <%! String file = null; %>
    <%! java.io.InputStream is = null; %>
    <%
    file = request.getParameterValues("filename")[0];
    try {
       is = (new java.net.URL(file)).openStream();
    } catch (java.io.IOException ioe) { out.write(file + " not found!<br>"); }
    java.io.BufferedReader in = new java.io.BufferedReader(new java.io.InputStreamReader(is));
    String line = "";
    %>
    <pre>
    <%
    while((line = in.readLine()) != null) {
    %>
    <%=line%>
    <%
    %>
    </pre>

  • Embedding a text file to display its contents on a button click

    I am quite a beginner in this platform. I have text file with me and I want to display its contents to the user(Read Only) on a button click event in my app.(using C#)
    I wish to know how to link/ embed this text file to my app and once it is embedded, how to deploy the file reading.
    P.S. i would really appreciate it if you can provide some sample code.

    thx Rob..plz check this piece of code..
    namespace Syllabus
        public partial class MainPage : PhoneApplicationPage
            public MainPage()
                InitializeComponent();
            private async Task Button_Click(object sender, RoutedEventArgs e)
                try
                      System.IO.Stream src = Application.GetResourceStream(new Uri("Syllabus;vbu.txt", UriKind.Relative)).Stream;
                      string text;
                      using (StreamReader sr = new StreamReader(src))
                          text = sr.ReadToEnd();
                      TextBlock t = new TextBlock();
                      t.Text = text;
                  catch
                      MessageBox.Show("File Not Found");
    On running the code always chokes within the constructor itself ...what's wrong?

  • Why webpage doesn't update its content (clearing cookies doesn't work)?

    Hi,
    My problem is occuring all the time and I would beg on knees for some assist please. When I do within particular websites (not all but more than one) few changes, e.g. verify email address or verify financial information or adding particular data, etc, I am supposted to get some content changed within the web access. e.g. some menus should occur and/or some additional options available and/or different user access (example now verified instead of unverified), some additional drop down menu options, perhaps some images shown, perhaps banners removed and so on. So I am supposted to see some difference within the content. My problem is that I don't. I contacted support department and I asked them whether or not I entered needed details correctly. They told me everything is correctly saved and they even read to me typed information - everything what they read was correct, I really typed that. This means in the database is everything saved. However as I said I don't see any changed on my side within account. I asked what should be different and the answer was that some new buttons should occur, warning message gone and previously unavailable button should become available. Additional answer, received by representative, was that my browser is not being updated based on most recent actions within my account. Possible solution, provided by representative to me, is to wait for entire system update. I am waiting endlessly and still no content change. I cleared all cookies (cache). Used tools to clear and also CLEAR option within firefox's settings. Furthermore I cleared entire registry, rebooted computer and didn't help. Then i decided to shut down pc completely. Still nothing. Then I even tried restarting the router, still doesn't help. I made sure via several resources that I am NOT blocking any java, javascript, adobe, or whichever other content. The website doesn't require any particular firefox plugin. Also double checked the firefox is updated to the most recent version but nothing helps. I still don't get the content updated after I typed what I was supposted to within my account after I logged in. Called them again, once again representative told me everything is saved. However I need the website (browser) content updated (obviously im talking about the content update and not browser version update) in order to resume with next step of the procedure I am doing. Don't have the option to try different computer so please avoid suggesting that. I did secondary temporary account and same story there - same browser problem, content of the webpage, after doing some major work (e.g. typing bank account details or approving previously typed account details), is Not being updated. Could anyone please tell me what to do?

    ''Gea0 [[#question-1050433|said]]''
    <blockquote>
    Hi,
    My problem is occuring all the time and I would beg on knees for some assist please. When I do within particular websites (not all but more than one) few changes, e.g. verify email address or verify financial information or adding particular data, etc, I am supposted to get some content changed within the web access. e.g. some menus should occur and/or some additional options available and/or different user access (example now verified instead of unverified), some additional drop down menu options, perhaps some images shown, perhaps banners removed and so on. So I am supposted to see some difference within the content. My problem is that I don't. I contacted support department and I asked them whether or not I entered needed details correctly. They told me everything is correctly saved and they even read to me typed information - everything what they read was correct, I really typed that. This means in the database is everything saved. However as I said I don't see any changed on my side within account. I asked what should be different and the answer was that some new buttons should occur, warning message gone and previously unavailable button should become available. Additional answer, received by representative, was that my browser is not being updated based on most recent actions within my account. Possible solution, provided by representative to me, is to wait for entire system update. I am waiting endlessly and still no content change. I cleared all cookies (cache). Used tools to clear and also CLEAR option within firefox's settings. Furthermore I cleared entire registry, rebooted computer and didn't help. Then i decided to shut down pc completely. Still nothing. Then I even tried restarting the router, still doesn't help. I made sure via several resources that I am NOT blocking any java, javascript, adobe, or whichever other content. The website doesn't require any particular firefox plugin. Also double checked the firefox is updated to the most recent version but nothing helps. I still don't get the content updated after I typed what I was supposted to within my account after I logged in. Called them again, once again representative told me everything is saved. However I need the website (browser) content updated (obviously im talking about the content update and not browser version update) in order to resume with next step of the procedure I am doing. Don't have the option to try different computer so please avoid suggesting that. I did secondary temporary account and same story there - same browser problem, content of the webpage, after doing some major work (e.g. typing bank account details or approving previously typed account details), is Not being updated. Could anyone please tell me what to do?
    </blockquote>
    I just updated one of my webpages on my website, but could not see the updated page- the old version still showed. I restarted Firefox and tried to view the updated page again, and still the old version showed. Then I had the idea to CLEAR EVERYTHING as the default tool in vsn 37.0.2 is set up from the History, View Recent History option. It took a long time for everything to clear, but when I then tried to view my updated webpage, it showed this time updated. Am I supposed to periodically CLEAR EVERYTHING for Firefox to pick up updated webpages?

  • Finder doesn't display full content

    Hello!
    We have an urgent problem here. The Finder seems to update the windows far too slow. When you create a document from an application, the finder shows it after a long time (about an hour or more). When you use Terminal oder even an open dialog it shows the documents. You can open the documents via an open dialog but the Finder doesn't show them.
    Copying files via Finder shows them in the finder.
    After a reboot the Finder shows all files until you save a document somewhere.
    I did not find any error messages in the log files yet.
    Hope you can help.
    Thorsten
    2 GHz G5 DC   Mac OS X (10.4.4)  

    You may be able to repair this with the 10.4.4 Stand Alone Combo Update.
    This is a full install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before. It has worked well for many.
    Repair permissions before update:
    Navigate to Applications/Utilities/Disk Utility (Double Click to Launch) > Choose your HD in the sidebar > First Aid Tab > Click on "Repair Disk Permissions".
    Also Verify Disk before update:
    Steps for using Disk Utility
    1. Insert your Mac OS Tiger DVD disc, then restart the computer while holding the C key until you see the spinning gear..
    2. Once started up from CD or DVD, choose Disk Utility from the Installer menu.
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from disc to access Disk Utility.
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume, if necessary.
    6. Click Repair.
    Good luck, let us know.
    -mj
    [email protected]

  • Page doesn't refresh its content

    Hello all!
    I have a problem.
    We have Oracle Portal 10.1.4 running our company web site.
    It was all ok for some time - about 2 months.
    On the main page there is custom search portlet to display several last news messages. When I add news item it was automatically dispolayed on the main page.
    So... a problem.
    2 Days ago last message was posted. I checked - it was displayed correctly in brouser running portal user session... But today we found that public users don't see any last changes of the main page. Not only custom search portlet - even static text changes don't displayed...
    When I log in - all's ok... While not in session - I see not current page...
    I've cleared my browser's cache, portal page cache (using link in page properties) and webcache... No effect...
    It seemes as a cache problem, not problem with users access rights - as it was working pretty well for a quite long period of time.
    Could anybody help with advise?
    Thanks
    Ivan

    Check to see if it appears in "EDIT" mode correctly. I have the same issue with some of my pl/sql page items that appear cached, but appear fine when I go into "EDIT" mode.

  • Mapping canvas of the mapping editor doesn't display

    I don't want to reinstall the OWB, I've tried on everything on the Design Center GUI, the mapping canvas has just being hiding somewhere seeing me tearing my hair. I will almost die. But all the pluggable mappings show their mapping canvas as they did.
    I can't remember what I've done in the other day and so lose the mapping canvas, every mapping in the same module just doesn't display its canvas, all other windows (palette, explorer...) show normally.
    I've tried creating a new project and creating a mapping in it. The mapping canvas still doesn't come to the display.
    Is there any configuration file to set control over the mapping canvas as well as all other GUI elements?
    Any direction, Thanks a million.
    Oracle 10.2.0.1.0
    OWB 10.2.0.1.0
    Work Flow 2.6.4

    I solved it.
    It's in <owb_dir>\owb\bin\admin\MappingEditorLayout.xml.
    I replaced
    <SPLITTER orientation="0">
    </SPLITTER>
    with
    <DOCKABLE tag="ROOT" width="714" height="660" min_width="50" min_height="16" pref_width="714" pref_height="660" collapsed="false"/>.
    Of course, then relogin to the design center.
    It works for me.

  • Display request contents in JSP page

    i need to display the contents in a request in my JSP.
    meaning:
    i have a hashmap (containing string and a list) coming from the EJB tier to struts action in an event response object, I'm sure that the request has these values. cuz i tested it in struts action using the following code:
    HashMap result = (HashMap)((EventResponseSupport)request.getAttribute(WebKeys.EVENT_RESPONSE)).getPayload();
    System.out.println("Sponsor name = " + result.get("sponsor"));I am able to print it in the console but i need to know how to display it in the jsp. i tried many things but i can't get it right.
    first i need to display the string and then i need to iterate through the list to display its contents in a table.
    any help would be appreciated.

    Kindly use JSP Scriplet to load the HashMap into the Page Context.
    Then you can use the Struts iterate tags to paint the contents of the HashMap

  • Accessing a file and reading its contents.

    Hi all,
    I created a Portal Application to access a file and display its contents in an iView .
    But it showing the exception like "File Not Found".
    In simple java application i could able to get the result. In portal application i couldn't .
    I have given the full path of the file location.
    I need a help regarding this?
    Regards,
    Eben

    IS the file on the portal server? It must be visible to the service user that runs the Java engine...

  • Display the content of a text file in a browser

    I am new to servlet, I have written a java servlet code which can read a file and display its content in command prompt only(resin),i would like to ask how can i display the content on the browser and i also want to ask how to write a servlet which can display the conetent from a web browser( e.g. whatever i type in a form) and produce the result in the text file.
    import java.io.FileReader;
    import java.io.IOException;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class read extends HttpServlet
    public void doGet (HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException
    String applicationPath =
         getServletContext().getRealPath ("");
    String filePath =
         getServletContext().getRealPath ("/WEB-INF/text.txt");
    FileReader fr = new FileReader (filePath);
    for (int chr = fr.read(); chr != -1; chr = fr.read())
    System.out.print ((char) chr);
    }

    You have to create an object of PrintWriter and use that to display the output on the browser.
    PrintWriter out = response.getWriter();
    out.println(chr);
    Hope this helps..
    Arun

  • This item cannot be displayed in the Reading Pane. Open the item to read its contents Outlook 2013

    One of Outlook 2013 of Office Home and Business in Windows 7 Pro 64bit who is connecting to a local Exchange 2010 server is having the following error:
    This item cannot be displayed in the Reading Pane. Open the item to read its contents.
    When launching Outlook, it seems work fine. If user click other folders and click Inbox again. The error comes out. It only happens on Inbox folder.
    I have tried the followings with no luck.
    1. Rebuilt new Outlook profile.
    2. Rebuilt new Windows profile + Outlook profile.
    3. Disabled all add-ins.
    There are 2 ways I can make it work.
    1. I disabled "Cache Mode", then it starts working well. 
    2. Start Outlook with outlook.com /safe.
    So the question is why in Cache mode, Outlook 2013 cannot display the item in reading pane. 
    Any hint will be appreciated.
    CliffZ

    CliffZ,
    One hint: Do an offline virus scan on the affected computer:
    1. Check if your computer has a 32- or a 64-bit system. Right-click on Computer icon, choose Properties. System type reveals the bitness.
    2. Download the appropriate virus scanning version from http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline
    Note: If you're on Windows 8.1: http://windows.microsoft.com/en-us/windows/what-is-windows-defender-offline-beta
    3. Insert a USB stick with nothing important on. Observe the drive letter (F:, G: etc ...) assigned to it.
    4. Start the downloaded program and follow the instructions. Note: Choose the correct drive letter from 3 above.
    5. Restart your computer so it will boot from the USB stick. Depending on computer brand you can often press F12 to get a boot menu.
    Sometimes you have to enter BIOS to tell the computer to boot from USB if present.
    The quick scan starts. Abort it and select Full Scan.
    Let it run overnight.
    Regards Pete

  • SAPUI5 Application doesn't display in Portal Content Area

    Hallo Guys
    We are developing a SAPUI5 application that needs to be displayed inside the portal.
    The problem is that the SAPUI5 app doesn't display in in the content area, no erors, just a blank page, you have to set the iview to open in a seperate headerless window, then it works. But it needs to work in the content area.
    Our findings: a possible cause is that the IE mode when inside the Portal content area is IE5 Quirks, and when it displays in a new window, the mode changes to a more recent and acceptable mode for SAPUI5, IE9.
    Is there any solution to this? We get the same result with both URL iView and using the SAPUI5 iView in content provided by SAP. We are on NW 7.4
    Regards
    Antonette

    Hi Antonette,
    As Lawrence explained the reason is indeed that quirks and standards mode can't run together on the same page (not only in portal but it's a limitation by MS).
    Since your framework page is in IE5 quirks mode the UI5 application doesn't run in the content area, you can run it by selecting in the iView properties "Launch in a new headerless window (strandards)", that will open the UI5 application in a new window and will work.
    If you wish to run UI5 applications in the content area you can get latest SP of 7.4 and there you will have a new framework page: standards AFP, basically an AFP framework page that works in standards mode.
    In that framework page you can run UI5 applications in the content area, however trying to run old applications (HTMLB, not WD) may fail, for WD you have a paramater you need to pass called sap-ie, passing it with the value of "Edge" will make sure WD applications run in standards mode as well.
    When running the AFP in standards mode you will need to open your HTMLB and other old applications in a new headerless window or new window so you can see the content.
    Hope this helped,
    BR,
    Saar

  • Firefox doesn't display content, especially links.

    This is my problem in a screenshot: http://d.pr/i/DjkB
    The content isn't displayed and especially links. Links are always not there and sometimes text is displayed but all websites are disfunctional because of this.
    Here's a link to a screenshot displaying how the same website should look like: http://d.pr/i/ZRvN

    Did you manage to find out which font Firefox is using in the case when text doesn't display?
    You will have to remove or update that font.<br />
    You can also check that font in Fontforge.
    *http://fontforge.sourceforge.net/

  • Flash content doesn't display in browsers

    I recently updated Dreamweaver to 8.0.2. I updated an .swf
    file, updated the link on my DreamWeaver page and uploaded
    everything. When I saved the DreamWeaver page a window popped up
    that said it was modifying the html to work with the updated
    Internet Explorer. The new .swf file doesn't display on any browers
    (Safari, FireFox, IE)
    Does anyone know what's going on?

    Did you upload the Scripts folder that DW places into your
    local site when
    you do this?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "dlipscombe" <[email protected]> wrote in
    message
    news:ecv25g$i9v$[email protected]..
    >I recently updated Dreamweaver to 8.0.2. I updated an
    .swf file, updated
    >the
    > link on my DreamWeaver page and uploaded everything.
    When I saved the
    > DreamWeaver page a window popped up that said it was
    modifying the html to
    > work
    > with the updated Internet Explorer. The new .swf file
    doesn't display on
    > any
    > browers (Safari, FireFox, IE)
    > Does anyone know what's going on?
    >

  • Displaying the contents of an array of objects

    Hello All,
    My Java teacher gave us a challenge and I'm stumped. The teacher wants us to display the contents of the array in the main menthod. The original code is as follows:
    public class TestObjects
         public static void main ( String args[] )
              Thing[] thingArray = { new Thing(4), new Thing(7) };
    }I understand that the elements of the array are objects, and each one has a value assigned to it. The following code was my first attempt at a solution:
    public class TestObjects
         public static void main ( String args[] )
              Thing[] thingArray = { new Thing(4), new Thing(7) };
                                    for ( int i = 0; i < thingArray.length; i++)
                                       System.out.println( thingArray );                         
    }To which I'm given what amounts to garbage output. I learned from reading about that output that its basically displaying the memory location of the array, and the the contents of the array. There was mention of overriding or bypassing a method in System.out.println, but I don't believe that we're that far advanced yet. Any thoughts? I know I have to get at the data fields in the objects of the array, but i'm not having an easy time figuring it out. Thanks very much in advance!

    robrom78 wrote:
    public class TestObjects
         public static void main ( String args[] )
              Thing[] thingArray = { new Thing(4), new Thing(7) };
    for ( int i = 0; i < thingArray.length; i++)
    System.out.println( thingArray );                         
    Note that you're trying to print the entire array at every loop iteration. That's probably not what you meant to do.
    You probably meant to do something more like
                                 System.out.println( thingArray[i] );Also, note that the java.util.Arrays class has a toString method that might be useful.
    To which I'm given what amounts to garbage output. It's not garbage. It's the default output to toString() for arrays, which is in fact the toString() defined for java.lang.Object (and inherited by arrays).
    I learned from reading about that output that its basically displaying the memory location of the array, and the the contents of the array.It displays a default result that is vaguely related to the memory, but probably shouldn't be thought of us such. Think of it as identifying the type of object, and a value that differentiates it from other objects of the same type.
    By the way I assume you mean "+not+ the contents of the array" above. If so, that is correct.
    There was mention of overriding or bypassing a method in System.out.println, but I don't believe that we're that far advanced yet. Any thoughts? No, you don't override a method in println; actually methods don't contain other methods directly. You probably do need to override toString in Thing.
    I know I have to get at the data fields in the objects of the array, but i'm not having an easy time figuring it out. You can get to the individual objects in the array just by dereferencing it, as I showed you above.
    But I suspect that won't be sufficient. Most likely, Thing doesn't have a toString method defined. This means that you'll end up with very similar output, but it will say "Thing" instead of "[Thing" and the numbers to the right of the "@" will be different.
    You'll need to override the toString() method in Thing to get the output you want.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • How to select Vendor information as per the line item of the shopping cart

    SRM ABAPers, I want to create a custom report and needs to produce SC's item details with vendor's information. So I want to select the vendor information(including the partner function- 00000019 or 00000039) as per the line item of the shopping cart

  • Worst customer experience I have ever had

    For a start try googling Bt and watchdog and you will see how bad it is. My story begins with getting a line with Bt this was a horrendous business in the first place as our new house had no connection, so we had to pay to improve Bt's network by get

  • Issue in updating Cost Centers for Employees

    Hi All, 1.     Is it necessary that infotype 0000 & 0001 needs to be in synchronization i.e. both the infotypes should contain same no. of records? 2.     Is it necessary to assign cost center to both the position and the employee in infotype 0027 fo

  • Closing Balance sheet account problem!!

    Hı Friends, I did some Asset transactions with ASKB and noe I want to close balance sheet accounts but when I run the program  F_TR_01 , ;System show me some P&L amounts,too... How can I do that? Thank you!

  • Problems when I sync yahoo contacts w/ 2 iphones sharing the same computer

    My son and I both have iPhones and we have 1 PC. We both have separate yahoo accounts. When I try to sync his phone, it picks up all of my yahoo contacts which is a problem since this is my work phone. Before syncing his phone, I configure his contac