Hiding applications that run at startup.

I have set Mail.app to open when I startup.
I have done this by going to System Preferences > Accounts > (My Account) > Login Items ... and then put a tick in "Hide" next to Mail.
But it still opens up as normal when I startup or login. Am I misunderstanding what "Hide" is for?... if not, I'd appreciate any ideas on hot to fix this.
Nick.

Am I misunderstanding what "Hide" is for?
No. The Hide function does not work on some applications in Mac OS X 10.4, such as Mail.
if not, I'd appreciate any ideas on [how] to fix this.
Open the Script Editor in the /Applications/AppleScript/ folder and enter the following:
tell application "Mail" to run
delay 1
tell application "System Events" to set visible of process "Mail" to false
Save the script as an application, add it to the list of login items, and then remove the existing Mail application from the list.
(17856)

Similar Messages

  • JMF Application that runs without selection.

    What do I need to make a JMF Application that runs without selecting a media file from a directrey.
    I wish to have a folder of avi's that can be played the moment the player is activated. Auto play without selection from within the PC that it's running from. No applet.
    Thankyou

    viafax999 wrote:
    Why would you use a flakey app to replace a built in windows function that works fine?
    Turn on remote desktop sharing undr computer properties and run mstsc on the machine with kb, mouse and monitor to control the other pc's via rdp
    Synergy isn't that flakey. It just doesn't get along well with one particularly old program I use that access an online database via FTP.  When the FTP transfer is running, Synergy stops.  As soon as the transfer is done, it comes back.  Not even a minor annoyance for me.
    Synergy is not a remote desktop sharing function.  It is simply a keyboard and mouse sharing function like the old keyboard/mouse switch boxes.
    I've two computers on my desk; a work laptop and a home desktop.  Each has their own keyboards and screens.  With Synergy, I can use one keyboard and mouse to control both machines.  I simply move the mouse from one screen to another and control follows.  It's just like moving a mouse between multiple monitors on a single machine, except that I'm actually switching between computers.
    I thought Windows remote desktop functions are for just that - remote access to a machine where keyboard, mouse and screen are duplicated on the client.  If I'm missing something, please educate.  Also consider if it'll work with Windows7 Home Premium.
    Synergy is also cross platform, so when I fire up a Linux machine I sometimes use, it too can share the same keyboard and mouse.
    Thanks.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • URL request syntax to redirect to a Flex Desktop application that runs in ADOBE AIR

    Hi,
    I'm developing a Flex Project that runs on ADOBE AIR. This
    project contains two Flex desktop applications that runs in ADOBE
    AIR.Now i need to redirect to one Flex desktop application from
    another Flex desktop application.Can anyone please tell me how the
    URL should look like in the new UrlRequest( ). Thanks in advance
    for any help....................

    After two days of research and getting localConnection to work, just to realize the application has to be running in order to pass variables to it with localConnection.  I realized that I set <allowBroswerInvocation> to true in my air application, but forgot to uncomment it in the descriptor file.  Extremely upsetting..... I can now get the airSWF.getApplicationVersion() to return the correct version number, but am still having problems with the airSWF.launchApplication() since it hard to debug, and just doesnt do anything.  Below is the code in the Install.log after running the launchApplication() function  I am still working on it and will post my progress.  Any help would be greatly appreciated, thank you.
    [2011-04-05:12:20:21] Application Installer begin with version 2.6.0.19120 on Windows 7 x86
    [2011-04-05:12:20:21] Commandline is: -playerVersion=10,1,82,76 -sandboxType=remote -securityDomain=airdownload.adobe.com -https=false -fromUserEvent=true -- -launch com.msp.two -- launchFromBrowser
    [2011-04-05:12:20:21] Installed runtime (2.6.0.19120) located at c:\Program Files (x86)\Common Files\Adobe AIR
    [2011-04-05:12:20:26] Application Installer end with exit code 0

  • I have an OpenGL application that run in a window. I would like to use this application and use its window in a VI interface. Note t

    hat I DON'T WANT TO OPEN the window application FROM the Labview VI BUT IN the Labview VI. I think it's possible to do that and to do communicate the OpenGL application with the Labview Interface using an ActiveX but I don't know how. Can someone help me ?You can answer the question or send it at [email protected]
    Regards.
    Cyril

    hat I DON'T WANT TO OPEN the window application FROM the Labview VI BUT IN the Labview VI. I think it's possible to do that and to do communicate the OpenGL application with the Labview Interface using an ActiveX but I don't know how. Can someone help me ?The desired behavior you desribed may not be possible with that application. In general LabVIEW does not offer a window object that other standalone applications can run it. The closest thing is the ActiveX container. If the programmers for your application created an activeX control of your program and they provided documentation, it should be pretty easy to incorperate the app and labview into one window. I recommend contacting the manufacuturer of the app to see if they have an activeX control version of the app.

  • Error when sending email from a web application that runs on GlassFish

    Hello all, I hope some can give me some hints on how to fix this problem.
    I have a web application built in Java that runs on GlassFish v3.
    The application uses a mail plugin that makes use of mail.jar
    Whenever I try to use the plugin to send an email out I get an error.
    The application is programmed to send emails from a gmail account, and I believe there is a problem with the SSL version that Googlemail is expecting.
    By the way, everything works fine if I run the web app on other servers like Jetty or Apache.
    The stacktrace I get from the log when the error occurs is as follows:
    INFO: 2009-05-08 19:48:57,500 [httpWorkerThread-8080-0] ERROR errors.GrailsExceptionResolver - org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
    java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
    org.codehaus.groovy.runtime.InvokerInvocationException: org.springframework.mail.MailSendException: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
    java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:431)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:337)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationDispatcher.doInvoke(ApplicationDispatcher.java:883)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:732)
    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:554)
    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:485)
    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:377)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.jsecurity.web.servlet.JSecurityFilter.doFilterInternal(JSecurityFilter.java:382)
    at org.jsecurity.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:180)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:250)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:218)
    at org.apache.catalina.core.StandardWrapperValve.preInvoke(StandardWrapperValve.java:460)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:139)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:186)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:142)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:242)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180)
    at com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633)
    at com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570)
    at com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152)
    at com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
    at com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
    at com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
    Any help would be really appreciated... honestly I'm pretty stuck.
    Alex

    Hi Alex,
    Since I had a Gmail test servlet kicking around, I ran it on the latest V3 nightly build.
    On the first run, I encountered the following nested exceptions:
    javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465
    --> java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
        --> java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
            --> java.security.UnrecoverableKeyException: Password must not be nullThe UnrecoverableKeyException is a manifestation of [https://glassfish.dev.java.net/issues/show_bug.cgi?id=6938|https://glassfish.dev.java.net/issues/show_bug.cgi?id=6938]
    I worked around this by adding the following JVM config options to domain.xml
    <jvm-options>-Djavax.net.ssl.keyStorePassword=changeit</jvm-options>
    <jvm-options>-Djavax.net.ssl.trustStorePassword=changeit</jvm-options> (Note: the default master password is "changeit")
    These lines are placed in /domain/configs/config/java-config of domain.xml for the particular server config you're using. There's only one server config in the default domain.xml shipped with V3. Then restart the server.
    I retested the code on both port 465 and 587, with and without the above config changes. Without the change, they both fail the same way, and with the change, they both work. Let me know if this helps.
    -Peter

  • "Net use" not working in application that runs as "system"

    Hello,
    I am trying to create an application object to distribute a program which
    during the setup procedure creates two local users on the workstation. I
    tried to set up the application to run as an unsecure system user and
    start the setup.exe. This method worked fine for quite a number of apps in
    the past.
    However this app needs a drive mapping to a windows 2003 server to start
    the setup.exe. Apparently under windows 2003 it is no longer possible to
    use the "net use" command when running a script as system user. I get
    system error 1312 "A specified logon session does not exist. It may have
    already been terminated". There seems to be no solution from microsoft
    since this is probably working as designed.
    In another similar situation I copied the complete setup directory to a
    novell drive, but in this case the setup procedure needs to write
    information into a database located on the windows server. I might be able
    to set up the application via snapshot and create the user accounts using
    a distribution script. But I would need the consent of the windows
    administrators since I need the passwords for those user accounts, and I
    am not sure that they are cooperative in this respect. Furthermore I get
    the feeling that this program is going to present a number of other
    problems and surprises which probably will make the snapshot method very
    tricky.
    Is there any solution or workaround for this problem?
    Any suggestions would be appreciated.

    1) It should not be an issue to run "Net Use" to authenticate to a Windows
    2003 server from an "Unsecure System Prompt". This is quite common.
    2) If the PC is in the domain already, this may be part of the issue since
    you are already authenticated to the domain. Try adding the Domain
    Workstation Object the proper rights.
    3) Does the "Setup.exe" expand to an MSI install in the temp directory? In
    such a case you could like create an MSI install that runs as a normal user
    but the Windows Install will allow for the elevated rights.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared either Novell or any rational human.
    "Anna Schmitz" <[email protected]> wrote in message
    news:BBvdi.3656$%[email protected]...
    > Hello,
    >
    > I am trying to create an application object to distribute a program which
    > during the setup procedure creates two local users on the workstation. I
    > tried to set up the application to run as an unsecure system user and
    > start the setup.exe. This method worked fine for quite a number of apps in
    > the past.
    >
    > However this app needs a drive mapping to a windows 2003 server to start
    > the setup.exe. Apparently under windows 2003 it is no longer possible to
    > use the "net use" command when running a script as system user. I get
    > system error 1312 "A specified logon session does not exist. It may have
    > already been terminated". There seems to be no solution from microsoft
    > since this is probably working as designed.
    >
    > In another similar situation I copied the complete setup directory to a
    > novell drive, but in this case the setup procedure needs to write
    > information into a database located on the windows server. I might be able
    > to set up the application via snapshot and create the user accounts using
    > a distribution script. But I would need the consent of the windows
    > administrators since I need the passwords for those user accounts, and I
    > am not sure that they are cooperative in this respect. Furthermore I get
    > the feeling that this program is going to present a number of other
    > problems and surprises which probably will make the snapshot method very
    > tricky.
    >
    > Is there any solution or workaround for this problem?
    >
    > Any suggestions would be appreciated.
    >
    >
    >
    >

  • To know application that run in the pc

    Hi, in from M�xico,
    my question is know applicattion that run in my pc, exist some class special? or if somebody know a tutorial where say mention something?.
    Sorry my bad english.
    Thanks :D

    sorry Paul for late answering here....
    I went thro the link u sent, check files & directories thro Command Prompt & find isqlplus is existing. But the problem still exist.
    Is there any other port nos. which may be used for isqlplus ?
    I tried to find out from the link, but cant find any other except Port No. 80.
    Now????

  • Error building Application that runs correctly

    Dear NI engineers,
    I am attempting to build an exe and it give me the following error:
    >>The VI is broken. Open the VI in LabVIEW and fix the errors.
    >>C:\Documents and Settings\Desktop\Desktop\IsomerXDistribution\MAIN.vi
    The VI is not broken, and runs perfectly fine, the sub VI's and classes are not broken either.  
    >>Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:
    >>Error 1003 occurred at ABAPI Open VI and Check For Broken.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Invoke.vi.ProxyCaller
    >>Possible reason(s):
    >>LabVIEW:  The VI is not executable. Most likely the VI is broken or one of its subVIs cannot be located.  Open the VI in LabVIEW using File>>Open and verify that it is runnable.
    All of the VI's in the hierachy and project and executable and located. Why will it not compile?
    Thank you for your quick response.

    The code i am using is a very large (about 350 VI's and methods) complex data structure that runs exceptional well in labview.
    I am posting a very small code that demonstrates the problem. Apparently passing a class by reference causes a broken VI error when compiling. It works perfectly fine when running threw labview. It would be costly to rewrite the VI's in a different format, for something labview internally supports and all other OOP language support, simply because of an erronous compiler.  
    Why will this not compile, and how can i make it compile?
    http://128.123.180.148/IsomerX/DemoError.zip
    Serious responses only please.
    -Greg Sonnenfeld
    New Mexico State University
    IsomerX project
    Message Edited by Gsonnenf on 01-17-2007 05:12 PM

  • I would like a world atlas application that runs on imac/macbook without needing internet access

    Can anybody point me towards a world atlas/mapping application that does NOT need an internet connection. I particularly want to use it when planning international travel.

    You have so much junk, and I doubt that you know how to uninstall it.
    It's up to you what you do, I know what I would do  (but then I wouldn't stuff my Mac with junk in the first place)
    Good luck.

  • SSO not working for a custom WDA application that runs in the Portal

    I have a Portal system (Java stack, NW04s) that has an iView of type webDynpro ABAP. The custom Web Dynpro ABAP application resides on another system (ABAP stack, running ECC6). We have configured the trust relationship between the Portal and the ECC system as per
    http://help.sap.com/saphelp_nw04s/helpdata/en/61/42897de269cf44b35f9395978cc9cb/content.htm
    We know this is working since we are able to run ESS. However, for the custom WebDynpro ABAP application, when calling it for the first time, a logon screen shows up. How can we get rid of it? what are we missing to have SSO work for the custom WebDynpro application?

    Please check this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d35bb690-0201-0010-988a-d669c8530518
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fhelp%2fsdn_help_nw04s%2fsaphelp_nw04s%2fhelpdata%2fen%2f5e%2f6c85c3edf942f39349a1e337434d29%2fcontent.htm
    Hope it helps.
    Regards,
    Mona

  • Need help in creating a web application that runs on a stand alone sys.

    I am planning a small java web application complete with database. I need to know if there are any ways to deploy that application on a stand alone system and that if there is any way to make an executable for that application so that the user need not go through the process of deploying the app and starting the server whenever he restarts the system. Can anyone help me in this regard? Thanks in advance.

    Hi Alex,
    Since I had a Gmail test servlet kicking around, I ran it on the latest V3 nightly build.
    On the first run, I encountered the following nested exceptions:
    javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465
    --> java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
        --> java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
            --> java.security.UnrecoverableKeyException: Password must not be nullThe UnrecoverableKeyException is a manifestation of [https://glassfish.dev.java.net/issues/show_bug.cgi?id=6938|https://glassfish.dev.java.net/issues/show_bug.cgi?id=6938]
    I worked around this by adding the following JVM config options to domain.xml
    <jvm-options>-Djavax.net.ssl.keyStorePassword=changeit</jvm-options>
    <jvm-options>-Djavax.net.ssl.trustStorePassword=changeit</jvm-options> (Note: the default master password is "changeit")
    These lines are placed in /domain/configs/config/java-config of domain.xml for the particular server config you're using. There's only one server config in the default domain.xml shipped with V3. Then restart the server.
    I retested the code on both port 465 and 587, with and without the above config changes. Without the change, they both fail the same way, and with the change, they both work. Let me know if this helps.
    -Peter

  • Applications that Run - Pleasant Surprises

    I just got my new iMac yesterday and was totally surpised to find that Timbuktu and my scanner software seem to run fine. I was expecting normal apps to work, but Timbuktu has a contexual menu and pretty deep hooks into networking. Canoscan Toolbox isn't a very pretty app, but it started up and scanned just like on a PowerPC based machine. Woo hoo!
    iMac Dual Core   Mac OS X (10.4.4)  

    Am I misunderstanding what "Hide" is for?
    No. The Hide function does not work on some applications in Mac OS X 10.4, such as Mail.
    if not, I'd appreciate any ideas on [how] to fix this.
    Open the Script Editor in the /Applications/AppleScript/ folder and enter the following:
    tell application "Mail" to run
    delay 1
    tell application "System Events" to set visible of process "Mail" to false
    Save the script as an application, add it to the list of login items, and then remove the existing Mail application from the list.
    (17856)

  • Itunes crashed, now programs that run on startup crash

    hi,
    I just installed itunes for my new ipod mini, and while going through my library (my music) i received an error message that advised that there may be a problem with my hardware.
    I managed to close itunes, and noticed that there were only 13 songs on my ipod mini, not 800. When I went to download more songs, I recieved the generic "itunes has encountered a problem and needs to close" message.
    I rebooted my computer, and noticed that I got the same message for three other programs that load upon my computer startup. My windows messenger is also no longer working on my computer, but my internet is still ok.
    I have Norton '05 and windows firewall, and have disabled both, to no avail. I have also uninstalled my ipod, and itunes/quicktime and still get the message. booting to last known good configuration doesn't help either.
    This morning, my computer was fine, now everything is crashing upon startup, and I have no more messenger! Can somebody please help me!!!
    w.

    hi b,
    Thanks for the reply. I think I figured out what happened. Somehow, when I installed the itunes/quicktime software or ipod hardware my computer managed to talk itself into thinking that the year was 9999!
    I'm not sure if anybody else has come across this, or what changed the date, but my itunes seems to work now, as well as my MSN Messenger. I'm using the computer right now, and can't reboot, but I'm sure that when I do, it will be fine again.
    I guess I have to laugh, after spending all night searching the registry and disabling software/hardware to test for conflicts that it was the date on my computer!
    Thanks for the input, and your time b. noir!
    w. rouge (with embarrassment)

  • Can a application that runs on a terminal server be opened through the dock

    Hi everybody,
    I posted this question previously under dock but it was suggested to post it under Server. All threads I found on the first page for "terminal server" are in this area so I hope I am right here.
    I have been spending some time trying to figure out how to run MYOB Premier in multi-user environment once I switch the office over to Mac.
    One solution I found is to use a terminal server as the multi-user performance of MYOB is in general super-bad.
    I need to make everything as simple as possible for my partner so she has to open the application/file by clicking on a dock-icon.
    Is this possible? File and application would be on a Vista server with XPunlimited as terminal server solution. I don't have a clue how terminal server applications are handled by Snow Leopard.
    Cheers,
    Edward

    You should be able to drag the app onto the Dock and it should work, but your best bet is to talk with the tech support people with the company who made your terminal server to see what they recommend.

  • How Can I work with Internet Explorer? I have an application that runs in IDOCS and Firefox, Chrome or Safari are not compatible

    I recently update from Leopard to Lion but I see that Internet Explorer is not working because PowerPc is not longer supported...I work for an Engineering Company that uses Idocs as document management and uses Internet Explorer for accessing and linking Docs by Default ,,,Chrome, Firefox and Safary don´t work with Idocs..
    Please advice..

    I believe you would need to install a copy of Windows using Boot Camp and then use IE in that OS.  There is no current OSX compatibility with IE that I know of.

Maybe you are looking for