Chart Legenditem text overlap

Hello,
I create a line-chart mit 7 series. The title of the series is 20 Char, for example "Cloppenburg/Emsland". In the legend of the chart the text overlap. In the example overlap text 4 text 1
Legend:
text 1      text 4      text 7
text 2      text 5
text 3      text 6
Can I write the text one below the other? For Example:
text 1
text 2
text 3
text 4
text 5
text 6
text 7
Or can I handle the transform-parameter. When I manual alter the first value from translate(120,18) to translate (200,18) then the legend look right.
Here the cutting quellcode from the svg:
<g class="legenditem" transform="translate(20,18)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data1"/>
<circle cx="-4" cy="-5" r="3" class="marker1" />
<text class="legend" y="0" x="2">Oldenburg/Varel</text>
</g>
<g class="legenditem" transform="translate(20,36)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data2"/>
<circle cx="-4" cy="-5" r="3" class="marker2" />
<text class="legend" y="0" x="2">Bremevoerde/Seevetal</text>
</g>
<g class="legenditem" transform="translate(20,54)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data3"/>
<circle cx="-4" cy="-5" r="3" class="marker3" />
<text class="legend" y="0" x="2">Cuxhaven/Delmenhorst</text>
</g>
<g class="legenditem" transform="translate(120,18)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data4"/>
<circle cx="-4" cy="-5" r="3" class="marker4" />
<text class="legend" y="0" x="2">MOW</text>
</g>
<g class="legenditem" transform="translate(120,36)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data5"/>
<circle cx="-4" cy="-5" r="3" class="marker5" />
<text class="legend" y="0" x="2">Brandenburg/Ruegen</text>
</g>
<g class="legenditem" transform="translate(120,54)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data6"/>
<circle cx="-4" cy="-5" r="3" class="marker6" />
<text class="legend" y="0" x="2">Ostfriesland</text>
</g>
<g class="legendtem" transform="translate(220,18)">
<line x1="0" y1="-5" x2="-15" y2="-5" class="data7"/>
<circle cx="-4" cy="-5" r="3" class="marker7" />
<text class="legend" y="0" x="2">Cloppenburg/Emsland</text>
</g>
Please help, because the legend look terrible.
I use HTMLDB 2.0

I have created a work-around to my problem by setting all y-axes precision to zero, then setting each y-axis visible/invisible, then resetting the original precision of each y-axis.
(see attached)
Attachments:
y-axes_overlap_workaround.vi ‏57 KB

Similar Messages

  • Chart and text items are not synchron

    hi all,
    i am a newbie in apex 4.0.
    i have two regions. the first shows a chart, based on pl/sql-code. second shows text items for possible filter an the current statement of the chart.
    when user clicks on a bar in the chart then
    1. i set the the first text item as filter,
    2. a pl/sql-code runs, build a sql statement, assign the sql statement string to the second text item and
    3. returns the statement for the chart.
    it works fine. the chart refresh. and the data i can see are correct.
    but the text items in the other region doesn't refresh.
    when i press "refresh"-button at browser level everything is fine. chart and text items fits together.
    what can I do to refresh all regions when the chart changes the sql-statment / User clicks?
    Is there any way to read out the current statement of a chart?
    thx in advance
    jogi
    Edited by: Jogi on 09.05.2011 12:31

    Bernd: the reason I asked about views is that you don't have any error messages. This might indicate that (a) you have no items in the view, or (b) there's something wrong with view-role-user assignment.
    To check for (a), please go to the published procurement catalog, and go to Views tab. Check that your View is Active. Click on your View ID link to display view details. You should see a list of characteristics assigned to your view in Assign Characteristics sub-tab (the list should not be blank!). Go to Assign Items sub-tab. Navigate in your schema to find items that are supposed to be assigned to your view. You should see "Yes" in the "Assigned" column for those products. If you don't, then you simply don't have any items in your view.
    Another thing I'd like you to check: when the user calls your procurement catalog for search, do you see the name of the catalog displayed just below the drop-down "Select Categories Hierarchically"?
    Cheers,
    Serguei

  • Missing "Charts, Images, Text Labels" demo from iWorks Numbers page.

    Really just an issue with the number iWorks page on the website.
    At the address below, Apple has a few watchable demos:
    http://www.apple.com/iwork/numbers/
    Intelligent Tables.
    Flexible Canvas.
    Charts, Images, Text Labels.
    and
    Interactive Print View.
    But the hyperlink listed under "Charts, Images, Text Labels." is the same as the one under "Flexible Canvas."
    Does anyone have the actual address that takes you to the "Charts, Images, Text Labels." demo?
    for reference, here is the address that is duplicated:
    http://movies.apple.com/movies/us/apple/mac/iwork/2007/features/iworkfeatures_flexiblemediarichcanvas_20070807640x400.mov
    thanks!

    The link below is now available from the iworks page:
    http://movies.apple.com/movies/us/apple/mac/iwork/2007/features/iworkfeatures_2dand3dcharts_20070807640x400.mov
    Thanks to who ever updated it.

  • JTextPane - HTML Formatted text Overlap!!!!!!!!!!

    The formatted text overlaps in the printed sheet, but
    it is displayed correctly in the JTextPane
    Code is below:
    import java.awt.*;
    import javax.swing.*;
    import java.awt.print.*;
    class Test implements Printable {
    static JTextPane pane;
    static public void main(String args[]){
    pane = new JTextPane();
    pane.setContentType("text/html");
    pane.setText("<html>"
    +"<font face=Serif size=-1>plain<b>bold</b>plain</font><br>"
    +"<font size=+0>plain<b>bold</b>plain</font><br>"
    +"<font size=+1>plain<b>bold</b>plain</font><br>"
    +"<font size=-1>...................................plain<b>bold</b>plain</font><br>"
    +"<font size=+0>...................................plain<b>bold</b>plain</font><br>"
    +"<font size=+1>...................................plain<b>bold</b>plain</font><br>"
    +"<font size=-1>.......................................................................plain<b>bold</b>plain</font><br>"
    +"<font size=+0>.......................................................................plain<b>bold</b>plain</font><br>"
    +"<font size=+1>.......................................................................plain<b>bold</b>plain</font><br>"
    +"<font size=-1>@@@@@@@@@@plain<b>bold</b>plain</font><br>"
    +"<font size=+0>@@@@@@@@@@plain<b>bold</b>plain</font><br>"
    +"<font size=+1>@@@@@@@@@@plain<b>bold</b>plain</font><br>"
    +"<font size=-1>@@@@@@@@@@@@@@@@@@@@@@plain<b>bold</b>plain</font><br>"
    +"<font size=+0>@@@@@@@@@@@@@@@@@@@@@@plain<b>bold</b>plain</font><br>"
    +"<font size=+1>@@@@@@@@@@@@@@@@@@@@@@plain<b>bold</b>plain</font><br>"
    +"<font size=-1>plain<i>italic</i>plain</font><br>"
    +"<font size=+0>plain<i>italic</i>plain</font><br>"
    +"<font size=+1>plain<i>italic</i>plain</font><br>"
    +"<font size=-1>...................................plain<i>italic</i>plain</font><br>"
    +"<font size=+0>...................................plain<i>italic</i>plain</font><br>"
    +"<font size=+1>...................................plain<i>italic</i>plain</font><br>"
    +"<font size=-1>.......................................................................plain<i>italic</i>plain</font><br>"
    +"<font size=+0>.......................................................................plain<i>italic</i>plain</font><br>"
    +"<font size=+1>.......................................................................plain<i>italic</i>plain</font><br>"
    +"<font size=-1>@@@@@@@@@@plain<i>italic</i>plain</font><br>"
    +"<font size=+0>@@@@@@@@@@plain<i>italic</i>plain</font><br>"
    +"<font size=+1>@@@@@@@@@@plain<i>italic</i>plain</font><br>"
    +"<font size=-1>@@@@@@@@@@@@@@@@@@@@@@plain<i>italic</i>plain</font><br>"
    +"<font size=+0>@@@@@@@@@@@@@@@@@@@@@@plain<i>italic</i>plain</font><br>"
    +"<font size=+1>@@@@@@@@@@@@@@@@@@@@@@plain<i>italic</i>plain</font><br>"
    +"</html>");
    JFrame frame = new JFrame("Printing test");
    frame.getContentPane().add(pane);
    frame.setSize(600,800);
    frame.setVisible(true);
    PrinterJob job = PrinterJob.getPrinterJob();
    job.setPrintable(new Test(), job.defaultPage());
    if (job.printDialog()) {
    try { job.print(); }
    catch (Exception e) { }
    System.exit(0);
    public int print(Graphics g, PageFormat pf, int pageIndex) throws PrinterException {
    if (pageIndex >= 1) return Printable.NO_SUCH_PAGE;
    Graphics2D g2d = (Graphics2D)g;
    g2d.translate((int)pf.getImageableX(), (int)pf.getImageableY());
    g2d.setClip(0, 0, (int)pf.getImageableWidth(), (int)pf.getImageableHeight());
    try { pane.print(g2d); }
    catch (Exception e) { }
    return Printable.PAGE_EXISTS;
    The bold text overlaps

    I think the textpane wisth has is not adustable to theformatted text to acccomodate

  • Text overlapping problem

    Since I upgraded to 10.4.10, I dont know if I did something wrong but I have bad text overlapping problems in Safari and some other apps such as Software Update, I first noticed the overlapping when editing a Wikipedia article and in the text box the text kept overlapping. Another site where it is very noticeable is in Facebook, here's a screenshot:
    Even on this site it's pretty bad. It's the worst in text-boxes like in the one I'm typing in right now.
    This is driving me crazy, anyone else have this problem or know how to fix it? Thanks.
    Message was edited by: Johnny K.

    Ok, Johnny --
    I hated to ask cause it's "Old School."
    If you shut down your Mac every night,
    you should have something on your Mac that will run cron scripts,
    and do other helpful things for you.
    I personally use YASU.
    I run it about 1x month.
    It's free or donation-ware
    it's written just for Macs
    and is excellent.
    Here's where to go for more info on it:
    http://jimmitchell.org/projects/yasu/
    The new Macs were built to stay on 24/7.
    When you shut them off at night, you stop the regular
    maintenance it already has scheduled. YASU (or similar apps)
    will take care of everything for you.

  • Cannot create Printer Context, text = Overlapped I/O operation is in progre

    Dear Experts,
    We were trying for a new scnario from the functional part that is if they make invoice immediately print shout trigger,our SD consultant has made all the configurations perfectly,there are two output types for one document(invoice)the moment they save the document an Lpad os opened and it shows it processed two document.for this i have configured new output device.with acess method F.please find below my Lpad messages
    (16:38:44) Number of processors: 2
    (16:38:44) Icon DLL loaded.
    (16:38:44)
    (16:38:44) Network Communication via SAP-NiLib
    (16:38:44) Hostname: POLIT500
    (16:38:44) IP Address: 4044736.2089885357.32.1289416
    (16:38:44)
    (16:38:44) SAPLPD Version 6.29 for Windows/NT (OPT) is listening
    (16:38:44) OS-Info: version = 5.1, build = 0/2600, text = Service Pack 3
    (16:38:44) Copyright 1992-2001 SAP AG
    (16:38:44)
    (16:38:53)
    (16:38:53) Receive job for printer
    172.15.1.3 (Berkeley LPD protocol / RFC1179)
    (16:38:53) send_status called
    (16:38:53) send_status called
    (16:38:53) send_status called
    (16:38:53) send_status called
    (16:38:54) send_status called
    (16:38:54) Job 000eXL0r.BDD for user DEVBD queued.
    (16:38:54) Start printing job 000eXL0r.BDD on printer
    172.15.1.3
    (16:38:59) Error: Cannot create Printer Context, text = Overlapped I/O operation is in progress.
    (16:38:59) Error: The printer
    172.15.1.3 is unknown to Windows Print Manager.
    (16:38:59) The following printers are currently defined:
    (16:38:59) Printer = MICROSOFT XPS DOCUMENT WRITER
    (16:38:59) Warning: Printer name contains spaces.
    (16:38:59) Please rename printer, before using it from R/3 or UNIX!
    (16:38:59) Printer = MICROSOFT OFFICE DOCUMENT IMAGE WRITER
    (16:38:59) Warning: Printer name contains spaces.
    (16:38:59) Please rename printer, before using it from R/3 or UNIX!
    (16:38:59) Printer = HP LASERJET 1022N
    (16:38:59) Warning: Printer name contains spaces.
    (16:38:59) Please rename printer, before using it from R/3 or UNIX!
    (16:38:59) Error: BG: saplpd_open_dc failed, msg = 808 SAPLPD:Windows Problem, siehe SAPLPD Protokoll
    (16:38:59)
    (16:38:59) Receive job for printer
    172.15.1.3 (Berkeley LPD protocol / RFC1179)
    (16:38:59) send_status called
    (16:38:59) send_status called
    (16:38:59) send_status called
    (16:38:59) send_status called
    (16:38:59) send_status called
    (16:38:59) Job 000eXTXN.BDD for user DEVBD queued.
    (16:38:59) Start printing job 000eXTXN.BDD on printer
    172.15.1.3
    (16:38:59) Error: Cannot create Printer Context, text = Overlapped I/O operation is in progress.
    (16:38:59) Error: The printer
    172.15.1.3 is unknown to Windows Print Manager.
    (16:38:59) The following printers are currently defined:
    (16:38:59) Printer = MICROSOFT XPS DOCUMENT WRITER
    (16:38:59) Warning: Printer name contains spaces.
    (16:38:59) Please rename printer, before using it from R/3 or UNIX!
    (16:38:59) Printer = MICROSOFT OFFICE DOCUMENT IMAGE WRITER
    (16:38:59) Warning: Printer name contains spaces.
    (16:38:59) Please rename printer, before using it from R/3 or UNIX!
    (16:38:59) Printer = HP LASERJET 1022N
    (16:38:59) Warning: Printer name contains spaces.
    (16:38:59) Please rename printer, before using it from R/3 or UNIX!
    (16:38:59) Error: BG: saplpd_open_dc failed, msg = 808 SAPLPD:Windows Problem, siehe SAPLPD Protokoll
    Please give me the solution
    Regards
    shakthi

    Hey did you solve this issue?
    If yes then please post your solution here..
    Even I am facing the same problem..
    Regards

  • Text overlapping

    when using the newsletter template i have text overlapping. i put the first letter in and there is no problem but each letter i add just goes right over the letter before it. end result is a total un readable mess. who can i fix this?

    im using pages and one of the newsletter templates. if you look under the Autism Center image i put in there is Summer written but is all over lapping itself. i just deleted the text that was there and sterted entering my own and this is what it does. i have this problem alot and cant figure out how to make it stop.

  • Barcode Text Overlaps

    Hello all,
    i'm using barcodes in the Adobe Forms. The barcode templates are UPC-A and Code128SSCC.
    The text which should appear for the barcodes - are embedded below the barcode image. during the design time, the barcodes looks great (the image and the text embedded below properly). However during preview/runtime, the barcode text overlaps the barcode image.
    Is there anyway i can avoid this? or is this a product bug?
    thanks
    ak

    Hi Ak and Amita,
    First, I checked if the two mentioned barcodes work with my Designer (8.0) and they do work in PDF preview (Reader 8.1.3). When you say text you mean the digits of the barcode, right? You do not mention the Designer version, reader version or what "text" exactly means. Is PDF the relevant output format in your case? This makes it difficult to answer your question.
    Amita,
    I posted a blog as introduction to barcodes and IFbA. Hope this helps. Next time, please post a new question.
    /people/juergen.hauser2/blog/2009/02/05/introduction-to-barcodes-in-sap-interactive-forms-by-adobe
    Regards & Thanks,
    Juergen

  • ADF: Marker Texts Overlapping in Dual Y Graphs

    Hi,
    I am using a dual Y graph using ADF in which multiple series will be displayed in a graph.
    However, I am facing some issues in with the Marker Texts of different series as these are overlapping with one another.
    Please see my code snippet below :
    <dvt:comboGraph id="graph1"
                value="#{bindings.QuotesRcptToStartVwView11.graphModel}"
                subType="COMBINATION_VERT_ABS_2Y" customLayout="CL_NONE"
                shortDesc="oq 1" dynamicResize="DYNAMIC_SIZE"
                styleClass="AFStretchWidth"
                inlineStyle="width:100%;height:100%">
        <dvt:markerText rendered="true" markerTextPlace="MTP_OUTSIDE_MAX">
            <dvt:graphFont name="SansSerif" size="10" color="#000000"
                   bold="true" italic="false" underline="false"/>
            <dvt:y1Format id="y1Format1g9" autoPrecision="off">
            <af:convertNumber/>
            </dvt:y1Format>
        </dvt:markerText>
        <dvt:markerText rendered="true" markerTextPlace="MTP_UNDER_MARKER">
            <dvt:graphFont name="SansSerif" size="10" color="#000000"
                   bold="true" italic="false" underline="false"/>
            <dvt:y2Format id="y2Format1g9" autoPrecision="off">
            <af:convertNumber/>
            </dvt:y2Format>
        </dvt:markerText>
        <dvt:background>
            <dvt:specialEffects/>
        </dvt:background>
        <dvt:graphPlotArea/>
        <dvt:seriesSet defaultMarkerType="MT_LINE">
            <dvt:series index="0" assignedToY2="false" markerType="MT_BAR" color="#000000"/>
            <dvt:series index="1" assignedToY2="false" markerType="MT_BAR" color="#31859C"/>
            <dvt:series index="2" assignedToY2="true" markerColor="#ff0000" color="#ff0000"/>
            <dvt:series index="3" assignedToY2="true" color="#3ADF00"/>
            <dvt:series index="4" assignedToY2="true" color="#FF8000"/>
        </dvt:seriesSet>
        <dvt:o1Axis/>
        <dvt:y1Axis/>
        <dvt:y2Axis/>
        <dvt:legendArea automaticPlacement="AP_NEVER" position="LAP_BOTTOM"/>
        <dvt:legendTitle text="Legends"/>
    </dvt:comboGraph>
    Also, is there any way to form a table representation of this graph as displayed below?
    Week No
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    No. Rec'd
    12
    72
    142
    129
    260
    190
    112
    118
    93
    92
    146
    104
    39
    No. Ack
    26
    68
    96
    114
    127
    157
    132
    163
    92
    96
    92
    81
    156
    Avg Hrs To Ack
    209
    185
    142
    112
    187
    180
    236
    150
    161
    176
    218
    146
    80
    Overall Avg Hrs
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    168
    Goal Hrs
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    48
    Thanks,
    Liyakath

    Hi,
    Please see my response on this thread on how to achieve this with a relational data control:
    Re: Drilldown in ADF DVT charts using data control
    Thanks
    Katia

  • How can I fix left pane text overlap in iCal Day view?

    In "Day" view, the items in the left hand (list) pane in iCal are overlapping, obscuring the bottom 1/3 of each line of text. It is as if the table cells are too close together vertically. How do I fix this?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.

  • How can I label data points in a scatter chart with text strings?

    Post Author: Bill B
    CA Forum: Charts and Graphs
    I need to create a Scatter Chart, with a text label for each data point instead of the xy coordinates. A legend will no longer be necessary.Also, I want to draw "cross-hair" lines on both the x and y axes centered on one particular data point.Any ideas?

    Post Author: ebobo
    CA Forum: Charts and Graphs
    Hi
    I have the same problem here, did you find any solutions.
    Here we are ok if the dimension is displayed in the scatter instead of the measurements but the only options i founds was "Show data" and that option displays the values of the xy.
    pls let me know if anybody found any solution for this problem

  • Using "Save for Web & Devices" for a Organization Chart with Text

    I created a document in CS3 Illustrator that is an Organization Chart. It contains rectangles, lines, and text. It looks great in Illustrator.
    I have tried to save it using "Save for Web & Devices" to create a JPEG and a GIF so that I can pop it into a Dreamweaver document as an image and it keeps coming out blurry.
    I have tried changing its size and resolution. I have tried opening and exporting it into Photoshop to try to "clean" it up. Nothing seems to be working.
    I'm obviously unlettered in this modus operandi!
    meem

    Thanks for the response.
    The background is transparent and will end up on a white background eventually.
    I tried to make it clear in Dreamweaver by scaling it and it did seem to improve it somewhat. But it still doesn't look like the clear copy in Illustrator that I started with...
    I also need to be able to embed this in a Word document to print for a hardcopy manual.
    I had this same problem with Freehand a few years ago.

  • Chart Legend, Text Change (Batch)

    Hi,
    I have about 40 reports all with the same charts, and the legend label uses the field labels so they look like "count of open accounts to date."  While I can change the text names when I select the legend text in the Preview pane, it is only a band-aid fix because I don't want to have to manually change this text for all 40 of my reports.  It'll add up to over 200 manual text edits!!
    Please tell me there is a better way!!
    I have CRXI
    Thank You,
    Frank

    Hi Frank
    Take a look here: @ Symbol in formula name when using formula for report chart data
    I think this thread can help you.
    Regards
    Fabio

  • Pie Chart -- legend texts are cut (with "...")

    Hello Experts,
    when I*m using pie charts with displaying the legend, longer texts are cut (e.g.: "220/35V  60W yellow...")
    What can I do to show the complete text?
    Thanx a lot
    KR,
    Raimund

    Good Day Nics,
    the cuts are due to the size of the pie chart. you can resize your pie chart for the legends to show properly.
    Kindly tell me if im missing something.
    Regards,
    John Vincent

  • Stacked Bar chart does not overlap series

    I have a stacked bar chart with to values "Invoiced" and "Budget" and 2 categories YEAR and MONTH - the problem is that the bar chart shows the values Invoiced and Budget in Top of each other and Not overlapping each other . ex:
    NOW:  Invoiced =  200   Budget = 300   - Bar chart shows a column of 500 for the month (NOT correct)
    What I want is to show 1 column for each month where up to 200 the colour is green and from 200 to 300 the colour is blue for example....
    How to achieve this ?

    Hi HCMJ,
    By default, the bar value will not overlapping each other in stacked bar chart, and we cannot increase or decrease the gap between the series in Reporting Services.
    Based on my research, I find a workaround can achieve your requirement, please refer to the steps below:
    Create a dataset with the query below (sample data):
    CREATE TABLE #temp(name nvarchar(50),time nvarchar(50),value int)
    INSERT INTO #temp VALUES     ('Invoiced','YEAR',100),('Invoiced','MONTH',200),('Budget','MONTH',300),('Budget','YEAR',600)
    SELECT * FROM  #temp
    Insert time field to Category Groups pane, and change the group name to “time”.
    Insert value field to Values pane, then change the value to like below:
    =min(Fields!value.Value,"time")
    Insert another field with the following expression to Values pane:
    =max(Fields!value.Value,"time")
    Change the type of chart from Stacked Bar Chart to Range Bar Chart.
    Right-click the Series field to change the Fill color to #9bff8c00 (DarkOrange with 155 Transparency) or any color with Transparency you like. Now we can get the following:
    Preview it and get the following result:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for

  • Ssl vpn

    Hi, We have ASA 5505 and working ok with remote VPN as well. but one of our user bought windows8 laptop and said Ciscp VPN does not work and need SSL VPN. We only had two anyconnect license so I configured anyconnect as well for him to use but he get

  • Java.lang.NoClassDefFoundError in Linux when I execute my class

    I don't know to happen but I tried all things. I compile well my .java but I have problems when I want to execute my class the console send me the next error Exception in thread "main" java.lang.NoClassDefFoundError : renco 1. unset CLASSPATH. 2. def

  • Satelltie M40X: Lan card disappears from device manager

    I have a Satellite M40X with Windows XP SP2 and my Lan Card (Realtek gigabit) is no longer seen by Windows (or Linux : test done with a Ubuntu live CD). The lan card is not seen by Toshiba HW Setup either. I has disappeared 2 days ago, was back yeste

  • Photos distorted when imported in Leopard, yet ok in Tiger - why??

    I use a Powermac G5 dual processor (non-intel), and find that any photos I import are distorted when viewed or printed. Yet if I boot from an external HD with OS X 10.4 those same photos are fine, and remain so even after restarting from the Powermac

  • If i force quit iweb will I loose my website?

    if i force quit iweb will my web site I made on iweb be lost ? I dont care about the changes I made  -I just wonder if it will disapear on the www ?I have it hosted on Go daddy.