Bird's Eye View enabled by default

Hi all,
is there a way to have the bird's eye view enabled by default in the impact/lineage? I need to enable it everytime i do a impact/lineage analyse. It takes to much time before it pops up.
I know it's something not very important :) But it's anoying...
regards,
Osman
Edited by: Ossy81 on Feb 24, 2011 2:33 PM

I like the new function thanks

Similar Messages

  • Bug? - CS5 Spacebar Activates Bird's eye View - Graphics's Card Recommendation?

    Hi,
    Overall I'd say that the OpenGL is improved in CS5 over CS4, although I have this disruptive bug. Sometimes I hit the spacebar to move and the bird's eye view is activated instead. My Nvidia GTX 260 driver is up to date. Photoshop is also updated. If I disable OpenGL my 2-3 gb images crawl, instead of scroll across the screen.
    Assuming there is no solution to this problem can anyone recommend a video card that works for them. Based off of Nvidia's advertisement and other misc stuff I've read I'm assuming Nvidia is a good choice - http://www.nvidia.com/object/adobe_photoshop.html
    Thanks for your help!

    NVidia's marketing is good, and they have greater market share, but don't discount ATI wholesale.  Their cards work quite well with Photoshop and OpenGL.
    However the card you already have is quite fast for pretty much anything Photoshop does (you've already noticed how much it accelerates Photoshop). I'm not sure you'll be able to see an improvement with a newer model.
    When working with large images (e.g., gigabyte sized) your CPU throughput and RAM space are going to play a large factor in Photoshop's performance.  Do you have the ability to put more RAM in your system?
    -Noel

  • Bird's Eye View 1.5.0 available for download

    Hi all,
    For whoever might be interested, I release a new version of the Bird's Eye View utility (allows panning and zooming of VIs block diagram and front panel) which now has Block Diagram (or Front Panel) Synchronization with the "real" Block Diagram (or Front Panel).
    It is available on the OpenG Website at:
    http://www.openg.org/tiki/tiki-index.php?page=Bird's+Eye+View
    PJM
    Got EasyXML?
    JKI.VIPM.EasyXML.OpenG.LAVA.Builder.blog

    Hi PJM
    attempted to download you BEV from open G but
    response was:
    Notice: Undefined index: path in /home/opengor/public_html/tikiwiki-1.8/tiki-download_wiki_attachment.php on line 38
    is it possible you could provide new link ?
    Regards
    Xseadog

  • Bird's eye view not working?

    Just got CS4. Pressing H with my mouse is not doing anything.
    I've double checked that the H key is not assigned to anything else.
    The graphic card is new (imac 27") and GL is turned on.  I'm sure becuase I got the preview working for enlarging the cursor.
    Any help appreciated. thanks.

    kevin4545 wrote:
    Just got CS4. Pressing H with my mouse is not doing anything.
    I've double checked that the H key is not assigned to anything else.
    The graphic card is new (imac 27") and GL is turned on.  I'm sure becuase I got the preview working for enlarging the cursor.
    Any help appreciated. thanks.
    Exactly how did you get the cursor to show up larger?I have a feeling in this lies the answer.
    What ever you did try to undo it and see if that works.

  • Change to the default behaviour for Birds Eye view please

    At the moment the way Birds Eye View (pressing a key to zoom the image to full screen) is not very clever: An example - if your cursor is at the left of the screen it will first of all zoom out, with the "actual area" box located on the left, roughly where your cursor happened to be . And then on releasing the key, it will zoom to a completely new place in the image, based on where your cursor happened to be when you activated the shortcut. In practice this is almost random behavior, because while you are retouching in close, your cursor can be almost anywhere.
    Now I know that its possible very when you are zoomed out to relocate the box, but its a pain to have to do this each time, when its not required.
    What it should do, in my humble opinion - is by default it should keep what I'm calling the "area box" located in the currently zoomed area of the screen, so zooming in and out with the key will by default always take you back to where you were.
    For those of use doing high detail work, who like to quickly see a full screen, this change in behavior would make it possible to use Birds eye view more easily instead of zooming in and out in other ways.
    Of course a preference could be provided in case anyone at all actually likes the annoying CS4 default

    depend of what you want exactly you can use
    PositionInterpolator if you just need a translation
    here is a example that should work
    BoundingSphere bounds = new BoundingSphere();
    TransformGroup vpTrans= myWorld.getViewingPlatform().getViewPlatformTransform();
    // create Alpha
    Alpha alpha = new Alpha (-1,Alpha.INCREASING_ENABLE + Alpha.DECREASING_ENABLE,
    0, 0, 2000, 0, 1000, 2000, 0, 1000);
    // create position interpolator
    PositionInterpolator posInt = new PositionInterpolator (alpha, vpTrans);
    posInt.setSchedulingBounds(bounds);
    posInt.setStartPosition(-1.0f);
    another way his to use spline the best example of this is in the demo that come with java3d at
    your_JVM/demo/java3d/SplineAnim/SplineAnim.java
    the only thing you have to change his to specify the good transformGroup wich is vpTrans
    hope it help
    cyril

  • Adobe reader: Edit - Preferences, Categories: Documents, Open Settings - Restore last view settings when reopening documents  :: should be enabled by default

    Adobe reader: Edit -> Preferences, Categories: Documents, Open Settings -> Restore last view settings when reopening documents  :: should be enabled by default as most users are not aware of this feature and have to write down their page number some where in text file or sticky notes

    Bug Reports or Feature Requests should be filed at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Rationale for transparent_hugepage support being enabled by default?

    So, my machine has always seemed to be a bit less responsive that it should be for the beefy 16G RAM, SSD, i7 quad core machine that is, but I could never really pinpoint why it was slow. Chrome/Chromium would always consume CPU and sometimes lead to stuttering(ie, periods of a few seconds consuming 100% CPU across all cores).. Or VMWare would just seem extremely slow with similar stuttering. And they were always linked somehow. When Chrome stuttered, all other applications worked fine, but VMWare completely froze until Chrome started responding again. And vice-versa.
    While chasing down why Chome 38 made this issue about 500% worse (to the point that I was about to forget it and install firefox instead) I was looking in top and noticed that khugepaged would use quite a bit of CPU at the same time. I googled it on a whim and came across a magical pair of instructions:
    echo madvise > /sys/kernel/mm/transparent_hugepage/enabled
    echo madvise > /sys/kernel/mm/transparent_hugepage/defrag
    Suddenly, instead of VMWare idling at around 30% at all times and Chrome processes idling at 2-3% each (not to mention horrible stuttering for both), now VMWare idled at around 5%, and Chrome processes weren't even on the map.
    One of my friends tried this and suddenly he saw huge performance gains as well on an Ubuntu system.
    I want to understand why this is enabled by default. I tried searching for it and found a few broad overviews of what it does.. but not why it's useful, and most of the results I see (including on this forum) are all suggestions to turn it off to improve performance or avoid kernel thrashing.
    Can someone tell me what transparent_hugepage support is enabled for, what applications or workflows it might make better, and why for all the problems I see in search results, it's still enabled by default?

    Strike0 wrote:In my view the set of those default options is very sane indeed to protect Arch users with a security-wise safe default for the time being.
    AFAIK, there are no security issues around Privacy Extensions... I assume you meant privacy.... If we are to patch for privacy, then we should disable javascript, cookies etc in all browsers in the official repos. That would be akin to patching for security, where we should set AllowRootLogin = no in sshd_config, and enable iptables to block all traffic by default.
    Strike0 wrote:I see your points, but autoconf IPv6 addressing is one of those changes that should entail an informed opt-in IMO - at least at this time of adoption.
    It's no different to connecting to a network and obtaining a DHCP lease, except more information is generated by your computer rather than a (possibly unknown/untrusted) network administrator
    Strike0 wrote:Plus it is easy to change persistently.
    Once you know how and what you're looking for, hence I thought it might be useful to have this thread.
    Strike0 wrote:One way forward might be to add reasonably long TTL options for the temporary IPv6s in sysctl. Setting those to a time longer than the average reboot time might make away with side-effects and inefficiencies by multiple assigned temp IPs.
    That could be a valid compromise in the situation. I would like to suggest setting the option to '1', but I'm not sure even what the point of this setting is since the kernel will prefer the stateless address for outgoing connections, the PE addresses would only be useful for incoming traffic, which is kind of pointless when the address will change within a very short lifetime (compared to an IPv4 address, or "static" stateless IPv6 address).

  • XA transactions enabled by default

    I would like to check if XA transactions are enabled by default on installation of Oracle10gR2 Enterprise, and 11g? I believe it is, however I wanted to know what controls this during the install.
    I would also like to know how to verify if this is installed by interrogating the database with some query?
    I've seen a similar post with no replies: How to check if XA transactions are enabled?
    I also see many references from IBM's WebSphere documentation stating a need to initialise the JServer and XA transactions using initjvm.sql and initxa.sql. However I've also read resources that suggest the XA transaction support is installed by default:
    'The initXA.sql script needs to be run before XA transactions will work. These are usually installed by default in 10gR2.'
    http://download.oracle.com/docs/cd/E12461_01/130/installation_guide/Chapter%203%20-%20Database%20Installation%20Tasks.htm
    Thanks,
    Louis Burton

    Hi Salman,
    Thanks very much for your response. I had actually checked the orafaq you linked to but was worried it may not be up to date for the current oracle versions, as after stating:
    'Oracle is XA compliant by default'
    I see that there are specific script steps listed to run (xaview.sql) for a much older version of Oracle 7.3.
    I have also just looked at My Oracle Support note 1201244.1 'Health check list when configuring XA Transaction in Oracle SOA 11g'
    For the database this states :
    •Verify if XA is enabled in the participating database server. The steps to prepare the database for XA are:
    1.Log on to sqlplus as system user, for example, sqlplus sys/CHANGE_ON_INSTALL
    2.Execute the following command: @xaview.sql The xaview.sql script resides in the $ORACLE_HOME/rdbms/admin directory
    Now it doesn't actually give instructions for how to verify if this is enabled, it just instructs to verify, and then gives steps on how to enable it.
    Elsewhere in the article it describes checking necessary parameters using:
    'show parameter distributed_lock_timeout;'
    Is having a value here sufficient to verify that it has been configured?
    I am also more confused now also, as this note and the orafaq both quote running the xaview.sql, whereas elsewhere I have read to use the initxa.sql script for enabling XA.
    http://www.ibm.com/developerworks/websphere/library/techarticles/0407_woolf/0407_woolf.html#N10739
    On looking at the xaview.sql I see that it creates two views.
    However after logging into my database as sys I recieve:
    SQL> desc v$xatrans$
    ERROR:
    ORA-04043: object v$xatrans$ does not exist
    SQL> desc v$pending_xatrans$
    ERROR:
    ORA-04043: object v$pending_xatrans$ does not exist
    Does this mean I don't have it enabled by default as the links you gave state? These scripts have not been run manually that I know of. I can't follow the note step to verify if its enabled as it doesn't explain how to.
    I do know we use container managed transactions from app servers, such as WebLogic, with XA datasources against the database without issue.
    I apologise if I have misunderstood something, any clarification is appreciated.
    Louis Burton

  • Mail not loading a Viewer Window by default.

    My question is how do I set Mail so that it does open the viewer window by default? I am running Mail 8.0 on a 2014 iMac running Yosemite.
    I have tried to locate .plist files (although that is close to the edge of my expertise) and there is no "Mail" folder in Hard Drive/Library
    Any advice would be awesome!

    My question is how do I set Mail so that it does open the viewer window by default? I am running Mail 8.0 on a 2014 iMac running Yosemite.
    I have tried to locate .plist files (although that is close to the edge of my expertise) and there is no "Mail" folder in Hard Drive/Library
    Any advice would be awesome!

  • Syslog not enabled by default in systemd setup

    I installed Arch Linux from the 2012.10.6 iso, using systemd, and following the new, lengthy instructions.  Made separate partitions for /var, /boot, and /home.  Used btrfs on all of them.  The system works fine, so far, except that most of the log files are missing.  dmesg works.  I intend this machine to be a server, so it has php-fpm and Apache, but not X Windows.
    This is what I have in /var/log:
    btmp  faillog  httpd/  journal/  lastlog  old/  pacman.log  php-fpm.log  wtmp
    Where is messages.log?  Checking further, I found that the syslog (actually syslog-ng) service was never enabled.  Soon as I activated syslog, messages.log and the rest of the usual files were created.  Also, cron (cronie) was not enabled, which means no logrotate.  Even if I missed something in the instructions, shouldn't syslog and cron be enabled by default?
    Issues like this have me wondering if systemd is such a good idea.  Making logging enabled by default ought to be easy enough to do, and shouldn't be a reason to back away from systemd.  But systemd has other issues.  It's Linux specific-- needs kernel features that are only in Linux.  So it won't work with FreeBSD.  From what I've read on LKML, the push towards systemd comes from the udev developers, who it seems are causing problems.  udev was not supposed to depend on systemd, and now it will.

    Have you read e.g. https://wiki.archlinux.org/index.php/Sy … md_Journal ?
    The last paragraph of your post was unnecessary as it's a rant and the issues you raised were covered multiple times already.

  • UDLD enable by default on version 122-31.SG

    Hi,
    [1] I would liket to confirm if UDLD is enabled by default on version 122-31.SG. I have 4506 equipments.
    [2] What is the benefit of UDLD aggresive ? To my understanding the port will attempt to be up from error disable state 8 times. So is this good or bad ? ie) if the fiber is bad, then there is no use using the aggresive mode right ?
    Thank you,
    - sn -

    Sanjay,
    1. To answer your first question, it depends upon what kind of media and interface/global level.
    UDLD global enable state - Globally disabled
    UDLD per-interface enable state for fiber-optic media - Enabled on all Ethernet fiber-optic interfaces
    UDLD per-interface enable state for twisted-pair (copper) media - Disabled on all Ethernet 10/100 and 1000BaseTX interfaces
    Please refer the below URL for details:
    http://www.cisco.com/univercd/cc/td/doc/product/lan/cat4000/12_2_31s/conf/udld.htm#wp1020435
    2. Please refer the below URL and this should answer your second question:
    http://www.cisco.com/warp/customer/473/77.html#udldmodes
    Please let me know if it helps.
    Regards,
    Arul

  • When viewing the weather default app with multiple cities, how come there isn't a one click shortcut to go back to the first city?

    When viewing the weather default app with multiple cities, how come there isn't a one click shortcut to go back to the first city?

    3.2 you can make multiple clocks, each clock can have a different alarm.

  • Java Runtime parameters- setting trace/log levels and enabling by default

    Hi,
    I have a user reporting that a Java app that I support is unexpectedly quitting, and our developers are having trouble tracking down exactly what's causing the problem.
    I'm trying to enable the maximum possible logging/tracing for this user, but I don't want to have to rely on them remembering to hit '5' on the console window to enable tracing on everything. Having read through the runtime documentation, I have added the following to my JRE runtime parameters:
    -Xdebug  -Djavaplugin.trace=true -Djavaplugin.trace.option=basic|net|security|ext|liveconnect -Djavaplugin.outputfiles.overwrite=falseHowever, I still get nothing in the log file until I manually hit '5' on the Java console, then everything I do after that gets added to the log.
    Does anyone know how can I get the maximum logging/tracing enabled by default as soon as the JRE is loaded?

    >>
    -Xdebug  -Djavaplugin.trace=true-Djavaplugin.trace.option=basic|net|security|ext|livec
    onnect
    -Djavaplugin.outputfiles.overwrite=false
    One problem is that -Djavaplugin.trace.option=basic
    OR net etc ... pick one of the options which are
    separated with pipe symbols or use "all" without
    quotes.
    I'm having a similar problem with Java 6 - it seem
    that nothing I put in the runtime parameters takes
    effect. I had to edit
    /home/USERNAME/.java/deployment/deployment.properties
    and add deployment.trace=true.On second thought, I could be wrong about the trace options. I really don't know if you can combine options but I did see "all" somewhere.

  • Does Java has CLR checking enabled by default ?

    Hi,
    I have java application hosted on TOMCAT.
    I have a custom socketFactory which uses JSSESocketFactory internally in my application. RSA is ending the “RSA Root Signing Service” shortly so wanted to know if CRL check is enabled or not for my application. I am not setting any CRL checking explicitly via my code. So just wanted to know if CRL checking is enabled by default in JAVA?
    Thanks,
    Anirban

    Have you read e.g. https://wiki.archlinux.org/index.php/Sy … md_Journal ?
    The last paragraph of your post was unnecessary as it's a rant and the issues you raised were covered multiple times already.

  • Apache got AddDefaultCharset enabled by default

    Hello
    Me and a co-worker has been working on a problem where a service of ours did not show the Swedish characters correctly.
    It turned out that the AddDefaultCharset were enabled with 'UTF-8' by default in the Oracle-distro (altough the comments for the settings advised to only use it if neccesary).
    We have fixed it now, by commenting out the setting again, but am wondering if this is a conscious choice or just something that slipped by, since it seem more likely to find the setting if in need then when hunting errors.
    With best regards
    Richard Knutsson

    883757 wrote:
    It turned out that the AddDefaultCharset were enabled with 'UTF-8' by default in the Oracle-distro (altough the comments for the settings advised to only use it if neccesary).This is enabled by default on Oracle Linux 5 and Oracle Linux 6, so I imagine it's something that ships enabled by default in the standard Red Hat httpd package.

Maybe you are looking for

  • Opening DNG as a Smart Object into Photoshop CS5?

    I am using a Windows 7 64 bit platform and CS5 64 bit.  I have the most recent Camera Raw plug in for my Nikon D3100 camera.  In Bridge you are supposed to be able to open a dng file in Camera Raw, make your corrections and then by holding the Shift

  • Too much space occupied on C drive

    I've got a Yoga 2 pro and after viewing the amount of space being allocated to apps, photos, videos, programs, etc. there seems to be about 100GB of space being occupied by something.  I understand that the OS occupies space but 100gigs?  The D drive

  • Photo stream doesn't show added photos/videos?

    Hello,   My wife made a shared photo stream, and I added some photos and videos to it, from my phone. On the phone, it works.  But if I try to go to the stream on iPhoto (Mountain Lion), it only shows her photos.  Do I need Mavericks for it to show m

  • The great swing dilema

    Hello all, I have a question which I consider to be the key to swing development: WHAT is the difference between setSize, setPrefferedSize, setBounds, setMinimumSize, setMaximumSize. Which of these methods is deprecated and which is not? Which of the

  • I cannot download facetime from Mac App store.

    it appears as a grey bar, but in App store, it appears installed. what should i do?