TextField not displaying after scalX = -1, horizontal flip

I am writing a class that can display a movie clip, and then display the TextFiled information once it is rendered to the screen
However the movieClip to which scaleX property is applied (i need it to be horizontally flipped), does not display the text on it. But the movie clip to which the transformation has not been applied for, displays it fine.
I ran a trace stmt and all 8 TextFields are added, I also tried to use a Matrix --> flash.geom class, but the same effect when flipping the movieclip, content does not display
Any Suggestions
package {
     import flash.display.MovieClip;
     import fl.transitions.*;
     import fl.transitions.easing.*;
     import flash.text.*;
     import bucketmid;
     import bucket;
     public class CustomClass extends MovieClip {
          private var bucket_mc:bucketmid;
          private var position:Number;
          private var test:Boolean = true;
          public function CustomClass(j:uint=8) {
               position = 5;
               for (var i:uint = 0; i < j; i++) {
               var bucketlabel:TextField = new TextField();
               bucketlabel.text = "This is where the text should be";
               bucket_mc = new bucketmid();
               bucket_mc.y = position;
               if (test) {
               bucketlabel.x = -100;     
               bucketlabel.y = -30;
               bucket_mc.x = 100;
               test = false;
               } else {
               bucket_mc.x = 240;
               bucket_mc.scaleX *= -1;
               test = true;
               var bucketImgTrans = new TransitionManager(bucket_mc);
               bucketImgTrans.startTransition({type:Zoom, direction:Transition.IN,                            duration:3, easing:Strong.easeOut});
               bucket_mc.addChild(bucketlabel);
               addChildAt(bucket_mc, 0);
               position += 70;
          public function yesThis() {
               trace("This is working");

I have embedded the font into the applications class, the result is the same, The font is still not loading into the movieclips that are on the other side
Any other suggestions, Why is it that the scaleX would interfere with the display of text
Thanks
package {
     import flash.display.*;
     import fl.transitions.*;
     import fl.transitions.easing.*;
     import flash.text.*;
     import flash.text.AntiAliasType;
     import bucketmid;
     import bucket;
     public class CustomClass extends MovieClip {
          [Embed(source="C:/WINDOWS/Fonts/arial.ttf", fontFamily="foo")]
                   public var bar:String;
          private var bucket_mc:bucketmid;
          //private var bucket_inv:bucket;
          private var position:Number;
          private var test:Boolean = true;
          public function CustomClass(j:uint=8) {
               position = 5;
               var format:TextFormat           = new TextFormat();
                       format.font                            = "foo";
                       format.color                  = 0x000;
                       format.size                   = 13;
               for (var i:uint = 0; i < j; i++) {
               var bucketlabel:TextField = new TextField();
               bucketlabel.text = "This is where the text should be";
               bucket_mc = new bucketmid();
               bucket_mc.y = position;
               if (test) {
               bucketlabel.x = -100;     
               bucketlabel.y = -30;
               bucket_mc.x = 100;
               test = false;
               } else {
               bucket_mc.x = 240;
               bucket_mc.scaleX *= -1;
               test = true;
               var bucketImgTrans = new TransitionManager(bucket_mc);
               bucketImgTrans.startTransition({type:Zoom, direction:Transition.IN,                            duration:3, easing:Strong.easeOut});
               bucketlabel.setTextFormat(format);
               bucket_mc.addChild(bucketlabel);
               addChildAt(bucket_mc, 0);
               position += 70;
          public function yesThis() {
               trace("This is working");

Similar Messages

  • Oem web page will not display after O/S dst patch

    Hello,
    The Grid web page will not display after we DST patch for the o/s.
    All below start fine without any errors:
    emctl start oms
    emctl start iasconsole
    opmnctl startall
    emctl start agent
    The Grid web page is not displaying. What might happened after the o/s dst patch that might cause this? Our GRID is 10204 with a 10104 repository. The 10104 has not yet been dst patch.
    What logs should I be looking at to figure why the web page is not displaying? Thank you.

    Provide the output of these comands:
    $OMS_HOME/bin/emctl status oms
    $OMS_HOME/opmn/bin/opmnctl status
    $AGENT_HOME/bin/emctl status agent
    $DATABASE_HOME/bin/sqlplus "/ as sysdba" << EOF
    SELECT STATUS FROM V$INSTANCE;
    EOF
    $DATABASE_HOME/bin/lsnrctl status LISTENER_NAME
    Regards

  • My iBook will not display after Power up Chime

    Please I need Help.
    My iBook (16VRAM) Does not display after the power up chime. so i have tried to reset the PRAM by holding down CMD, OPTION, P & R after the chime, But Nothing Happens, I dont hear a second chime (I dnt Knw how long am suppose to hold down the keys, But i held it for 2 mins and still nothing)
    Please help.
    Thanks.

    Welcome to Apple Discussions Aaron
    Force quit in the middle of an installation spells "trouble". Try starting the computer in Safe Mode. If successful, restart the computer and see if it fully boots. If not, you more than likely have directory damage that needs to be repaired. Disk Utility may be up to the task.
    Post back

  • Forms not displaying after ATG 7 patch

    Forms not displaying after ATG 7 patch., 11i Linux OS.
    6241631

    Hi;
    AFAIK no, i also cant see this info at below doc
    About Oracle Applications Technology 11i.ATG_PF.H.delta.7 (RUP 7) [ID 783600.1]
    Please check upper note below part and be sure you have all those steps on your issue:
    -Known Issues
    -Instructions for Applying Oracle Applications Technology Update for 11i.ATG_PF.H.delta.7
    -Implementation and User Documentation
    Regard
    Helios

  • Thumbnails do not display after using rebuild tool

    I am using OSX 10.7.5, and iPhoto 8.1.2.
    recently I made a back up copy of my files.
    I then reinstalled my operating system.
    I then copied my iphoto library back onto my computer.
    imported my iPhoto library into iPhoto
    Pictures are in iPhoto.
    Thumbnails do not display.
    I have used the rebuild tools provided by iPhoto.
    Still no thumbnails displaying.
    any other ideas?

    It relates to your suggestion in that, the reason I posted was to solve a thumbnail issue.
    "re: Thumbnails do not display after using rebuild tool"
    Terence suggested reloading my back up library.
    I asked Terence where I should import to.
    I was thinking that my thumbnail issue was related to the way I imported my back up.
    You clarified where to import the library...
    I tried it and I still have no thumbnails
    I have already tried repairing permissions and rebuilding thumbnails using the i photo repair tool.
    can you help me?

  • Master-detail: detail field not displayed after changed by master field

    I want to use the Depends on item with Clear/refresh value functionality in a master detail situation. Within the same group it is no problem to use the setter method of a field to change a second field and then displaying this new value. But in the detail group, I can not select items from the master group as a depends on item.
    In the setter of the master field, the value in a field for each row in the detail (table layout) is updated. The only problem is that this updated value is not displayed, the old value doesn't change. When saving the changes, the displayed value is committed to the database. When de updated field is not displayed at all, the correct value is saved, so I know the detail field is updated.
    How can I make sure the displayed value in the detail is displayed after changeing a master field? I already gave the detail field the correct partial trigger.

    Wouter,
    I guese you don;t see the changed value when you display the detail item because after the depends on item update changed the detail item, JSF procesing continues and the detail table changes are sent to the server which will override again the detail item attriibute, resetting it to the old, still displayed value.
    So, the trick is to get PPR working. Make sure the partialTYriggers property of the detail item is set to the value of the id property of the master item. If it still doesn't work, try setting the partial triggers property on the table, instead of the individual item.
    Steven Davelaar,
    JHeadstart team

  • ALV Title Not Display after transporting the Programme from DeV to Qlty

    Hellow Experts,
    i developed one ALV report with two screens, i transported the report from Development server to Qulaity server.
    in Development server report are working fine  but in Qulaity server after transporting the TiTle of ALV not display , plz give me some hint , below is my code to display alv title
    DATA: alv_grid       TYPE REF TO cl_gui_alv_grid.
    DATA:alv_grid_ref type ref to CL_GUI_ALV_GRID.
    DATA: layout    TYPE lvc_s_layo.
    layout-grid_title = 'Daily Material Reports.' .
    DATA: fieldcat  TYPE lvc_t_fcat.
    I m using  ALL METHOD alv_grid->set_table_for_first_display method for display alv .
    Thanks,
    Regards
    Neha.

    Hi neha,
    use the sap/help link to solve your issue,
    [http://help.sap.com/saphelp_erp2004/helpdata/en/0a/b5533cd30911d2b467006094192fe3/content.htm]
    if not use the below example code ,
    Heading 3 :h3  Set the title of the grid
    Fill the grid_title field of structure lvc_s_layo.
    Note that the structure lvc_s_layo can be used for to customize the grid appearance in many ways.
    DATA:
    ALV control: Layout structure
    gs_layout TYPE lvc_s_layo.
    For example :
    Set grid title
    gs_layout-grid_title = 'Flights'.
    CALL METHOD go_grid->set_table_for_first_display
                EXPORTING
               i_structure_name = 'SFLIGHT'
    is_layout      =gs_layout*
               CHANGING 
              it_outtab   = gi_sflight.
    Regards,
    Saravana.S
    Edited by: saravanasap on Dec 21, 2011 8:13 AM

  • Mac Mini login not displayed after screensaver

    I have a Mac Mini that routinely (several times a week) will not display the login screen after the screensaver has kicked in. The screensaver is running find (e.g. changing which pictures are displayed) but when you move the mouse to stop the screensaver the photo being displayed freezes and the login (list of users) is never displayed. When this happens it is either hold in the power button or do a remote login to use the command line to force a reboot. This problem has existed for many months (multiple Mac OS X updates).
    When this happens there are typically two users logged in. One an administrator and one a regular user with a few limitations. Parental Controls are enabled for the second account.
    I tried searching the forum and couldn't find a solution mentioned. I apologize if there is one mentioned. Any help would be appreciated. This is a big issue since this is the machine my young kids use and they're not techie enough to reboot without risking corrupting file systems.
    Mac Mini 2.26GHz
    Mac OS X 10.6.7
    Has one External drive connected and always on
    Is set to never sleep (it acts as a server)
    Is set to reboot on power outages

    Okay, this is strange.  I tried restarting three times yesterday with the same results. In fact I left it go overnight only to find the next morning that the bar was still stuck at 30%.  I did a hard boot a little bit ago and waited a few seconds. I restarted an it booted up fine.
    Larry

  • My photos are not displaying after upgrade to iOS 7, My photos are not displaying after upgrade to iOS 7

    On our ipad 2, after upgrading to iOS 7, the photo album is completely screwed, and the saved photos are not displaying correctly. How do we get our photos Back?

    OK, tried the reset and it seems to have cleared up some problems; however, the picture problem remains.
    Maybe there is something further we could do in settings? My wife uses the iPad as her constant companion and likes to take screen shots (pictures) of recipes and such. She keeps them in albums. Before the update to iOS 7 they all displayed correctly regardless of physical machine orientation. Now, post update, when in landscape mode, which she uses 99.9% of the time, her pics do do fully display. By physically rotating the machine, they will appear correctly. We have noticed that there is a new "function" in edit pics for "aspect ratio."
    Should we be using this? If so, she'll have to edit a very large number of pics. So I'm wondering if we're missing some new setting. BTW- this display problem also occurs with pics taken with the camera as well.

  • New created values are not displaying after upload

    Hi
    I have created 2 key figures(Infoobject),4 new nodes and leafs(Hierarchy), to include the new logic at R/3 end as well as BW end.Every thing is fine even after doing full upload(repair).
    When i execute the query the data is not populated in its respective infoobjects and hierarchy nodes and leafs.
    Even 1 infoobject which is used for Counter value is not showing the counting as it's defined as aggregate to the info object Count and that included to ODS which is responsible for counting. after full upload it's not showing the counter values.
    After full upload(Repair) all these entries are not displaying in the report against the data which is present at RSA3 level.
    Can any one tell me how to make them available in the query even after data is uploaded / available in the bw.
    Gaurav Upadhyaya
    Edited by: Gaurav on Aug 26, 2008 10:55 AM

    Hi,
    You can´t see hierarchies in an infoprovider, so this is ok. A hierarchie is a part of an infoobject. But you say  you have 2 new kefigures and they are not filled. I suppose you added both keyfigures to your DSO/Cube and to the datasource (in your source system). Have you extended the transformations between datasource <-> DSO and DSO <-> Cube too? Are the keyfigures correctly connected (in the transformations)? If yes, check your PSA after loading. Are the keyfigures filled here? If no, check the RSA3 in your source system. Are the fields for you keyfigures filled there?
    Pls. check this all and tell us, what the result is.
    Regards

  • RH Window not updating / topics not displaying after repositioning

    Hi,
    I'm running RH8.0.2 on a 32-bit version of Windows 7. In the last few days I've had peculiar problems with the RH Window itself (not compiled help) not refreshing properly.
    For example, I want to compare a Word document to a help topic, so I resize the RH window and position it next to the Word document. I open several topics and do what I need to do. Now I'm done with the Word document, so I maximize the RH window again. This is when the problems start:
    The navigation along the top (including the topic tabs) does not refresh.
    If I double-click a topic in the left pane, it is sometimes not displayed on the right side, although the cursor movements indicate that RH thinks the topic is displayed. (This is hard to explain, and crazily enough I can't even get a screenshot of this to show what I mean.)
    If I reduce the window size back to its previous, smaller size, things look normal again and I can see the topic I just double-clicked. But if I want to use RH in a maximized window again, I have to close and reopen the RH project.
    Yes, these problems can be dealt with. But this has been going on for several days now (after a Windows update, perhaps?) and it's getting annoying.
    Is anybody else experiencing these problems? Is there a solution?
    Thanks
    Eileen

    Thank you for those suggestions, Peter!
    You were right - I was dragging the two windows to where I wanted them.
    I haven't yet tested your suggstions extensively (I don't spend a lot of time with RH side by side by side with other applications). However, I haven't seen the problem since I started using Windows key + arrows to position the windows.
    BTW, RH is the only application where I was having this problem.
    I will post again (or edit this post) if I come up with any new information. Even if no one else has posted about this problem, I'm betting that others are experiencing it. As I said, it's relatively easy to work around. Just annoying.
    Thanks again!
    Eileen

  • Expiration date not displaying after upgrade from 2007 to 2013

    I recently upgraded from MOSS 2007 to 2013.  I have information management set up on a library of InfoPath forms.  For the forms that were created prior to the upgrade, the expiration date is displaying and actually get updated if I modify them. 
    But none of my forms that have been created after the upgrade, are displaying when the expiration date is, which should be one year from modify date.  If I modify the forms created prior to the upgrade, they reflect the new, update date.
    Are these new forms not getting the policy applied to them, and why not?  I am not sure why the older forms are getting updated, but not my new ones.
    Denise E.

    Hi Denise,
    According to your description, my understanding is that the Expiration date column was not displaying values after upgrading from SharePoint 2007 to SharePoint 2013.
    Per my knowledge, we can only use the date column which is added to the library or list or the Declared Recorded date to set the retention policy, so if the Expiration date is used in the retention policy then the Expiration date should be a column in the
    library or list.
    I recommend to check the retention policy in the library and see which column is used in the retention policy as the image below shows:
    After that, go to the Library settings to find this column.
    Could you please provide screenshots of the retention policy and the columns in the Library settings page?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • ESS benefits and payment not displaying after support pack update

    Hi All,
    After the latest HR support pack update ESS benefits and payment not displaying
    SAP ECC 604 EPH5
    SAP_ABA 702
    SAP Kernel :  720_EXT_REL
    Kernel Patch number : 439
    Netweaver portal version - 7.30
    please help
    Regards
    Rahul

    Hi Siddharth & Jwala,
    the issue got fixed, by changing the order of Payment above the Benefits
    1. i made some options to be disabled & enabled in both benefits and payment
    2. Then in the portal i could see the benefits and payment
    3. inside the benefits & payment i was able to see two option 1 is for benefits & other is for payment
    4. we only wanted payment functionality to be displaying
    5. so i tried to hide the benefits then noting was getting displayed in the portal
    6. finally i changed the order of the payment just above the benefits
    then then i was able to see the benefits and payment inside that i was able to see the payment where i was able to see the payslip
    i am not sure what i have done but i is working but please let me know what the problem was actually
    Regards
    Rahul

  • UPK preview topic not displaying after being published

    After preview topic loads, it will not display. We have already disabled popup blocker. Any help would be appreciated..

    Hello,
    Please log a support ticket using My Oracle Support (http://support.oracle.com/). They will be able to assist you.
    In the meantime, I would suggest publishing to the Player style to test the content and to see if you have similar problems launching content. If you have similar problems, it might be a bit easier to see what's happening since you can keep trying to open the content without going through the preview.
    Best regards,
    Marc

  • Item not displaying after upgrade in to 12.1.3 from 12.0.6

    Items are  not displaying in iStore front end pages after upgrading the instance from 12.0.6 to 12.1.3.
    We are getting the below error messages while checking the view pages source.
    oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: null
        at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:1347)
        at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3075)
        at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3012)
        at oracle.apps.ibe.catalog.Item.getItemPrices(Item.java:2798)
        at oracle.apps.ibe.catalog.Item.getItemPrices(Item.java:2490)
        at oracle.apps.ibe.catalog.Item.getItemPrices(Item.java:2421)
        at _ibeCCtdLfStMsI._jspService(_AEPLibeCCtdLfStMsI.java:376)
        at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
        at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:177)
        at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:68)
        at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:114)
        at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
        at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
        at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:456)
        at _ibeCCtdCmnSctLayout._jspService(_ibeCCtdCmnSctLayout.java:2071)
        at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
        at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
        at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
        at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
        at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
        at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
        at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
        at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
        at _ibeCCtpSctDspRte._jspService(_ibeCCtpSctDspRte.java:1238)
        at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
        at oracle.apps.ibe.util.IBEReleaseResFilter.doFilter(IBEReleaseResFilter.java:42)
        at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
        at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
        at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
        at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
        at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
        at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
        at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
        at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
        at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
        at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
        at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
        at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.loadList
    The current object is null
        at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
        at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)
        at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)
        ... 57 more

    Hello Rahuljith,
    Please confirm if you have the data type NUMBERTABLE or IBE_NUMBERTABLE in your database.   This is now required in Release 12.1.3 to display items -
    Run this query -
    SQL>select count(*)
    from all_types
    where type_name IN ('NUMBERTABLE','IBE_NUMBERTABLE');
    If count = 0, then apply one-off Patch 13416486:R12.IBE.B or ISTORE 12.1.3+ ROLLUP 1 Patch 16509570:R12.IBE.B
    Or if count is returned, confirm the object is valid and owner APPS -
    SQL>select object_name, object_type, owner, status
    from dba_objects
    where object_name = 'NUMBERTABLE';
    If it doesn't exist or is invalid then, as APPS, execute this
    CREATE OR REPLACE TYPE NUMBERTABLE AS TABLE OF NUMBER;
    Bounce Oacore (R12) server and retest the issue
    Known issue:  11.5.10/12: Oracle iStore Catalogs are Not Displaying Prices after Patch:8875985 (11i) , upgrade to R12 or apply Patch:9592589 (R12) (Doc ID 1203984.1)
    Regards,
    Debbie

Maybe you are looking for

  • Office 2010 - "Word cannot print, there is no printer installed"

    Hi All, Been having a problem recently on many PC's at a site where they run Windows 7 x64 with Office 2010 x86. Printing usually happens with no issue, however sometimes when they click the print icon, (in the 'file-->print' section) it will display

  • Ipod Nano Second Generation ,Getting Update Error

    Hello , i need help with my ipod nano second generation , its 4gb and silver . I just got it recently , fresh from the box. Ive tried the five R's and still i get these problems When I plug it in and try to update the songs I get this error "The Ipod

  • Crystal reports error on new server

    I'm trying to run a web application that uses crystal reports on a new web server. I recently installed Crystal on the new server and migrated the website over to it. When I try to generate the reports on the website I get the following error: An err

  • No Apple intermediate codec found

    I had to uninstall FCE4. When I reinstalled it, I get the error message "codec not found".  I had deleted the Apple Intermediate Codec when I uninstalled the program. I tried to "move it" back (using the one from Time Machine), but that isn't working

  • I can't get my bluetooth to work after upgrading my iphone 4 to ios 6

    After I upgraded my iphone 4 to IOS 6, i can't get any of my bluetooth connections to work.  Both my headset and my car are not recognized.  I validated that Bluetooth is on in the configuration, but it just keeps searching for devices and never reco