AiCS3: Swatches with various tints causing confusion and extra work

I'm working on a bunch of highly complex infografics (not allowed to post them here) and each graphic has one base color (CMYK). This base color is used in various tints (100%, 80%, 50% etc).
While it's simple to recolor all objects of one Color Fill with another swatch by replacing the currently used swatch (Opt+drag on), it's not that simple with tints. It always applied the 100% when draging a 50% swatch onto another one and then I have to manually select each one and change the tint, so I might just as well create a new swatch for these objects and apply them to each.
As explained the graphics are quite complex and require intensive digging through the layers pallette (locking/unlocking, visible/not visible, Text, Storke/Fill etc.). For example some tints have to be the same as the background. If I want to change them all at once, I can't just change the tint of the swatch, as that only allows me to create a new swatch with the new tint.
I'd love to be able to just change the tint of the swatch and update all objects with that Fill and Stroke. On top of that I often find myself accidently changing the actual 100% swatch after about an hour or two, (not sure how) and thus losing the tie to the objects with the 100% Fill applied.
Any tips? Thanks!
Ps, the tints have to be based on the 100% swatch so I can update the whole graphic with one adjustment of this swatch.

You are making it more complicated then it is save the View before unlocking or running the action. then when you are finished you select the view and all your layers and objects are relocked assign a keyboard shortcut.
I think you are viewing this from a slant and if you could look more head on you will see that this is not working the way you expect but it is more powerful.
For instance with replacing a global swatch regardless of whether you want the objects color to change or not it changes, there is not way to prevent it. With recolor art you can.
With recolor art you can change art in harmonies so you can see live selections of the relative tones but in different parts of the spectrum, you simply have not looked at the feature.
Hopefully one day it will be a panel and that will make it more appealing to you.
Also your example in 1 that is one of my feature request to have the object assigned a mapping code so you could always get back to the original or assign the code to a new color so it will fill only the object thus assigned.
For instance the live color might automatically assign a tag each color of the original then if you assigned tat code to a color it would be applied to that object(s) the color could be assign to more then one object with a different code as well. This would live update in your art if you need the original colors for the object there would be such a feature even after saving and closing and reopening the art. I think this tagging is the real answer.
If you have a limited number of colors it is really not that big a problem but if you had a lot of colors then the swatch panel is way to difficult and I found if the r t is complicated then you end up changing the color of objects you did not want to change and the even select all same colors did not work because you did not want to do this.
That is why I like to point out that to unlock all is not necessarily something you will always be doing and that live color has more power because you can select what you want to color. The swatch approach is very limited and in the end very time consuming.

Similar Messages

  • I have iphone 6 with ios 8.1.1. The bluetooth pairs with my sony car radio and everything works fine. However, the iphone won't stop searching for other devices.

    I have an iPhone 6 with ios 8.1.1 operating system. The Bluetooth pairs with my Sony car radio and works fine. However, the iPhone will not stop searching for other devices. This does not seem to affect anything, but I can't help but think it is using battery power.

    One possibility: 
    How do you know it is searching for other devices?  Because you opened Settings > Bluetooth?
    Why is it searching for other devices? Because you opened Settings > Bluetooth? 

  • I am getting the sec_error_bad_der error when accessing a site. This was working fine but now comes up with this error. Chrome and IE work Fine but Firefox show

    I using IBM Flex hardware and firefox is the recommended browser. I cannot access one of the IO modules in the chassis I get the error sec_error_bad_der and problem loading page. Other IO modules are fine and it works in IE and Chrome I have uninstalled and reinstalled the browser. Please can you assist.

    I had to look that one up: [http://pic.dhe.ibm.com/infocenter/flexsys/information/index.jsp?topic=%2Fcom.ibm.acc.8721.doc%2Fio_modules.html]
    That error normally refers to an ssl cert error. Does the cert for that particular node use ssl3? [http://pic.dhe.ibm.com/infocenter/flexsys/information/index.jsp?topic=%2Fcom.ibm.acc.8731.doc%2Ftroubleshooting_mobile_system_management_app.html] or is it different from the others?
    Manage the stored cert from the Pafe Info (right click) Security > View Certificate.

  • JSP: work with TomCat 5.5.9 and NOT work with TomCat 6.0.16

    Hi all,
    I'm Antony and I have a problem with a .JSP page of my server.
    In my server there are 2 users: "u1" and "u2"; there are 2 TomCat, version 5.5.9 and version 6.0.16. There is Apache WebServer version 2. The 2 TomCat servers have the same configuration files: server.xml and web.xml (in the dir /conf of the main server's root). They not work simultaneously.
    When the user "root" launch the TomCat 5.5.9 all work fine: the server will show correctly the JSP pages of "u1" and the pages of "u2".
    When the user "root" launch the TomCat 6.0.16 the JSP pages of "u1" work fine but the JSP pages of "u2" not work: it seems that there are problems with the path where the server want to search the pages of u2.
    In the server.xml there is this code (for the handle of u2's site):
    <Host name="u2site.com" appBase="/home/u2/public_html/">
      <Alias>www.u2site.com</Alias>
      <Context path="" reloadable="false" docBase="/home/u2/public_html/" debug="0"/>
              <Context path="/manager" debug="0" privileged="true"
                  docBase="/usr/local/jakarta/tomcat/server/webapps/manager">
              </Context>
    </Host>and this code (for the u1's site)
    <Host name="u1site.com" appBase="/home/u1/public_html/">
      <Context path="" reloadable="false" docBase="/home/u1/public_html" debug="1"/>
              <Context path="/manager" debug="0" privileged="true"
                  docBase="/usr/local/jakarta/tomcat/server/webapps/manager">
              </Context>
    </Host>The problems with the JSP pages of u2 are one of the following:
    org.apache.jasper.JasperException: /login2.jsp(4,0) The value for the useBean class attribute com.u2.beans.access.Autenticator is invalid.and this one that appear with the pages that have the inclusion of another JSP page
    /u2page.jsp(3,0) File "/../support/_formatting.jsp" not foundI think that the TomCat know how to find the page that the browser request to Apache WebServer (and that the webserver request to Tomcat by the connector) 'cause for pages that haven't inclusion or call to method in packages all work fine...but the TomCat have problems to locate the pages included or the method located in a JAR (the jars are located in WEB-INF/lib/ of the u2's site).
    How I can resolve this problem with TomCat 6.0.16? I repeat that with TomCat 5.5.9 all work fine...same configuration!
    Any ideas?
    Thank you very much,
    Antony.

    Hi stevejluke, 'cause in the page "/supporto/_formatting.jsp" there are only the definition of some variables it's normal that the output at the browser it's a blank page.
    The problem it's that Tomcat 6.0.16 cannot know how "navigate" the pages beginning from one...it know where is the "x.jsp" page requested directly by Apache WebServer, where is "y.jsp" request directly by Apache, where is "z.jsp" requested directly by Apache but if "x.jsp" request, includes, "y.jsp" Tomcat cannot know where "y.jsp" is located. There is some file where I can "say" this to Tomcat?
    The page "/mostre/elenco_mostre.jsp" includes directly the "/supporto/_formatting.jsp".
    Another thing: in /mostre/elenco_mostre.jsp there is an inclusion directive for /supporto/_formatting.jsp that is so:
    <%@ include file="../supporto/_formatting.jsp"%>you can see that the included file is "../supporto/_formatting.jsp" and NOT "/../supporto/_formatting.jsp"...the "/" at the begin of the path is included by Tomcat!
    In the catalina.out there are this lines, when the page is called:
    Jul 6, 2008 3:15:00 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: /elenco_mostre.jsp(3,0) File "/../supporto/_formatting.jsp" not found
      In catalina.out before server start there are this lines:
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 358 ms
    Jul 6, 2008 1:43:49 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jul 6, 2008 1:43:49 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
    Jul 6, 2008 1:43:52 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/23  config=null
    Jul 6, 2008 1:43:52 AM org.apache.catalina.connector.MapperListener registerEngine
    WARNING: Unknown default host: localhost
    Jul 6, 2008 1:43:52 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 2512 msThe file "web.xml" is located in "$Tomcat_home/conf" and it's:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
        http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
      <servlet>
        <servlet-name>jsp</servlet-name>
        <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
        <init-param>
          <param-name>fork</param-name>
          <param-value>false</param-value>
        </init-param>
        <init-param>
          <param-name>xpoweredBy</param-name>
          <param-value>false</param-value>
        </init-param>
        <load-on-startup>3</load-on-startup>
      </servlet>
      <servlet-mapping>
        <servlet-name>jsp</servlet-name>
        <url-pattern>*.jsp</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>jsp</servlet-name>
        <url-pattern>*.jspx</url-pattern>
      </servlet-mapping>
      <session-config>
        <session-timeout>30</session-timeout>
      </session-config>
      <welcome-file-list>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.jsp</welcome-file>
      </welcome-file-list>
    </web-app>there are not web.xml file in /WEB-INF/ of the web application.
    Maybe the problem it's that Tomcat want the conf file in "Server/Service/Engine/Host/Context" ? I must move the block HOST of the server.xml file in this path?
    Good Sunday and thank you!
    Antony.

  • When Place Image in Photoshop, error msg: 'Problem with Photoshop CS6 caused program to stop working

    When I 'Place Image' in Photoshop, the following error msg comes up: 'A Problem with Photoshop CS6 has caused the program to stop working, close programme?'
    Do I need to adjust my set-up to run this? The PC operates on a 32-bit  system/Windows 6.

    You need to provide much more info: What files are you trying to place into what document? What are the document sizes, resolution, color mode etc.? Anything else we should know about? This could be a million things from color profile issues to color space mismatches to the files to be placed being damaged or badly structured or a importer module being broken. Also provide exact system info and crash logs:
    Working with your Operating System’s Tools
    Mylenium

  • Safari 6.0 is not functioning with Google Calendar. Chrome and Firefox work perfectly.

    I have been using Safari to manage my Google Calendar. Several days ago, the calendar stoped loading properly with Safari. I can't manage the calendar most times. Occasionally if I hit the arrow keys many times the day will change, but there is no data on the page. When I used the Chrome browser and FireFox, the calendar works pefectly. On the Google community site, other people are reporting the same or similar issues.

    1. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    2. Select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.
    3. If the above steps don't resolve the problem, please describe it in more detail.

  • Problems with setting up my wifi and my work emails

    Hello,
    I was a long time curve user before I switched over to a nokia windows phone. Recently as of yesterday I switched back to blackberry with the Z10. So far i have had nothing but problems. I can't access wifi anywhere sayingt is unable to authenticate the network verify security settings everywhere and it won't let me add my two work emails which is the reason why i switched back in the first place. My old curve let me add up to 6 different emails and was easy to navigate. when I try my work emails it says its unable to find the connection then asks me for my work server. Additionally I havent been able to transfer all my data from my phone. It's been pretty frustrating thus far and i would llke some help to fix the problems I am having.
    Thanks

    Since your phone is new and you have not transfered all you data yet try Restore.
    Go to :  Settings, Security and Privacy, Security Wipe, type blackberry.
    Set your ID, before transferring any data or accessing WiFi set up your emails.

  • No sound with video conference.  Mics and speakers work fine however.

    Howdy
    My buddy and I were trying to set up a video chat on our new MacBook Pros, but there was no sound. Video came through great though.
    We know our microphone and speaker settings work fine though because we were able to set up an audio conference. The audio came through loud and clear for the audio connection. For some reason, however, when we connected a video conference, the sound went away. The connection doctor said audio quality was at zero for both of us during a video connection, but the audio quality was up near 100% during an audio connection.
    Furthermore, that same day I was successfully using video conference chats at work where the sound came through fine. The online help only gives tips for how to adjust your microphone and speaker settings, but I know that's not our problem.
    I'm logged onto iChat using an AIM account, and my buddy was using a .Mac account. I don't know if that would have anything to do with it, but we're going to try again this weekend after I get my .Mac account up and running.
    Anyone have other suggestions for what we can try?
    Thanks for taking the time to help!

    Hey Tony
    Thanks for the tips! My buddy and I tried to connect again this evening, but we still have the same problem. Video by itself just fine and audio by itself, but not the two together. We tried using AIM acount to AIM account and then .Mac account to .Mac account. We changed all the settings you sugested, but still no luck.
    Any other ideas of what we might try?

  • I tried to take a screenshot with the command,shift,3 and it worked like for a while and now my macbook wont screenshot at all and i need to know how to fix that like now please?

    its not that i dont know how to take a screenshot its that whenever i try to it doesnt work at all. I have took lots of screenshots on this macbook before and didnt have a problem but now i cant take any at all. Please help me

    The first step is to try this Microsoft fixit:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    If that doesn't work we will have to try something more complicated. It is a could not open file error message from the installer.

  • I got a new iPhone 4 with my AppleCare cause other one wasnt working. Do I have AppleCare on this new phone now?

    So my question is does apple care transfer to the new phone that you get because of apple care?

    Yes, it transfers.  You warranty is still from the original date you acitvated your first iPhone 4.

  • Problem with New Macbook 2.2ghz and 2x2gb Sodimm Ram 800mhz

    Hi..I bought the newest Macbook white 2.2ghz Santa Rosa and I wanted to upgrade default ram up to 4 gb 800mhz.
    I bought 2 Sodimm Adata..I tried to put them toghether inside my macbook and it doesn't boot.I click power button but it only turns on sleep led.
    So I tried to put one new ram with an old 512mb ram and macbook works well with 2.5gb at 667 mhz.
    I thought one new ram was difected and I tried to put the other new 2gb ram instead the other one and macbook works fine againg at 2.5gb 667mhz.
    Why the newest macbook doesn't work with 2x2gb Sodimm 800mhz?Anyone had the same problem?It's not fault of new sodimm rams..i'm sure it's is macbook!
    DO you think with the next Leopard Update 10.5.2 they'll fix this problem?

    Steschwab wrote:
    Thanks..
    Last 2 questions..
    Did you find any speed difference between 2.5gb and 4 gb ram?
    Didn't even try it out besides seeing if the configurations were recognized. Frankly I don't think there's much of a difference between 2GB and 4GB unless there are tons of open applications.
    I'll buy this ram..do you think they'll work fine in my Santa Rosa mb?
    2GB Kingston PC5300 SODIMM-DDR2 667
    This is what they recommend as Apple-specific memory. What you wrote sounds like it should work.
    http://www.ec.kingston.com/ecom/configurator_new/modelsinfo.asp?SysID=40310&mfr= Apple&model=MacBook13&root=&LinkBack=&Sys=40310-Apple-MacBook+13-inch+3rdGeneration&distributor=0&submit1=Search
    Some people have said to stay away from their ValueRAM series because the long term reliability might not be as good. Of course they have a "lifetime warranty" but that means going through the trouble of getting it replaced.

  • Iphone paired with ipad for 2 days and now won't discover it anymore

    My Iphone paired with my Ipad2 via bluetooth and was working great for a couple of days then it suddenly stopped. Now everytime I try to connect them again my iphone 3g os3.1.3 no longer discovers my Ipad or ANY devices within range. I have restarted it several times, made sure that the bluetooth on both devices is turned on, and have tried a hard reset but it still no longer works. I am not sure why it suddenly stopped and I have been pouring over forums for hours and gotten no closer to getting my devices paired again!

    More than likely you already have lost everything .I doubt it will come back to life .Backups ??????
    Your only choice is to take it to an Apple Store genius bar and assuming it is toast they will offer an Out of Warranty exchange device
    In US prices are as follows
    iPhone model
    Out-of-Warranty Service
    iPhone 5s, iPhone 5c,
    iPhone 5
    $269
    iPhone 4s
    $199
    iPhone 4, iPhone 3GS,
    iPhone 3G, Original iPhone
    $149

  • Menu widget roll-over stopped working with Muse 1.0 in IE 8, works in IE 9

    I published a site developed with Muse beta last Friday and everything worked perfectly.
    Then Monday morning I got the notice to upgrade to Muse 1.0; which I did.  I made some minor wording changes to text and then republished the site.  (download HTML, published via FTP)
    When I checked the site in Preview on a Mac - perfect.
    When I checked the Site in Safari on Mac - Perfect
    When I checked the site on Chrome in Windows 7 - perfect
    When I checked the site in IE 9 on Windows 7 - perfect
    When I checked the site in IE 8 on Windows 7 - no roll-over effect to see the sub-menus
    All this worked on Friday when I was still using Muse Beta.  did something change regarding IE 8 support in Muse 1.0???  I saw no mention of this if it did.
    Thanks in advance.
    Jeff

    Thanks for posting.
    Please provide us the URL of the page so that we can investigate this issue.
    Kind Regards
    Aishvarya Rastogi

  • A problem with this webpage caused Internet Explorer (IE9) to close and reopen the tab

    I have IE9 (using 32-bit version) installed on a relatively new laptop with Windows 7 64-bit. Up until last weekend IE9 worked fine and Flash Player worked fine too.
    At the weekend a webpage asked for Flash Player to be updated - which I did. Ever since then whenever I go to a webpage needing Flash Player I get the message "A problem with this webpage caused Internet Explorer to close and reopen the tab". This happens twice and then an IE9 error page.
    I have read the discussions in here about the problems with Flash Player 10.3 and have tried the various solutions. I have updated to 10.3.181.16 having tried 15 and 14 previously. Same problem.
    I have reset IE9. Same problem.
    I have disabled all add-ons which stops the problem. If I enable just the Flash Player add-on then the problem recurs. Since there are so many webpages that use Flash I do not want to run my browser without this add-on running.
    If I enable the add-on and run IE9 using software rendering instead of GPU rendering then I don't get the problem. However, this isn't exactly making the best use of the resources on my laptop.
    This may well all be related to the 10.3 problems but no one seems to have mentioned having a problem with tabs closing and reopening so I thought I would post on here to check.
    Any suggestions for how to solve this (other than using software rendering)?

    Thanks again for your reply. I appreciate the time you have taken to respond.
    I think, however, you misunderstand the problem. IE9 does not reopen the tabs on just one website - it is doing this on every website that needs Flash Player. Therefore, running in Compatibility mode is not an option. In fact, because IE9 reopens the tabs so quickly and then ends up with an error page, I cannot even click the Compatibility button anyway.
    I could use ActiveX filtering - true. All that this means is that Flash does not play on any of the websites. When I want to re-enable ActiveX for a particular website where I need to see the Flash Player item, this just triggers the error.
    This problem also happened on .14, .15 and well as the current .16 version. It did not happen with the previous version of Flash Player that I had on the system (version 10.2 I think).
    The fact is that either Flash Player or IE9 or both is/are broken. The two choices I am still left with are:
    1. Use software rendering (which contradicts the latest advertisements for IE9 about unleashing the power of IE)
    2. Use another browser - I have no problems with either Firefox or Chrome

  • HP ENVY 4500 creates its own SSID on my WiFi network causing problems and confusion

    I am finding this problem hard to articulate clearly and I can’t find any information on the internet about why my new HP Envy 4500 printer has set itself up with its own SSID on my WiFi network, but here goes :
    I bought an HP Envy 4500 all in one printer for my daughter’s room in university, which has a WiFi network with WPA security. First I tried to add this printer to the room WiFi using the printer menu, but it gave an error stating that the WPA passkey format was incorrect, when in fact it was the correct password. So instead I had to install the printer using the installation options accessed from the HP website using her laptop.
    This has worked, but it has also set the printer up with its own independent SSID called ‘HP-Setup-45-ENVY 4500 Series’. This separate SSID for the printer is causing some problems and does not seem to have any useful purpose. For example sometimes documents randomly will not print from the laptop, but if you then disconnect the laptop from the room SSID and reconnect it to the printer SSID, the documents will then print, but then you have to reconnect to the room's SSID when done. This is confusing and of course completely unwanted behaviour.
    Does anyone know why this new SSID called ‘HP-Setup-45-ENVY 4500 Series’ has been set up for the printer please? Can I get rid of it so that printer is simply a device connected on the WiFi network in the room please?
    I hope this makes sense as this a very frustrating issue for something that should be completely straightforward.
    Thanks.
    This question was solved.
    View Solution.

    Go into the printer settings and disable Wireless Direct. Done.
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

Maybe you are looking for

  • Use the same itunes library in mac book pro and win xp

    Hi, I wish to copy my itunes music, that is on my mac book pro(osx10.5.4), to an external hard drive and play it on my work pc (win xp- ituns 7).of course without loosing my original folder on the mac. can I do it? how? I tried the consolidate option

  • Urgent: Problems with HttpSessions in weblogic 5.1

    Hi,           I am work with Weblogic 5.1, Service Pack 9. I use servlets and           HttpSession together. The idea is to store shared info in the session. I           insert complex objects, which implements Serializable interface, in the        

  • Back to Snow Leopard from Lion

    How can I remove OS Lion from my 17" Intel iMac and go back to Snow Leopard. I have many documents and forms that I cannot open which are used in two different settings - a farm market and a social club - which I need and made with Appleworks.  Canno

  • Help: Link buttons to each row in JTable

    Here is the story: a JTable contains many entries/rows. I want to have a small "edit" button next to each row, once user click the "edit" button, another GUI will be loaded, and the new GUI is filled with the row of data where that clicked button is

  • How to run a query several times?

    Hi all, Anyone has a clue for the following situation: We have made a query (on the web) with several characteristics and key-figures. One of the characteristics has unique values that occurs only once (something like numbers for documents in R/3). T