Enum properties - I'm confussed?

I ran across this thread and was surprised.   I expect this setting the box 'Allow undefined at run time values' of the Properties command > edit page items would affect the properties of the control for values outside the limits > All.elements.

Can someone straighten out me on how these properties should interact?  It seems a little crazy to not allow undefined values and ignore out of range values

I don't know what will be the interaction with the TS, but enums have numerical values in the data type - they may not have values outside the range. If wire you a value that is outside the range in an enumeration, it will always compel there in one of the allowed values.

In all cases, it should be noted that for all numerical values, limits as follows (using a property or by using the Properties dialog box) only affects the user interface. If wire you a value in such a control, these limits are ignored.

Tags: NI Software

Similar Questions

  • Line break in the name of the Enum element? (no further questions on the property node)

    I don't know what is the meaning to allow element enum with line feeds them names (\n):

    It is easy to do by directly editing the control over the public Service or a constant on the comic, but it's somehow not if you use the context menu 'modify Items... "who jumps to the top of the Properties window.

    As a subsidiary question, if I try to do it programmatically:

    It fails with this error:

    which simply means

    That's the script as an indication only (never used script before)? If I disable the "Show script methods, etc." option, it is still available though...

    This type of property node is useful if you use LabVIEW to write LabVIEW.  The main example of this is the DAQ Assistant, but things like the right frame click JKI also do.  You usually encounter when writing automation tools development.  For example, this particular node would be useful in a tool that converts a task manager based on a string to an enum-based task manager.

    You can find the full properties of each property and method using LabVIEW.  This includes whether or not it will work in the execution or change environments.  The enum is an interesting case that confuses many.  Modification of strings of the enum of the code changes.  Most people who want to change the strings of the enum runtime should use a ring or a listbox, instead, since you can change their strings at run time.

  • Enum change color in a cluster that is in a table

    Hello

    I have this cluster with a string and an enum, which is in a table. I use an event producer/consumer model, on the event of the mouse clicking on a line specific VI another opens with a string of button and comment of success/failure.

    After playing with "CtlRef" in the case where structure, I found the property node which allows me to find the element of specific table clicked on "ArrElem.Value". I can then ungroup and regroup this specific cluster. Based on the success/failure enum value I would respectively to the colors red and green.

    My question, how to find the reference of a specific enum within a cluster to change its color based on the text? I was able to reference the cluster only.

    Thank you.

    FYI, I'm using LV 2010 SP1

    You have a small problem here.

    Your cluster is in a table.  only the values can change between the elements of the array all other properties must be the same.

    So, what you need is a colorbox in the cluster.  (Ah brilliant!)  Place it behind the other elements and make the other color background Transparent controls.

  • How ENUM as TDMS property of reading / writing?

    LV2103, Win7

    Old road to LabVIEW, new brand tiara.

    I need to convert a structure of arbitrary complexity in properties, suitable for writing in a PDM file, in such a way that they are recoverable and (hopefully) to be readable by humans, such as whn, the file is loaded in tiara.

    I have most of it works fine, but I have trouble with ENUMs.

    An ENUM can be converted to a VARIANT very well, but that the alternative of writing to a file produced error-68007.

    A simple test shows this:

    The encoding process is quite simple - given a generic control Ref, just look at its CLASS ID.

    If the ID is one of those basic, just get its value in as a variant and add the berries of NAME and OWNERSHIP:

    If the element is a CLUSTER, then the controls that it contains and make them one by one:

    If the control is a TABLE, it is a little more difficult.  Since there is no way to obtain a reference to an arbitrary reference, you must use a reference to an item that you have.  To use it, you must show one and the same element.  This code is that, while restoring the original notice:

    HOWEVER

    ENUM, as I said earlier, converted to VARIANT very well, but TDMS will not accept it.

    Here's a technique that works, sort of:

    By converting the enum in an I32, you get the digital value from its current location and can put that into a Variant.

    During playback, the digital value will set the ENUM control correctly, so that's good.

    The problem is in the tiara, the property will look like:

    Whatever_Engine_Cycle 2

    Even if this is true and read back OK, he doesn't tell the user what kind of cycle is.

    The point of ENUMS was to put names to specific numbers.

    I tried to convert the variant to a STRING instead of an I32, but occurs 1057 (IIRC): "cannot convert a Variant to the specified type.

    A similar problem exists for controls TEXT RING - although they will go through the process, without error, what appears is a number.

    Any ideas to make the DIAdem display the string value of the ENUM, instead of a number?

    The error that says no "recognized by this version of LabVIEW" - is LV2015 to be more smart about it?

    Nice post clear! We will try for an elegant solution.  I think you're halfway there!

    You know the ID of class its an enum so get the credits of enum

    This may not work with the type defs, I leave that to you.  Rings and rings of text can be manipulated simillar

    Edit: Of course move up the chain to the variant

  • XNET DBC Enums

    I'm going to guess the answer is no but nobody knows is there's sort of simple or at least feasible to maintain a shape any values enum signal from a DBC file when you work with XNET instead of logging just the value of a signal, the best that I can understand is the analysis of the CBD and write enums of value as a channel in the diary of PDM properties.

    -Va

    I eventually drop the CAN signals from my journal PDM, using it instead as a mainstream newspaper and created a separate journal to write the CAN in vector format CAD data, so I can just associate the DBC file ASC file when it is loaded into the couch.  As you said, get the info of the enumeration was feasible, but the TDMS format has no support for this type of logging.

  • Change the elements of control Enum or ring gives weird dialogue

    Whenever I did a right click on a control Enum or ring on my FP and choose Edit items... I see the following image. It's almost as if I'm missing a dll or something that shows the info to change the Page Properties dialog box elements. Any ideas?

    Hey Ben,

    I use 8.6.1.  I ended up uninstalling LV altogether and put it back.  The question went, and all is well now.  I hope he doesn't because it would be a pain to have to reinstall every time LV.

    The repair, which I mentioned earlier has not fixed the problem.

    Thank you

  • Get disabled in Array, Enum, etc items programmatically.

    Hello

    I am looking for a State off of each control and indicator and this record in a configuration file for a specific VI; that includes a wide range of tables, strings, booleans, enums, etc.. For simple, as a string, that only objects have a value unique is easy by using nodes of property like this:

    For more complex objects, such as an enum, which have multiple values, that the method above does for the enum object itself not elements. If a property node is created for one of these more complex objects there is a property called ' DisabledItems [of] ' what is not available using the property node Ctl (I guess because not all the controls and indicators have several elements). I would like this feature is compatible with all the screws manually create nodes of property for more complex objects is out of the question.

    Anyone know how to generically and programmatically disabled items to one of these more complex objects? It goes same for tables, groups, rings, etc..

    Thanks for any help,

    ARIC

    You can use the class ID or class name property to find out what type of control it is then use the most specific class to mount the RefNum to the correct class.  You then access the properties you are interested in.

  • Saving choise of enum to TestStand

    Hello!

    I use Labview and TestStand and I have a question about the present. I am writing a program where the operator can choose 4 different tests to be run from an enum. According to what criteria the operator chooses, TestStand must perform a number of sequences. Mainly, I want available to be like a message box that is displayed on the screen with the enum.

    Thank you!

    / Nina

    What exactly do you need help? The VI would not much more that a structure of the event and you need to pass the enum to a wired indicator to the connector pane. In the VI properties > appearance window, set it to the dialog box. Use the start and stop modal functions modal in vI to ensure that the dialog box is on the top. The sequence would be a step in the LabVIEW action that calls the VI and defined to display the front panel, when it is called. Iron the enum to a numeric variable TestStand. How call a VI and recover data to a VI is explained in the manual "with the help of LabVIEW with TestStand.

  • Node of devices for the control of 'ENUM '.

    Hello world

    I had some problems to understand the 'NumItem' property for the control to enum with property node.

    I am trying to use this property to control the iterations of a 'loop' For.

    Here is the related link: http://forums.ni.com/ni/board/message?board.id=170&message.id=400341&query.id=479803#M400341

    Thanks for jmcbee.

    the problem I have is that I did not find property 'NumItem' it, or I find some possible properties instead of him.

    I be gracious, if someone of you could give me an idea.

    PS: I'm using Labview 8.6.

    Thanks in advance,

    -Kunsheng

    "NumItem" is short for "number of items". Glance for this.

  • When my DVD drive would not work, I bought an external. I get the same message when I go into properties. Pilots have been disabled.

    When my DVD drive would not work, I bought an external. I get the same message when I go into properties. Pilots have been disabled.

    Hello

    Check with the manufacturer of the system, their online documentation and drivers, diagnostics, and
    Ask problems known in their forums. You may also check those similar
    resources on the site of the manufacturer of the actual device (for the original drive).

    =================================================================

    It is not surprising that the same issue affects the old and the new drive.

    This problem may be caused by the presence of too many CD/DVD programs competing for resources,
    especially by these programs that run at startup.

    Even if the error is not Code 22 check these:

    Code 22
    http://TechNet.Microsoft.com/en-us/library/cc731267 (v = ws.10) .aspx

    How to fix the Code 22 errors
    http://pcsupport.about.com/od/errorc/a/code-22-error.htm

    How to enable a device in Device Manager in Windows Vista
    http://pcsupport.about.com/od/windowsvista/HT/enabledevvista.htm

    If necessary:

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    for Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error in Windows
    Vista installation after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

    ===============================

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and
    the correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry for your CD/DVD settings
    drive from someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays all the
    devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

     
  • Computer shipped with cd burner. When I go to burn a cd, it says to connect the burner. In the properties of the device, it says this device cannot start (code 10)

    Cannot read cd of either.

    Hello

    Description of errors related to the 10 Code that generates the Device Manager in Windows on computers
    http://support.Microsoft.com/kb/943104/

    Step 1: Please do all the same underneath if you did some before as is often total
    a process that solves the problem.

    Try this - Panel - Device Manager - CD/DVD - double click on the device - driver tab.
    Click on update drivers (this will probably do nothing) - RIGHT click ON the drive - uninstall.
    RESTART this will refresh the default driver stack. Even if the reader does not appear to continue
    below.

    Then, work your way through these - don't forget the drive might be bad, could be a coward
    cable or slight corrosion on the contacts (usually for a laptop) and other issues.

    Your CD or DVD drive is missing or is not recognized by Windows or other programs
    http://support.microsoft.com/kb/314060 - a Mr Fixit

    Try this fix manually if the Fixit 314060 does not work
    http://www.pchell.com/hardware/cd_drive_error_code_39.shtml

    Your CD or DVD drive is missing or is not recognized by Windows or other programs-
    a Mr Fixit
    http://support.Microsoft.com/kb/982116

    The CD drive or the DVD drive does not work as expected on a computer that you upgraded to
    for Windows Vista
    http://support.Microsoft.com/kb/929461

    When you insert a CD or a DVD, Windows Vista may not recognize the disc
    http://support.Microsoft.com/kb/939052

    Your CD or DVD drive cannot read or write media - A Mr Fixit
    http://support.Microsoft.com/GP/cd_dvd_drive_problems

    CD/DVD drive does not appear in Windows Vista, or you receive this error in Windows
    Vista installation after booting from the DVD (AHCI)
    http://support.Microsoft.com/kb/952951
    Drive CD - R or CD - RW Drive is not recognized as a recordable device
    http://support.Microsoft.com/kb/316529/

    Hardware devices not detected or not working - A Mr Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    Another possibility is that the cables are loose. Remove ALL power, then make sure that the cables in both
    ends. Remove and replace, do not just tight. For laptops, you can often clean power and
    contacts data with a pencil eraser.

    Some DVD players do not use the Windows default drivers so check with the manufacturer of system and
    manufacturer of device to see if there is a firmware or drivers for your drive if necessary.

    ===============================

    Step 2: You have disc problems as the CD/DVD is actually 4 discs in 1 case (CD & DVD
    Burn and CD and DVD read). So it is not unusual for 1 or 2 operational so that other parts
    do it right.

    Did you follow the Troubleshooting Guide for the reader who still does not work? There are
    the entries in registry that the troubleshooter does not solve and those who "might" be the cause.

    Check with your Maker system and a device for the two possible firmware updates and
    the correct registry entries for your car.

    Here are the keys that I of course are those in question - for the subkeys of the CD/DVD drive
    as there will be other subkeys in these keys. Do not forget to ask specific keys involved as well as
    the parameters.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\0001\System\CurrentControlSet\Enum\IDE

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\ {4D36E965-E325-11CE-BFC1-08002BE10318}

    -----------------------------------------------------------------------

    You can probably find more info here and maybe even the exact registry for your CD/DVD settings
    drive from someone with the same model.

    Forums - a lot of expert real help
    http://Club.myce.com/

    CD/DVD units
    http://www.myce.com/storage/

    Use DevManView to locate the CD/DVD in the registry (be careful and do a prior Restore Point)
    nothing change) - find the DevManView device and then make a right click on it free in RegEdit.

    DevManView - free - an alternative to the standard Windows Device Manager, which displays all the
    devices and their properties in flat table, instead of the tree viewer
    http://www.NirSoft.NET/utils/device_manager_view.html

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • i18n: changing enum to... class static fields?

    Hello

    I am involved in a project where I had some enums. This enum has benefited from the latest versions, so I got something very standard as:
    public enum MyEnum{
       ONE("one"),
       TWO("two");
    
       private final String literal;
    
       private MyEnum(String literal){
          this.literal = literal;
       }
    
       @Override
       public String toString(){
          return literal;
       }
    }
    I have not only one, but several of them. My problem is that I might need to translate these literals in several languages and I'm not sure which is the best way to do it. I thought about having several singletons in my main class. Once we know the language, I'd get these names from a .properties file and initialize these singletons, but I really think that sounds bad. Who is the best practice in this scenario?

    Maybe a singleton class that contains a map with (key, translation) and I ask for these names to the object?

    Thank you!
    Luis

    ldepablo wrote:
    OK, so I'll give it another chance ;-)

    Let's say I have i18n-IZE the app, so I put the enum value TWO that gets the value "zwei" of my numbers_de.properties. Where should I save these values?

    You could look for a group of resources, each time, or you could store in a card in or outside the enum to be retrieved by a suitable research method.

    I would say in a list/map in some singleton component in my factory class.

    I don't know enough about your needs or design to comment on where the map should be live. I don't know why you consider the list, since you probably want to get these things by keys. In other words, you do not use TWO as the number 2, but rather as a constant to get you the key to look up the word "two". You will also have an enum value DOG, with a literal "dog", so that you can find "hund" (or other) in German, "perro" in Spanish and "inu" in Japanese, Yes? For a list wouldn't you do much good for looking for these things.

    Or am I missing something?

    Later, I read the word "zwei" in the source, and want to know what value corresponds to "zwei", so I search for "zwei" in my list/map, get his position, which would be the 'second' and that way I'll know the result's 2.

    Why do you need to know the position? That makes sense to me, especially in view of the fact that the cards have indices.

    But if you need a means of correspondence between the word 'zwei' return to his forefinger--or its value enum TWO - key then just build two maps, one for each direction.

  • problems with mysql OWB mapping: double, enum, TEXT fields

    Hi all

    I'm trying to get my mysql source environment data in the oracle environment, but I have problems with a couple of types of data source: (double, enum, text).

    After we used the mapping script:
    I used david original platform allans definition script (thanks david)

    In the target mysql source mapping
    TEXT is mapped as varchar (max)
    double as double
    ENUM as CHAR (0)? and like TANK (2000) in the temporary_table

    the deployment will correctly, but when running, there are problems with the mapping package generated on the target...

    "Job 69 error: ERROR (461, 42): PLS-00103: encountered the symbol") "when expecting one of the following values:"

    (

    (462: 42) ERROR: PLS-00103: encountered the symbol ")" when expecting one of the following values:

    (

    (473, 38) ERROR: PLS-00103: encountered the symbol "INDEX" when expecting one of the following values:

    "

    When you look in the package, you see that it is linked to

    ' TYPE ' T_C$ _26_DE "IS THE TABLE OF VARCHAR (MAX) INDEX DIRECTORY;
    TYPE "T_C$ _28_WI ' IS THE DOUBLE INDEX DIRECTORY TABLE.


    a double does not exist such an and should probably be mapped to 'DOUBLE PRÉCISION' in oracle.

    the enumeration on the target is mapped in a char (1)...

    I adapted the scripts of platform like this:

    "OMBALTER PLATFORM"MySQL"DELETE PLATFORM_TYPE"double ";
    Platform OMBALTER "MYSQL" ADD PLATFORM_TYPE "double".
    Platform OMBALTER 'MYSQL' EDIT PLATFORM_TYPE 'double' SET PROPERTIES (SYNTAX) VALUES ('double')
    Platform OMBALTER 'MYSQL' ADD FROM_PLATFORM_TYPEMAP 'DOUBLE_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('double', 'DOUBLE PRÉCISION')
    Platform OMBALTER 'MYSQL' ADD TO_PLATFORM_TYPEMAP 'DOUBLE_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DOUBLE PRECISION', 'double')


    Platform OMBALTER 'MySQL' 'Double precision', DELETE PLATFORM_TYPE;
    Platform OMBALTER 'MYSQL', 'Double précision' ADD PLATFORM_TYPE
    Platform OMBALTER 'MYSQL' PLATFORM_TYPE EDIT 'double precision' SET PROPERTIES (SYNTAX) VALUES ('double precision')
    Platform OMBALTER "MYSQL" ADD FROM_PLATFORM_TYPEMAP "DOUBLE PRECISION_TOG" SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('double precision', 'DOUBLE PRÉCISION')
    Platform OMBALTER 'MYSQL' ADD TO_PLATFORM_TYPEMAP 'DOUBLE_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DOUBLE PRÉCISION', 'double precision')
    --"

    Platform OMBALTER "MYSQL" ADD PLATFORM_TYPE "text".
    Platform OMBALTER 'MYSQL' PLATFORM_TYPE EDIT 'text' SET PROPERTIES (SYNTAX) VALUES ('text')
    Platform OMBALTER 'MYSQL' ADD FROM_PLATFORM_TYPEMAP 'TEXT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('text', 'CLOB')
    Platform OMBALTER 'MYSQL' ADD TO_PLATFORM_TYPEMAP 'TEXT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('CLOB', 'text')

    help highly appreciated ;-)

    Philippe

    Published by: user11987935 on August 18, 2010 13:56

    Hi Philippe,.

    Try this...
    Set the mapping in the basic mode GAME...
    Right-click the mapping-> select Configure
    Under Options-> generation of Code generation Mode-> defined in function
    Under Runtime Paramerters-> default Mode Operting-> defined in function

    Deploy the mapping and try again...

    Kind regards
    Suraj

  • Folder upload icloud properties

    I just started to use iCloud for storing photos and have a question. I saved all the
    my photos to the iCloud download file last week. I don't know how
    photos I have, but the properties of the folder my pictures iCloud download folder
    shows that there are about 35K points in there. The transfer to iCloud is now over, but
    the cloud shows that about 17 photos of k. I have not removed anything from the
    clouds. Does this sound right? Thanks for your help.

    What do you mean by iCloud transfer file?  You can find the number of photos you have at the bottom of the Photo app to iCloud.com

  • right click Delete installed wall paper brings the properties

    The wallpaper I installed is not full screen. I want to remove it and return to the factory-installed.
    Make a right click on the screen brings the properties at all
    What I get is Save Page in

                           View Background image
                            select all
                              View past info
                              inspect element
    

    You may have installed a light theme (Persona).

    You can uninstall this theme and go back on the 'Default' theme (Tools > Modules > appearance/themes).
    See:

Maybe you are looking for

  • I have an application that is in limbo. He says waiting, and I can't remove it.

    I have an application that is in limbo. He says waiting, and I can't remove it. I tried to restart my phone and tried to open the app to re install. He is STUCK... HELP Please help.

  • Qosmio F - cannot save the new BIOS settings

    When I go into the BIOS and when I make some changes and save them I can't. It seems that I have to restart. I have the latest version of the BIOS update. Come on Toshiba. Who do I contact to report problems like this or the fact that my function but

  • Adobe flash player problems

    IM currently using a computer laptop advent with windows vista ultimate installed, its version is 6.0.6002 service pack, CPU is Intel (r) Celeron (r) m cpu [email protected], 1733 mhz, 1 core, 32-bit operating system. I can't find a flash drive that seems

  • XPS 8500 card video, power, upgrades

    I see several threads looking for upgrades XPS 8500 graphics card that can be used with the stock PSU 460w or improved power supply.   However, in upgrading the GPU for this machine, there are a few cards that are not compatible and will result in a

  • My WiFi connection keeps on disconnecting from the network

    {(J'ai utiliser un hotspot wifi) ideas why this can happen, it worked fine on my old pc under xp.} Given that I've upgraded to win7 Ive had nothing else that the headaches {of course ive run the wizard help thing but) problembs. Any1 can help