Monitor size will be a problem?

Dear all,
Am developing a application using mouse-events. I generate some click events on some particular controls automatically. So if i use that particular application in some other system with a different monitor size will there be any problem?
Earlier response is much appreciated.
Thanks,
Mathan
Solved!
Go to Solution.

Hi mathan,
with the user32.dll function "GetWindowRect" you can read the position of the window, on which you want create an event. To this position you can add the position to where you want to move the mouse. The attached example shows hao to get the coordinate of the specified window.
Why do you use the x and y positions? You can send a key pressed to a specified button without moving the mouse to this position.
Mike
Attachments:
GetPosition_LV80.zip ‏31 KB

Similar Messages

  • Program Monitor Size Problem

    I am able to import .mpeg files into PP CS5.  However, while my Source Monitor auto sizes the material correctly, the same material appears zoomed in on my Program Monitor.  I have selected "Fit" as the Program Monitor size.  How do I correct this?  Is it a result of my project preferences perhaps?  Thanks.

    Thanks, Jim.  I studied this video piece closely.  But it did not address the issue of mixed footage, which is the underlying reason for the varying Program Monitor screen sizes of images.  Essentially, if I choose a Sequence setting to accomodate my 1280 x 720 (1.0) footage, then my 1440 x 1080 (1.3333) footage is enlarged in my Program Monitor.  By contrast, if I choose a Sequence setting to accomodate my 1440 x 1080 (1.3333) footage, my 1280 x 720 (1.0) footage is reduced in my Program Monitor.
    I should point out that I was indeed able to create a sequence for each footage type file.  And both Source and Monitor image sizes matched.  But as soon as I created a new sequence and dropped clips from the two different footages into it, I was right back where I started.
    I attempted using Interpret Footage to try and match footage.  But the available selections there do not accomplish this.
    So I suppose the question is:  How does one conform mixed footage like those listed above so that they match in the Program Monitor and consequently, when exported?
    Thanks 

  • Frameset and monitor size

    Howdy, I have a frameset that looks one way on a 14 inch
    monitor but looks another way on a 15 inch or larger screen. Please
    note I am using the same operating system (vista), the same
    browser, ie 7. Both screens are using 1280 x 800. But the frame set
    draws the top frame higher on bigger monitors. For example I have a
    top frame and it has text displayed in it. On a 14 inch monitor
    there is about a 1/8 inch gap between the bottom of the text and
    the frame border. But viewed on a larger monitor with all the above
    specs there is a greater gap between the botton of the text and the
    frame border. What do I need to do to make this frameset display
    the same on different monitors.
    Here is the page:
    http://www.christian-software.com/design/root/cybersitter_frame.html
    Jeff

    What you are describing is a browser viewport dimension
    problem not a
    monitor size problem. You could see both effects on the
    larger monitor by
    simply making your browser height shorter. Click and drag the
    bottom edge
    of the browser viewport to see what I mean.
    You need to know about frames, however. Please read on -
    The decision to use or not use frames should be based on a)
    your site's
    needs, and b) your willingness to accept the potential
    problems that frames
    can create for you as developer and maintainer of the site
    and for your
    visitors as casual users of the site.
    I am down on frames because I believe that they create many
    more problems
    than they solve.
    Judging from the posts here, and the kinds of problems that
    are described,
    the kind of person most likely to elect to use frames is also
    the kind of
    person most likely ill-prepared fo solve the ensuing problems
    when they
    arise. If you feel a) that you understand the problems and b)
    that you are
    prepared to handle them when they occur, and c) that you have
    a need to use
    frames, then by all means use them.
    As far as I know, the most comprehensive discussions of
    frames and their
    potential problems can be found on these two links -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    Your problem is that you have specified the height of BOTH of
    the two frames
    in absolute values.
    <frameset rows="120,332" cols="*" border="4"
    framespacing="4"
    frameborder="NO">
    <frame src="cybersitter_frame_top.html"
    name="cybersitter_top"
    scrolling="NO">
    <frame
    src="https://www.cybersitter.com/secure/dcsorder.asp"
    name="cybersitter_main">
    </frameset>
    So - when the browser is taller than 120 + 332 = 452px, the
    extra height
    will be allocated to each frame in the ratio of 120/332 to
    the top frame and
    212/332 to the bottom frame. The way to overcome this is to
    make the top
    frame fixed in height but the bottom frame completely
    flexible -
    <frameset rows="120,*" cols="*" border="4"
    framespacing="4"
    frameborder="NO">
    Then rip out the frames and throw them away!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jphilapy" <[email protected]> wrote in
    message
    news:[email protected]...
    > Howdy, I have a frameset that looks one way on a 14 inch
    monitor but looks
    > another way on a 15 inch or larger screen. Please note I
    am using the same
    > operating system (vista), the same browser, ie 7. Both
    screens are using
    > 1280 x
    > 800. But the frame set draws the top frame higher on
    bigger monitors. For
    > example I have a top frame and it has text displayed in
    it. On a 14 inch
    > monitor there is about a 1/8 inch gap between the bottom
    of the text and
    > the
    > frame border. But viewed on a larger monitor with all
    the above specs
    > there is
    > a greater gap between the botton of the text and the
    frame border. What do
    > I
    > need to do to make this frameset display the same on
    different monitors.
    >
    > Here is the page:
    >
    http://www.christian-software.com/design/root/cybersitter_frame.html
    > Jeff
    >

  • Fit the ALV grid to the monitor size

    Hi all,
    Please let me know how i can fit the ALV grid to the monitor size of the user. That is The grids should be layered and expanded to the full width of the users monitor.
    Thanks in advance
    Jey Sabith Ebron

    Hi Jey,
    You can fit ALV grid to monitor size by defining the container as docking container.
    In this case, you neednot create a custom container .
    You can use the following code:
      CONSTANTS: lc_height TYPE i VALUE 1200.
    DATA: go_container       TYPE REF TO cl_gui_docking_container,
          go_alv_tree        TYPE REF TO cl_gui_alv_tree.
        CREATE OBJECT go_container
          EXPORTING
            repid                       = sy-repid
            dynnr                       = sy-dynnr
            side                        = 2                        " Top
            extension                   = lc_height
            metric                      = 1                        " Pixel
          EXCEPTIONS
            cntl_error                  = 1
            cntl_system_error           = 2
            create_error                = 3
            lifetime_error              = 4
            lifetime_dynpro_dynpro_link = 5
            OTHERS                      = 6.
        IF sy-subrc <> 0.
          MESSAGE x398(00) WITH 'ERROR'(100).
        ENDIF.
      CREATE OBJECT go_alv_tree
        EXPORTING
          parent                      = go_container
          node_selection_mode         = cl_gui_column_tree=>node_sel_mode_single
          item_selection              = c_x
          no_toolbar                  = ''
        EXCEPTIONS
          cntl_error                  = 1
          cntl_system_error           = 2
          create_error                = 3
          lifetime_error              = 4
          illegal_node_selection_mode = 5
          failed                      = 6
          illegal_column_name         = 7.
      IF sy-subrc <> 0.
        MESSAGE x398(00) WITH 'ERROR'.
      ENDIF.
    Code above is for ALV tree.
    You can define any ALV grid object using docking container.
    This will solve your problem.
    Let me know if you face any issues.
    Thanks,
    Nisha Vengal.

  • Looking for a monitor that will match the picture quality on my Macbook Pro.

    Today i bought a 27" LED Monitor w/ 2560 X 1440 resolution. The specs on the box seemed to match that of a thunderbolt display yet when connected (via HDMI) the picture quality was significantly lower than that of my Macbook Pro (13.3" 2.9 Ghz July 2012). Im likely to return this monitor due to the poor quality. What i want to know is what kind of monitor is out there that will match the color and quality of my macbook pro. I am willing to lose monitor size in return for this quality but i dont want to spend $1,000 on a thunderbolt display (i spent $400 on this monitor). Any one out the with monitor knowledge to help me out in my purchasing decision?

    For anyone out there with a similar problem, after a few days of researching the issue i've found a solution. The problem being that HDMI cables wont support resolution higher than 1080p (1920 x 1080) therefore using an HDMI connection, your monitor wont output to its full potential (that is ofcourse if it can support higher than 1920 x 1080). The solution is to use a DisplayPort connection. DisplayPort is the best connection for computer monitors because it can output higher resolutions than hdmi and in most cases DVI. Today it seems like everyone is using HDMI to connect everything and it has become the standard. In the case of TV/Cable HDMI is probably your best choice because it is more properly formatted for that type of display but if you want the best picture quality for computer monitors, i'd stick with a DisplayPort cable. For compatibility with your Macbook Pro/Air/iMac, you do need to buy a MiniDisplayPort to DisplayPort converter cable to make the connection.
    Again this is just how to output a non-apple display to your apple computer. If you can afford them, the ThunderBolt and Apple Cinema displays are both great monitors that can output some really high quality picture as well.

  • Detect monitor size question

    Hi:
    Not sure if this will be a problem, but probably it will.
    If two monitor sizes differ by a lot...say a 21 inch vs a 17 inch; And I have a whole bunch of Swing components, most of them have preferred sizes. The components were first implemented on the 21 inch monitor, and they look good on that. If I now switch to the 17 inch monitor , I am afraid the components are probably gonna be crowded together..(i am not sure about this yet...i will try this soon)...if so, what can I do to make my components' sizes customized for different sized monitors?

    Actually, I just tried, and it does matter. Many of my buttons couldn't show because their total width is wider than the 17 inch monitors. So my application looks very messed up on the 17 inch monitor. I used "setPreferredSize" for most of my components(Especially buttons), because I want my buttons to be the same size, despite the fact that the button text might not all show up. Hmm, would it be possible that if I set the Minimum Size to be much smaller than the Preferred size, then the buttons would be much smaller on a smaller monitor?

  • I am running Mac OS X Lion on a brand new Mini.  Every now and then, my keyboard goes "dead."  The mouse still works but can't type.  If I restart, everything is fine again.  Is there anything that will fix this problem?

    I am running Mac OS X Lion on a brand new Mini.  Every now and then, my keyboard goes "dead."  The mouse still works but I can't type.  If I restart, everything is fine again.  Is there anything that will fix this problem?
    Also, I am trying to connect my Mini from the mini-Displayport to the Displayport of my Dell U2410 monitor.  The image is very grainy,even though it is set to the correct resolution: 1920 X 1200 at 60Hz.  If I use HDMI to VGA input, the image is much clearer.  Is there a way to get the Displayport to work?

    I'm having exactly the same keyboard issue.  Certainly nothing has ever enhanced my concentration while coding like suddenly becoming unable to type.
    I'm seeing a great many devicemgr and rake errors in my system log.  I don't know if they're related.  How 'bout you?
    If you're unfamiliar with the system log…
    Open /Applications/Utilities/Console.
    If necessary, choose View > Show Log List.
    system.log is at the top of the FILES section.
    Try searching it for hot words like DEBUG, FATAL, and aborted.
    I've found some discussions that would tend to indicate my errors are postGres related – I'm running OS X server.
    -Bryan

  • I want to make my background appear in the same spot and size on every monitor size

    Hello,
    I am adding a background to my site, and on my monitor it appears in the right dimentions. However, when I zoom out or in on my monitor the background changes sizes. How do I keep it in one position and the same size the entire time despite the monitor size? Here is my code:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <style>
    @import url("footer.css");
    html {
    background-color: #000000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000;
    background-image: url(Background.jpg);
    .footer p a {
    color: #CCC;
    body {
    width: 1041px;
    margin: auto; /* keeps the page centered */
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-color: #000;
    background-attachment: fixed;
    a {
    color: #8A0404;
    text-decoration: none;
    a:hover {
    color: #FFFFFF;
    .header {
    height: 150px;
    background-image: url(headernew.png);
    width: auto;
    float: none;
    background-color: #000;
    background-repeat: no-repeat;
    padding-top: 0px;
    clip: rect(auto,auto,auto,auto);
    .header .nav {
    width: 450px;
    float: right;
    margin-top: 55px;
    text-align: right;
    .header .nav span {
    font-size: 12px;
    font-weight: bold;
    color: #8a0404;
    margin-left: 25px;
    .navbar {
    background: #FFFFFF;
    line-height: 35px;
    margin: auto;
    width: 170px;
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    bottom: 120px;
    position: relative;
    height: 55px;
    right: 55px;
    .navbar .nav {
    width: 50%;
    float: left;
    .content {
    background: #FFFFFF;
    .aside {
    width: 330px;
    float: right;
    color: #8a0404;
    padding-top: 10px;
    background-color: #000000;
    .section.main {
    background: #FFFFFF;
    width: 700px;
    float: left;
    bottom: 0px;
    padding-bottom: 15px;
    .article {
    min-height: 400px;
    text-align: justify;
    background-color: #FFFFFF;
    background-repeat: repeat-y;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    .centertxt {
    text-align: center;
    .righttxt {
    text-align: right;
    padding-right: 15px;
    img.center {
    display: block;
    margin: auto;
    .section.main .article h3 {
    text-align: center;
    font-style: italic;
    color: #97222B;
    font-size: 30px;
    .footer {
    font-size: 11px;
    text-align: center;
    width: 100%;
    background-color: #000;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
    position: relative;
    left: 0px;
    bottom: 0px;
    clear: both;
    color: #CCC;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: auto;
    margin-left: auto;
    .signature {
    position: relative;
    </style>
    <link rel="stylesheet" href="dakevid_videolb/overlay-minimal.css"/>
    <link rel="stylesheet" type="text/css" href="banner_files/banner-rotator.css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <link href="footer.css" rel="stylesheet" type="text/css">
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
    <script type="text/javascript" src="banner_files/jquery.banner-rotator.min.js"></script>
    <script type="text/javascript">
    $(window).load(function() {
    $("#JQBannerRotator2").fdBannerRotator({keyboardEnabled:true,frameShadowEnabled:true,slide Width:700,slideHeight:300,slideScaleMode:"none",slideTransition:{type:"fade",duration:300, easing:"easeOutQuad"},slideDuration:3000,slideAutoplay:true,slidePauseOnHover:true,timerPo sition:"top",timerVisible:false,captionAnimationSpeed:500,captionAnimationEasing:"easeOutQ uad",controlDirectionEnbled:true,controlDirectionHide:true,controlPlayEnabled:true,navigat ionEnabled:true,navigationPositionTop:240,navigationPositionMargin:10,navigationAlign:"rig ht",navigationThumbEnabled:true,navigationThumbServerScipt:"",navigationThumbSearch:".jpg" ,navigationThumbReplace:"_thumb.jpg",navigationThumbWidth:150,navigationThumbHeight:65,nav igationThumbAnimationSpeed:200,navigationThumbAnimationEasing:"easeOutQuad"});
    </script>
    <body marginwidth="auto" marginheight="auto">
    <div class="header"></div>
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="index.html">Home</a></li>
    <li><a href="about.html">About</a></li>
    <li><a href="news.html">News</a></li>
    <li><a href="http://www.xcelonlinestore.com/collections/kyle-dake-official-merchandise" target="_new">Merchandise</a></li>
    <li><a href="#" class="MenuBarItemSubmenu">Media</a>
    <ul>
    <li><a href="video_gallery.html">Videos</a></li>
    <li><a href="photo_gallery.html">Photos</a></li>
    </ul>
    </li>
    <li><a href="events.html">Events</a></li>
    <li><a href="sponsors.html">Sponsors</a></li>
    <li><a href="representation.html">Representation</a></li>
    <li><a href="contact.php">Contact</a></li>
    </ul>
    <div class="navbar"><iframe src="http://free.timeanddate.com/countdown/i3zg3ync/n35/cf12/cm0/cu3/ct0/cs0/ca0/cr0/ss0/cacfff /cpc000/pc000/tcfff/fs90/szw320/szh135/tatCountdown%20To/tacfff/tptTime%20since%20Event%20 started%20in/tpc000/matThe%20World%20Championships/macfff/mpc000/iso2014-08-26T00:00:00/pa 5" frameborder="0" width="214" height="75"></iframe>
    </div>
    <div class="content">
    <div class="section main">
    <div id="JQBannerRotator2" class="JQBannerRotator">
    <div class="overlay"></div>
    <ul class="data">
    <li><img class="slide" src="banner_files/slides/lansing.jpg" alt=""/></li>
    <li><img class="slide" src="banner_files/slides/eiwa.jpg" alt=""/></li>
    <li><img class="slide" src="banner_files/slides/coaching.jpg" alt=""/></li>
    </ul>
    </div>
    <div class="article">
    <h3>Welcome to KyleDake.com</h3>
    <p><img src="test.png" width="323" height="441" hspace="20" align="left">Hey Guys! Thanks for visiting my website. I hope you find what you are   looking for, whether it be clothes and merchandise, information, or   inspiration! I want to thank you for supporting me and my dreams as I am   chasing them down every day. The fans are one of the most important   parts of what I do, I hope everything I have done and will do benefits   someone somewhere. Make sure you are chasing your dreams every second   you breathe.<span class="signature"><img src="Signature2.png" width="203" height="109" align="right"></span></p>
    <p> </p>
    </div>
      </div>
    <div class="aside">Follow Kyle on Twitter | Check out Kyle's Facebook Page</div>
      <div class="aside">
    <p class="righttxt"> </p>
    <p class="righttxt"><a class="twitter-timeline"  href="https://twitter.com/kyledake444"  data-widget-id="423108832919695363">Tweets by @kyledake444</a>
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getE lementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.j s";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
    </p>
      </div>
    </div>
    <div id="footer">
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    <div class="footer">
      <p>All Rights Reserved 2013 X-Cel Worldwide | © Kyle Dake 2013 | This is the official Kyle Dake Website | Web Design <a href="http://www.riccioproductions.com/" target="_new">Riccio Poductions</a> | </p>
    <a href="http://www.cfathletic.com/" target="_new"><img src="cf.png" width="83" height="40" border="0"></a><a href="http://www.milwaukeetool.com/" target="_new"><img src="mil_tools.png" width="81" height="55" border="0"></a><a href="http://www.ai-sport.com/ai-performance/ai-performance-wrestling" target="_new"><img src="ai_wrestling.png" width="228" height="47" border="0"></a></div>
    </body>
    </html>
    Thanks!!

    It works in everything except IE, which it notes so I knew that going in. Any thoughts on how to fix it up? Here's the site again:
    http://www.kyledake.com/testindex.html

  • Flash Display size on various monitor sizes

    I'm creating an flash interactive that will be view several different monitor sizes. What's a safe or standard size (resolution) to create the flash movie.
    Thanks for any response.

    You should use whatever size fits comfortably in the browser on the smallest screen. Do you have any idea what size screen resolutions your users will be using?

  • How do I create a digital book that fits tablets and computer monitor sizes?

    How do I create a digital book that fits tablets and computer monitor sizes?
    Example: An 8.5 X 11, 2 column Word document with pictures, approximately 100 pages.
    Must I also publish the book in a 5X8 format or does Acrobat have something that will do that for me?

    Starting at the end:
    - When the movie or tv show does transfer onto your iphone/ipod touch you will be able to see it in the expanded view of your device in the "DEVICES" section.
    - If the files are not on your device, then:
         -- confirm you have SD or HD-SD video. HD-only content will not play and probably will not even sync. iTunes seems to reliably have SD versions with their HD distributions so this should not be an issue
         -- confirm you are synch-ing the content to the ipod device by browsing the DEVICE view's Movie or TV Show tabs to confirm the movie or episode is 'checked'
    - If the files are on the iPod and you cannot find them, check your Settings: General for Restrictions.  If you restrict, for example the movies to "G" rating. PG and higher movies will sync but you will not be able to find them on the iPod!

  • Will i have problem upgrading from Snow Leopard 10.6.8 to Maverick ?

    will i have problem upgrading from Snow Leopard 10.6.8 to Maverick ?

    Impossible to know. But I would make a backup before doing so, just in case. I would also do the following:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    If you wish to save yourself a lot time should you need to reinstall Mavericks at some point in the future then see the following:
    Make Your Own Mavericks, Mountain/Lion Installer
    After downloading the installer you must first save the Install Mac OS X application. After the installer downloads DO NOT click on the Install button. Go to your Applications folder and make a copy of the installer. Move the copy into your Downloads folder. Now you can click on the Install button. You must do this because the installer deletes itself automatically when it finishes installing.
       2. Get a USB flash drive that is at least 8 GBs. Prep this flash drive as follows:
    Open Disk Utility in your Utilities folder.
    After DU loads select your flash drive (this is the entry with the mfgr.'s ID and size) from the leftside list. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.
    Select the volume you just created (this is the sub-entry under the drive entry) from the left side list.
    Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    Click on the Erase button. The format process can take up to an hour depending upon the flash drive size.
    Make your own Mavericks flash drive installer using the Mavericks tool:
    You can also create a Mavericks flash drive installer via the Terminal. Mavericks has its own built-in installer maker you use via the Terminal:
    You will need a freshly partitioned and formatted USB flash drive with at least 8GBs. Leave the name of the flash drive at the system default, "Untitled." Do not change this name. Open the Terminal in the Utilities folder. Copy this entire command line after the prompt in the Terminal's window:
         sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume
         /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
    Press RETURN. Enter your admin password when prompted. It will not be echoed to the screen so be careful to enter it correctly. Press RETURN, again.
    Wait for the process to complete which will take quite some time. When completed it would be wise to test the installer by checking that it boots the computer and is then ready for installation.

  • PDF Size will increase in size dramatically with every submit.

    I have a PDF Form desinged using Adobe LiveCycle Desinger ES2.
    It has a submit button which will submit the form to the server (IIS and ASP.NET) using this javascript command:
    event.target.submitForm( {cURL: "http://server/ASPNETWebPage.ASPX", aPackets:["datasets","pdf"], cSubmitAs: "XDP"});
    On the server, from ASP.NET, I use the following code to extract the submitted "chunk" element and convert it from Base64 to Binary PDF File:
                fs = New System.IO.FileStream(mFormFileNameFolder, IO.FileMode.Create)
                bw = New System.IO.BinaryWriter(fs)
                ' Get chunk element form the submitted XML
                Dim srChunk As New StringReader(mXML.GetElementsByTagName("chunk")(0).InnerXml)
                Do While True
                    Dim theChunkLine As String
                    theChunkLine = srChunk.ReadLine
                    If Not String.IsNullOrEmpty(theChunkLine) Then
                        theReadBytes = theChunkLine.Length
                    Else
                        theReadBytes = 0
                        Exit Do
                    End If
                    Dim theBase64Length = (theReadBytes * 3 / 4)
                    Dim buffer() As Byte
                    buffer = Convert.FromBase64String(theChunkLine)
                    bw.Write(buffer)
                Loop
                bw.Close()
                bw = Nothing
                fs.Close()
                fs = Nothing
    The above code is working fine, and PDF is generted successfully.
    I have one problem.
    With every submit, the generated PDF Size will increase dramatically. I reported this to Adobe Support, and they cofirmed that this is by desing and that with every submit, the previous PDF State is saved, and the new state is added. That is why I get huge PDF File.
    I was told that the only way to solve this problem is to submit the form as PDF ONLY, and after I save the PDF File on a file system, I then must use Adobe Service/Process "exportData" to extract the XML Data from the PDF.
    I think this is really big change to me. I was hoping that there is a way to indentify the latest PDF State from the chunk element.
    Any help will be greatly appreciated.
    Tarek.

    Thanks a lot C. Myers,
    You explanation helped me understand what is happening.
    I have been following the same method for the past 4 years, and I was hit by this problem (OutOfMemoryException) only when some users started using image size more than 500KB. Then, I decided to report this problem.
    I was able to rewrite the code to convert from Base64 to binary using buffering:
    http://forums.asp.net/t/1662571.aspx/1?URGENT+Exception+OutOfMemoryException+thrown+when+w hen+converting+to+String+
    So far, I am not getting OutOfMemoryExceptions, but the PDF Size will continue to grow with every submit. However, if the all the images size is less than 50KB, the increase is not significant.
    Please allow me to ask this question:
    Is there a way to change the above code so that I can extract only the last version of the submitted PDF from the Data Stream "chunk" element ?
    Sooner or later, some one will notice that such PDF sizes are not logical. Even when the PDF does not have images, I have noticed in the past, some PDF Sizes (for Staff Profile Data Collection Form) are something like 15MB !!! I was not able to figure out why. But now I understand. I think the user must have submitted the form for saving many times.
    Now, things are OK. But, I will post back if this problem will fire back.
    Tarek.

  • Getting Monitor Size of IMac

    I need to get a report that will list the Monitor Size. How do i do that with ARD

    You can get the monitors resolution through the System Overview Report. But if you mean the monitor's physical size - 17", 19", etc. - then you can't since that information isn't reported by the monitor to the computer (on any computer system, to the best of my knowledge). You could get the monitor's model number (so you could look up the size) by running the UNIX command
    system_profiler
    on each system which would return the display's model number from which you could then look up the physical specs from the manufacturer's web site.

  • Monitor size and websites

    Hi hows it going!
    My name is John
    My question is how do i get my site to stretch and stay consistant to various monitor sizes?
    I constantly have to crt+ to resize on different screens.

    John,
    If you use a relative width (100% width instead of a fixed value in px), the site/pages will adapt to the currently available width.
    To get more, or better, answers, you may consider posting in the Web Design forum,
    http://forums.adobe.com/community/design_development/webdesign?view=discussions
    or the forum for your application,
    http://forums.adobe.com/index.jspa

  • Different Monitor Sizes

    Hello,
    I am running a combination of monitor sizes - 52 and 40". They will be showing the same presentation. I wanted to put these in a group for ease of management, but the presentation doesn't size correctly (scale down) for the 40" monitors. Any help would be appreciated.

    Yes, The DMP interface, not the DMM.
    Click DMP Display Attributes in the Settings list.
    The display autodetection feature is enabled by default. However, it fails unless you use either:
    •An HDMI signal cable.
    •An HDMI signal cable in combination with an HDMI-to-DVI adapter.
    (Even if you have an HDMI cable by deselecting autodetection and selecting another display setting you can force the display resolution in what is outputted from the DMP.)
    a.Choose Disable from the DMP Display Autodetection (requires HDMI) list. Note If you are satisfied with the choices and entries that DMPDM made for you as a result of its DMP display autodetection, you are done with this section and you can go now to the “Configure Your DMP to Trust Only Your DMM Appliance” section on page 3-4. Otherwise, if you are not satisfied — or if your display does not support HDMI connections — do the following.
    b. Choose a standard from the Display Standard list that applies in your country. For example, even though our factory default selection is NTSC_M, your country might use PAL instead. (or a different screen resolution)

Maybe you are looking for