Application control with two OSs

Sorry if this has been covered elsewhere - I could not find it.
How can I easily force OS X to only select from applications associated with the same OS or volume?
I have Leopard on one volume and Tiger on the other but it appears that if I use Get Info to set 'use this application to open all documents like this' it makes the change on both volumes.

It looks as though you know what you are talking about but I hope you will excuse my circumspection before I do this.
I had a look at the file and could not understand much except the help instructions which I decided to output with the -h option see result below.
Can you advise if there is likely to be any downside to the proposed action and what are domain local, domain system and domain user? Will this correct any problems for other users?
How is Leopard intended to work by default? It must be quite common to install a new OS and later Applications on a volume while retaining an older working OS and applications on another volume. Could I have upset a default by moving items? If I remember correctly Leopard was a clean install on a newly partitioned disk and Tiger was replaced with Carbon Copy Cloner. With this arrangement it is inevitable that I have moved, and will continue to move, data files between volumes and hence I would like to understand more about my options and if your fix is intended to correct the ongoing situation.
Help file:
G4:~ neville$ /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/Support/lsregister -h
lsregister: [OPTIONS] [ <path>... ]
[ -apps <domain>[,domain]... ]
[ -libs <domain>[,domain]... ]
[ -all <domain>[,domain]... ]
Paths are searched for applications to register with the Launch Service database.
Valid domains are "system", "local", "network" and "user". Domains can also
be specified using only the first letter.
-kill Reset the Launch Services database before doing anything else
-seed If database isn't seeded, scan default locations for applications and libraries to register
-lint Print information about plist errors while registering bundles
-convert Register apps found in older LS database files
-lazy n Sleep for n seconds before registering/scanning
-r Recursive directory scan, do not recurse into packages or invisible directories
-R Recursive directory scan, descending into packages and invisible directories
-f force-update registration even if mod date is unchanged
-u unregister instead of register
-v Display progress information
-dump Display full database contents after registration
-h Display this help
G4:~ neville$

Similar Messages

  • How can one use Mission Control with two monitors?  Please bring Spaces back

    How can one use Mission Control with two monitors.  With Spaces I could treat each space as a single desktop.
    SyBB

    I use two monitors at work and have no issue. I have my mail set to use Desktop 1 and iTunes set to the second monitor of Desktop 1. I have browsers set to Desktop 2 and Fusion and RDC set to Desktop 3.
    Two things that may help you. In System Preferences > Mission Control, disable the setting "Automatically rearrange spaces...". This screwed with assigning applications to certain spaces. And the other thing is don't use full screen on apps that support it. This just makes your second monitor superfluous.

  • Apex mixes applications working with two windows at the same time

    Hi all, while developing in Apex I have found the following problem:
    Working with two different applications at the same time, the browser goes from one to another indistinctly.
    To reproduce the problem:
    1. Open the same application builder in two different Firefox windows
    2. Open a different application in each window (In my case: application 103 in window1 and application 105 in window2)
    3. Go to shared components in both windows (window1 first)
    - window1 breadcrumbs show: Home > Application Builder > Application 103 > Shared Components
    - window2 breadcrumbs show: Home > Application Builder > Application 105 > Shared Components
    4. Click in any shared component in window1 (Templates, Authentication Schemes...)
    - window1 breadcrumbs show: Home > Application Builder > Application *105* > Shared Components > Templates (Application 105 instead of 103)
    Is it a bug? I have read the known issues [[Here]|http://www.oracle.com/technetwork/developer-tools/apex/downloads/apex402knownissues-189793.html] but it does not appear.
    Related Data:
    Application Express version 4.0.2.00.07
    Firefox 3.6.15
    SO: Windows XP
    The error is not reproduced with IE7. I have not tested any other browser.
    Regards,
    Molina

    If you tried opening up two pages in the same application each of which modifies the same page items, you would notice the same issue.
    This is because, in a session there is only one set of values for page items(or application items) and every parallel call to the same page would update the same bind variables.
    Now the development environment or Apex Builder is also an apex application , and when try and open up the pages as you mentioned, they both access the same Application Builder page and sets/resets any existing values for those variables(and maybe cookies too if they are being used) , hence the 'mixing up'.
    If that didn't convince you, check the URL of both the pages when you load them, they should show the same page number ( f?p=APP_ID:PAGE_NUMBER syntax). Imagine if the same approach was done with one of your application pages, say an edit form opened from a report with multiple records in multiple tabs like what happened with this case: {message:id=9346663}
    So this really isn't a bug in a way, because that is how session states in apex is/was maintained. Ofcourse if they used another kind of development platform for building pages, it may have been avoided, but thats an altogether different point in itself.

  • How to create a control with two terminals?

    Hi there!
    I need to create a control that has got to terminal in the diagram window. The terminal must not be connected to each other by wire but the both must respond to the control instruction the same way. Is that possible to be done?
    Thanks
    Tiano

    Hi,
    Are you speaking about "clusters"?
    Cluster is the object which may include several different controls inside. For example one numeric and another is boolean (or any other types).
    To create cluster on the front panel goto "Controls->Array&Cluster and choose cluster. Then to fill it with elenents simply take any other control and place it inside the cluster.
    To read data (on block diagram) stored in different elements you must use "unbundle" or "unbundle by name" functions from "Functions->Cluster" palette.
    You can get more info from help file.
    Good luck.
    Oleg Chutko.

  • Custom control: slider with two needles

    I've been using LabVIEW for some years, and I was able to create a lot of custom controls.
    I know that CVI is doesn't allow me such a level of customization, but I don't know if there is a simple and effective way to create a slider controls with two needles (based on the Vertical Pointer Slide for example).
    I used two different overlapped slides, and they behave more or less as I expected (not fully satisfied, but ...). I need placing a lot of these controls in a panel, so I wonder if I can group the two slides in a custom control, and write some c code to interface with them (if I select Create >>Custom control, I can't select two different controls...)
    Is there another way to create a slider control with two needles?
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

    Hey Vix - 
    While I agree it's not quite as straightforward as LabVIEW, you can do exactly what you're talking about with LabWindows/CVI.  The basic instructions to do this are here.  Another good resource is to check out the installed custom controls in <CVI>\toolslib\custctrl, and copy their format.  It sounds like for your particular case, you'd want to create a custom control for a slide control.  Then, in the API for your custom control, you could have a convert function that programmatically created the second slide control for your second needle.  If you need more detail than this, let me know. 
    NickB
    National Instruments 

  • How can i distinguish two controls with the same name?

    I'm recording automated tests with VS 2012 Coded Ui Test for testing a web application.
    In that web application it is possible to enter data in something looking like a list.
    There is - per example - an Edit control sitting on a ColumnHeader with the name/text "Description".
    Below that header is another Edit control for data input - containing the text "Description" too and which lies on a Cell control.
    When i playback my recording, Coded UI Test looks for a control with the name "Description" and gets the one, it finds at first.
    In that case the Edit on the ColumnHeader, which causes an exception, when the Text will be setted with the data input from the recording.
    Unfortunately the controls have no ID.
    Is there a way to distinguish controls with the same name?
    Thanks in advance!

    Hi Patrick Pirzer,
    >>Is there a way to distinguish controls with the same name?
    Based on the blog "How does “Coded UI test” finds a control ??", we know that to really find a control, it would be related to the unique properties as the search properties,
    so if two controls have the same property, please use other unique property as the search property would be better.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Paging WIth Two Disassociated Data Controls

    Is it possible to have two completely disassociated (not parent-child) data controls on a page, each having their own paging buttons?
    I have a requirement for a detail view of one data control with a read-only view of another data control underneath. I would like to have separate paging for both. I can’t seem to find any examples of doing this. The standard paging seems to be bound to the first data control.
    Thanks in advance.

    Hi,
    if you are on the web, you build a navigable from based on the VO (in BC4J parlance). When you drop this to a page it becomes navigable. Do teh same for another, not dependent VO and the two operate independently.
    Now lets talk about what I think you don't tell us: If you are building JClient applications, then you delete the default toolbar in the layout editor, select one VO after the other and create a new toolbar from the data control. This way the two are independent.
    Frank

  • JSlider with two slider controls

    I apologise if this is an obvious question, but my searches have not revealed the answers I was looking for.
    I am looking to implement a sort-of JSlider component in an application, which would allow the user to change two controls along the entire length of the slider - i.e. picking a minimum and maximum value. I realise I could do this with two different JSliders, but unless their size changed dynamically, this would be a less intuitive solution.
    If anyone has any ideas of how this might be achieved, I would love to hear. Thank you very much.

    How to do it? Implement your own custom component. You can base it on an assembly of two JSliders if you like, since it would make sense because de facto you have two sliders. It's probably easier than duplicating the innards of a standard JSlider and modifying its renderer.

  • How can i control graph with two inputs?

    Hi,
        i would like to ask you about the graph with two inputs
    Normally, if i just give one input, they generate the graph with this input(y) vs time(x).
    But now i would like to get the graph with my two inputs in x axis and y axis .
    i want to control both of two axis. How could i do for it ?
    i attached the file that i try to use "Build XY graph" to control both x and y axis with random number .
    It can run but i don't know how come the graph show nothing. .
    Actually , it have to show something like wavefrom continuously. am i right?
    Could you tell me a way to solve it ? 
    >>>
    what i want to get is ..
    in Graph,
    for x axis , ditance (always increases)
    for y axis , vibration (vary)
    >>>
    Thank you so much for your time . I am looking forward your kindly reply.
    With Respect,
                            Su
    Attachments:
    using Build XY graph.vi ‏59 KB

    Hi NI9233,
    Mind me to interrupt, I am just helping Mike to explain what he meant to you, refer to the graph:
    Picture 1:
    Double click on Build XY Graph, uncheck the clear data on each call
    Picture 2 and 3:
    Change your formula node into +1 Basic Function in Functions Pallette.
    Hope that helps!
    PS: I am sorry for the size of the image, seems I made a mistakes when I saved the picture.
    Sincerely,
    Krisna Wisnu
    Message Edited by Krisna Wisnu on 11-19-2008 08:19 PM
    Sincerely,
    Krisna Wisnu
    Attachments:
    Clear Graph on Each Call.PNG ‏46 KB
    +1.PNG ‏30 KB
    +1_2.PNG ‏21 KB

  • Consolidating with two controlling areas

    Hi
    We are looking to implement JVA on our SAP system, and for this there will be requirement for a second controlling area to be created. 
    We see this as causing us problems regarding consolidation in BCS u2013 We were wondering if anyone knows if it is possible to consolidation in BCS with two controlling areas?
    Thanks

    I'm assuming that you are creating a second Controlling Area for a second year end (since you are looking at JVA)?  If some other reason, don't bother with reading the rest of my post.
    We are currently using two Controlling Areas due to the fact that we also invest in many joint ventures.  Our corporate year-end is January 31, while many of the JVs are December 31.
    For BCS, we are defaulting the Fiscal Year Variant to the January 31 value when the data is brought in via Load from Data Stream (we hard-coded the assignment in the mapping).  Our requirement is only to consolidate for our corporate year-end, which is why we are able to do this.  Since BCS is based on periods (and not calendar date), the data is brought in as follows:  December 31 year-ends come in a month ahead (i.e. the month of January data is actually period 12 of the previous year for BCS, even though it is actually that company's fiscal period 1, the month of February is period 1 of the following year for BCS, etc.); meanwhile, our January 31 companies come into BCS in line with our corporate year-end (i.e month of January data is period 12 for both the company itself and BCS).
    Hope this makes sense.
    Jim Link

  • Can anybody tell how to compare two documents with two pointers controlled with the same mouse

    can anybody tell how to compare two documents with two pointers controlled with the same mouse ??

    I saw what I need but in a game to find the differences between two photos (two screens, two pointers controlled by one mouse), and I need a program to make the same thing   (compare a chosen files)

  • Cannot work with two client side applications at the same time!!

    Hi guys,
    I developed two client side applications(applets). Locate the on Apache/Tomcat. There is also a Index.html file with two links, so when user clicks on each link the associated application will downloaded on his PC and ready to work. (In index.html I used window.open(�) to load the applications)
    Now please see this scenario:
    1-I ran/loaded both application in two separate browsers(IE5.5). And tried to work with them(minimized one and work with another). Soon I faced unexpected frizzing/locking or very slow running on both applications.
    2-Then closed/killed one of them(killed IE). Then re-executed same application again. The application loaded with the last activated screen . Seems it never killed and it was still alive.
    3- The only way to successfully working is one by one.
    means execute & work with one, then kill that, and then execute and work with another.
    To Debug:
    When both applications were running(each on it�s own IE), I opened the Task Manager and saw there was only one IEXPLORER.EXE was running, also there was only one Java VM (a small bird icon) on right-bottom of the screen.
    I believe this causes the problem. seems they both running in the same session. Since I opened two applications in two IE I was expected to see two IEXPLORER.EXE with two JVM. Am I right? Do you think so?
    Any way, Now I am seeking to find the solution. My primary mind says probably I should not use window.open(..) in index.html to load the applications.
    Would appreciate any command on this.

    Cross post
    http://forum.java.sun.com/thread.jsp?thread=184829&forum=31&message=589933

  • 3.2.3;Swing app.; Cannot work with two applications at the same time.

    Hi guys,
    I bring this problem here may somebody experienced that.
    I developed two client side applications(applets) with JDev3.2.3.
    Locate them on Apache/Tomcat. There is also a
    Index.html file with two links, so when user clicks on
    each link the associated application will downloaded
    on his/her PC and ready to work. (In index.html I used
    JavaScript function window.open(&#8230;) to load the applications)
    Now please see this scenario:
    1-I ran/loaded both application in two separate
    browsers(IE5.5). And tried to work with them(minimized
    one and work with another). Soon I faced unexpected
    frizzing/locking or very slow running on both
    applications.
    2-Then closed/killed one of them(killed IE). Then
    re-executed same application again. The application
    loaded with the last activated screen . Seems it never
    killed and it was still alive.
    3- The only way to successfully working is one by one.
    Means execute & work with one, then kill that, and
    then execute and work with another. Which is not expected
    in the Windows enviroment.
    To Debug:
    When both applications were running(each on it&#8217;s own
    IE), I opened the Task Manager and saw there was only
    one IEXPLORER.EXE was running, also there was only one
    Java VM (a little bird icon) on right-bottom of the
    screen.
    I believe this causes the problem. Seems they both
    running in the same session. Since I opened two
    applications in two IE I was expected to see two
    IEXPLORER.EXE with two JVM. Am I right? Do you think
    so?
    Any way, Now I am seeking to find the solution. My
    primary mind says probably I should not use
    window.open(..) in index.html to load the
    applications.
    Would appreciate any command on this.

    Same thing with me! My microphone doesn't even register in anything but ventrilo!
    It's dri'ves me NUTS! I bought the card (xfi fatalty) for a really good price, but I almost regret even looking into the soundcard because of this bug. I know Vista is a new operating system..but I figure'd this kind of update should have been noticed MUCH earlier..
    Please creative, can you fix this?
    On another note..is there a sound quality difference between using an x-fi in vista vs xp?
    *not meaning to thread jack*
    finally..
    you should probably close the other thread.. You made two, you know.

  • One controlling area  with two company codes assigned with one CoA

    Hi,
    I   am having one controlling area  with two company codes assigned , i am using the same  gl for two company codes  as cost element , when i am positng the  miro for vendor purpose  it posted the error  , to avoid the  price difference purpose , i have given  one cost center  of  first company code in OKB9 , and  overcome the error , entries posted, when i am posting new entry for MIRO   in secod  company codes with same cost  element ,  price difference of that account should go to the other cost center  which specifically created for second company code,  in the OBK9 i have given  cost center first company code   of the same GL  account , now this is another new entry in the second company code with other cost center in the second company code  since the price difference  account should sit in the other cost center of second company code,  how to  over come  this problem, pls help me
    Thanks and regards
    Murugesan

    Hi,
    First, remove the default cost center in the cost element. Then, for the system to derive the correct cost center for each company codes, define one cost center for each compny codes in OKB9 just like this:
    Co Code   Cost Element   Cost Center
    1000          1000000              A
    2000          1000000              B
    So during MIRO, the system will derive these values you maintain in OKB9.
    Regards,

  • I am waiting for a new iMac with two drives: SSD   conventional hard drive. How can I transfer only a certain number of applications to the SSD and the rest to the physical hard disk drive?

    I am expecting a new iMac (i7 with SSD). How can I transfer only certain applications along with the system, library etc. to this limited (space) HD and other applications to the conventional disk HD in order to save space on the SSD?
    Thank you,
    Gilles

    Tom Lassiter wrote:
    I have the same scenario, using an SSD for my start-up drive. I have copied my Applications folder to a mechanical hard drive and created symbolic link to it. The symbolic link resides on the SSD and works properly.
    That may not be the best solution.  Many updaters expect apps, especially Apple apps, to be in the  /Applications folder on the OSX drive;  if there are updates, the apps may not be found, thus may not be updated.  I don't know if the installers/updaters will follow a symbolic link or not.
    DItto some apps, especially Adobe apps, won't even work if they're anywhere else.  Again, I don't know if they'll follow a symbolic link, either.

Maybe you are looking for

  • How to get custom field value in vbkd table using "SD_SALESDOCUMENT_CREATE" bapi

    Hi Experts, Need your help . In one program Iam using SD_SALESDOCUMENT_CREATE bapi . i/p for my report is am excel. excel is having  below formatt. To create salesdoc we are using SD_SALESDOC_CREATE bapi. but After execution of the program we are una

  • Portege R100 - OS installation with 16 bit bootable PCMCIA CD-Rom

    Hi All Just wondering if any of you boffin's can advice on a very frustrating problem I am experiencing. I am trying to re-install the recovery CD on a Portege R100, so far, with no success. I have learnt that I need(ed) a 16-bit bootable pcm cdrom t

  • Javabeans and JSP

    I am new to Beans and JSP. I would like to know how I can 'get' the resultset and output to a JSP? It would have a few records and each record will have field1,field2 and field3. My question again: How to continue from here in Beans? How to write the

  • 08 inspection type problem.

    Hi, We are planing to use standard inspection type 08 while receiving the material from STO. We activated the 08 (we are also using 01) inspection type in the material master (in the receiving plant). Please also note that we have not excluded any mo

  • Performance of BufferedImage.getRGB(int x, int y)

    Hi, My app uses the getRGB method call to extract the RGB values for each pixel contained within an image. This works fine on some images, from the beginning to the end of the process of loading, reading values, and then displaying only taking 2 or 3