constraints in the graphics lines

Muscle memory tells me I can press and hold to draw straight lines with graphical tools, but whenever I tried yesterday it just canceled the operation of demarcation line. FM 2012 - have so far failed to notice/stumble onto an "improvement" over previous versions?

It was persistent, but, for the fear and amazement on the face of the developer: "you mean those are three separate, editable graphics in this diagram? and the connectors are separated too? »

He has just cancelled the operation of demarcation line

FrameMaker has a weird turn on shift and drag to a straight line. Press and hold SHIFT before you draw the line. The penalty for pressing SHIFT after you start drawing? The row is deleted. Enough of the penalties, if you ask me, but this behavior has been in place for 8-10 years. Before that, he worked as any windows application.

Tags: Adobe FrameMaker

Similar Questions

  • Find and delete the graphic lines of geometric limits

    Hello world

    I'm really desperate after days of web browsing and the forums that I still cannot understand this.

    I'm working on InDesign CS3 on a MacBook Pro with Snow Leopard.

    I have a catalog of 300 pages, set up thanks to a data merge. Unfortunately this way, I produce 2 graphic lines at the end of each page to which I would like rather to remove. Since I don't want to do it manually to each page and I'll have to set up this catalog quite frequently in the future I would like to remove these lines using Applescript.

    Since I have about 12 more of the same lines on each page (same style, color, stroke etc) I thought that the only way to tell which Applescript to remove is the geometrical limitations because these lines always run the same coordinates on each page.

    Unfortunately I can't understand it. I tried the following code:

    tell application "Adobe InDesign CS3"
         tell document 1
              repeat with oneFrame in (get graphic lines whose stroke weight = 1)
                   if geometric bounds of oneFrame is {0, 0, 0, 210} then
                        delete oneFrame
                   end if
              end repeat
         end tell
    end tell
    
    
    

    RESPONSE

    tell application "Adobe InDesign CS3"
         get every graphic line of document 1 whose stroke weight = 1
              --> {graphic line id 187 of page id 177 of spread id 172 of document "Untitled-16"}
         get geometric bounds of graphic line id 187 of page id 177 of spread id 172 of document "Untitled-16"
              --> {0.0, 0.0, 0.0, 210.0}
         delete graphic line id 187 of page id 177 of spread id 172 of document "Untitled-16"
    end tell
    
    
    

    It worked well for the line to x y 0mm 0mm with a length of 210mm.

    I tried the same thing with a line x 3mm y 134mm length of 210mm with the following code

    tell application "Adobe InDesign CS3"
         tell document 1
              repeat with oneFrame in (get graphic lines whose stroke weight = 1)
                   if geometric bounds of oneFrame is {134, 3, 134, 213} then
                        delete oneFrame
                   end if
              end repeat
         end tell
    end tell
    
    
    
    

    ANSWER:

    tell application "Adobe InDesign CS3"
         get every graphic line of document 1 whose stroke weight = 1
              --> {graphic line id 213 of page id 177 of spread id 172 of document "Untitled-16"}
         get geometric bounds of graphic line id 213 of page id 177 of spread id 172 of document "Untitled-16"
              --> {134.0, 3.0, 134.0, 213.0}
    end tell
    
    

    It was my best shot. No idea if I'm on the right track or totally out of bounds.

    Any help would be much appreciated!

    Thanks in advance...

    Osinho

    Take a look at that show the values for the geometric limits. These figures related to your x and is coordinated and you refer to them by their article in the list, for example, item 1 is the first "134,0" in your list, point 2 is called the "3.0", etc. So you need to refer to "that item 2 of geometric limits = [regardless of the value you're trying to match].

    If your document is very complicated, I think I would add another modifier to ensure that you get the right things, to say if these lines have a color that is not used on other graphic in the document lines, or if their weight of race is different, or even tests two items in the list of geometric limits if there is two that appear systematically in all the elements you want to delete - something for you make sure that you ONLY get references to the items that you want and are not likely to delete something, you need to keep.

    Good luck and welcome to AppleScript!

  • How to display current date time of day previous same time and same with last day of the week with 24 hours in relation to the graphic line obiee 11g

    Hello


    Can someone help me with the problem I am facing to... my scenario is currently that we show reports from 00 hours up to 24 hours. But now the client wants to exact more than 24 hours for chart reports.

    This means that if the time is now 16:05 hours, then graphical report must display data for 16:00 Hrs from yesterday until 16:00 hours that day. Is the same for the last week day 24 hours as well. Means they need two lines in the chart. Please help me...

    Thank you

    Srini VIEREN Terry.Williams dileraco

    Hello

    Now using these variables filter your column of measure...

    Kind regards

    Naga

  • ADF DVT remove the marks of the graphic line

    Hello

    I want to make the marks of the line disappear in my chart.

    Is this possible?

    RemoveLine.jpg

    I looked at the graphPlotArea tag my DVT but impossible to find a property to hide.

    Any clue?

    Thank you

    JDEV 11G

    In the source, you can change

    This will get rid of the lines

  • Problem in the graphic line

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:mx mx:Application ' http://www.Adobe.com/2006/MXML "layout ="absolute"> "
    < mx:Script >
    <! [CDATA]
    Import mx.collections.ArrayCollection;

    [Bindable]
    var xmlProducts:XMLList = graphList;


    [Bindable]
    public var products: ArrayCollection = new ArrayCollection([) collection
    {Unit: 'Radio', year: 2007, quantity: 5},
    {Unit: 'Radio', year: 2008, quantity: 7},.
    {Unit: 'Radio', year: 2009, quantity: 10}
    ]);

    []] >
    < / mx:Script >

    < mx:XMLList xmlns = "" id = "graphList" > "
    account <>
    < unit > Radio < / unit >
    < year > 2007 < / year >
    < quantity > 5 < / quantity >
    < / recording >
    account <>
    < unit > Radio < / unit >
    < year > 2008 < / year >
    < quantity > 7 < / quantity >
    < / recording >
    account <>
    < unit > Radio < / unit >
    < year > 2009 < / year >
    < quantity > 10 < / quantity >
    < / recording >
    < / mx:XMLList >


    < mx:LineChart "386" = x y = "23" id = "unitChart" height = "199" dataProvider = "{products}" showDataTips = "true" >

    < mx:horizontalAxis >
    < mx:CategoryAxis dataProvider = "{products}" categoryField = "year" / >
    < / mx:horizontalAxis >

    < mx:series >
    < mx:LineSeries yField = "quantity" displayName = "Quantity" / >
    < / mx:series >
    < / mx:LineChart >
    < mx:Legend dataProvider = "{products}" / >
    < / mx:Application >

    1. I draw a line chart for products of XMLList as dataprovider. In which axis horizontal is based on the year values i.e 2007, 2008, 2009. Vertical axis indicating the quantity for each item of data of the Radio device.

    2. when I make a chart based on arraylist as it works very well until being given the example of data provider. but when I use to xmlList as the data provider it shows nothing. I think that the XMLList values are all text, but I don't know how to convert to digital.

    Hello Asif,

    You must change the structure of your XmlList and you must give XMLListCollection as a dataprovider to the LineGraph.

    See the example below:


    http://www.Adobe.com/2006/mxml"layout ="absolute">
       
           

    Import mx.collections.ArrayCollection;

    [Bindable]
    public var products: ArrayCollection = new ArrayCollection([) collection
    {Unit: 'Radio', year: 2007, quantity: 5},
    {Unit: 'Radio', year: 2008, quantity: 7},.
    {Unit: 'Radio', year: 2009, quantity: 10}
    ]);

    ]]>
       
       
       
       
       
           
               
                   
                   

                                   
               
           
       


           
           
               
           

           
               
           

           
               
           

       

       

    If this post answers your question or assistance, please mark it as such.

    Thank you

    Jean Claude Chari

  • How to apply the constraint ONLY to new lines

    Hi, gurus:

    I have a question as follows:

    We need to migrate a legacy to a new production server system. I have to add two columns from each table to record that updates the row most recently through triggers, and I must ask constraint not null for columns. However, since the old system has already given for each table and old data have no value for 2 new columns. If we apply the constraint, all existing lines throws an exception. I wonder if there is possibility to apply the ONLY constraint to the new lines coming in the future.

    Thank you.

    Sam

    We need to migrate a legacy to a new production server system. I have to add two columns from each table to record that updates the row most recently through triggers, and I must ask constraint not null for columns.

    The best suggestion I can give you is that you ensure that the management of the documents on behalf of the person who came up with this requirement of brain hair so they can sufficiently punished for the huge waste of human and database resources they have caused for which they almost NOTHING got in return in the future.

    I've seen many systems over the past 25 years + who have added columns such as: CREATED_DATE, CREATED_BY, MODIFIED_DATE MODIFIED_BY.

    I have yet to see a system where this information is really useful for any real purpose. Many systems have the users/application schema, and users can change the data. In addition, a DBA can modify the data, and many of them can connect as long as the schema owner to do.

    Many tables also updated by other applications or processes of loading of bulk and these processes use generic connections that cannot be attached to any particular system.

    The net result is that these columns will be filled by user names that are completely useless for verification purposes.

    If a user is allowed to edit a table, they are allowed to modify a table. If you want to track that you need to implement a security strategy appropriate using the functionality of Oracle's AUDIT.

    Encumber ALL or even many of your tables with columns is a very BAD idea. Worse is the addition of doesn't trigger this server no other goal but captures the useless information, but because they are the impacts on performance just PL/SQL cause worse the total impact.

    Must certainly be to worry about security and auditability of your important data. But by adding columns and triggers, such as those proposed is NOT the right solution to achieve this security.

    Before your organization any decision so stupid you should propose that the same steps before adding this feature you should take before the addition of ANY structural MAJOR or the application:

    1. document the real need

    2 document and justify the business reasons for this need

    3. perform tests that shows the impact of this requirement on the production system

    4. determine the cost of the resources (people, storage, etc.) to implement this requirement

    5 demonstrate how this information will actually be used EFFECTIVELY for professional purposes

    With regard to points #1 and #2 above that the requirement should be noted with regard to the PROBLEM to be solved, not a some preconceived notion of the solution that should be used.

    Your org should also speak to other associations or other departments in your org even who have used your proposed solution and discover how useful it was for them. If you do this research, you may find it has not responded to their needs at all.

    And in your own org, there are probably some applications with tables that already have such columns. Has anyone here EVER used these columns and found them invaluable to identify and solve any real problems?

    If you can't use them and why first add their data to some important process?

    IMHO, this is a total waste of time and resources to add columns in your tables. Any such audit or security, at least, approach will be limited to those tables with key data that needs to be protected, and then only when you cannot implement the appropriate audit "best practices".

    A migration is hard enough without adding unnecessary additional expenses such as those. You have MUCH more important you can do with the resources that you have:

    1. capture all THE DDL for the existing system in a version control system

    2. train your developers on the use of the version control system

    3. determine the correct configuration of the new server and the system. It's almost a CERTAINTY that parameters will change and performance will suffer even if you don't think you have changed anything at all.

    4. validate that the data was migrated correctly. Which may involve a broad polling and comparison to make sure that the data has not been altered during migration. The validation process to a SINGLE TABLE is more difficult if the table structures are not the same. And they will not if you add two columns in each table; every single request, you do have to specify the columns by name in order to EXCLUDE from your two new columns.

    5. validate the performance of the app on the new system. He there will HAVE problems where things do not work as they did. You need to find these problems and fix them

    6 capture appropriate statistics after that data has been migrated and all indexes have been rebuilt.

    7 enter the new implementation plans to use a base for when things go wrong in the future.

    If it's worth doing is worth doing right.

  • ClickListener in ADF graphic line

    Hello

    Is it possible to have the values of the axes x and y (i.e.coordinates) of the graphic line if the user clicks in an area of the line between the points (not the point itself)?

    I can get the values of the axes x and there if I click on the point on line as follows:

    public void graphClickListener (ClickEvent clickEvent)

    {

    ComponentHandle handle = clickEvent.getComponentHandle ();

    If (handle instanceof DataComponentHandle)

    {

    DataComponentHandle = (DataComponentHandle) handle dhandle;

    Object Val = dhandle.getValue (DataComponentHandle.UNFORMATTED_VALUE);

    Date timeVal = null;

    Attributes [] seriesInfo = dhandle.getSeriesAttributes ();

    If (seriesInfo! = null & & seriesInfo.length > 0)

    {

    Object = seriesInfo seriesName [0] .getValue (Attributes.LABEL_VALUE);

    Attributes [] groupInfo = dhandle.getGroupAttributes ();

    If (groupInfo! = null & & groupInfo.length > 0)

    {

    TimeObj = groupInfo object [0] .getValue (Attributes.LABEL_VALUE);

    If (timeObj! = null)

    timeVal = new Date (((Date) timeObj) .getTime ());

    }

    }

    However when I click on one area of the line between the points (not the point itself) I can get only the information series, not axis x and axis are name value:

    ElseIf (manage instanceof SeriesComponentHandle)

    {

    Get the attributes for the series

    Attributes [] seriesInfo = ((SeriesComponentHandle) handle) .getSeriesAttributes ();

    String data = "";

    If (seriesInfo! = null)

    {

    for (uploading Attributes: seriesInfo)

    {

    data += "\nSeries value:"+ attrs.getValue (Attributes.LABEL_VALUE);.

    data += "\nSeries name:"+ attrs.getValue (Attributes.LABEL_ATTRIBUTE);.

    data += "\nSeries id value:"+ attrs.getValue (Attributes.ID_VALUE);.

    data += "\nSeries name id:"+ attrs.getValue (Attributes.ID_ATTRIBUTE);.

    }

    }

    System.out.println (Data);

    }

    }

    Here is the source of the jsf file:

    < dvt:graph id = "lineGraph1" animationOnDisplay = "auto".

    tabularData = "#{pageFlowScope.gaphPageStateBean_backing.graphTabularData} '"

    customToolTipCallback = "#{pageFlowScopegraphPageStateBean_backing.callback} '"

    graphType = "LINE_VERT_ABS."

    seriesObjectCount = "#{pageFlowScope.graphPageStateBean_backing.seriesCount} '"

    timeRangeStart = "#{pageFlowScope.graphPageStateBean_backing.graphStartDate} '"

    timeRangeEnd = "#{pageFlowScope.graphPageStateBean_backing.graphEndDate} '"

    timeAxisInterval = "CTAI_MINUTE" timeRangeMode = "TRM_EXPLICIT".

    "partialTriggers =": commandLink1: t1:cb7.

    Binding = "#{backingBeanScope.graphPageBean_backing.graphBinding} '"

    clickListener = "#{backingBeanScope.graphPageBean_backing.graphClickListener} '"

    timeAxisType = "TAT_IRREGULAR" textAntialiasing = "true".

    scrollListener = "#{backingBeanScope.graphPageBean_backing.scrollListener} '"

    zoomListener = "#{backingBeanScope.graphPageBean_backing.zoomListener} '"

    markerTooltipType = "MTT_VALUES_TEXT" >

    < dvt:background / >

    < dvt:graphPlotArea / >

    < dvt:seriesSet defaultLineWidth = "3" defaultMarkerColor = "#ffffff".

    seriesMap = "#{pageFlowScope.graphPageStateBean_backing.lineGraphSeriesMap} '"

    markerDisplayed = 'true '.

    defaultMarkerShape = "MS_CIRCLE" / >

    < dvt:o1Axis id = "rhrhtr6" scrolling = "on" / >

    < dvt:y1Axis id = "fwef43" lineWidth = '1' axisMaxValue = '1.0 '.

    axisMinValue = "0.0" logarithmicBase = "10" / >

    < dvt:legendArea automaticPlacement = "AP_NEVER" rendered = "false" / >

    < dvt:o1TickLabel id = "o1TickLabel1" tickLabelSkipCount = "50".

    tickLabelSkipMode = "TLS_MANUAL".

    tickLabelSkipFirst = "0" / >

    < dvt:y1MajorTick id = "y1MajorTick1".

    tickStyle = "#{pageFlowScope.gaphPageStateBean_backing." YAxisTickLine} "/ >"

    < rendered dvt:y1TickLabel = "false" / >

    < dvt:shapeAttributesSet id = "shapeAttribSet1" >

    < component dvt:shapeAttributes = clickable 'GRAPH_AREAMARKER' = 'true '.

    ID = "shapeAttrib1" / >

    < / dvt:shapeAttributesSet >

    < dvt:timeAxisDateFormat timeFormat = "HOUR24_MINUTE."

    yearFormat = "YEAR_LONG."

    monthFormat = "MONTH_SHORT."

    quarterFormat = "NONE" / >

    < dvt:o1Title text = "" time: "horizontalAlignment ="LEFT">"

    < dvt:graphFont id = "graphFont1" emphasized = "true" color = "#002173" / >

    < / dvt:o1Title >

    < dvt:annotationSet annotationMap="#{pageFlowScope.graphPageStateBean_backing.graphAnnotationMap}"/ >

    < / dvt:graph >

    Thank you.

    Valon

    JDeveloper 11.1.1.5.0

    AF:graph

    Except if a function is used to interpolate the data points, is not possible.

  • The changed graphic line in the histogram chart on my health application. How can I change this back?

    The graphic on my health application under a line chart to a bar chart.  How can I change this back?

    Answer is simple: you can not change it back because of the update of IOS.

    BUT why have they changed it? Us users want to line charts!

    Anyone care to explain Apple? This is quite annoying...

  • What is fledge command-line argument to control the graphics acceleration?

    Is there a command line argument to control the graphics acceleration for a JDE 5.0 Simulator?

    I would like to switch off in the command line so I can add it to the Simulator Run Eclipse IDE and the debug configuration.

    I checked their moult imaginal/Help and I have not found any that I could see that it works.

    Thank you.

    The settings are stored in a file located at

    \Documents and Settings\ [windows login name]\net\rim\fledge-2\fledge-saved.conf

    At the bottom of the appearance of file for the line:

    4
    

    Change the number 0 for no acceleration.

  • How can I change the base color of graphic lines?

    I used the graphic baselines in the Swatch Library - (shades libraries > patterns > basic graphics > graphic baselines) to fill a retangle.  My question is, if I change the colors of the lines?  I tried everything I know and can't seem to understand.  Does anyone have any suggestions?

    Without you drag in the swatch Panel.

    First, you select it will do a swatch in the swatch Panel

    then you drag the swatch in the swatch on the canvas Panel and

    color and then option you drag the color on the color chart version

    in the swatch Panel. The Panel that you have taken the nuance is a shade

    Library.

  • The upgrade of the graphics capabilities of laptop HP Compaq 6735 s

    I recently bought a 6735 s and I am interested in the possibility of improving the graphics capabilities of the machine.

    The chipset motherboard for this model is the ATI 780 G (http://www.amd.com/us-en/0, 3715_15532_15533, 00.html #780 G).

    A characteristic of this chipset, it supports "ATI Hybrid Graphics", allowing thus the 3200 integrated core work in conjunction with an extra card to 3400 dedicated.

    This feature is also described here:-http://www.notebookcheck.net/ATI-Radeon-HD-3200.9591.0.html

    I have a couple of requests related to this: -.

    (1) is this laptop provides plenty of internal space & all the connections needed to add a card to Radeon 3400 series?

    (2) the extension of the ATI AXIOM interface or the more generic is MXM?

    (3) where would I go to get such a card?

    (4) the installation of such a card cancels my manufacturer's warranty 1 year? (according to my own research, this seems almost certainly yes)

    See you soon,.

    Rob

    Message edited by AbU5er on 01/13/2009 04:08

    Here is a link to the bible MXM. Your laptop is not a MXM and as much as I know there no graphical upgrade:

    http://www.MXM-upgrade.com/table.html

    Here is your service manual which shows the bowels in their entirety:

    http://h20000.www2.HP.com/bizsupport/TechSupport/CoreRedirect.jsp?redirectReason=DocIndexPDF & prodSeriesId = 3687621 & targetPage=http%3A%2F%2Fbizsupport2.austin.hp.com%2Fbc%2Fdocs%2Fsupport%2FSupportManual%2Fc01613452%2Fc01613452.pdf

    Laptops don't usually not all the features of the chipset office corresponding, and only implement a few paltry laptops have upgradeable graphics. Usually, you can buy a laptop with graphics that you want to have for the life of the laptop, not with the idea of adding something better, once you get it.

    The feature you're talking about is power Xpress and it allows you to move from the integrated graphics to a video card dedicated to the fly without a reboot, but it works in Vista, as you noted. It is one of the characteristics of the Centrino 2 platform, or at least the possibility to implement is. Fujitsu has just released computers laptops thanks to this feature (very expensive) and others are about to do, but I do not think that HP released a still.

    nVidia also has a similar option and he was released at least a Sony Vaio, I think.

    Here's the top of the line laptops and dual video option must be built the factory. It is not a feature added.

  • Satellite X 200 - 21W: Win7/64 x: cannot find the graphics driver

    Hello.

    It is impossible for me to find a good working graphics driver?

    Actuelly I installed the laptopvideo2go 195.81, but there are a few problems, as the yellow lines on the screen when you look at the images, or problems with programs like sketchup 3D...

    Someone at - it the same problem?

    with greetings

    Hello

    I m does not query on these lines on the screen of your mobile phone, because you use the display latptopvideo2go driver I also don t have a good experience with these drivers like overheating. So for now I m using only the display driver Toshiba

    Have you tried this driver? From Toshiba Web site shows for Vista 64-bit, a driver that should work on Windows 7 too.
    Check this box!

    Welcome them

  • Tecra M2: Can play a game of the graphics card?

    It seems that play Flight Simulator could destroy the graphics card on the laptop! I never thought this would be possible. I gave a friend my old Tecra M2 (as a wedding gift) which he also uses to play FS9. A few years ago, he had to have the motherboard replaced (Fortunately it's still under warranty then) because it has become defective. This has happened while he was playing FS9. I never thought that at that time.

    It seems like the same problem comes up again, but this time the laptop isn't under warranty anymore. Nothing has been changed on the video card to "accelerate" or "chip" or another - it is standard at the factory. The latest drivers are installed for the Nvidia GeForce FX Go5200 32 M / 64 M and the portable computer has 1 GB of RAM (and a lot of space on the HARD disk).

    At startup, the Toshiba logo has green vertical lines. The Windows logo also has the same symptoms, the vertical lines. I was able to boot in safe mode, a few times, then it started normally (I was onto a winner of thought), but now it seems just blue screen and reboot after Windows Logo (even if I didn't no reset in case of failure). After the reboot, I got a blue screen (BSOD not usual) with the next STOP: 0x0000007E (0xC0000005, 0 x 01010101, 0xF7911378, 0xF7911074).

    Any ideas? I'd be really upset if I found out that a game could physically cause a motherboard to replace on a laptop! If this is true, can someone tell me how to prevent it in the future? I have a Tecra M3 and I don't want to happen to me either!

    Thank you!

    -Emm.

    Hi mate,

    the fact is that I would NEVER play FS9 even on my machine which is a Pentium 4 3.0 Ghz with 1 GB of RAM and a geforce 7800GS.
    Flight Simulator 9 needs AS many system resources and in your case it s like you take 500 tons of steel and throw on a single donkey.

    The M2 is a pure business machine and not scheduled to play these games like FS9 needing beasts of machines to run * correctly *. Maybe the older games are playable, but I think that it s right that FS9 could probably damaged your graphics unit (overheating).
    You won´t move swap the motherboard and let your FS9 fingers when you hold an M2 or M3 or a set of non-game in your hands.

    The man, who is ill, the poor M2 then FS9... :D

    Clear from the statement to me: Yes, a game CAN probably damage a portable system, but not for sure! And an M2/M3 is not to play these games. Rather spent the money for a system with a Geforce 8600 Core2Dou or something similar.

    Welcome them

  • Can I replace the graphics card on Tecra M2?

    I have a Tecra M2 and the display shows verticle lines across the entire screen. These lines also appear when plugged upward on a normal screen.
    I checked Device Manager and it says that the nvidia card "cannot start." The problems had me uninstall and won't reinstall, no luck.
    Next option is to unplug and then plug back in, but is it possible? If it is separate would rather just replace the card. Thanks for any help.

    Chase

    From your description of the error, this really sounds like a malfunction of the GPU (graphics processing unit).
    Unfortunately, it is a serious offense and if a replacement of material you will not be able to fix this :(

    It is a case value because you can not only replace the graphics card. You need to replace the whole motherboard because the GPU is soldered on the Board and cannot be removed easily.

    There is nothing to my buddy.
    Seems that you need to contact a support technician.

    Good luck

  • Satellite Pro A120: I have problems with the installation of the graphics driver for W2k

    I installed windows 2000 on an A120, the system is fully packed and service updated before I even start to install the necessary drivers, I am unable to restart the system. I once, install as recommended drivers that I have problems with the graphics driver because it will not be installed because it requires a reboot and then I can't install new programs that require a restart that the driver has not been installed correctly.

    The laptop is a Pro A120, age of 1 week and came with XP home, because of this toshiba will not offer me support I changed the o/s even though they obviously support 2000 on this laptop, because they provide the drivers.

    Any ideas would be greatly appreciated.

    Hello

    Did you use and install the drivers from the Toshiba driver page right?
    The drivers of Toshiba W2k for Satellite Pro A120 have been published and are ready!

    But please pay attention to the Toshiba drivers.
    There are two different sets of Satellite Pro A120, with different drivers W2k!
    After choosing the good laptop and download the drivers please follow the proper installation order that is indicated in the document "installation instructions"! Check it!

    I think that if you follow this guide line everything works and runs correctly. Good luck

Maybe you are looking for