Calculator ~ Graphing View. No Display Screen.

<FONT SIZE "+2" COLOR="maroon">The calculator works as normal in the standard and scientific modes. However, when changed to graphing mode the calculator application screen expands, but is filled with the brushed steel without any typeable (white) screen or 'LCD' display.
How can I rectify this?
PowerBook G4   Mac OS X (10.3.9)  

Hi AwolAdam,
I suggest to trash the com.apple.calculator.plist
* you can find this in HD/User/You_name/Library/Preferences
* A new "plist" will be regenerated when you launch the Calculator again.
* Good luck ...
Dimaxum

Similar Messages

  • In the view of Web Dynpro- "Page cannot be displayed screen"

    Dear All,
    In se80,During ABAP Webdynpro development,in the View "Page cannot be displayed screen" is appearing.....In SICF i have activated almost all services.....can anyone please  help me out,so that i can develop webdynpros plsssss...........
    Regards
    Sajid
    Edited by: shaik sajid on Feb 10, 2009 7:32 AM

    Check Your internet Explorer connection settings Internet Option->Connection->LAN settings.
    Try playing around with it. We had the same problem in the past.
    Greetings
    Prashant
    P.S- Points welcome

  • How can I get more of my persona to show at the top of the display screen?

    Before downloading the newest Firefox, my persona at the top of the display screen showed at least 1/2 of the firefox. Now it's only the ears. How do I show more of it? Stupid question, I know, but it's bugging me.

    You can add extra empty toolbars if you want to see more of the persona.
    You can create extra toolbars to get extra space via "View > Toolbars > Customize" or "Firefox > Options > Toolbar Layout"
    You have to put something on a toolbar (drag a Space item onto it) before closing the Customize window because empty toolbars are automatically removed.

  • Two Graphs in a single screen

    Hi Experts,
    I want to display two graphs in a single screen. It should be a pie chart.
    Currently I did one pie chart using GRAPH_MATRIX_2D.
    It is working fine.
    But i want to display another PIE Chart within the same screen.
    Can anyone help me sort out?
    Thanks in advance

    Hi Vimal,
    Go throungh the following code. it will help you.
    REPORT Z_3DGRAPH.*structure declaration for performance measurementTYPES: BEGIN OF ty_performance,
          company(15) TYPE c,
          q1 TYPE i,
          q2 TYPE i,
          q3 type i,
          q4 type i,
          END OF ty_performance.*structure declaration for options table
    types : BEGIN OF ty_opttable,
            options(30) TYPE c,
            END OF ty_opttable.*Internal table and work area declarations
    DATA: it_performance TYPE STANDARD TABLE OF ty_performance,
          wa_performance TYPE ty_performance.DATA : it_opttable type standard table of ty_opttable,
           wa_opttable type ty_opttable.*initialization event
    INITIALIZATION.*start of selection event
    START-OF-SELECTION.*clearing the work areas
    CLEAR WA_PERFORMANCE.
    CLEAR wa_opttable.*appending values into the performance internal table
    wa_performance-company = 'Company A'.
    wa_performance-q1      = 78.
    wa_performance-q2      = 68.
    wa_performance-q3      = 79.
    wa_performance-q4      = 80.append wa_performance to it_performance.wa_performance-company = 'Company B'.
    wa_performance-q1      = 48.
    wa_performance-q2      = 68.
    wa_performance-q3      = 69.
    wa_performance-q4      = 70.append wa_performance to it_performance.wa_performance-company = 'Company C'.
    wa_performance-q1      = 78.
    wa_performance-q2      = 48.
    wa_performance-q3      = 79.
    wa_performance-q4      = 85.append wa_performance to it_performance.*appending values into the options internal tablewa_opttable-options = 'P3TYPE = TO'.
    APPEND wa_opttable TO it_opttable.wa_opttable-options = 'P2TYPE = VB'.
    APPEND wa_opttable TO it_opttable.wa_opttable-options = 'TISIZE = 1'.
    APPEND wa_opttable TO it_opttable.*calling the graph function module
      CALL FUNCTION 'GRAPH_MATRIX_3D'
        EXPORTING
          col1      = 'Quarter 1'
          col2      = 'Quarter 2'
          col3      = 'Quarter 3'
          col4      = 'Quarter 4'
           dim1      = 'In Percentage%'
          set_focus = 'X'
          titl      = 'Company Performances'
        TABLES
          data      = it_performance
          opts      = it_opttable
        EXCEPTIONS
          others    = 1.
    Regards,
    Rajesh Kumar

  • Annoying single page view in full screen mode

    I have checked the “Enable Scrolling” in the “View/Page Display” menu to have a continuous page flow (with gaps between pages) and avoid page bouncing when moving from the bottom of a page to the top of the next page. It works as expected when in windowed mode but not in full screen mode.
    - Why isn’t it possible to have continuous page flow (with gaps between pages) when in full screen mode? It is as if Adobe Reader disregards the “View/Page Display” menu preferences and always reverts to “Single Page View” when in full screen mode!
    - Also it would be nice to have an option to display a vertical scroll bar to the extreme right of the screen in full screen mode to be able to quickly scroll the document.
    These two features are the primary ones that make me still using Foxit-Reader instead of Adobe Reader albeit Foxit-Reader has a lower PDF rendering quality.
    Regards
    ZC.

    I have same problem.
    In Full Screen Mode , most functions are *NOT* working. For example , Show/Hide Menu Bar , Show/Hide Toolbars etc. Even use keyboard shortcut , they just *NOT* working.
    I am wondering is any chance to make Show/Hide Menu Bar , Show/Hide Toolbars working on Full Screen Mode ?
    At least , please add some keyboard shortcut to change Page Display .
    Best Regards,
    Adobe Reader version : 10.0.3
    OS version : Mac OS X 10.6.7

  • Design View not displaying properly

    I am pretty new to Dreamweaver.  I can't get my Design view to display properly, even when tried on two different computers.  The top div displays properly, then on the nav bar, only the background shows with the table items just listed in a row.  There are a lot of black background segments to the page, and thin yellow lines.  The main content shows at the bottom after a big chunk of black background blocks.  The page shows perfectly fine in a browser.  I can only work in Code view because of this.  Any suggestions?
    If it helps, here is my html:
    <!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>dentonquiltguild</title>
    <link href="includes/gallery.css" rel="stylesheet" type="text/css" />
    <link href="dqgfinal_styles.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
    <!--[if lte IE 6]>
    <![endif]-->
    <style type="text/css">
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <div id="top">
      <div id="logotemp"><img src="images/logo.gif" width="280" height="175" alt="logo" /></div><!--logotemp -->
      <div id="quilt_top"><img src="images/quilt_top_01.png" width="550" height="209" alt="quilt top" /></div>
    </div><!--top --> 
    <div id="navbar">
       <ul id="MenuBar2" class="MenuBarHorizontal">
         <li><a href="index.html"><a href="index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','images/homered_03.gif',1)"><img src="images/homewhite_03.gif" alt="home button" name="Image8" width="101" height="43" border="0" id="Image8" /></a> </li>
         <li><a href="general.html" class="MenuBarItemSubmenu"></a><a href="general.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image9','','images/generalred_03.gif',1)"><img src="images/generalwhite_03.gif" alt="general button" name="Image9" width="101" height="43" border="0" id="Image9" /></a>
           <ul>
             <li><a href="meetings.html">Meetings</a></li>
             <li><a href="showandtell.html">Show &amp; Tell</a></li>
             <li><a href="library.html">Library</a></li>
             <li><a href="blogs.html">Blogs</a></li>
        <li><a href="retreat.html">Retreat</a></li>
           </ul>
         </li>
         <li><a class="MenuBarItemSubmenu" href="members.html"></a><a href="members.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image10','','images/membersred_03.gif',1)"><img src="images/memberswhite_03.gif" alt="members button" name="Image10" width="101" height="43" border="0" id="Image10" /></a>
         </li>
         <li><a href="community.html" class="MenuBarItemSubmenu"></a><a href="community.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','images/communityred.gif',1)"><img src="images/communitywhite_03.gif" alt="community button" name="Image11" width="101" height="43" border="0" id="Image11" /></a>
           <ul>
             <li><a href="kidskwilts.html">Kids Kwilts</a></li>
             <li><a href="storybooks.html">Storybooks</a></li>
             <li><a href="sowinghope.html">Sowing Hope</a></li>
           </ul>
         </li>
         <li><a href="contacts.html" class="MenuBarItemSubmenu"></a><a href="contacts.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image12','','images/contactsred_03.gif',1)"><img src="images/contactswhite_03.gif" alt="contacts button" name="Image12" width="101" height="43" border="0" id="Image12" /></a>
           <ul>
             <li><a href="board.html">Board</a></li>
             <li><a href="bees.html">Bees</a></li>
             <li><a href="resources.html">Resources</a></li>
             <li><a href="shops.html">Shops</a></li>
             <li><a href="guilds.html">Guilds</a></li>
           </ul>
         </li>
       </ul>
    </div><!--navbar -->
    <div id="quilt_bottom"><img src="images/quilt_bottom_02.png" width="550" height="128" alt="quilt bottom" /></div>
    <div id="maintemp">
      <div id="next">
      <div id="next_meeting_text">
        <div align="center">Next Meeting<br/> March 15
          </div><!--center -->
      </div><!--next_meeting_text -->
      <div><!--speaker_text -->
        <div  align="center"><a href="http://americanjane.com" id="speaker_text">Sandy Klop<br/>"American Jane"</a></div><!--align -->
      </div><!--speaker_text -->
      <div id="calendar_button">
        <div align="center"><a href="calendar.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','images/calendar_ro_03.gif',1)"><img src="images/calendar_03.gif" alt="calendar button" name="Image6" width="136" height="54" border="0" id="Image6" /></a></div>
      </div><!--calendar_button -->
      <div id="events_button">
        <div align="center"><a href="events.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','images/events_ro_03.gif',1)"><img src="images/events_03.gif" alt="events button" name="Image7" width="136" height="54" border="0" id="Image7" /></a></div>
        </div><!--events_button -->
    </div><!--next -->
    <div id="main_head">Welcome To The <br/>Denton Quilt Guild</div><!--main_head -->
    <div id="main_text">
          We are a group of over 200 quilters creating everything from traditional quilts, to art quilts, and everything in between.  New members and visitors are always welcome to our meetings on the 3rd Thursday of each month.<br />
          The Denton Quilt Guild provides a service to the local community by providing quilts to children in need, offering our Storybooks and Quilts To Go to our local schools, and participating in local events such as the Storytelling Festival.  Quilters of all levels are welcome!
          </div><!--main_text -->
        <div id="bottom">
        <div id="copyright"><img src="images/copyright.gif" width="127" height="8" alt="copyright" /></div><!--copyright --> 
        <div id="facebook"><a href="http://www.facebook.com/groups/42514709926/"><img src="images/facebook.gif" width="112" height="45" alt="facebook" /></a></div>
      </div>  
    </div>
    </div><!--maintemp -->
    </div><!--wrapper -->
    <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    I still cannot solve this problem.  Can ANYONE out there help, or tell me where I can find the answer.  Now I will attach two screen shots of what my Design View looks like.  It happens on all pages I have created.  I do like working in  code view, but there are times when it's easier, almost essential for me to work in Design view.  If it works for some people, why not me?
    These images are the top and then the bottom of the same page.  I have turned CSS rendering on and off, but nothing helps.

  • 3D Line Graph.vi not displaying line connecting data points.

    I'm having trouble getting 3D Line Graph.vi to display the line connecting my data points.  I'm collecting latitude, longitude, and depth data from a binary file, loading this data into arrays with a while loop, and sending those arrays to 3D Line Graph.vi.  When I tried doing it with arrays created by random number generators, the line is displayed, but when I use it with my actual data, no lines are displayed.  I can only see where the data points are when rotating the 3D graph.  Any ideas on this would be appreciated.
    Thanks,
    Morgan
    Attachments:
    Plot Depth.PNG ‏61 KB

    Karunya,
    Thanks for the info on the 3-D Curve VI.  I tried it and it works.  I think I was able to find the problem with 3D Line Graph.vi.  It has something to do with plotting very close points away from the origin and scaling the axes to view the line.  I have attached an example of where the vi breaks down.  In this example, you can see that part of the line is drawn, but when you rotate the graph, you can see that the line is not drawn through all of the points.  If you change the scale of the axes, then you eventually get the line to go through all of the points, but then the graph is not very "readable" at that point.  It's when you try to zoom in really close to the plotted points.
    Thanks!
    Morgan
    Attachments:
    3d Line Graph Error.vi ‏16 KB

  • Calculated field won't display on canvas

    I am importing login and logout times to Xcelsius v 5.4.0.0 using a web service.  Once the data is imported I am calculating the minutes between the login and logout by subtracting the login from the logout in the Xcelsius spreadsheet.
    I import DATE, USER, LOGIN, & LOGOUT to columns A:D in  my spreadsheet.  Column E contains the formula D2 - C2 to calculate the minutes, where D2 is the logout and C2 is the login.
    I cannot get the calculated times to display on the canvas.  I have tried both a list view and a spreadsheet table.  I set the DISPLAY DATA property of either the list view or spreadsheet table to columns A:E in my spreadsheet.  When I do Preview and import my data, all the data shows up EXCEPT THE MINUTES CALCULATION.  That field is always blank.
    I tried displaying the raw data tab, and the minutes calc is always blank. I created another tab named display data, added formulas to it to copy over the info from the raw data tab and tried displaying that instead.  I thought perhaps the actual calculation was causing a problem.  That didnu2019t work either.  The minutes calc column is always blank.
    I tried changing the format of the labels in the spreadsheet table or list view from general to numeric to time, but it makes no difference.  There is no data in the column to format.
    If I paste data into the spreadsheet while in design mode, the calculated minutes DO APPEAR in the list view on the canvas.  If I then go to Preview mode, the data is still there, including the calculated minutes. However as soon as I give it a new date range in Preview mode and refresh the data through the web service, the minutes column is again blank.
    Since the list view does display the calculated minutes if I paste data in the spreadsheet in design mode, and since the exported spreadsheet snapshot contains the correct calculations when I import data using the web service,  it appears that the data is being displayed on the canvas before the time calculations are taking place, resulting in a blank column.
    Has anyone else experienced this?  What am I doing wrong?  I am sure I should be able to do this, but evidently donu2019t understand how. Iu2019ve attached the exported spreadsheet snapshot as a reference.
    Thanks!

    Hi there - I checked your site on my PC and it does not display. I've found this on a number iWeb created site, so you are not alone.
    However, I have found iWeb created sites that display well on PC's, they are http://leapfrogenterprise.com and http://donandkasha.com - if you view the 'source', notice they used frames to display their site... Best wishes on your project, Rick
    iMac G5 iSight 20" - 30G iPOD - HP Pav 15" WS and Toshiba Sat 17" WS   Mac OS X (10.4.7)   Canon 20D & A620

  • EOS 70D display screen not working because of humidity - Canon cutomer service totally unhelpful

    Hi!
    I have purchased an EOS 70D last October. Everything was working perfectly until I took it to the Caribbean, where on the second day the display screen stopped working. I could still take photos, but nothing was shown on the screen. I currently live in Canada. I took the camera to the store, where they told me that I have to send the camera (that still has warranty on it) at my own cost to the official repair centre. After a week, i got a letter from them, saying the following:
    "We have received your equipment for evaluation and repair. Upon further examination it was determined that we are unable to repair your equipment therefore
    Canon has suggested a replacement product to you in exchange for your original unit at the cost detailed below. Please respond to this estimate promptly to
    avoid having your equipment returned.
    We will replace your equipment with a EOS 70D. The new serial number is not yet available.
    Upon inspection, technician found unit is beyond repair due to moisture damage. Estimate has been adjusted to reflect replacement suggestion."
    I am furious. They are offering me to buy a new camera for the same price. I called customer service and asked them to explain the letter. They said they will send me photos of the inside of the camera, where they have found mositure. I asked them to re-check it, as I didn't misuse it, I didn't drop it in the water, or anything of that kind. They said the camera must have been used in a very humid/or very cold place. Can they be serious? Is that really my fault? I mean, I bought the camera to be able to take pictures anywhere I go. I didn't do anything extra to it or with it. I will take this as far as I can, I just don't find this a normal response. Any suggestions??? Anyone had the same problem before?

    Every post ought to have a learning opportunity so I am attaching a list compiled by a Canon technical advisor addressing the problem of handling photographic equipment in hot weather.
    Hot Weather Photo Equipment Handling Tips 
    Compiled by Chuck Westfall, Technical Advisor/Canon U.S.A., Inc.
    1.) Avoid Condensation:
    This is a biggie. If temperature and humidity differentials are high enough, condensation may occur when moving photo equipment from a relatively cool environment such as an air-conditioned vehicle, to a warmer one. When condensation forms inside a lens, for instance, internal elements can fog up, preventing clear images. When condensation gets bad enough inside a camera body, it can cause short circuits resulting in unexpected shutdowns. Worse yet, when equipment temperatures finally equalize to the warmer environment, water droplets on glass surfaces inside a lens may dry out and leave spots, mildew or fungus that can’t be cleaned by the photographer.
    Similarly, when condensation dries up inside a camera, fungus, mildew, rust or corrosion may be left behind on printed circuit boards, viewfinder eyepieces, shutter curtains, or other internal components. If any of this happens, the equipment may be permanently damaged.
    Incidentally, no matter how good it is, ‘weather sealing’ cannot prevent condensation, nor was it ever intended to do so. Damage caused by condensation is considered a user error, and it will void warranty coverage. One of the best methods to avoid condensation is to allow photo equipment to warm up gradually before exposing it to a hot environment. If this is not practical, consider placing the equipment in an airtight, resealable plastic bag with silica gel packets inside before exposing it to heat. (Don’t forget to squeeze as much air as possible out of the bag before you seal it, otherwise this technique may not work.) Using this method, the condensation will form on the bag instead of the equipment. Once the condensation on the bag has dried out, it should be safe to remove the equipment and start using it.
    On a related matter, in hot and humid conditions, perspiration may cause condensation to form on your camera’s viewfinder eyepiece. Some camera manufacturers including Canon offer anti-fog eyepieces to prevent condensation from forming.
    2.)  What To Do When Condensation Has Occurred:
    Use a soft, dry clean cloth to remove moisture from exterior surfaces. If possible, place the equipment in a dry, well-ventilated area to prevent further condensation from occurring.
    3.)  Cover Equipment When Not In Use:
    If you must leave your camera equipment exposed to high heat and/or humidity conditions for long periods of time, consider covering it with a dry white towel when it’s not in use. Even when condensation is not an issue, heat absorption is another big concern for professional cameras and lenses, and especially digital SLRs. Cameras are designed to operate within a specific range of temperature and humidity conditions. For instance, the EOS-1D Mark IV professional camera has a high-end temperature rating of 45C/113F and a humidity rating of 85% or less. Since most camera bodies are black, internal temperatures can exceed this limit even when the ambient temperature is below it.
    4.)  Avoid or Limit the Use of Camera Settings that Generate Heat:
    Heat build-up caused by ambient temperatures is one problem, but the other side of the coin is heat build-up caused by the camera itself. This has become more of an issue recently with professional digital SLRs due to the incorporation of new features such as Live View and HD video recording. These features generate heat from several camera components including battery packs, image sensors and LCD screens. If you plan on using Live View or recording video outdoors in high-temperature environments with your digital SLR, there are a couple of things you can do to minimize heat build-up inside the camera:
    Limit the use of Live View for still shots. This will minimize heat build-up from the image sensor and LCD screen. 
    Use an external monitor when recording video. This will shut off the camera’s LCD screen. 
    Use an AC Adapter Kit. This will reduce heat build-up by eliminating battery packs. 
    Set the camera’s Auto Power Off setting to a reasonably short interval. Let the camera help to minimize heat build-up by allowing it to shut down automatically after a minute or two of inactivity. This will also conserve battery power.
     5.)  Storing Equipment in Hot Weather:
    In high temperature environments with ambient humidity over 80%, use silica gel packets in your gadget bag or equipment case to absorb excessive moisture and protect your camera gear. Silica gel packets can be purchased in quantity from professional camera dealers and chemical supply houses, and are available in clear or moisture-indicating varieties. For long-term storage, consider storing camera equipment in Tupperware or similar sealable plastic containers with silica gel packets to absorb moisture and prevent fungus and mildew. In severely humid environments, even silica gel packets may be insufficient; so-called “camera dry cabinets” from manufacturers such as Toyo Living are available for such conditions.  No matter what kind of storage container you use, ideally the humidity level should be less than 60% for maximum protection. Relatively inexpensive hygrometers of the type used for cigar thermidors are available to monitor humidity levels inside the containers.  Remember to test hygrometers at least once a year, and recalibrate them if necessary.
    6.)  Store Battery Packs Separately and Keep Equipment Clean:
    To prevent corrosion of your camera’s electrical contacts, remove battery packs prior to long-term storage. Also, as a matter of good housekeeping, clean cameras and lenses regularly and thoroughly. This is especially important in hot and humid weather, or after your camera equipment has been exposed to rain or condensation, to prevent mildew and fungus from forming.
    © August, 2010 by Chuck Westfall
    http://blog.photoshelter.com/2010/08/keeping-your-camera-gear-safe-in-the-heat/

  • Report Viewer 120 DPI screen get messed up

    Greetings all.
    I'm having a weird issues using the .NET 2.0 CrystalReportViewer control.
    The screen is set to 120DPI and the viewer is displaying a report (any actually). I click on a report field inside the viewer, which seem to "select" the field even if it really doesn't do much anyway. Then, resize the viewer and abracadabra, the report get's all messed up. It become totally unreadable, like if the control started to paint itself in double or triple. Kind of weird to describe. But you really have to click on a field. Otherwise, the view behave nicely.
    We are using Crystal REport XI Release 2 runtimes. Full version seems to be 11.5.8.826 (can't find any info inside CR to figure out which SP I have!!! sweet)
    I've tested in 96 DPI and all is ok, but beside this DPI, the viewer just go nuts.

    Hi Alexandre,
    These are all known issues with XI R2. They have all been fixed in XI R3 ( version 12 ) and can be.
    Due to the complexity of the viewers and the depth they go into the source code they will not be fixed in XI R2.
    Only option is to upgrade or stay @ 96 DPI.
    Thank you
    Don

  • LCCS Screenshare-How to view the shared screen?

    Hi all,
                        Im new to LCCS,doing lccs screen sharing application using Flash Builder 4.I have used session.streamManager.maxP2PStreamPublish = 20;    session.streamManager.streamMulticast = true to publish my screen,How can i view the shared screen from another system?Do i need to use the subscriber in another system to view the shared screen?Can anyone plz help me...
    .Thanks in Advance
    Duva

    Hi Duva,
    Have you tried using the Screen Sharing SampleApps? You can download them from our SDK Navigator. Within the "ScreenShareExample" folder has "ScreenSharePublisherExample.mxml" and "ScreenShareSubscriberExample.mxml" which I think might help
    Here is the info from the Readme about these examples:
    ScreenSharePublisherExample:This example shows how to publish one's screen and share with other subscribers in the same room who has its publisherID. When invoke this publisher, Adobe Screen Share Addin will appear and a sharing dialog will pop up for asking which application/view to share.  Upon confirmation,
    both streamID and publisherID will be displayed on the center textfields.  Use the publisherID on the screenshare subscriber to see the screenshare.  (Please verify account information and roomURL before using the publisher)
    ScreenShareSubscriberExample:With right account information and roomURL, this application will connect to the first screen share publisher in the room (you don't need to specify the publisherID).
    Here are some good pages with ScreenSharing info that you might find helpful as well:
    http://learn.adobe.com/wiki/display/lccs/08+Audio%2C+WebCam%2C+and+Screen+Sharing
    http://learn.adobe.com/wiki/display/lccs/8.3+Screen+Sharing
    JG
    LCCS Quality Engineering

  • IOS 5 - Notification are not showing in the lock screen knowing that the option view in lock screen is active ?

    Hi ,
    After Upgade my  iphone4 to ios 5 ,  Notifications are not showing in the lock screen knowing that the option view in lock screen is active ?
    Regards
    HM

    I experience this also sometimes (whatsapp), is this a bug??
    sometimes when a person writes 2-3 messages in a row (for instance) in whatsapp (im in standby mode), it sometimes only displayes ONE message in lock screen mode (though he/she wrote more than 1), and sometimes shows the right corresponding written messages!
    Why is this?
    its really annoyoing when you get messages in lock screen mode BUT it doesnt stay and remain so you notice it. That way you get missed messages etc and notices it first...when doing the "pull-down list".
    FIX THIS

  • What happened to the ipad photo viewer in lock screen?

    What happened to the ipad photo viewer in lock screen? I updated to iOS 7.0 and nolonger have the slide show and music while in lock sreen. This was the most used feature of my iPad since I put it in a dock on my desk. Is there another way to do that.

    I 100% agree with ski-doug!!!
    I use iPad 50% of the time  to play music and display photos for my customers!!!
    I also have seen many a business display picture slideshows to their incoming customers without granting access to the device!
    I realize many will save personal pictures to their iPads and thus they will not want easy acces to them, and they could block this feature in previous iOS.
    Please, please, please Apple, DO NOT generalize and figure we are all the same!
    Please reuturn this feature!
    Sincerely...
    Monteh!
    PS  It would be awesome if it could display all My Pics instead of just an album!

  • Controling wavefrom graphs and instrument display.

    Hello, 
    I'm tring to control an old Optical Spectrum Analyzer (OSA) using VISA.
    I manage to read and write and present the date - but not to see the OSA display screen!  I will explain:
    The OSA sweep over some spectrum range continuously - the display actually shows a video. 
    when the sweep ends it store the data in an array - which I read and show on a wavefrom graph.  This is where the OSA display and my waveform link breaks.
    for example if I input a command to change the scale of the y-axis or to insert a marker, the OSA display is changed but not my waveform.  I could not find any other way to read the data.
    from your exprience - such instruments (mine is 20 years old) offer a way to read the entire screen data somehow?
    if not, how can I control my waveform graph through my program - for example define the y scale to be the same as that of the instrument?

    MY OSA is HP70951A.
    I have programming manual of similar item for which most commands work - no driver is available, I've search.
    I have a cluster of x0, dx and Y and I read the data correctly -  so far so good, but I do not see the instrument display at is.
    for example: I could place a marker on my instrument display - but I wouldn't see it in my computer since I read only the y-axis data.
    you can say - so read the marker as well, but what is the point - In theory I can seat in front of my computer screen and add marker on my waveform alone without the instrument. same as changing the y scale division - it will be changed on the instrument display or computer display seperatly.
    I don't know if I'm asking too much....or this is how it should be since this is the first time I write a driver with labview.
    P.S
    I also ask about program control on waveform display in another forum - it is not so trivial for example to change the scaling based on input values in the program comapre to do it with some mouse click.  there are many properites node which are not well explained.

  • Nokia 6085 Blank Display screen now after start up...

    Phone is two months old. Worked fine. Now all of a sudden, for no apparent reason,
    the display screen, is lit up, but, blank. Can't get Nokia greeting, nothing. Can call out,
    can receive calls, but, can't view screen. Removed battery, for whole night, put back in. Sim card is
    fine...still...blank screen.
    Need help...any suggestions., or is the phone just useless now?
    Thanks in advance to anyone for your time.
    Very disappointed.

    w0nderw0man, the 3-finger reset will not work for S40 phones like yours. It's only for Symbian phones like the N-series, E-series, 5800, etc.
    If there's a blank screen, it's best taken care of by a Nokia Care Point.
    I would suggest that you get a new phone instead of repairing the 6085, because the repair costs in most cases as much as a new phone of similar or better features. Just my two cents.
    Cheers,
    DeepestBlue
    5800 XpressMusic (Rock Stable) | N73 Music Edition (Never Say Die) | 1108 (Old and faithful)
    If you find any post useful, click on the Green "Kudos" Button on the left to say Thank You...

Maybe you are looking for

  • How to print all pages of a pdf to jpeg images?

    Hi there, How can i print the pages of a pdf file to jpeg or any other image format? i have a pdf file and adobe acrobat 9 pro. i cannot export as jpeg as there is lock in the pdf file, i want it to be saved as image by printing it. could anyone help

  • Networking mac 10.39 to windows XP

    I am running mac os 10.39 and can connect to my pc running windows XP. I can see all of the files on the pc from the mac when connected. However when I try to copy files from mac to pc it shows 'a server you are using is no longer available. Do you w

  • Design view no longer displaying included files properly or at all

    Hello, The site I need help with is a classic asp site. I am using Dreamweaver CS5.5 and am working in Windows 7 Professional. For over a year I have been opening files directly from two separate servers (one is testing, the other is live) and the fi

  • Newbie Question: How to find Forms/Reports Server Version

    Hello, Is there a way to easily find out what is the patchset installed for the Forms and Reports Server. I know that presently using AS 9i rel1 and Forms 6i, but how do you find out more information on the installed patches on Windows? thanks

  • How to find tablespaces used by a particular user.

    Can someone please tell me how I can find all the tablespaces that are used by a particular user?