Mouse Zoom with remote client

Is there any way to perform a mouse zoom (hold down CONTROL and scroll up or down on the mouse) with the remote client? When I try this, it just zooms the screen on my own Mac.
Thanks.

Remote Clients do not have to run in a J2EE server. All you need is the j2ee.jar and your app server's required runtime jar file(s) e.g oracle9iAS(oc4j.jar) and the .properties files.
Let me know if you need any more information.

Similar Messages

  • It doesn�t work lazy loading with remote client (toplink)

    I am trying to use lazy loading in a @ManyToOne field but I get an exception. I have been reading in some oracle tutorials that it's necesary use -javaagent:.../lib/toplink-essentials-agent.jar for that it works because this argument activate dynamic weaving in JavaSE. I have put this command line argument javaagent but it doesn't work. Why? Can I have to do another thing? I have done a lot of tests in base to comments read in another forums but I only obtains an exception.
    Caused by: java.io.IOException: Mismatched serialization UIDs
    NOTE: The server use toplink and the remote client query the entitties through a session bean of the server. Besides, I am using Glassfish (Sun application server and toplink).
    Thanks in advance.
    hayken

    At first, thank you for your reply.
    I know that I haven´t explained the problem too well. I have a stateless bean with one remote method that execute a query an returns an entity like this
    @Entity
    public class ModuloEntity extends Serializable
    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    private Long idModulo;
    private String nombre;
    @ManyToOne(fetch=FetchType.LAZY)
    @JoinColumn(name="IdProyecto")
    private ProyectoEntity proyecto;
    The remote client invoke this method and in that moment I get this exception.
    21-may-2007 18:55:48 com.sun.corba.ee.impl.encoding.CDRInputStream_1_0 read_value
    ADVERTENCIA: "IOP00810211: (MARSHAL) Exception from readValue on ValueHandler in CDRInputStream"
    org.omg.CORBA.MARSHAL: vmcid: SUN minor code: 211 completed: Maybe
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.valuehandlerReadException(ORBUtilSystemException.java:7053)
    Caused by: java.io.IOException: Mismatched serialization UIDs : Source (Rep. IDRMI:com.syskonic.gesplan.entities.ModuloEntity:6D06A8C14D488FFF:8E6FC8687EA9E512) = 8E6FC8687EA9E512 whereas Target (Rep. ID RMI:com.syskonic.gesplan.entities.ModuloEntity:1C6925798CDFD3DF:3455DBF4457AE337) = 3455DBF4457AE337
    at com.sun.corba.ee.impl.util.RepositoryId.useFullValueDescription(RepositoryId.java:573)
    If I look the server log, I can see that the call has not been produced, it doesn´t show any exception. It looks that the object managed by the server and the remote client aren´t the same and the corba service doesn´t work when remote client call session method. If I change the ModuloEntity and remove the fetch attribute then all this process executes correctly. The problem is in this attribute.
    NOTE: I am using the javaagent command line argument.
    Hayken

  • Magic mouse zoom with ctrl

    Good day,
    I am new with mac and I am trying to use the zoom with the magic mouse and the ctrl button, really not easy...
    on excel/word: alt + cmd + scrolling up & down executes zooming in and out of the excel table (only).
    but on the picture viewer/safari: ctrl + scrolling up & down executes zooming in and out of the complete screen (and not only the picture) without possibility to move the view (and this is possible only if the option is selected in preferences/accessibility/zoom: allow zoom with scrolling and selected button).
    Would someone know how to activate the zooming with ctrl and mouse scrolling but only of the content of a window and not of the complete screen?
    Thank you in advance.
    Rodolphe

    Hello:
    According to the guidance in system preferences>mouse double tapping with one finger does it.  I just tried it and it works here.
    I also note the right clicking opens a menu.
    Barry
    Message was edited by: Barry Hemphill

  • Issues with remote client accessing EJB3

    Hi folks,
    I tested Weblogic 10.3 these days and had some trouble to access a stateless session bean (EJB3) via a remote Java client. My development system is Windows Vista 32bit.
    First, Weblogic doesn't like blanks in folder names! The Test Client throws an exception complaining that the business interface is not found:
    Exception in thread "Main Thread" java.lang.AssertionError: java.lang.ClassNotFoundException: ejb3session.Trader
    at weblogic.ejb.container.internal.RemoteBusinessIntfGenerator.generateRemoteInterface(RemoteBusinessIntfGenerator.java:69)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.readObject(RemoteBusinessIntfProxy.java:205)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1849)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
    at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:197)
    at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:564)
    at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:193)
    at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:240)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at weblogic.jndi.internal.ServerNamingNode_1030_WLStub.lookup(Unknown Source)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:392)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at ejb3session.Client.lookup(Client.java:99)
    at ejb3session.Client.(Client.java:34)
    at ejb3session.Client.main(Client.java:61)
    Caused by: java.lang.ClassNotFoundException: ejb3session.Trader
    at weblogic.ejb.container.deployer.DownloadRemoteBizIntfClassLoader.getClassBytes(DownloadRemoteBizIntfClassLoader.java:85)
    at weblogic.ejb.container.deployer.DownloadRemoteBizIntfClassLoader.loadClass(DownloadRemoteBizIntfClassLoader.java:46)
    at weblogic.ejb.container.internal.RemoteBusinessIntfGenerator.generateRemoteInterface(RemoteBusinessIntfGenerator.java:66)
    In fact, the compiled class file of the business interface is located on the file system in a path that contains a blank. Debugging session shows that the internal weblogic class RemoteBusinessIntfGenerator fails to open the class file because of a wrong used URL file reference. If the path contains no blank, everything works fine. This is obviously a bug!
    Second, generics don't work in the business interface. As soon as I insert a generic return type or method parameter, I get an exception at runtime, no matter if the actually called method is generic or not:
    java.lang.NullPointerException
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.getTargetMethod(RemoteBusinessIntfProxy.java:162)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:53)
         at $Proxy0.saveContact(Unknown Source)
         at Main.testIt(Main.java:45)
         at Main.main(Main.java:34)
    Third problem is already known by Oracle (CR373734): when using JPA and serializing entities to the remote client, serialization fails until you implement a writeObject() method in every entity.
    What is your experience concerning these issues? For my opinion quite severe bugs...
    Cheers, Thomas

    But most of the O/S like Linux ,Solaries does not allow blankspaces in the classpath. Only the O/S that does allow is Windows. and there are a lot of issues regarding the spaces in the classpath.
    If a blank in the classpath exist in the admin console as a remote start argument for a managed node, a patch exist.its CR375981.
    But for the above case 808498 (blank for remote client classpath) Engineering did not given any patch and asked to go with the work around ie not to use a blank in the classpath.
    Thanks !!

  • J2EE Tutorial With Remote Client

    Where can I find a J2EE tutorial that demonstrates a remote client accessing an EJB? The Sun tutorial are all localized examples. Does a remote client have to run on a J2EE server?
    Thanks,
    -Ray

    Remote Clients do not have to run in a J2EE server. All you need is the j2ee.jar and your app server's required runtime jar file(s) e.g oracle9iAS(oc4j.jar) and the .properties files.
    Let me know if you need any more information.

  • Upgrade to SQL Anywhere16, is application w.Remote Client 9 running the same ?

    Hi SQLAnywhere folks,
    My customer is running SQL Anywhere9 + Remote Client 9(WinCE 5.0), however,
    they have to upgrade OS Windows sever 2003 to 2012, thus they have to upgrade SQL Anywhere 16.
    And I found from <http://scn.sap.com/docs/DOC-35934>
    " SQL Anywhere 16 database servers support connections from client applications using software from version 6.0.0 or
    later." i.e SQL Anywhere 16 supports Remote Client 9. Right ?
    Then the question is the applications with Remote Client 9(WinCE 5.0) are running well with SQL Anywhere 16.
    Any application modification required ?
    Any consideration/advice would be highly appreciated.
    Thanks a lot.
    JY Yang

    Hi Chris,
    Thanks for your reply.
    I'm afraid I don't have enough infomation how complex the application it is.
    Hence, we'll try it first, and then share the result.
    Thank you again.
    JH.

  • One more nugget: Chart zoom with the "Mouse Over" effect

    Hello all.
    Just read my signature first, it might explain a lot. I do not intend to compete with Darren and I don't think this "nugget" (at least it supposed to be one) will amaze any of the LV veterans and this forum is rich of them. But maybe it will bring some new ideas to some of you or maybe it will be useful for some LV beginners (like me). It is very likely, my code will have some lapses, but please be gentle pointing that out to me. If you feel a need, you can always optimize the code and develope it further. Just don't forget to share!
    So back to the point.
    I am developing a project using LV. In my program there is a waveform chart which has to show 4 plots. Depending on the length of the X Scale, it sometimes gets hard to see the plots clearly because of their density.So I decided that I need a tool, which would zoom the chart in. And this is what I have came up with after a few "Google" searches to check which part of the bike is already invented and also a bit of programming by myself. 
    Maybe you guys (at least the veterans) know the BetterVIEW Consulting LV example where they have implemented the Mouse Over effect. So a part of their example has been used in this tool and part of the credit must go to them. I thank them a lot
    This tool uses a cluster and its property of visibility to show/hide the cluster depending on if the current position of the mouse cursor is in the desired range or not. The program also gets the image of the chart and returns the subset of the image. The subset is taken for the area arounf the mouse cursor. So if you move the mouse, the zoomed in area will also chage in response. After that, the subset of the image is zoomed in for better view. 
    The user might chage the zoom factor during the execution. Also it is possible to turn the zoom option On or Off if you don't wish to see it for the moment. 
    This is how the front panel looks like:
    And this is the image of the block diagram (see the attached files for the vi, the VI Snippet tool distorts the code too much, so I haven't added it):
    I haven't found anything the same in the forum. Yet I'm a newbie here and I don't have that much experience surfing it. If it wouldn't be something new (in the forum, not necessarily to some of you personally), just ignore the thread. I hope this was worth your time and your attention. 
    Good coding
    Message Edited by Giedrius.S on 02-11-2010 12:46 PM
    While evaluating my code please have in mind that I am a LV novice. Therefore sometimes my code might violate some coding rules that I have to learn about myself. But how else could I do that...
    Chart zoom with "Mouse Over" effect
    Attachments:
    Zoom.vi ‏198 KB
    Mouse_pos.vi ‏20 KB
    Check_pos.vi ‏18 KB

    Very nice Giedrius.
    It takes guts to "step up to the chalk board" so I will do what i can to give you some ideas to think about. This is similar to the type of feedback I offer durring our in-house code reviews.
    1) The floating property nodes outside the loop are not sequenced by wires so they could execute after the loop starts. Sometimes this could cause weird errors. Seq with the error cluster.
    2) Property nodes can be re-sized so you can apply more than one property setting in the same call. Property node have to execute in the UI thread (which is single threaded) so using a single nodes will force a single context switch rather than one for each.
    3) Setting the same property repeatedly in a loop just burns CPU. THe Scale min for both X an Y can be moved outside the loop ?
    4) THe Wait Until Next ms" function does not get used in any of my code. It is not a way to get a fixed wait but rather a random wait. If you code completes 1 ms after the next multiple, the delay is double less 1 ms. If you have multiple loops using them and it f the delay for each are not unique prime numbers, then the "Wait until next ms multiple" is a good (cough cough) way of getting them all to wake up at the same time and fight for the CPU.
    5)An Event Struture to monitor mouse enter/leave and mouse move (this would have to be a sepearte loop) is easier on the CPU than polling.
    6) Is that math in the case to handle the Chart position on the FP? If so then using the property nodes for the chart to find its postion will let you code adapt to GUI changes.
    7) Right to left wires are not well recieved.
    8) A Bundle by Name is prefered over a "Bundle" since it is self documenting. I know the Picture function so I can see that is the rectangle you are specifying but reader not famliar with that function would not be able to "READ" the code without poking at it.
    9) THe event structure would also help with setting the Zoom factor. Only poke it when you have to.
    That is all that comes to mind at the moment.
    Again thank you!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Remote Desktop Connection Mouse Slow with Windows 2012

    Hello:
    I am connecting to a customer site with Citrix and using Citrix's Remote Desktop. I know this may be a Citrix issue but not sure. Customer isn't helping so thought I would check here.
    I have two connections to computers in their network with Remote Desktop. One is to a Windows 2003 Server which works fine. When I connect to Windows 2012 the mouse is slow. I tried adjusting the mouse settings but it doesn't help.
    Has anyone else experienced this? Is it an issue specific to Citrix or to Remote Desktop in general?
    Thanks,

    check out this blog, it's for virtual PC though but also using RDP.
    just try it out whether it helps or not
    http://mattrefghi.com/blog/solutions/virtual-pc/slow-mouse-when-controlling-a-virtual-pc-through-remote-desktop/
    Slow Mouse When Controlling a Virtual PC Through Remote Desktop
    Right-click the Desktop, and select Properties.
    Move to the Settings tab in the Display
    Properties dialog.
    Click the Advanced button.
    Move to the Troubleshoot tab in the Monitor
    Properties dialog.
    Move the Hardware acceleration slider all the way to the right, so it is right next to Full.
    Click OK in the Monitor Properties dialog.
    Click OK in the Display Properties dialog.
    Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • Obtain remote client IP address from webservice with WL 7.0.7

    Hi,
    Please Help!!
    I need to get the remote client IP address from inside a webservice but with WLS 7.0.7. I know it is possible with WL 8:
    WebServiceContext wsContext = WebServiceContext.currentContext();
    WebServiceHttpSessionImpl vHttp = (WebServiceHttpSessionImpl)wsContext.getSession();
    vHttp.request.getRemoteAddr();
    But WL 7 has not available WebServiceContext.currentContext() method.
    Thank you very much

    This was logged as an enhancement which I believe was hoping to make it into one of the later 6i releases of forms. Ref:<Bug:856958> if you can access via metalink or Support.
    Grant Ronald.

  • Problem in run remote client with appclient

    I am having problems to execute remote clients (remote machines) using script of client conteiner: appclient. Local it functions perfectly, however when executed in a remote machine, the application not run wheel.
    Thanks!

    Have you looked at the Developer's Guide?
    http://docs.sun.com/app/docs?q=clients&p=doc%2F819-0079
    Specifically the section on creating clients with and without the app client container?
    http://docs.sun.com/source/819-0079/dgacc.html

  • Easy print not working on a 64 bit Windows 8.1 client with Remote Desktop connection version 8.1

    Easy print is not working on a 64 bit Windows 8.1 client with Remote Desktop connection version 8.1 . Printers dont get redirected when you connect to the terminal server. The server we are connecting to has Windows 2008 server.  On 32 bit Windows
    7 and windows XP clients Easy print is working fine and printers get redirected in terminal server.

    I am having the exact same problem. Windows 7 works fine, but 8.1 will not redirect printers. Others said to check local policy terminal services settings and my setting are all set as they should.
    I think Windows 8.1 is not telling the terminal server what printers it has.

  • JWS client application with remote mysql security

    I'm fairly new to this sphere of web security programming. I'm trying to write JWS client application that can communicate with webhosting's mysql server. Is there a better way to secure the data communication between the two since webhosting's mysql server is not SSL enabled? I'll appreciate any tools, advices or techniques to accomplish this.

    zhadum wrote:
    I'm aware of that I'll have to encrypt password and user's private information. Since the JWS client will need to decrypt the password and user info the decryption key will need to be stored in the application. Once again, easy to extract.
    I have been researching and thought of using JSSE to establish secure connection between client application and Java Servlet on the server for database communication without the direction connection to the database. That is the way is is normally done. You only provide the database functionality needed by the client and you make the client log on to the Web Server before allowing access to the servlet.
    I know hackers can or could decompile my client application and learn how to access the database directly so I thought of using the Servlet will make the hacker's tasks more difficult.Yep. That and the use of HTTPS.
    >
    Is there a sample code I can use with my client and servlet for secured database communications?There are tons of examples of creating a logon page which is the first thing you will need. The user of servlets for database access is exactly the same as you have used for your JWS client.

  • Remote Client Copy Errors

    Dears,
    Today I am going to do remote client copy from PRD to QAS.
    For it yesterday i scheduled Test run in simulation mode.As i am having two CPU for both Dev and PRD so I scheduled it with 6 Parallel Processes.
    But my Test run failed with errors:
    Copy Type                   Remote copy
                                      Test Run
    Profile                          SAP_ALL
    Status                          Ended with Errors
    User                             SAP*
    Start on                        14.08.2008 / 01:30:54
    Last Entry on                14.08.2008 / 05:57:54
    Statistics for this Run
    - No. of Tables                 30,806  of       30,808
    - Deleted Lines                     15
    - Copied Lines               72748,776
    Warnings and Errors
    Table/Object       Component                Error
    BKPF                 FI                       Read or Conversion Error
    BSIS                   FI                       Read or Conversion Error
    Thus showing read or Conversion Error in these two tables.
    In System log of source system I also see these error:
    ORA-01652 unable to extend temp segment by 2560 in PSAPTEMP
    Database Error 1652 at SEL access to table BKPF.
    Database Error 1652 at SEL access to table BSIS.
    Please suggest how to resolve the issue.
    Shivam
    Edited by: Shivam Mittal on Aug 14, 2008 6:08 AM

    Hello Shivam
    How is your remote copy going on?
    Did you increase the size of psap temp in order to carryon with the copy?
    Your Source system is PRD system.Are you doing this copy while  users are using the PRD system.
    If not then  this may not  be  result of client copy? or
    if no user is logged in in your PRD system,You have to decide if this is due to client copy.
    Let me know what  corrective measure taken by you to completed the remote client copy?
    normally we dont get this dump in the source system but I have  psaptemp around 30 GB or more in al my systems so may be this might have not surfaced in my environment.
    Thanks
    Amit

  • Remote Client Copy - Ended in Erros

    Hi Friends,
    We recently performed a Remote client copy. What we normally do is we restore an latest offline backup of the Prod into an instance built exclusively for performing client copies into our QA system.
    So if our actual PROD is ABC ( production ), the replica system is ADC. We restore latest backup onto ADC. Then from ADC we do a client copy onto AQC ( Quality ). We have n number of clients in AQC. When copying into a particular client we are facing this problem of 3 tables not being able to get copied. They are BKPF,LTAK and SOST. It happened twice that the Remote client ended with errors.
    It says "Read or conversion error". The detailed error looks like below ;
    TAB_COPY_R_CONTINUE LTAK WITH KEY:
    I01 0000066362
    Read or conversion error system: ADCT500 table: LTAK
    ERROR: Internal error when inserting in table: LTAK
    Internal error:      1,262,713         65,536 VERIFY_CNT
    Process 00001 has copied data 25.02.2010 18:04:16
    Read or conversion error system: ADC500 table: BKPF
    Process 00002 has copied data 25.02.2010 19:09:00
    Start: Recopy errors 25.02.2010 19:09:02
    TAB_COPY_R_CONTINUE BKPF WITH KEY:
    2100 5100019665 2008
    Read or conversion error system: ADC500 table: BKPF
    ERROR: Internal error when inserting in table: BKPF
    Internal error:      6,948,636      1,777,664 VERIFY_CNT
    Read or conversion error system: ADC500 table: LTAK
    TAB_COPY_R_CONTINUE SOST WITH KEY:
    OTF 34 000000019247
    Read or conversion error system: ADC500 table: SOST
    ERROR: Internal error when inserting in table: SOST
    Internal error:      2,594,254        180,224 VERIFY_CNT
    We approached SAP and they asked to do a DB reorg, run update statistics on both source and target and then re run the client copy.
    Well DB reorg is a big activity so we just updated the statistics and ran again the "recopying errors" but still it is the same problem.
    Can anybody please suggest something. Thank you.
    regards
    Vinod K

    Hi Friends,
    My apologies for coming back to you guys so late. I kind of was lost to find a solution for this.
    Hi Sanujit,
    The database logs dont indicate anything at all about this error or i am not able to locate them.
    Rajesh,
    There was a table comparison done for these tables properties in both source and target and everything looked ok and confirmed by the application.
    At this moment we have anyway decided to go a fresh client copy again as lot of time has already passed and there would be differences in source and target tables.
    But anyway could you please tell me the procedure to transport tables between source and target systems?
    Hi Anil,
    SAP iS ECC 6.0 and Oracle is 10.2.0.4.0
    Thanks again for your time and pateince.
    Regards
    Vinod K

  • Remote client copy - scc9

    Hi All
    am performing remote client copy through scc9, created RFC & tested connection,
    this server is not in the transport landscape.
    when i execute scc9 and select profile SAP_ALL from target system (Production server) it runs for 5-7 mins and ends with message as "The client copy you started has terminated  Tables cannot be converted.
    should the users on Production server to be locked.
    here is the logs in SCC3:
      Client in Source System 500
    Copy Type                 Remote copy
    Profile                   SAP_ALL
    Status                    Cancelled. See Log
    User                      MODI_SUPER
    Start on                  31.08.2009 / 16:47:19
    Last Entry on             31.08.2009 / 16:50:00
    Last Action:              RFC DDIC System Comparison
    Statistics for this Run
    - No. of Tables                   0 of     53521
    - Copied Lines                    0
    Warnings and Errors
    Table Name      Component Package
    A543                      Table Def. Missing Locally
    A544                      Table Def. Missing Locally
    A800                      Table Def. Missing Locally
    A950                      Table Def. Missing Locally
    A960                      Table Def. Missing Locally
    A961                      Table Def. Missing Locally
    ZCOM                      Table Def. Missing Locally
    ZCSKS                     Field missing locally
    ZEMAIL                    Table has Incompatible Fields
    ZLR_DTL                   Field missing locally
    ZMM_RGP_SLNO              Different Field Names
    ZPM_CALIBRATION           Field missing locally
    ZSDD                      Table not Convertible

    Hi Ashun8
    Please not be in rush as your SD & MM consultant need to testing some scenarior on sandbox.
    As being Basis expert! you should have many comprisions including patch level on both server before initiate the Remote Client Copy.
    I will prefer to do the system copy instead the Remote Client copy without downtime on PRD server.
    Regards
    Anwer Waseem
    SAP NetWeaver Basis

Maybe you are looking for

  • Failure to move messages from one account to another

    I have recently started having problems when trying to move messages from one account to another. I get a message that says: The IMAP command "APPEND" (to INBOX) failed with server error: message contains NUL characters. I have tried shutting down an

  • Mouseover works in IE but not in Firefox

    I have 2 pages in my new site that use a mouseover to show hide layers. Both pages work in IE, but only one works in Firefox. The code appears to be the same, but this is first time I've done this, so I may be missing something

  • Publishing to a personal domain name

    The Personal Domain button is missing from my Accounts Settings page. How else can I publish to my own domain? -Tino

  • Can't find MY iTunes library

    I recently set up a separate iTunes library for my wife's music on my iMac per instructions from Apple but now can't find my music library. The guy at the Apple store gave me a very confusing solution so I hope someone can give me a clear one. It's p

  • Cleaning up multi- CSS files

    Hi Folks! I have build my first RH project (Webhelp and AIR) by importing topics from an existing system. Initially, Imported all my topics and THEN organized them into folders and build my TOC from the folders. We need to cleanup the existing master