XSLT Development Tools options

Hi group, searching in the Internet I found two products for XML which incorporate a very robust debugger for XSL/XSLT, I would like you to see these products and then, give me your opinion about the development environment or recommend me some other that you know.
XML IDE’s
- http://xslt-process.sourceforge.net
- http://www.mentattech.com/themes/mentat/alchemist/index.html
Regards,
Teksure
Widfrid

Which (cookie) window do you mean?<br />
The cookie exceptions window or the show cookies window?<br />
Are more windows affected?
Can you attach a screenshot?
*http://en.wikipedia.org/wiki/Screenshot
*https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

Similar Messages

  • Web Developer Tools option must be installed

    Hello Experts,
    I have been working with Visual Studio Ultimate 2013. Today when I tried to open a solution, it tried to convert the solution and showed me error like
    "The Web Developer Tools option must be installed prior to opening or creating Web projects. You can install this option by repairing your Microsoft Visual Studio installation and ensuring that 'Web Developer Tools' is checked in the list of optional
    components."
    I goggled about this and tried to Modify the Visual Studio 2013 ultimate by enabling the Web Developer Tool. But here I am getting the other error like
    Unable to Locate Package Source.
    What should I do now?  Any help is greatly appreciated.

    Hi vdha,
    Will the issue reproduced when you create a new simple web project?
    Actually based on your error message "Unable to Locate Package Source", I recommend you download a new copy of VS2013 Ultimate ISO and use it to repair or install that component.  Please remember that the ISO should match the hash, you
    need to check this page
    https://www.visualstudio.com/en-us/downloads/visual-studio-2013-iso-sha1-vs for details about how to verify your ISO hash.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • DocFlex/Javadoc 1.5.6, a multi-format doclet development tool and more

    DocFlex/Javadoc is both a multi-format Javadoc Doclet and a rapid doclet development tool, which allows easy creation of professional quality Java API documentation generated by Javadoc in various output formats.
    More in this article:
    Key Features
    Availability
    This Version
    What is DocFlex?
    Main Concepts
    Other Applications
    Links
    KEY FEATURES
    Template-driven doclet architecture
    - Actual doclets are created in the form of special templates interpreted by the DocFlex Doclet, which is the template interpreter / output generator wrapped in the form of a Javadoc Doclet.
    - The high quality graphic Template Designer allows you to visually design most of things, whose development was possible so far only by direct Java coding.
    - The templates are designed independently on a particular output format. All formatting is specified in some universal way using properties of template components. During the generation, it is rendered with the suitable features available in the selected output format.
    - The elaborated support of template parameters (including multivalued list parameters). The parameters are defined and accessed within templates to adjust dynamic properties of template components. Most of options previously used to control an ordinary doclet now simply become template parameters!
    - The possibility to call templates from one another. This feature (along with the template parameters) makes possible re-using the same templates for different tasks as well as organizing template libraries.
    Data processing
    - The entire Doclet API is represented in the form of a virtual XML document (called Doclet DSM), on which the designing and processing of all templates is based.
    - Sophisticated capabilities for data querying and sorting based on an extension of XPath.
    - Full support of new Java 5.0 language features: Generic Types, Enums, Annotations.
    - Simultaneous support of Java 1.4 and Java 5.
    Creating hyperlinks
    - Generation of an extensive network of hyperlinks interconnecting the whole documentation.
    - The hyperlinks can be generated in all output formats that support them (this currently includes HTML and RTF).
    - The universal way of defining documentation cross-links based on the link/target keys specified in templates.
    - In RTF, the cross-links can be generated in the form of page number references, which effectively makes them usable even in the printed documentation.
    - In HTML, the possibility of loading several frame windows from a single hyperlink at once.
    Universal support of various formatting techniques
    - text formatting: fonts, colors, borders
    - paragraph formatting: margins, pagination control, borders, colors
    - border formatting: styles (solid, double, dashed, dotted), thickness, colors
    - tables: arbitrary cell layouts, borders, nested tables
    - lists: bulleted, numbered, delimited
    - document fields (RTF): page number, number of pages, TOC, etc.
    - page formatting: size, orientation, margins, headers/footers
    - formatting styles
    - rendering of embedded HTML, which means interpreting in non-HTML output formats (such as RTF) the HTML tags embedded in text data (e.g. documentation comments). Almost all HTML tags practically usable in doc-comments are supported.
    Inserting images
    - statically specified in templates
    - dynamically, obtained by <img> tags found in Java comments
    - supported image formats: GIF, PNG, JPG, WMF, EMF, BMP
    Output formats
    - HTML (both framed multi-file and single-file output)
    - RTF (version 1.6 - supported since Word 2000).
    - TXT (plain text), which may be particularly useful for various utilizations of the Java code information provided by the Doclet API generate XML files by it, or SQL files to import into a database).
    Standard Template Set
    - The ready-to-use Standard Template Set included in all editions of DocFlex/Javadoc allows you to immediately generate:
    (*) The framed HTML Java API documentation similar to that generated by the standard Javadoc.
    (*) The same documentation packed in a single HTML file.
    (*) The unmatched quality RTF JavaDoc.
    - Special features supported by standard templates:
    (*) Excluding classes/methods/fields by custom tags and annotations.
    (*) Selective omitting of package qualifiers.
    (*) Selective documenting of custom tags (similar to -tag option of Standard Doclet).
    - By modifying the standard templates, you can quickly customize the generated documentation according to your needs.
    Doclet GUI
    - Besides command line options, DocFlex Doclet supports an alternative user-friendly way to control the template-based doclets interactively -- the high quality Doclet GUI.
    - The Doclet GUI starts with the Generator Dialog, where you can specify all general settings (such as the main template, the output format and the output directory), start the generation, track its progress and stop at any moment you need.
    - The grid-tree-based Parameter Inspector invoked from the Generator Dialog for a selected template allows you to view the descriptions of all template parameters controlling the doclet and set their values according to the parameter data types.
    - The generator options specific for the selected output format can be set in the corresponding Format Option Inspector (also invoked from the Generator Dialog).
    - Once the generation is finished (or cancelled), you can start it again with different settings or a new main template without restarting the whole Javadoc.
    Integrations
    - With any system that runs Javadoc (in particular, see below)
    - Apache Ant
    - Apache Maven 2
    - Eclipse
    For lots more information, see DocFlex/Javadoc homepage: [http://www.filigris.com/products/docflex_javadoc/]
    AVAILABILITY
    DocFlex/Javadoc comes in two editions:
    (1) The full edition called "DocFlex/Javadoc" as it is. This is commercial software, which includes all the implemented functionality.
    (2) The reduced freeware edition called "DocFlex/Doclet". It includes only the output generator and can be used as an interpretor of any custom templates. It also includes the standard template set, which allows you to instantly use it as an HTML doclet (similar to the standard one, however with some special features) plus an excellent quality RTF doclet.
    Both editions are available for downloads on the page: [http://www.filigris.com/downloads/]
    THIS VERSION
    New features:
    - The template interpretor works 15-20% faster
    - Improvement of RTF output
    - Multi-valued (list) template parameters
    - Custom elements
    - Standard Templates: Selective documenting of custom tags (similar to -tag option of standard doclet)
    For more details, see product Readme | Change Log on the downloads page: [http://www.filigris.com/downloads/]
    WHAT IS DOCFLEX?
    DocFlex is an innovative technology for development of high quality template-driven documentation/report generators by any kind of data obtained from various software applications via the Java APIs they provide.
    MAIN CONCEPTS
    The whole DocFlex technology is based on four generalizations:
    (1) The mapping of an entire Java API onto a virtual XML-like representation made of some elements and attributes so as to process any such a representation in a universal way using techniques borrowed from the field of XML, like XPath (or more precisely, a conceptual analogue of XPath with some extensions not present in it).
    (2) The abstract formatting concept based on four layouts (flow of text, flow of paragraphs or paragraph-like objects, tables and lists), which can be rendered in most modern document formats (e.g. HTML, RTF, XSL-FO etc.)
    (3) The automatic generation of hyperlinks (or their page number reference equivalents) by matching the sets of keys produced from certain natural properties of the things (entities) being documented and hyper-linked.
    (4) The representation of the object controlling structure of the output generator (made on the first three principles) in the form of a plain-text template with a possibility to create and edit such templates using a graphic Template Designer, which visualizes the controlling objects (now becoming template components) in a form resembling the output they will produce.
    OTHER APPLICATIONS
    In fact, DocFlex/Javadoc is not the only application of DocFlex technology. The following is a summary of other DocFlex software:
    DocFlex/XML
    The SDK and runtime environment for rapid development and execution of template-driven automatic documentation/report generators by any data obtained from XML files.
    This is currently the most complex and advanced application of DocFlex technology. Actually, this tool can be considered a powerful alternative to XSLT. At least, it is definitely able to do what XSLT apparently not (for example, see “XSDDoc” below). We will publish a more detailed comparison “DocFlex/XML versus XSLT” with the next DocFlex/XML release, which is coming very soon.
    DocFlex/XML home page: [http://www.filigris.com/products/docflex_xml/]
    DocFlex/XML | XSDDoc
    A template set for DocFlex/XML that implements a high quality W3C XML Schema documentation generator in HTML and RTF output formats.
    For more details, please see: [http://www.filigris.com/products/docflex_xml/xsddoc/]
    DocFlex/XML | WSDLDoc
    A similar template set for DocFlex/XML that will implement a high-end WSDL documentation generator.
    This product is not released yet.
    DocFlex/Together
    A template-driven documentation generator for [Borland Together|http://www.borland.com/us/products/together/] (which is a UML modeling tool).
    This is the earliest application of DocFlex technology and probably the most beautiful one. It works only with Together Architect 1.x, which is now obsolete. Unfortunately, since Together 2005, Borland eliminated any open APIs (for unknown reasons). Because of this, further development of DocFlex/Together was impossible.
    DocFlex/Together home page: [http://www.filigris.com/products/docflex_together/]
    See also examples of the UML documentation generated with it: [http://www.filigris.com/products/docflex_together/examples/]
    The future DocFlex/UML is going to generate something like this as well.
    DocFlex/UML
    A template-driven UML documentation generator based on [Eclipse EMF|http://www.eclipse.org/emf/]. This tool is in early development stage yet. In a sense, it will continue DocFlex/Together with the focus on integration with other UML tools that use Eclipse EMF.
    LINKS
    This original article can be found at:
    [http://www.filigris.com/ann/docflex_javadoc_v1.5.6/]
    DocFlex/Javadoc home page:
    [http://www.filigris.com/products/docflex_javadoc/]
    DocFlex/XML home page:
    [http://www.filigris.com/products/docflex_xml/]
    DocFlex/XML | XSDDoc, the XML schema documentation generator:
    [http://www.filigris.com/products/docflex_xml/xsddoc/]
    Free downloads:
    [http://www.filigris.com/downloads/]

    Now, DocFlex/Javadoc v1.4 has been released specifically dedicated to Linux (Mac OS X) support:
    (*) Some early bugs have been fixed, which prevented it working properly under Linux.
    (*) A special RTF option was introduced to generate OpenOffice.org friendly RTF (see below)
    (*) Improved support for external document viewers.
    (*) Now, DocFlex/Javadoc software includes the shell script files prepared to quickly install and launch it under Linux
    New RTF option
    A new RTF output option "Tune output for MS Word� has been introduced. This option, actually, allows switching off that very tuning (which until now was the default mode) to produce an RTF friendly to open with other non MS Word applications, e.g. OpenOffice.org Writer under Linux.
    Read full announcement (and screenshot) by this link:
    http://www.filigris.com/ann/docflex_javadoc_v1.4/
    Regards,
    Leonid Rudy
    http://www.docflex.com

  • Microsoft Office Developer Tools for Visual Studio 2013 on Windows 10 Technical Preview

    Hi, I've never developed a plugin for Office before. I've downloaded the technical preview of Windows 10 and have it running via Boot Camp on my MacBook (Looks good! I'll buy it when it comes out). Obviously with this being in beta it's understandable that
    there are problems, so this is just a heads up on one particular problem. Maybe there's already a solution or workaround?
    I've downloaded Visual Studio 2013 Community Edition, brought a copy of Microsoft Office Home And Student 2013 and am currently in the process of installing Microsoft Office Developer Tools for Visual Studio 2013.
    The only problem though is that when I try to install it I get the following message:
    http://s22.postimg.org/dxh1gtra9/Install_Problem_Office_Plugin_Tools.png
    Here is the log:
    http://pastebin.com/7wWkSfjF
    I also tried to download the file directly and run that.
    http://s3.postimg.org/tj9vb660j/Install_Problem_Office_Plugin_Tools2.png
    I right clicked on the file and noticed an options called "Troubleshoot Compatibility". There was a wizard, and I ran through the wizard a number of times through different routes but none of them worked. I was unable to find the option which turned
    off compatibility mode. I then searched for answers online which told me to do some things in the regedit program but that didn't seem to solve the problem.
    Anyway, I understand that this is a beta version of Windows 10 and that there are going to be problems but thought it would be best to let you know. Perhaps I should just bite the bullet and buy Windows 8.
    Many thanks,
    Lawrence

    Hi RealByReel,
    Thanks for sharing the solution back.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • 8.6.1 HELP and TOOLS- OPTIONS not working

    Hi,  after installing 8.6.1 I'm not able to access help for any function, except on tookit functions.  The context help works, but there is no detailed help (except Toolkit functions).  If I access LabVIEW help, the window shows the tree on the right, but when I click on any of the items no help appears in the window on the right.
    Also when I click on tools->options it searches for <helpdir>\_launchhelp.vi which it never finds, so I cannot change any of LabVIEW's options either.
    I installed using the Developer Suite DVD's, I do not think there was an explicit option to select Help.  I installed to D:\program files, would it be an issue if you don't install to C:?
    I uninstalled previous versions before installing 8.6.1. 
    Any ideas? 
    Message Edited by AnthonV on 05-20-2009 03:00 AM
    Solved!
    Go to Solution.

    Hello,
    It seems you're installation in corrupt to some extent.
    You can repair you're installation by going to: Control panel->Software->National Instruments. Then you get a dialog in which you can select LabVIEW 8.6.1 and REPAIR.
    If it still doesn't work, you can always contact your local sales office for support.
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • Explain Plan in Pl/SQL developer tool

    How to get the explain plan result of a query in PL/SQL developer tool which has a database link ?
    Also, please suggest the min and max Cost, Cardinality and byte values
    Thanks

    859486 wrote:
    How to get the explain plan result of a query in PL/SQL developer tool which has a database link ?PL/SQL Developer is a tool written by allround automations.
    I suggest you ask how to use that tool vie the support option on their own website/forums:
    http://www.allroundautomations.com/plsqldev.html
    Also, please suggest the min and max Cost, Cardinality and byte valuesmin cost would be 0
    max cost could be anything
    cardinality is http://en.wikipedia.org/wiki/Cardinality_%28SQL_statements%29
    bytes are the number of estimated bytes involved in the data retrieved/processed.

  • JSP development tools

    hi,
    All the while, I'm an ASP Developer, but now have interest to become a JSP Developer. As a beginner, I'm here would like to know, what are the most famous JSP web development tools that are used for most of the JSP developer.
    I'm now using notepad. Did do some search on internet, but don't know which are the best.
    PLease help.

    If you want a WYSWYG editor, use Macromedia Dreamweaver...it's more oriented to a designer than a developer, but it's the best WYSWYG option...
    If you want professional development, the two best IDEs I've tryed are Borland JBuilder 8, and Omnicore Codeguide 6...
    Of course, there are too many different options...even open source options...
    Hernux

  • How to view execution history for any date in oracle SQL developer tool ?

    hi, i want to view some executed queries(2 months before) in oracle SQL Developer. if i press F8 it shows execution history for only last 30 days. is there any option(query) or something to view execution history for specific date ? i want to see some queries, which is executed before 2 months in my oracle SQL developer tool. Pls help me out.

    sb92075 wrote:
    943838 wrote:
    hi, i want to view some executed queries(2 months before) in oracle SQL Developer. if i press F8 it shows execution history for only last 30 days. is there any option(query) or something to view execution history for specific date ? i want to see some queries, which is executed before 2 months in my oracle SQL developer tool. Pls help me out.it will never occurWhy not? Are you a member of the product team that develops SQL Developer?
    To the OP, there is a forum for SQL Developer
    SQL Developer
    And there's also a sticky on the forum for product enhancement requests
    "Feature Requests, Extensions and General Collateral "
    Cheers,

  • Cannot login to XE using PL/SQL Developer Tool

    Hi,
    I have problem using PL/SQL Developer with XE. Whenever I try to use PL/SQL Developer to connect to the XE, I am getting this error message from PL/SQL Developer:
    Initialization error: SQL*Net not properly installed.
    OracleHomeKey: SOFTWARE\ORACLE
    OracleHomeDir:
    Both the PL/SQL Developer and XE are installed on a same laptop which is having XP with SP2 and its firewall disabled.
    My "sqlnet.ora" reads the following:
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS).
    Any help would be much appreciated.
    Regards,
    Abdiqadir.

    Had the same problem myself. I tried this and it worked. Mind you, BOTH Oracle XE and PL/SQL Developer have to be on same machines. I have WinXPSP2. Change the installation paths as per your settings in the examples below.
    In PL/SQL Developer:
    - Tools-->Preferences-->Options Tab-->
    ---- Oracle Home (empty is autodected): enter this value: C:\oraclexe\app\oracle\product\10.2.0\server
    ---- OCI Library (empty is autodected): enter this value:
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN\ociw32.dll
    That's it. It worked for me.

  • Syntax highlighting not working on PL/SQL developer tool

    Hello,
    Syntax highlighting is not working on PL/SQL developer tool using the beautifier. When I go set Syntax highlighting parameters (from  EDIT>PL/SQL Developer Beautifier Options > User Interface> Editor> Syntax Highlighting ) and click apply, the changes are not reflected in SQL code in the SQL window. Other feautures in the beautifier such as Fonts, Window types are working fine.
    Please help me with this issue.
    Thanks!!
    Shreejit

    As this is not an Oracle related question (let alone Oracle SQL or PL/SQL), and as you've been given a link to the relevant website... I'll now lock this thread.

  • Permissions for Developer Tools

    I installed the Developer Tools on three Macs I bought for my students to try. The setup is with three basic accounts: Admin; Graham (Standard account for my use); and Student. The latter is a Managed account.
    I have found in the Managed account that trying to open any of the applications in the Developer package brings up a "insufficient privileges" warning. I am reluctant to give the students increased access privileges (and Admin is certainly out) as they are (of course) inquisitive and will push things if they can. It is possible for me to use the programs in my Standard account.
    I had a look at the Finder permissions for a few of the files but even when I undid the padlock, I was unable (in Admin) to change the Student account to anything that would allow use.
    Is there a way to allow access to these utilities by changing permissions, or am I going to have to change that account to a Standard one, with possible risk?

    "I had a look at the Finder permissions for a few of the files but even when I undid the padlock, I was unable (in Admin) to change the Student account to anything that would allow use."
    How much time did you waste doing this? I say wasted because "permissions" have nothing to do with why the "managed" user can't use those applications in this situation - that dialogue is an example of a poor choice of words by the GUI designers, right up there with calling "login items" "Startup items" prior to "Tiger" (not to be confused with "StartupItems"), referring to a file owned by a uid that doesn't have a corresponding local user as being owned by "(unknown)" (not to be confused with the user "unknown" uid=99), and don't get me started about "Name", "realname", "Short Name", "name"...
    Rant aside, "Michael Conniff" is correct - applications may be approved for use by a "managed" user by selecting them in the "Accounts" pref pane. The selected apps are recorded in 'mcx_settings' in "NetInfo", and represented only by eg. their 'CFBundleIdentifier', or else a string derived from their "creator code". The programme's "path" is not important.
    It seems that only items in "/Applications" or "/Applications/Utilities" are presented in the "checkable" list in the "Accounts" pref pane, so the "Developer" apps can be made to appear there if their enclosing folder is temporarily to "/Applications" (they can be moved back after the apps are selected because the "path" is unimportant). Neither an "alias" nor a "symbolic link" to the developer apps folder seems to work. However, an alias to an app itself will appear in the list, so an alternative would be to place a folder full of aliases in the "/Applications" folder. A folder full of aliases can be prepared by searching in "/Developer" for items whose "Kind" is "Application", selecting "All" in the search results list, and dragging the items to a folder while holding down the "command" (⌘) and "option" (⌥) keys.

  • Odd Startup behaviour and cannot access tools- options menu

    As of this morning my installation of LV8 will not display the normal startup dialog box (allowing you to open existing VIs or open a new one), but simply opens a new VI immediately.  If I close this new NI then again instead of returning to the start up dialog it opens a second new (blank) VI.    Furthermore I cannot open the Tools->option menu from within a VI front panel.
    I've tried repairing the LV installation and when this didn't work I went for a full remove and reinstall - still no joy!
    I've also check that this is not user specific, so that when I log in as a different user on the same PC I get the same behaviour
    Help - please !!
    Solved!
    Go to Solution.

    Hi AMHurrel,
    This sounds rather strange. 
    Did you change anything on your setup?
    When you say you did a full remove and reinstall, how?
    These are the steps I would follow:
    The following procedure will remove the National Instrument Software:
    1.     Turn off the computer and physically remove or unplug all NI hardware that you have installed on your system.
        This includes anything that is PCI-, ISA-, USB-, 1394-, or ethernet-based.
    2.     Turn the computer on and go through Add/Remove Programs (START » SETTINGS » CONTROL PANEL » Add/Remove Programs)
        and remove everything NI-related. Generally, if you can remember, it is best to uninstall things in
        the reverse order in which they were installed. For example, if you installed LabVIEW, then NI-DAQ, and then the
        Internet Developers Toolkit for LabVIEW, you should uninstall the Internet Developers Toolkit first,
        then NI-DAQ, and then LabVIEW last.
    3.     After everything has been removed (do not be concerned at this point if an item still shows up in the
        Add/Remove Programs list after you have removed it), close all programs and restart your computer.
    4.    Go to START button of your operating system, choose RUN and type "regedit". This will open the Registry
        Editor window. Go to the Registry Menu and choose Export Registry File. Select "All" for the export range,
        and select a file name. This creates a backup of the Registry in case a mistake is made when deleting the keys.
    5.     Remove the following registry components from the Windows Registry:
        HKEY_CURRENT_USER\Software\National Instruments Delete the entire tree!
        HKEY_LOCAL_MACHINE\Software\National Instruments Delete the entire tree!
        HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI\ or \ISA and delete registry entries containing any
        keys with 1093 in them.
        Do not worry if any of these trees are not listed. Continue with the remainder of the process .
        Note: You may need to modify security policies. In Windows 2000/98/95/NT, go to [regedt32] then
        Security>>Permissions. In Windows XP you can modify security options using Edit>>Permissions in the
        Registry Editor (regedit).
    6.     Close regedit.
    7.     Make sure that you do not have any of your own VIs or other files saved in the "C:\VXIpnp",
        "C:\Program Files\National Instruments", or "C:\WINDOWS\nidaq" folders. If you do, copy them to a
        different location. If you are concerned about keeping old virtual channels and your SCXI setup intact,
        then backup the "C:\WINDOWS\niconfig.daq" file, too. Delete all folders and files mentioned above.
        Note: If you have Windows NT/2000, replace "C:\Windows" with "C:\WINNT" in the paths listed above.
    8.     Save the attached file msiBlast.zip to your desktop.
        a) Extract the file msiBlast.exe from the zip archive.
        b) Double click on the downloaded msiBlast.exe file to run the executable.
    c) Choose the Show NI Installers Only selection.
    d) Using (Ctrl+Left Mouse Click) select all National Instruments Software that appears in MSIBlast.
    e) Press the Uninstall button. This will uninstall all of the National Instruments MSI Registry entries.
    f) Optional:
    The Repair option will open the National instruments Installer Program and run the repair option within the installer.
    Maintenance Mode will open the Installer Program and allow the user to modify the installation. To open the installer do not enter anything in the Command Line Arg? Dialog box.
    9.     Reboot your computer.
    10.     You should be ready to install your software. For the cleanest possible install, first install all of your
        application development software, such as LabVIEW, Measurement Studio, etc. Do a custom install, so that you can
        install just the application WITHOUT ANY DRIVERS. Reboot your PC when requested after each install.
        Even if the installer does not tell you to reboot, it would probably be a good idea to do so anyway.
        Now install your driver software and follow the associated user manuals. Some older non Plug-n-Play hardware
        must be installed before the driver. Download the latest versions of the drivers that support your hardware
        from our Drivers and Updates software library (link below), and install them one-by-one, rebooting after each
        install.
    11.     Finally, shut down and re-install your hardware. When you boot back up, it should be detected in MAX.
    NI Drivers Link :  -  http://www.ni.com/softlib.nsf
    **Attached is msiBlast.
    ***Do you get an error messages?
    Let me know what you think,
    Kind Regards
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • Develop Tool overlays do not show, crop distorts

    Lightroom 5.6 on Windows 8.1
    Only installed today. Imported a Photoshop Elements 9 catalogue. Thought I'd play with Lightroom and retouch some old photos but I'm getting very odd problems.
    The Develop Tool Overlays do not show when any of them besides crop. Yes I know you can turn them on, off or auto in Tools -> Tools Overlay menu option. No matter which I choose they never show up and do nothing when I try to drag, click brush etc.
    The crop tool distorts my original image to a strange 16:9ish ratio before cropping.
    Anyone heard of these problems? I've tried searching for these problems but can't find a solution.

    I am having the same problem.  The crop menu doesn't show drop down menu's.  I am running the 64 bit version of
    photoshop CS5 and I don't know if maybe it is a compatiblity issue?  Any help to get the drop down menus to appear?

  • Development tools for java

    HI,
    I am new in java. i know there are tools like netbeans to develop java in Windows Mode in Linux. But i want to know is there any tools like netbeans for developing java which will work from terminal window of linux ( black screen) ??
    Like TC3 , i used to use it to develop C++ from Dos mode.
    like TC3 , is there any development tools that i can run from Black screen of linux ( Terminal service / Command prompt), because i like to use black screen of linux ( command prompt)
    I will appreciate any help from any one.
    Kind regards
    Fosiul

    I know vi and Jstar also work.
    but problem is you cant compile in vi or jstar, u have to save , then have to quit then compile from command prompt. but netbeans - you can compile in same windows. or like Tc3 , you can compile by pressing f9( i think) ,
    but jstar or vi does not give any options ,it just the text eidtor.
    thats why i am asking , if any one know , any development tools which will work as a compiler and has graphics interface like TC3 for linux command prompt.

  • Suggestions for the Oracle Developer Tools for VS2005

    I'd like to start a thread for constructive feedback of the Beta version of these Oracle Developer Tools for VS2005.
    First off, check the known issues here before posting:
    http://www.oracle.com/technology/software/tech/dotnet/odt10202rn.html
    So, here are my issues:
    - In the Oracle Explorer, when you right click on a large table and click "Retrieve Data..." it hangs the IDE until an apparent timeout value of 30 seconds, then shows a message box stating that "The query is taking a long time. Would you like to continue" ...waiting? I think the better approach here is to follow MS. In Menu Tools -> Options -> Database Tools -> DataConnections, there is a setting to limit SQL results to x number of rows. I think ODT should do one of the following. 1. Read this value and apply it. OR 2. Hardcode a value of 100 - 500 rows. 3. Add a setting similar to MS in the Options...
    - In the Oracle Explorer, when you right-click on a view and click "Design..." the code for the view opens, but is not very readable because the line breaks are interpreted a little boxes. After dumping it into a hex editor, you can see the little box characters are Linefeeds (Char(10)). If these are all replaced with Carriage Return+Linefeed (Chr(13) + Char(10)), and pasted back into the editor in VS2005, it works perfectly. Note: My Oracle 9i Server is running on the Linux platform.
    - I know this is a known issue, but this one's a biggie for me. Drag and drop is not supported from Oracle Explorer to the XML Schema Designer. Will Drag-and-Drop of tables generate TableAdapters as well with the Fill methods?
    - Pre-existing Triggers don't seem to be visible in the Oracle Explorer.
    Thanks,
    -Tony

    Hi
    I am new to Oracle but not to VS. I have downloaded and installed the newest tools for Developer, having first tried the install for VS2003.net (which refused to install on my VS 2005.) I got the beta download and installed it, but my oracle explorer shows nothing. Any attempt to add a connection results in an error ORA-12560:TNS:protocol adaptor error. I had the full install of 10g r2 on my notebook, but removed it and opted for the XE version. I removed the Oracle_Home environment variable prior to installing XE. I am trying to connect to the HR database, and the account is unlocked. I saw a reference to the tnsfiles file, and that seems to be the problem, but I don't know what to do about it. Thanks in advance to anyone who can offer help.
    Bruce
    [email protected]

Maybe you are looking for