Anyone using ABISee zoom-ex / zoom office 4.1 under parallels for desktop 5

Hi,
if so, does yours work? i have a second line call in with Parallels - basically, ABISee couldn't help as it works okay on a native Win7 PC that I have. Under Mac/parallels win 7 virtual machine, I just get endless ping pong noises when trying to perform just about any task and have spend two hours on the phone to India to no avail.
What with that and my zoom / keyboard focus prob, not having a fun first week in Mac land
Tony

Sorry, should have added my post to this one. I wasn't sure how to ensure I got the facts across, but as you'll see in my other post, I found out that the culprit seems to be Windows Media Player 10 so I'm now able to Hotsync my Palm M515 on Windows XP Service Pack 3. However, I haven't run all the Windows Updates yet and one of them may screw up the thing again.

Similar Messages

  • Anyone use nio-memory-manager ?? what's it good for?

    Can someone give me an example of when the nio-memory-manager should be used?
    Thanks,
    Andrew

    If I remember the outcome of my experiments with NIO right the situation is as follows:
    1. Allocating/releasing huge shared memory blocks over and over can lead to OS/JVM issues. To avoid this I allocated the max size I wanted from the start (this is an option when configuring "off-heap" storage I believe). When doing it this way I had no reliability issues with the NIO memory manager in my tests.
    2. Tangosol/Oracle used to claim that the off-heap (NIO memory manager) result in worse performance than on-heap - I could not see any clear indication of this but this may be application dependent. For our app the reduced number of JVM:s per server (reducing network communication, number of threads, risk of any JVM performing GC at a given time etc etc) seemed to more than offset the allegedly slower memory manager resulting in MUCH BETTER performance! A lot of queries etc anyhow (at least for us) mainly work against indexes that always are stored "on-heap"...
    3. There is a limitation to 2Gb per NIO block (at least in 32-bit JVM:s not sure about 64:bit - never seen any point in using them since larger heaps than 2Gb seldom work well anyhow and each pointer consumes double the space in heap and CPU-caches) but this is for each CACHE and separate for PRIMARY and BACKUP I believe! So my understanding is that if you (using 64-bit OS) for instance have two (equally big) caches you could allocate max 2 * 2 * 2 = 8Gb of off-heap memory for folding data per JVM (without ANY impact on GC-pauses!) and in addition to that use as much heap as you can get away with (given GC-pause times) for holding the indexes to that data. This would makes a huge difference in JVM count!- for example we today have to run like 10+ JVM:s per server using "on-heap" while we using "off-heap" storage probably could get that down to one or two JVM:s per server!
    4. There may be both OS and JVM parameter that you need to set (depending on OS and JVM used!) in order to allocate large amounts of shared memory using NIO (the default is rather small).
    As for the question about de-allocation I never saw any sign of memory leaks with the NIO memory manager (i.e. space previously occupied by deleted objects were reused for new objects) but as I mentioned above you better allocating the max size NIO memory block you intend to use up-front and that memory will then remain allocated for this use so if your amount of cache data vary and you would like to use memory for other purposes (like heap!) at some point you may be better of sticking with "on-heap" that is more flexible in that respect.
    As I previously mentioned off-heap is today (until Oracle fixes the improvement request!) really only an option if you do not plan to use "overflow protection" or your objects are fixed size :-(
    And if you are interested in using servers with a lot of memory and would like to use "off-heap" please talk to your Oracle sales rep about it! If enough people do that it may allow the Coherence developers to assign more time for making "off-heap" storage better! With this feature in place Coherence will be even more of a "killer application" than it already is!
    Best Regards
    Magnus

  • Has anyone used any of these programs to create a floor plan for a retail store?

    When they sold me the package they said Ai would work well, I have looked at it but can't seem to find any templates to use..

    I use a CAD program that was designed to work with Ai for years- Hot Door. It is an architectural plugin (I guess you would consider it a plugin). It works great but a little pricey- well worth the price if you do this a lot. Hot Door

  • Has anyone used the QuickUSB module (Bitswise Systems) to interface to a USB Camera via IMAQ for USB?

    Has anyone used the QuickUSB module made by Bitwise Systems with LabVIEW for image acquisition.   I have a USB camera and I'm trying to use the IMAQ for USB controls to no avail.   Any input is appreciated. 

    Are you using the NI-IMAQ for USB functions or are you calling the QuickUSB libraries from LabVIEW?  Unless the USB camera is DirectShow compliant, then it will not work with the NI-IMAQ for USB driver.  You can use the Code Interface Node in LabVIEW to call external dll's, and it looks like from QuickUSB's website that is the best way to go.  Hope this helps.
    Jason N 

  • Anyone know how to use a zoom in video mode for 4S?

    anyone know how to use a zoom feature in video mode for iphone 4S?

    Page 76:
    The User Guide is available at http://support.apple.com/manuals/ or downloadable from iTunes as an iBook.

  • Can't use the Zoom Tool to set the Magnification level of pages to diff sizes from the preset ones

    Hi, I am trying to use the Zoom Tool and "Set Magnification" on my Dreamweaver CS5.5 in order to view my pages at different magnifications when working on them.  My problem is that I need to use different sizes than those sizes that are available under the preset magnification levels list (which are for example 100%, 150% or 200%).  These are the ones that  come up on the zoom pop-up menu.  The dreamweaver tutorial says that I need to type in the size I want (e.g. 115% or 130%) in the "zoom text box" and it will then apply that size to the page but the box does not let me change whatever size is currently in it.  I can’t override or delete whatever preset size is in the box or do anything to change the zoom from the pre-set levels! I would really appreciate some help with this thanks

    Hi Ben, thank you for the reply, unfortunately that was one of the pages I was looking at to try and fix this issue but it is of no help. 
    The page says for zooming in and out of a page to "Type a magnification level in the Zoom text box.".  My dreamweaver will not let my type a manficiation level in the zoom text box.  It just won't let me override whatever is in the box (e.g. 100%) so I can't change it from the default pre-set magnification levels. It is so frustrating!
    Does anyone else have any other ideas?
    Thanks
    Rachel

  • How to use the Zoom for Pocket PC 2003?

    I try to use the LabVIEW7.1 PDA module zoom feature in my Pocket PC 2003. But I can not make it works right. For example, if I try to zoom to rectangle, the graph does not draw in the selected rectangle.
    I attached my code.
    Attachments:
    sin.vi ‏48 KB

    Hello,
    I have taken a look at your vi and believe I understand your problem. The vi works if you allow the sine wave to draw to completion and then zoom in on a certain part of the graph. You cannot zoom while the graph is still drawing because the Zoom button click is not registered. Your program is looping inside the case structure for the run button so it does not see that the zoom button is pressed.
    Also, I see that when you click Zoom and then draw the sine wave, the wave is not drawn inside the selected area. The graph goes back to its default values. This behavior is because the x and y max and min are set inside the graph properties. Whether this is set by autoscaling or by setting the max and min in the graph properties page, these values overwrite the zoom rectangle values. In LabVIEW for the PC you can set max and min values programmatically through property nodes. However, property nodes are currently not supported in LabVIEW for PDA. So, unfortunately there is no current way to programmatically change the values so that the sine wave is drawn inside the selected zoom region.
    Thanks,
    Caroline
    National Instruments
    Thanks,
    Caroline Tipton
    Data Management Product Manager
    National Instruments

  • Using band zoom to select all data points within the band

    I'm feeling stupid this morning. I'm a new user with 2011, but haven't figured out how to copy a portion of data. I can use view 2D axis system to view my data. Then I use band zoom to get to the portion I need, but for the life of me I can't get it to copy that portion. I have set flags at the beginning and end and such, but the best I get is the beginning point, a single no value point and the end point. I am not getting all the points in between the flags. Am I supposed to somehow flag all points in the zoom view? I have done a search, but can't figure out what I am doing wrong.
    Robert
    Solved!
    Go to Solution.

    Hello Robert,
    This is a pretty easy and straight forward thing to do:
    Put you data into the VIEW window. Then pick the BAND cursor in the toolbar (see below)
    Select the "Set Flags" icon in the VIEW windows with the data and the Band Cursor:
    After you have the data selected with the FLAGS (the data points will be displayed in a thicker line style) click on the "Copy Data Points" icon:
    You will get a full copy of the data in the band, copied to a  new channel in the Data Portal. In the example below I dragged the new data into both windows (not that the red data is still highlited by the flags, this it's a thicker line style).
    That should answer your question, please let me know if you have additional questions,
         Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • Help!iOS 7.3 its driving me crazy,it freeze when I use de zoom in texts what can o do?

    Help!Help!iOS 7.3 its driving me crazy,it freeze when I use de zoom in texts what can o do?

    I understand why you would think that, but logically it doesn't make sense. I can read and write to the ipod with windows explorer with no problems, so the flash drive seems to be ok. I can also load, read and play songs through Itunes 6 on the computer with no problems. The problems start in Itunes 7 and when the ipod is used as an ipod alone....not a drive. The diagnostic windows tell me the drive is fine and the battery is ok (just a little low on voltage) but hubby says not enough to worry about. If anything was wrong with the hardware I wouldn't be able to use it as a drive would I? Its almost as though the thing is "stuck" on the boot up window of "use Itunes to restore". I even tried to load rockbox. The software all loaded but I still got the itunes restore window on startup and thats as far as I can go. Another thing I noticed recently is I can't seem to turn the ipod off! I can reset it but it just "reboots". After the restore notice about 10 seconds later the whole screen will blank out. Also when I plug the ipod directly to the wall to charge, I also get the apple...then the itunes restore notice...but never a battery charge icon (like my classic 20gb)...is this normal? This nano was given to me - (Also, this is a first generation, but I posted in the second generation thread) Would a repartition work?

  • Contacts photo doesn't use correct zoom-in

    Since iOS 7, after I set a contacts photo in the contacts app, close (double-tab home and swipe up, miss the old way as I keep accidentally closing apps) and reopen the app, the photos aren't zoomed in the same way they were before, and attempting to edit it without "replacing" the photo opens one with awful quality.
    Can you help me get it to zoom in properly, and possibly edit the existing zoom properly, as well?

    Try this, take the photo you want to use and zoom in on it. Take a screen shoot. Now try and use that photo for contacts.

  • How to use JavaScript Zoom in on the layer

    How to use JavaScript Zoom in on the layer

    yeah, i talking about zooming in on a 3D object,do you have a solution

  • Premiere Elements 10 stops working when using Pan&Zoom

    After using Pan&Zoom on 2-3 pictures a message comes up that Premiere Elemets 10 stops working and will close down. Then I can start the program again and do the same on 2-3 pictures again. Any ideas what is going on?

    Hi Steve,
    Thanks for your answer. It works:-)
    br John

  • Every time I go to a new site or I refresh a site I'm already on, I have to use the zoom feature. Is there a way to keep it zoomed to a certain size page?

    Every time I go to a new site or I refresh a site I'm already on, I have to use the zoom feature. Is there a way to keep it zoomed to a certain size page?

    Try the Firefox SafeMode. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    # You can open the Firefox 4/5/6/7 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    # Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    If it is good in the Firefox SafeMode, your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Why can't I save changes I made to a photo using the zoom feature?

    why can't I save changes I made to photo that I use the zoom feature. I zoom in and set it the way I want but when I click done it reverts the photo back to it's original size.

    When you zoom you're not chnaging the image at all, just looking at more closely, like using binoculars. Using binoculars doesn't actually bring the object closer. So with zooming. I think you might want to explore cropping.
    Regards
    TD

  • I have Elements 12. I can not use the "zoom burst effect". I the programe I can ad zoom burst and the picture gets blured as it should. But the moment I try to sharpen part og´f the picture the whole picture imidiatly gets sharp. What is wrong?

    I have Elements 12. I can not use the "zoom burst effect". In the programe I can ad zoom burst and the picture gets blured as it should. But the moment I try to sharpen part of the picture the whole picture imidiatly gets sharp. What is wrong?

    I have Elements 12. I can not use the "zoom burst effect". In the programe I can ad zoom burst and the picture gets blured as it should. But the moment I try to sharpen part of the picture the whole picture imidiatly gets sharp. What is wrong?

Maybe you are looking for

  • How to get all previous versions page contents of a publishing page using SharePoint Client Object Model 2010

    How to get all previous versions page contents and other field values of a publishing page using SharePoint Client Object Model 2010? Thanks, Osmita

  • Can't open new tab by clicking on the "+" icon

    I cannot launch a new tab by clicking on the "+" icon on the tab toolbar. However; if I right click it and select "new tab", then one opens == This happened == Every time Firefox opened == I'm not sure what caused this to happen. Only recently notice

  • Not Getting Proper output in simple Report

    This is my code.Here iam getting the OBJCT values starting with Y but Not with Z. Tables:TOBJ. SELECT-OPTIONS:S_BNAME FOR TOBJ-BNAME. RANGES:S_OBJCT FOR TOBJ-OBJCT. DATA:BEGIN OF T_TOBJ Occurs 0,      OBJCT LIKE TOBJ-OBJCT,      BNAME LIKE TOBJ-BNAME

  • To choose between one heavy EJB or many light ones

    Hi, We were just wondering whether an app server (like the latest versions of Weblogic or IBM's Websphere) would prefer one heavily-accessed stateless EJB when compared to a set of several modularised ones (all stateless again). How would performance

  • Won't complete installation

    Fire fox 3.6.8 32-bit operating system Vista Flash player 10 I have downloaded it and it shows up in the Control panel/Programme. There does not seem to be next to it on the right side any size of the download no MB size. It hasn't appeared on my des