Color Labels not showing across Network

I appreciate any help I can get with this...
We have a 4 macs on this network right now in our Art Dept.
2 are 1.6GHz PowerPC G5's 1GB RAM
2 are 800 Mhz Power PC G4's w/ 1GB RAM
All are running 10.4.5
We have a Buffalo Terastation as our Unix Server with Gigabit Networking.
It is very important for us to be able to see the folder/file color coding system. It is not working on one of our G4's. It will allow me to change the color, but will not be visible from other machines neither will it see the color if it is changed from another machine.
Has anyone else ever had this problem?
What can I do to fix this machine so it understands the color system?
Is there an alternative to the coloring system?
Is there a plugin or expansion for this to add even more colors?
This machine is worthless to us if this does not work...this is a very fast paced environment where we need real-time color labels to constantly know the status of our ads!
Thanks much!!!
800 Mhz PowerPC G4   Mac OS X (10.4.5)   1 GB SDRAM

I have been having the same problem and I just discovered a solution. At least it worked for me. One of our computers was connected to the server using cifs instead of afp. Once I reconnected using afp the color labels worked fine.
Select your server on the desktop of the computer you are having problems with and get info. Under General info, see if the Server address starts with afp or something else. Under the Go menu in the finder select Connect to Server... and make sure you put afp:// before the server address and connect.
Hope this helps, if not Good Luck!
PowerMac G5   Mac OS X (10.4.5)  

Similar Messages

  • Photoshop CS6 is not showing any network drives within windows 8.1.

    Photoshop CS6 is not showing any network drives within windows 8.1, I can only browse the local disk for files. Please advise?
    And when i try opening a file directly from the network, photoshop starts but does not open the selected file?

    The dialog you show there looks like it may be a CS6 open dialog running on windows 8.1 that is showing what is local.  Network is not highlighted selected.
    Here is a CC Open one windows 7 pro showing  areas of what is accessible.

  • Cell background colors are not showing in preview - help? - DW4

    Hi,
    I created a horizontal table for my menu bar, and gave each cell a different color by creating a separate class for each with background image - image is a block of color created in Photoshop. In design mode they look they way I want, but in preview (Safari) the colors don't show up at all - the whole area is gray, and all I see is the text for each cell. Can someone tell me what I'm doing wrong? Alternatively, is there a better way I can set this up to have different colors for each button?
    Thank you!

    Here is the HTML code, and the CSS code for the menu bar follows: 
         ul.MenuBarHorizontal           
    ></style><style type="text/css"><!body {     background-color: #FFF;     font-family: Arial, Helvetica, sans-serif;}-->
        h1.  
         ul.MenuBarVertical          
    [about | MS_about.html]
    [fiction | MS_fiction.html]
    [dramatic work | MS_dramaticwork.html]
    [arts | MS_arts.html]
    [contact | MS_contact.html]
    [blog | MS_blog.html]
    <!-- end #header ><div id="mainContent"><p> </p><table width="950" border="0" cellspacing="10" cellpadding="12">        <tr>          <td width="106"><p> </p></td>          <td width="766"><p> </p>            <p>Miriam Seidel is a writer, critic and curator whose work is informed by her background in art, music and dance. </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p></td>        </tr>        <tr>          <td colspan="2" bgcolor="#CCCCCC"><p>c Miriam Seidel 2011 all rights reserved</p></td>        </tr>    </table><script type="text/javascript"><!var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", );//></script></body>     <! end #mainContent --></div></html> 
    CSS CODE:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */ 
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding /ul.MenuBarHorizontal/ Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html /ul.MenuBarActive{     z-index: 1000;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     color: #FFF;     background-color: #FFCC99;     background-repeat: no-repeat;     left: auto;     top: auto;     right: auto;     bottom: auto;}/ Menu item containers, position children relative to this container and are a fixed width /ul.MenuBarHorizontal li/ Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) /ul.MenuBarHorizontal ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item /ul.MenuBarHorizontal ul.MenuBarSubmenuVisible/ Menu item containers are same fixed width as parent /ul.MenuBarHorizontal ul li/ Submenus should appear slightly overlapping to the right (95%) and up (-5%) /ul.MenuBarHorizontal ul ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible 
    /* Submenu containers have borders on all sides /ul.MenuBarHorizontal ul/ Menu items are a light gray block with padding and no text decoration /ul.MenuBarHorizontal a/ Menu items that have mouse over or focus have a blue background and white text /ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{     background-color: #6C9;     color: #999;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     font-style: normal;     line-height: normal;     font-weight: normal;     font-variant: normal;     text-decoration: none;     text-align: center;     vertical-align: middle;     height: 50px;     width: 115px;}/ Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{     background-color: #FFCC99;     color: #FFF;     font-family: Arial, Helvetica, sans-serif;     text-decoration: none;     font-size: medium;}
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarDown.gif);     background-repeat: no-repeat;     background-position: 95% 50%;     text-align: center;}/ Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarRight.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarDownHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarRightHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe /ul.MenuBarHorizontal iframe/ HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{     ul.MenuBarHorizontal li.MenuBarItemIE     {          display: inline;          f\loat: left;          background: #FFF; 
    Date: Mon, 20 Jun 2011 15:30:46 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: cell background colors are not showing in preview - help? - DW4 
    NEED to see the code.
    Otherwise it's like dialing a random phone number, and asking whoever answers, where you left your keys.
    >

  • In my apple 4s model no a12221 not showing 3g network, in my apple 4s model no a12221 not showing 3g network

    my iphone 4s 64 gb not showing 3g network...plz help

    Thanks, that is no where near A12221. Check the back of the phone and see what the model number is there.
    This shows as an AT&T iPhone 4S. Are you trying to use this with an AT&T network?

  • True colors are not showing on some photos.

    True colors are not showing on some photos. Today a black sweatshirt displayed as blue. Is there an adjustment?

    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Let us know if this solves the issues you are having.

  • Satellite not showing wireless networks, adapter seems ok

    my satellite is not showing wireless networks and i can't figure out what networks are available. the adapter seems to be working properly according to windows device manager. i had to uninstall configfree, although i'm not sure that caused any problem. i have had to run a bunch of anti-spyware programs, registry cleaners etc., system seems much better but a few glitches.

    It's possible, but it might be a lot more work to do so.  It all depends on how soon you need to get it fixed.  I'm not a network specialist so I can't really offer much in the way of assistance other than what I already did.  It's possible someone else might have other ideas, but since you didn't post this in the Networking and WiFi Forum where it belongs it's quite possible that those networking specialists will never even see your post to respond to it.  I know that I rarely go into the Networking Forum as it isn't my strong suit. 
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • TS1398 My iphone 4 will not show any networks, when there is wifi, what do i do?

    I ordered my iphone 4 from ebay, and t is unlocked. its really new but fror some reason will NOT connect to wifi. it wont even show other networks when there is wifi. any solutions to my problem??

    I have this Exact same issue, I bought it from a friend though, and it will not show any networks to choose while I am at home and my computer and other phones are connecting perfectly to my wifi. I have tried to reset the network settings, I just restored the whole phone when I transferred my info to it. If anyone knows of anything else please advise.

  • HT202639 Why My iPhone 4 Not Showing A Network Name So i Could Connect To Wifi ?

    Why My iPhone 4 Not Showing A Network Name So I Could Connect To Wi-Fi ?

    Hello Lil Bizz,
    Welcome to the Apple Support Communities!
    I understand how frustrating it can be when Wi-Fi on your iPhone is not working as you would expect. In this situation, I would recommend the steps in the attached article to help troubleshoot this situation. 
    iOS: Troubleshooting Wi-Fi networks and connections - Apple Support
    Best regards,
    Joe

  • Color Labels not appearing on server

    Hi All,
    We are having trouble seeing the color labels off a Win 2003 Server on our G4 FW800/Panther. All other Macs see them correctly ( G5s, both panther and tiger). AFP volumes on the server w/Appletalk. We also get random Indesign CS2 file loss on the same machine. Just show up as unix files. They all look fine on all other network machines>> Any ideas?
    Thanks

    I have been having the exact same issue since 'upgrading' to SL. No solution that I have found. I hope it will be corrected in a point maintenance update.
    I am also having frequent disconnects and subsequently can't remount the airport disc volume.

  • Trouble with color labels not synching between different machines sharing same data drive

    Hi
    I am having a problem that seems to have come up when I started using a mix of PS/Bridge CS4 and CS3, in which color labels I apply in Bridge--primarily to folders--do not retain the color label when I look at the same set of folders on the same external hard drive using multiple, different Macintosh machines, running a mix of CS3 and CS4.  The color labels will appear on one machine and then not appear at all on another.  Note: they don't appear as white labels without a color.  It's as if they were never labeled at all!
    I use multiple Macs to connect to one primary external data drive.  I consistently configure Bridge to export caches to the external drive, and with CS3 any color labels I applied to folders were consistently displayed in the same way on multiple machines.
    Every since I upgraded a couple of my Macs to CS4, I now notice that color labels applied on one machine aren't showing up when I attach my external drive to other machines. I've even noticed a problem connecting to the external drive from two different user profiles on the same Mac laptop (running CS4).
    I have tried resetting the preferences and the cache on all of these machines.  I also then re-toggled the export caches checkboxes on all these machines.  Per some earlier troubleshooting, I have also made sure that the naming convention for the labels is the same on all the machines: "Approved" versus "Green," etc.
    There just seems to be no rhyme or reason for why the color labels are not synching.
    HELP!?
    Thanks in advance.

    I have no clue at all, labels should stay visible after having applied them
    to a file and used purge cache. And they do so on my system.
    Normally there will not be many reasons to use the purge cache option unless
    you have trouble, every time you alter a file it should be auto update the
    preview and thumb, is this not in your workflow?
    Are you still working with same files that were also present on your other
    system and using CS3?
    Have you considered to start from scratch?
    Quit Bridge, from the user library preference folder delete the plist file
    for Bridge to the trash and in the same library from the caches folder /
    Adobe/BridgeCS4 move the cache file outside the user library if you want to
    backup this file (or to the trash if you don't want it anymore)
    Both files will replace itself with fresh ones but the cache needs to start
    all over again building previews.
    Again hold option when starting Bridge first time and again choose refresh
    preferences.
    Set the preferences for Bridge to your wishes and try again.
      However, if I go to "Tools-Cache-Purge Cache For Folder" and purge the cache
    for the folder I'm working in, the color labels disappear.  Is this expected
    behavior?  Shouldn't the color labels be recreated?? Again, I have repeatedly
    purge the cache in this way, have reset Bridge CS4 settings, and have
    re-selected the option to "Export Caches To Folders When Possible."  What's
    going on!?!?!?  Thanks.

  • Anychart labels not showing properly..

    Hi all...
    Anychart Version: 5.1.2
    I have a bar simple bar chart which calculates surgeons and their percentage of surgeries.
    x axis: surgeon name (labels rotated to 90 degrees)
    y axis: percentage
    If i am just showing 10 surgeons it is showing properly.
    But if am trying to show all the surgeons (around 100 surgeons on x axis).
    The Flash chart x axis labels are not showing properly
    In this thread..Austin suggested to increase the width of the chart
    APEX Flash Chart labels not displaying
    If i increase the width the labels are showing properly. But the chart looks so ugly with huge width. Is there any other way to show the labels properly
    without incresing the chart width
    In Mozilla filefox i checked the XML returned. In the XML it is showing the labels but in the chart
    it is not showing up.
    Sample X axis..
    The X axis is looking like this..
    s s
    u u
    r r
    g g
    e e
    o o
    n n
    1 3
    It is not showing the "surgeon 2" which is between 1 and 2
    This is custom XML that i am using..
    <anychart>
    <margin all="1"/>
    <settings>
    <animation enabled="true"/>
    </settings>
    <charts>
    <chart use_anychart3_data_model="true" use_sets_colors="false">
    <chart_settings>
    <title enabled="True" vertical_padding="30">
    <font bold="True" size="15" />
    <text>Death by Surgeon</text>
    </title>
    <subtitle enabled="True">
    <background enabled="false" />
    <font bold="False" size="15" />
    <text>Arranged by Increasing Annual Rate of Procedure</text>
    </subtitle>
    <footer enabled="true" align="Center" padding="30">
    <background enabled="false" />
    <font bold="False" size="12" color="Red"/>
    <text><![CDATA[Notice: This report generated considered privileged and confidential. &APP_TIME_STAMP.]]></text>
    </footer>
    <axes>
    <y_axis>
    <title><text>Percentage</text></title>
    <labels>
    <format>{%Value}{numDecimals:0}</format>
    </labels>
    </y_axis>
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90"/>
    </x_axis>
    </axes>
    </chart_settings>
    <data_plot_settings default_series_type="Bar">
    <bar_series>
    <tooltip_settings enabled="True">
    <format>
    {%SeriesName}{numDecimals:2,thousandsSeparator:}
    {%YValue}{numDecimals:2}%
    </format>
    </tooltip_settings>
    <bar_style>
    <states>
    <normal>
    <fill color="%Color"/>
    <border color="DarkColor(%Color)" thickness="1"/>
    </normal>
    <hover>
    <fill color="LightColor(%Color)"/>
    <border thickness="2"/>
    </hover>
    </states>
    </bar_style>
    </bar_series>
    </data_plot_settings>
    #DATA#
    </chart>
    </charts>
    </anychart>please help me to solve this

    Hi,
    100 columns is a lot of columns. I understand why you are having this issue. I think you have two options here:
    First, you could use a scrolling chart.
    your x-axis custom XML would look something like:
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90"/>
    <zoom enabled="true" allow_drag="false" />
    </x_axis>Second, you could reduce the font size of the labels on the x-axis to a very small number, so that the text of the label is not wider than the column width. With 100 columns, you are probably talking about a terribly small font size, probably making it unreadable.
    your x-axis custom XML would look something like:
    <x_axis tickmarks_placement="Center">
    <title><text>Surgeon</text></title>
    <labels rotation="90">
    <font size="4" />
    </labels>
    </x_axis>Austin
    Edited by: AustinJ on Feb 11, 2011 11:13 AM - fixed typos

  • After use af:inputtext disbled poperty text color is not showing in IE 8...

    Hi All,
    I am using  JDeveloper 11.1.1.4.
    My Scenario is I have one jspx with multiple <af:inputtext> it will show different colors in texts.
    But after  add the disabled property in <af:inputtext> it's not showing any content colors in IE 8.(working fine Chrome&Firefox) .
    My Jspx :
      <af:inputText  value="Check the Style"  disabled="true" label="Colors"  id="it1"></af:inputText>
    My CSS:
    af|inputText::content
    text-align: right;
    color: red ;
    Is this is bug in IE 8 ? or bug in ADF ?
    Thanks
    David ...

    Hi,
    This does not work as we can not change the disable text colour using css in Internet explorer.
    https://forums.oracle.com/thread/1001999
    Thanks

  • Ipod color will not show up as a ipod color

    I just upgraded from a 3g 15 to a 4g 60gb color. i can connect to OSX most of the time, and i can get my music on there (with out pics). problem is that my itunes on my powerbook does not show anything in the options about photos. i opened itunes in virtual PC(pc is down right now) and it showed it but since i dont use it a lot i dont know how to transfer files into VPC so i cant just update there. dont know if its related but my updater does not show an ipod in OSX but in xp it shows up. i have all the updates for itunes and ipod. what am i missing. is there something i need to do to tell my computer that i have a color ipod?
    also i have seen people saying that a firewire cable helps, but all the firewire does for me is S L O W down my screen, i mean really slow it takes like 30-50 sec for anything to move.
    thanks for any help.
    forgot to mention that i first set it up on my powerbook, but then i formated it in VPC, its now formated in windows (fat32) i dont know if it makes a difference.

    I am completely up to date, in fact i even tried downgrading to 4.8 since i saw somewhere that some people were having luck connecting problematic ipods doing this (different problem, different ipod).
    I know that it does not work even with in 4.9 for me, but what is the earliest version that has that option?
    ps i have the art work on the pod now but it is a VERY roundabout way, i have to update everything on OSX then go into virtual PC and update the art work, this takes forever since the OSX version deletes EVERYTHING, then XP adds it all back.
    any other ideas?

  • Google calendar event color tags not showing up in IPhone iCal - any fixes?

    I have an iPhone 4 (iOS 5.1.1) and am trying to sync my google calendar to the built in iCal app. The events sync both ways, but the color tags I assign to each event does not sync. It used to bother me that the only way to color code events in google calendar was to create multiple calendars, but it seems as though google calendar has added the ability to change the color for each event so I'm going back to google calendar. For example, my classes are in blue, exams are in pink, meetings are turquoise, etc.
    I synced my google calendar to the iPhone iCal (via settings, turned on calendar tab listed under gmail account that I use for my google calendar), and all the events sync correctly (can add events on google calendar or iPhone and it syncs), but the colors do not sync. When I view my iPhone iCal all the events from my google calendar are the same color, even if they have different color tags when viewed online. Also, when I add an event on the iPhone iCal, the event syncs to the google calendar but there is no option to change the color tag for the event and it shows up as the default grey color when viewed online.
    Is there a way to fix this? Or is this something that google and apple have not resolved?
    I would prefer not to use a third party app, but I might consider it if there is no other fix. Thanks!

    Hello lulu and welcome to the Palm forums.
     I don't know of a way to make the color codes from iCal sync with the color codes on the Palm Z22. The Missing Sync for Palm OS has more features than Palm Desktop, but I also don't believe it will sync the category color codes.
    Alan G
    Post relates to: Treo 755p (Sprint)

  • The colors are not showing up correctly on my site like they do in photoshop and explorer.

    Why don't the colors show up correctly in Firefox? They are exactly the same color yet firefox shows them as slightly different. I checked them in Photoshop. Same hexadecimal, same RGB. It looks correct in Internet Explorer but does not in firefox. The color is: hexadecimal: #0FCFF3, RGB: 15,207,243.

    This can be caused by a problem with the color profile for your display monitor or color profiles embedded in images.<br />
    Try to disable color management to test if it is caused by a problem with color management.<br />
    You can set the gfx.color_management.mode pref to 0 on the about:config page to disable Color Management.<br />
    You need to close and restart Firefox to make the change effective.
    See:
    * http://kb.mozillazine.org/gfx.color_management.mode
    *http://kb.mozillazine.org/about:config

Maybe you are looking for

  • HDS rpl process not working in icm 8.5(2)

    Hi, We are setting up the icm 8.5(2) currently. We have 3 servers for icm: 1. Progger A - router, logger, pg, cg cti os 2. Progger B 3. Was with realtime data and dds When all icm services are started, I realize that the historical data is not copied

  • 10g: problem with similar named listeners

    Hi, env: 2 node OEL cluster (not rac, a linux cluster) 11.2.0.3 GI 11.2.0.3 and 10.2.0.5 DB's The problem seems to be that lsnrctl in 10g is only using the first 12-13 characters of the listener name. I have a listener configured with the name listen

  • GR/IV report

    I need a report wherein I want GR no & its MIRO doc no. I s there any std report available. Shruti

  • Delta in r/3 system

    hi in rosource and rodeltam we find deffirent delta like add,aie,after image for data source, can i get based on delta what delta cases we use dso and what cases we use direcly cube. incase we use dso what cases we use overwrire and addition option.

  • Troubleshooting PHP ORA-12154

    I have studied the php troubleshooting faq - I have php5+apache2 set up on what I think are two identical servers. One works, the other doesn't. Both establish ORACLE_HOME and TNS_ADMIN in the httpd script right before starting httpd. I have a test f