Need ruling on screen coordinate system to use with AWTVideoSizeControl...

Hi -
I’m working on a tru2way application and a nagging question keeps popping up with stack vendors on the usage of the AWTVideoSizeControl interface. I was hoping you could provide a definitive answer (note that Bill Foote is the author of the interface spec).
In short…my reading of the javadocs for AWTVideoSizeControl is that all values passed to and received from it are to be expressed in the graphics plane coordinate system. Stack vendors don’t always agree.
Periodically, I run into a stack vendor who expects AWTVideoSize (as passed to AWTVideoSizeControl.setSize) to be expressed in video plane coordinates – I’ve so far been able to convince these folks that the spec requires graphics coordinates. I’ve just run into an interesting situation, though, where although the vendor agrees that AWTVideoSize should be in graphics coordinates, they’re feeling that the Dimension returned from AWTVideoSizeControl.getSourceVideoSize() should be based on the video plane coordinate system. Their thinking is that while ‘x’ and ‘y’ are coordinates (and therefore are called out as needing to be expressed relative to the graphics screen), ‘height’ and ‘width’ aren’t.
Perhaps I’m wrong, but that seems incorrect. I would expect the Dimension height and width to be relative to the graphics screen as well.
I’d appreciate it greatly if you could provide a ruling on this that I could take back to them (and others).
Thanks.

You would have to check with the manufacture of your system to see if they have an app available in the Apple App store to access their system. Since you do not indicate the system name or other information, you would need to also search the app store based on the answer the manufacturer provides for you. No one here would be able to guess at what you have.

Similar Messages

  • Best POS system for use with Mac?

    What is the best POS system for use with Mac?  Using Quickbooks and paper invoices and inventory.  Would like to upgrade to POS system.

    Ideally it is best to have seperate (discreet) EHD's for a PC and Mac due to their differences in HD formatting. However, this is not always feasable but there are alternative solutions availble. Among those are:
    Creating and useing a Dropbox account that can be shared by PCs, Macs, IOS and Android devices. Dropbox allows for 2GB of free storage and additional storage is available for a small monthly fee.
    Another possiblity is formating an EHD so that it may be shared by both a PC and Mac, this format is FAT 32. The downside of doing this is the size of the files written to the HD are limited to 4GB.

  • Partitioning previously used Windows NT File System for use with Mac and PC

    With reference to this thread I found when searching for a solution: Can Windows NT File System(NTFS) format external hard drive work on iMac?
    Below is the comment which led to me creating this new thread.
    "rkaufmann87Sep 8, 2014 8:26 AM Re: Can Windows NT File System(NTFS) format external hard drive work on iMac?
    in response to djj19
    djj19 wrote:
    Hi there,
    I am about to follow your advice also for the same issue, the worry I have is that when I select partition 1, it says "To erase and partition the selected disk..." and so I am worried that if I do this it will erase the current contents of the hard disk drive (which were copied there from PCs in previous use).
    If so, is there a way to use the hard disk drive with a mac without erasing the contents?
    Thanks
    Your case is different and NO do not partition the EHD yet unless you are prepared to completely erase your PC data. Before progressing though, do you intend to share the EHD with a PC and your Mac? If so this is not advisable but it is possible, however you will need to compromise. Please answer that question first and then we can proceed with some advice.
    BTW it's generally not a good idea to ask a question in a thread that has already been answered, particularly one that is 3+ years old! In such a case it's normally better to create your own thread. "
    The answer to the question in the above comment is that ideally I would like to use with both Mac and PC, why is this not advisable?
    Please discuss my best options. I am wondering if I could transfer the current contents of the disk drive elsewhere, partition (which would erase) the disk drive, then put back the contents along with the new files which I have been trying to put on in the first place?
    If this were to work would I then be tied down to only using this disk drive with a Mac?
    Thank you.
    Message was edited by: djj19

    Ideally it is best to have seperate (discreet) EHD's for a PC and Mac due to their differences in HD formatting. However, this is not always feasable but there are alternative solutions availble. Among those are:
    Creating and useing a Dropbox account that can be shared by PCs, Macs, IOS and Android devices. Dropbox allows for 2GB of free storage and additional storage is available for a small monthly fee.
    Another possiblity is formating an EHD so that it may be shared by both a PC and Mac, this format is FAT 32. The downside of doing this is the size of the files written to the HD are limited to 4GB.

  • Do i need to reformat a samsung m3 for using with a macbook pro

    Hello
    Do i need to reformat a new samsung m3 for using with a macbook pro?
    I have an old bipra which i use and i just remember literally plugging it in and going.
    thanks for any info.

    I don't know about your particular configuration but usually Disk Utility not recognizing a drive means the drive/card is history.  My G4 running OSX 10.4.11 will format SD cards.
    I don't know your model computer. Is this one with a SD slot built in?  If it is, do you have an external reader, or can you try another card in this slot to see if it is a slot problem?

  • What function to set coordinate system in 6i with API?

    #define D2FP_COORD_SYS 72
    here's the define that relates to what i want to do.
    what are the names of the functions that set/get the coordinate system. (i want to set it to character and change the default units)
    thanks,
    [email protected]

    The Other missing Header file :-) - d2fcrd.h - In fact this is shipped in the Forms API lauchpad on the Forms section on OTN. But here it is anyway:
    /* Copyright (c) Oracle Corporation 1996.  All Rights Reserved. */
       NAME
        D2FCRD.H -- Dev2K Forms API CooRDinate system declarations
       DESCRIPTION
        Contains the public declarations for the Forms API CooRDinate system
       PUBLIC FUNCTIONS
        d2fcrdcr_Create          - Cover for d2fobcr_Create
        d2fcrdde_Destroy         - Cover for d2fobde_Destroy
        d2fcrddu_Duplicate       - Cover for d2fobdu_Duplicate
        d2fcrdex_Extract         -
        d2fcrdap_Apply           -
        d2fcrdg?_Get*Prop        - Cover for d2fobg?_Get*Prop
        d2fcrds?_Set*Prop        - Cover for d2fobs?_Set*Prop
        d2fcrdhp_HasProp         - Cover for d2fobhp_HasProp
        d2fobcs_CharSize
        d2fobss_StringSize
    #ifndef D2FCRD
    #define D2FCRD
    #ifndef ORATYPES
    # include <oratypes.h>
    #endif
    #ifndef D2FPRIV
    # include <d2fpriv.h>
    # endif
    /* C++ Support */
    #ifdef __cplusplus
    extern "C"
    #endif
    ** Object: Coordinate Info
    ORA_RETTYPE(d2fstatus) d2fcrdcr_Create( d2fctx *pd2fctx, d2fcrd **ppd2fcrd );
    ORA_RETTYPE(d2fstatus) d2fcrdde_Destroy( d2fctx *pd2fctx, d2fcrd *pd2fcrd );
    ORA_RETTYPE(d2fstatus) d2fcrddu_Duplicate( d2fctx *pd2fctx,
                                               d2fcrd *pd2fcrd_src,
                                               d2fcrd **ppd2fcrd_dst );
    ORA_RETTYPE(d2fstatus) d2fcrdex_Extract( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                             d2ffmd *pd2ffmd );
    ORA_RETTYPE(d2fstatus) d2fcrdap_Apply( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                           d2ffmd *pd2ffmd );
    ORA_RETTYPE(d2fstatus) d2fcrdgb_GetBoolProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                 ub2 pnum, boolean *pprp );
    ORA_RETTYPE(d2fstatus) d2fcrdgn_GetNumProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                ub2 pnum, number *pprp );
    ORA_RETTYPE(d2fstatus) d2fcrdgt_GetTextProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                 ub2 pnum, text **pprp );
    ORA_RETTYPE(d2fstatus) d2fcrdgo_GetObjProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                ub2 pnum, dvoid **pprp );
    ORA_RETTYPE(d2fstatus) d2fcrdgp_GetBlobProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                ub2 pnum, dvoid **pprp );
    ORA_RETTYPE(d2fstatus) d2fcrdsb_SetBoolProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                 ub2 pnum, boolean prp );
    ORA_RETTYPE(d2fstatus) d2fcrdsn_SetNumProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                ub2 pnum, number prp );
    ORA_RETTYPE(d2fstatus) d2fcrdst_SetTextProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                 ub2 pnum, text *prp );
    ORA_RETTYPE(d2fstatus) d2fcrdso_SetObjProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                ub2 pnum, dvoid *prp );
    ORA_RETTYPE(d2fstatus) d2fcrdsp_SetBlobProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                                ub2 pnum, dvoid *prp );
    ORA_RETTYPE(d2fstatus) d2fcrdhp_HasProp( d2fctx *pd2fctx, d2fcrd *pd2fcrd,
                                             ub2 pnum );
    ** These will eventually move to d2fob.h
    ORA_RETTYPE(d2fstatus) d2fobss_StringSize( d2fctx *pd2fctx,
                                               text *str,
                                               d2ffnt *pd2ffnt,
                                               d2fcrd *pd2fcrd,
                                               number *width,
                                               number *height );
    ORA_RETTYPE(d2fstatus) d2fobcs_CharSize( d2fctx *pd2fctx,
                                             number width,
                                             number height,
                                             d2ffnt *pd2ffnt,
                                             d2fcrd *pd2fcrd,
                                             number *char_width,
                                             number *char_height );
    /* Begin convenience macros  */
    #define d2fcrdg_char_cell_hgt(ctx,obj,val) \
               d2fcrdgn_GetNumProp(ctx,obj,D2FP_CHAR_CELL_HGT,val)
    #define d2fcrdg_char_cell_wid(ctx,obj,val) \
               d2fcrdgn_GetNumProp(ctx,obj,D2FP_CHAR_CELL_WID,val)
    #define d2fcrdg_coord_sys(ctx,obj,val) \
               d2fcrdgn_GetNumProp(ctx,obj,D2FP_COORD_SYS,val)
    #define d2fcrdg_dflt_fnt_scaling(ctx,obj,val) \
               d2fcrdgb_GetBoolProp(ctx,obj,D2FP_DFLT_FNT_SCALING,val)
    #define d2fcrdg_real_unit(ctx,obj,val) \
               d2fcrdgn_GetNumProp(ctx,obj,D2FP_REAL_UNIT,val)
    #define d2fcrds_char_cell_hgt(ctx,obj,val) \
               d2fcrdsn_SetNumProp(ctx,obj,D2FP_CHAR_CELL_HGT,val)
    #define d2fcrds_char_cell_wid(ctx,obj,val) \
               d2fcrdsn_SetNumProp(ctx,obj,D2FP_CHAR_CELL_WID,val)
    #define d2fcrds_coord_sys(ctx,obj,val) \
               d2fcrdsn_SetNumProp(ctx,obj,D2FP_COORD_SYS,val)
    #define d2fcrds_dflt_fnt_scaling(ctx,obj,val) \
               d2fcrdsb_SetBoolProp(ctx,obj,D2FP_DFLT_FNT_SCALING,val)
    #define d2fcrds_real_unit(ctx,obj,val) \
               d2fcrdsn_SetNumProp(ctx,obj,D2FP_REAL_UNIT,val)
    /* End convenience macros  */
    /* C++ Support */
    #ifdef __cplusplus
    #endif
    #endif /* D2FCRD */

  • Screen Sharing - Unable to use with some users - Version 4.0.8 (619)

    Hello,
    I got my mom, who is disabled, a year ago an iMac especially because we're not living on the same city and I wanted to be able to help here when problems occurs.
    iChat was a great solution but I could never work it out. With some of my friends Screen sharing is working fine, with some not and I could never find a reason why.
    I contact apple long time ago, no one answered.
    I've don all Port forwarding on our both computer following the instructions here:
    http://portforward.com/english/routers/port_forwarding/Edimax/BR-6104K/iChat.htm
    I thought if I can connect to others, than that means all my setting are correct.
    Still, even though my mom got the same setting and can chat+video with her, I'm unable to do the screen sharing.
    I find it very very frustrating.
    thank you very much
    shlomit

    Hi,
    The Port Forwarding shown on the Port Forwarding site does include all the ports iChat 3 uses as listed here http://support.apple.com/kb/HT1507
    These include port 5060 that iChat 4 does not use and an extended range of A/V ports (20 as opposed to 10 by iChat 4).
    However the iChat 4 range of A/V Ports is inside the ichat 3 range so they will work.
    What this second Article does not tell you is the iChat Sharing port.
    Testing has shown us that this port (which runs along side an Audio Chat) is random.
    It seems that for most people this means using UPnP.
    I see from the pica at the link you posted your Device has UPnP
    I would use that (Disable the Port Forwarding).
    Depending on the speed of your Internet Connection you may have to turn Off the DoS setting particularly if your Buddies are on a fast connection and can send you lots of data in Video Chat.
    It may also pay to set your Mom's modem/router to do UPnP
    7:31 PM Sunday; May 31, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Need a light 88 note keyboard to use with Mainstage for gigs?

    Anyone got any ideas? I just bought a MPK88 Akai ...It weighs more than my bath! its a nice keyboard but too heavy if your gigging ...Anyone using a plastic affair that they would recommend? ....thanks Lou

    I've got one of these. Yep, it's 88 keys, and light. That's its forte. That's it. So sliders or knobs to do anything useful with within MainStage. Oh yeah, if you plug in a volume pedal, it sends controller #7 instead of controller #11, which is the usual... no prob, when starting up, press a couple of keys and you're good to go. The band I play with decided to part ways with the sax guy, so I'll actually probably add another one of these so that I'll have 3 controllers during gigs. So, what's the other controller then? An M-Audio KeyStation Pro... Also 88 keys, action ***** too, but in a different kind of way. It's heavy, and like the 88ES, has no aftertouch by the way...
    I don't actually think there's an alternative out there at this price point that's 88 keys... Maybe a blowout Yamaha KX8???? supposedly a better feel, though the pitch and mod wheels sit "above" the keys instead of "left of.."
    good luck on this

  • I have a mac pro os 10.5.6 and need to get to 10.6 to use with I pad mini any ideas

    Hi I have a mac book pro os 10.5.8 and need to get to 10.6 or better to use my Ipad mini any ideas please. in advance thanks John.

    Hello,
    You need to purchase Snow Leopard disk from the Apple retail store.
    Mac OS X 10.6 Snow Leopard - Apple Store (U.S.)
    See minimum system requirement as well:
    Mac OS X v10.6 Snow Leopard - Technical Specifications

  • URGENT: Need to stop screen flicker (PWM) on T420s with IntelPWMControl

    I see other users have managed to use this program 'IntelPWMControl' to stop their LCD screen from flickering (PWM) on their machines with intel HD graphics:
    www.youtube.com/watch?v=ycKzTDnTYTQ
    Another useful thread, outlines how to do this
    http://forums.lenovo.com/t5/W-Series-ThinkPad-Laptops/Thinkpad-W530-display-hurts-my-eyes/td-p/13892...
    I tried the said link (from the above thread), but on my T420s (Windows 7 x64), it doesn't run at all. In fact it says something about a C++ Exception. I have tried Intel HD drivers from 2013 and 2012 which are purported to work, but nothing seems to.
    Can anyone running this, confirm which windows version and driver they are using?
    I need to fix this ASAP as I rely on my T420s for work on a daily basis and it's giving me bad headaches...

    I'm running 9.17.10.4101 right now and it works fine.
    I recall getting that C++ assertion error or something at some point, but don't quite recall how I fixed it.
    If you right-click the EXE, and go to the Run with Graphics Processor submenu, is it defaulting to the discrete or integrated card?
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Time machine on Lion crashes the whole system when used with external HD

    Hi all,
    Anybody got the same problem? I did a Time Machine backup just before I did the upgrade to Lion (using an external USB HDD) after the upgrade (that went well in my opinion) when I ask TM to do another backup it stays on "Preparing" indefenately and ultimately crashes the whole system ( reset with ctrl+cmd+power button) is required otherwhise the system stays non reactive.
    Regards,
    Iwan

    Start by verifying your internal HD, and repair your backups, per #6 in Using Disk Utility.
    If that doesn't help, see #D6 in Time Machine - Troubleshooting for a possible way to cancel the backup.  If that works, use the widget in #A1 there to display the backup messages from your logs.  Locate the backup in question, then copy and post all the messages here.

  • Really need help on formatting a drive to use with time machine.

    I have a 250GB EXT. Hard drive, I would like to use 200GB for time machine and the remaining 50Gb I woul like to leave free and if possible have that 50GB partition compatible with windows since I might need to copy stuff to my wires windows 7 machine. Is this possible Im not very good at partioning.
    Right now the Hdd has all my pics and music from my old PC that I will be transferring over to the new MacBook pro. Please help. Thanks

    TM can backup only to one drive. That backup drive should be at least twice the capacity of the drive that you backup. If your internal HDD is 320 GBs, then the TM backup drive should be at least 640 GBs or TM will run out of space.
    If you can't provide that and can only allocate 320 GBs to a backup, then don't use TM. Consider using backup software that clones your internal HDD then incrementally updates the clone using scheduled backup times. Some suitable software are:
    Carbon Copy Cloner
    Data Backup
    Deja Vu
    Silver Keeper
    Retrospect
    Super Flexible File Synchronizer
    SuperDuper!
    Synchronize Pro! X
    Synk Pro
    Synk Standard
    Tri-Backup

  • Implementing a remote file system to use with JFileChooser

    Hi all
    What I want to do is create a virtual file system so that I can browse through it with JFileChooser, select a file, and then take the correct action. If anyone has something like this that they can post it'd be much appreciated. Otherwise, does anyone have any advice about creating a navigation tool for traversing a vertual file system?

    It appears that some people have indeed created some graphical FTP clients incorporating JFileChooser capabilities. The first entry on the search (and a few others) appear useful.
    http://www.google.com/search?num=100&hl=en&c2coff=1&q=java+ftp+client+jfilechooser

  • Helpdesk ticket system for use with SBO

    Hello Experts,
    I am searching for a helpdesk - message or ticket system for or own use, to improve our customer support.
    At this moment we simply use the email (pop inbox) and the SBO service module, but we want a more sophisticated solution.
    I would Like:
    Automatic reply and a tracking system for ourselve and our customers to follow the processes of a message.
    Connection with our a AR invoicing system.
    What systems can you experts advise me for further investigation?
    Kind regards
    Henk Tjassing

    Project Management for Business One, developed by Maringo, is an Add-on that you can use.
    Kind regards
    Carin

  • How many screen monitors can I use with late 2009 Mac Mini?

    hey guys. I have a Mac mini from late 2009 that is connected with 2 screen monitors, and I was wondering if I can add another one through one of the usb ports? If so, can I use a usb to vga adapter to plug it in? thanks for any answers!

    You can add multiple USB monitors or USB video adapters, but realize that USB video is usually quite a bit slower than "normal" video cards.  So don't display Youtube or other moving video on the USB device.  Me personally, I have a Mimo 7" USB monitor and I have my calendar displayed on that.
    You can also get the Matrox DualHead2Go or TripleHead2Go to add more monitors to a single video port.  It has much better performance than a USB video adapter, but of course costs quite a bit more.

  • White screen of death after using with car charger

    I plugged my iphone into a brand new belkin car charger and it instantly caused the screen to go white. I unplugged it immediately and then reset it.
    The next day I charged it and it booted up ok, but would not acquire the cell network and then would not respond to touch.
    I then rebooted again and rather than getting pure white screen, I got lines of different colour vertically up and down the screen. Eventually it then created a white screen again. Everytime I reset or touched any button, the same sequence would occur - flicker of coloured lines on the screen and then  fill out to a white screen. Plugging it into a mac made no difference, it was not recognised by the computer.
    It is now completely bricked and does not respond to anything.
    Anyone seen anything similar ?

    Yes!!! After the 1.1.1 update, I had the exact same thing happen with my Belkin Auto Kit. A real bummer, because until I updated, I was happy as a clam listening to music in my car off my iPhone.
    Anyway, I had the same thing happen- white screen with flashing colored lines and then a whole bunch of problems. Eventually, my iPhone became completely unresponsive. An Apple Genius took one look at it and gave me a new phone.

Maybe you are looking for

  • How do i initiate airplay on my macbook pro

    I have just purchased and set up Apple TV.  I have a Macbook Pro with the latest IOS.  How do I initiate Airplay? 

  • OpenLDAP and Solaris 10, I'm out of ideas

    Hi All, I have configured OpenLDAP sucessfully and set following results indicating that the user is loaded on the LDAP database test5:/ $ cat /etc/passwd | grep admin777 test5:/ $ getent passwd admin777 admin777:x:5011:1000::/:/bin/bash test5:/ $ id

  • Deficit of BA

    HI I create a sale order and save a Delivery order but when i try to PGI it, system replay me a error that is " deficit of BA Unrestricted-used 10 CAR " any body can solve my problems Khan Moderator message : Not related to ABAP, post in relevant for

  • Listening to songs in the removeable disk for zen mi

    I put a few albums onto my removeable disk and I don't know to actually listen to them on the Zen Micro. I go to my tracks but they are not there. Thank You.

  • Reload button has disappeared

    Ok, my reload button in safari has gone awol? Have I chosen not to show it or something as I cant find a setting for it in the preferences panel :/ to clarify, ive only got: back/forward, bookmark, address bar and search thingy.