Cannot Edit Code

Hi there
I am trying to edit someone else's code in asp pages in
dreamweaver but alot of the code is made invisible and I can't
amend or edit it. Is it set as a template? Any ideas on how to
overcome this? I'm using MX.
Help gratefully recieved

dont try and use DW not worth the paper its writhen on all
people can do on this forum is just quote u not help you, try and
use crimson editor or 1st page 2000 to edit your asp code cause you
wont do it in DW
hahahahahahahahahahahahahahah DW this software is
funny

Similar Messages

  • JDI: Cannot EDIT a java source file in a loaded, inactive DC

    I have finished JDI Scenario 2+.  I have since built a new workspace and imported my Development Configuration.  I would now like to edit the java code and do a re-deployment.
    Problem: I cannot Edit the file; it is read-only.  I was able to edit the file from a different workspace yesterday, at which time when I typed in the editor I was prompted to create and activity and I did.  I did NOT mark it for exclusive check-out.
    Since then I have done a REVERT on that activity,but I still cannot edit this file in my second new wrokspace.  In the context menus, in the DTR sub-menu, the EDIT selections are always grayed-out.
    So, can someone advise how I can get the EDIT selections to be not grayed-out so that I can edit this file in the Java editor?
    Thanks,
    Mike R.

    Hi Mike,
    You are right, and the instructions are wrong: the "Create Project" must be done from the "Inactive DCs" view (for the sources to be editable).
    The "Active DCs" view will give you sources from the "active" workspace (containing all "activated" sources), which is read-only. For DCs you work on (and modify), you should sync sources from the "Inactive DCs" view, and for DCs you depend on you should sync archives/sources from the "Active DCs" view.
    I have requested for a correction of this error in our documentation.
    Regards,
    Manohar
    PS: There is now a dedicated SDN forum for JDI (under WebAS) - so you can post your questions there in future.

  • Edit code while in debug mode in CC

    Hi,
    I have just upgraded to Flash CC, and can no longer edit code while in debug mode. It appears the code window becomes read only while debugging. This is problematic because I often find it very useful to copy in variable names from data visible in the variables display portion of the call stack. This is very helpful if I have made a typo in my variable names, or if I am reading out data from a network request and I don't know the variable names ahead of time. Is there a way to unlock the code window so it does not become read only during debugging?
    -David

    Hi Amy,
    I appreciate that you are trying to help, and from a purely coding standpoint see the advantages to Flash Builder IDE over the Flash Professional IDE. Although personally I am a Visual Studio kinda guy... However I am working with a fairly large code base, (we are a small game studio that has been working with flash cs4, 5, and 5.5 for the past 5 years) and while nobody that works for me is crazy enough to put code on the timeline, we do have a significant amount of UI elements, dialogs, and layouts that are designed in the Flash editor with logic in classes that extend those elements. Now correct me if I am wrong, but it is my understanding that you cannot build FLA files from flash builder let alone have them link with the classes that are set to extend them in Flash Professional. The move to CC actually gives us access to Flash Builder - something that previously was an additional $500 a seat. While it may make sense for us to use in the future, for now I am faced with the issue of the new Flash CC has removed the ability to edit the code while debugging. I was hoping there was a setting or a hidden option to turn this very unnecessary change off, I wasn't really asking for a critique of my IDE choice.
    -David

  • Why I cannot edit and updat tree node in this program??

    Dear Friends:
    I have following code, it can be run ok,
    I set it editable, I hope to edit at run time, but looks like I cannot edit,
    what is wrong??
    Can you help??
    Thanks
    package treeSelectionListener;
    import java.awt.*;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.*;
    import javax.swing.tree.*;
    import javax.swing.event.*;
    public class SelectableTreeTest extends JFrame
         public SelectableTreeTest(){
              JPanel jp = new JPanel();
              JPanel jp2 = new JPanel();
            MyTree myTree= new MyTree();
            MyTree myTree2= new MyTree();
            JTabbedPane tabbedPane = new JTabbedPane();
            tabbedPane.setPreferredSize(new Dimension(600,400));
            jp.setPreferredSize(new Dimension(600,400));
            jp2.setPreferredSize(new Dimension(600,400));
            myTree.setPreferredSize(new Dimension(600,400));
            myTree2.setPreferredSize(new Dimension(600,400));
            JScrollPane   jsp = new JScrollPane();
            jsp.setPreferredSize(new Dimension(600,400));
              add(jsp, BorderLayout.CENTER);
              jsp.setViewportView(tabbedPane);
              jp.add(myTree);
              jp2.add(myTree2);
              tabbedPane.addTab("1st Tree", jp);
              tabbedPane.addTab("2nd Tree", jp2);
        public static void main(String[] args) {
            JFrame frame = new SelectableTreeTest();
            WindowUtilities.setNativeLookAndFeel();
            frame.addWindowListener(new WindowAdapter() {
                public void windowClosing(WindowEvent e) {
                    System.exit(0);
            frame.pack();
            frame.setVisible(true);
      public class MyTree extends JTree implements TreeSelectionListener {
      private JTree tree;
      private JTextField currentSelectionField;
      public MyTree() {
        Container content = getContentPane();
        DefaultMutableTreeNode root =
          new DefaultMutableTreeNode("Root");
        DefaultMutableTreeNode child;
        DefaultMutableTreeNode grandChild;
        for(int childIndex=1; childIndex<4; childIndex++) {
          child = new DefaultMutableTreeNode("Child " + childIndex);
          root.add(child);
          for(int grandChildIndex=1; grandChildIndex<4; grandChildIndex++) {
            grandChild =
              new DefaultMutableTreeNode("Grandchild " + childIndex +
                                         "." + grandChildIndex);
            child.add(grandChild);
        tree = new JTree(root);
        tree.setEditable(true);
        tree.addTreeSelectionListener(this);
        content.add(new JScrollPane(tree), BorderLayout.CENTER);
        currentSelectionField = new JTextField("Current Selection: NONE");
        content.add(currentSelectionField, BorderLayout.SOUTH);
        setSize(250, 275);
        setVisible(true);
      public void valueChanged(TreeSelectionEvent event) {
        currentSelectionField.setText
          ("Current Selection: " +
           tree.getLastSelectedPathComponent().toString());
    }

    change this
    tree = new JTree(root);
    tree.setEditable(true);
    tree.addTreeSelectionListener(this);to this
    setEditable(true);
    addTreeSelectionListener(this);and this
    currentSelectionField.setText
      ("Current Selection: " +
       tree.getLastSelectedPathComponent().toString());to this
    currentSelectionField.setText
      ("Current Selection: " +
      getLastSelectedPathComponent().toString());and remove this
    private JTree tree;

  • Cannot edit database

    Good day,
    I created a database(query) like 2 weeks back on microsoft sql server 2012.Now I want to continue working, but I cannot edit it.
    I can see the query which is saved under object explorer->Databases but I cannot seem to make it appear in the query edit.
    I need to open it, so that I can create more tables and more stored procedures(code).When I double click it, it opens its children instead of opening in the query edit.
    Thanks in advanced.

    What do you mean by "created a database (query)"?
    If you are the database owner or member of the database role db_owner you can create new objects (a very simplified picture).
    Go down in the hierarchy to the tables or views or procedures and right click.
    Than you can select "New [Table]..."; "New [View]..." , ...
    Or open a new query window and create a new object by using T-SQL
    e.g.
    USE [NameOfYourDatabase];
    GO
    IF OBJECT_ID('dbo.foo', 'U') IS NOT NULL
    DROP TABLE dbo.foo;
    GO
    CREATE TABLE dbo.foo
    ID int NOT NULL IDENTITY (1, 1),
    c1 char(20) NOT NULL,
    GO
    It seems to be that you are an absolute beginner. You shoud best start here:
    Use of SQL Server Management Studio
    MCM - SQL Server 2008
    MCSE - SQL Server 2012
    db Berater GmbH
    SQL Server Blog (german only)

  • 802.11n cannot start (Code 10)

    Hi,  we have an Acer Aspire One 753 Series, Model MS52296.  It suddenly today stopped connecting to WI-FI (we are using phone tethering), and when I go to see at Device Manager at 802.11n, it says This device cannot start (Code 10) Anything I can do? If there is something i can download, is it possible to download onto this other device - save it onto flash memory and then use that at the Acer Aspire. I have no means to get to internet with that one presently. I appreciate any information on this,  Marjatta

    I would try the easiest thing first and restart your computer.  If that doesn't fix it......... https://support.microsoft.com/en-us/kb/943104 Edit: yes, you could put a new driver on a USB flash drive and transfer to your computer.

  • Cannot Edit Pages

    Hello All,
    I'm new to DW so please keep that in mind. I have a site
    that I need to tweak and have been able to edit most pages in that
    site. However there are a group of pages that I cannot edit in any
    mode.(Design or Code) Each of these pages displays in yellow at the
    top right of the window "Template:internal" I'm not sure what that
    means. I have looked at much of the code but have found no obvious
    differences between the pages I can edit and those that I cannot.
    Could someone help me understand what is going on here?
    Thanks, Jeff

    > Is DW as bad as FP?
    Without a comfort level in HTML and CSS, anything will be
    trouble for you.
    On the other hand, if you are not put off by looking at code,
    then DW's
    templates are quite simple to understand and adapt to.
    > The site is quite large and has a few sub webs.
    DW will not play well with sub webs. Each sub web must be
    treated as an
    independent site in DW with its own site definition and local
    site (although
    you could nest your local sites in DW).
    > Anyway, I guess I test on a local server and hope to get
    an understanding
    > of
    > DW.
    Does your site's usage require a testing server? By that, I
    mean to ask -
    are you using server scripting? If not, then you do not need
    a testing
    server.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jeff5100" <[email protected]> wrote in
    message
    news:gbari5$bhb$[email protected]..
    > Thanks ACE,
    >
    > There was indeed a Template folder with the template
    file in
    > it.
    > I have downloaded it and will attempt to discover how to
    use it. It
    > reminds me
    > of Front Page which is a nightmare to go behind. Is DW
    as bad as FP? I am
    > fairly comfortable with html and have a conceptual
    understanding of css. I
    > have
    > built a site or two from scatch with DW without any
    problems. My main
    > concern
    > is that this site has been built by many entities and
    using different code
    > applications. I have to fix a few cosmetic things but
    don't want to break
    > the
    > site with my minor changes. The site is quite large and
    has a few sub
    > webs.
    > Anyway, I guess I test on a local server and hope to get
    an understanding
    > of
    > DW.
    >
    > Thanks again for your help
    >

  • Usernames with underscore at the begining cannot edit pages

    Hello,
    I know that a username (short name) starting with an underscore “_” are reserved by the system accounts.
    Anyways I wanted a character to differentiate users by their name and didn’t wanted to use the hyphen.
    So with such users, the pen button is never available. You cannot edit their pages.
    The fix is to not name your users using a underscore at the begining.
    I wouldn’t consider this as a bug but worth to know.
    Message was edited by: Thyb
    Message was edited by: Thyb

    > Is DW as bad as FP?
    Without a comfort level in HTML and CSS, anything will be
    trouble for you.
    On the other hand, if you are not put off by looking at code,
    then DW's
    templates are quite simple to understand and adapt to.
    > The site is quite large and has a few sub webs.
    DW will not play well with sub webs. Each sub web must be
    treated as an
    independent site in DW with its own site definition and local
    site (although
    you could nest your local sites in DW).
    > Anyway, I guess I test on a local server and hope to get
    an understanding
    > of
    > DW.
    Does your site's usage require a testing server? By that, I
    mean to ask -
    are you using server scripting? If not, then you do not need
    a testing
    server.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jeff5100" <[email protected]> wrote in
    message
    news:gbari5$bhb$[email protected]..
    > Thanks ACE,
    >
    > There was indeed a Template folder with the template
    file in
    > it.
    > I have downloaded it and will attempt to discover how to
    use it. It
    > reminds me
    > of Front Page which is a nightmare to go behind. Is DW
    as bad as FP? I am
    > fairly comfortable with html and have a conceptual
    understanding of css. I
    > have
    > built a site or two from scatch with DW without any
    problems. My main
    > concern
    > is that this site has been built by many entities and
    using different code
    > applications. I have to fix a few cosmetic things but
    don't want to break
    > the
    > site with my minor changes. The site is quite large and
    has a few sub
    > webs.
    > Anyway, I guess I test on a local server and hope to get
    an understanding
    > of
    > DW.
    >
    > Thanks again for your help
    >

  • "Device Cannot Start - Code 10" - Windows Vista Error, w/ 2nd Gen. Nano

    I'm having trouble with my Nano and Windows Vista. The computer is recognizing the iPod just fine and seeing all of my songs, but nothing will play and the diamond bar does not move. I can't hear previews online either.
    Under device manager, a yellow "!" shows up for the iPod, and it says "Device Cannot Start - Code 10" when I check. All of my drivers and updates are current as of today. So is iTunes. Any thoughts?
    It worked before, but now it's not.

    This is a reasonably common error on a PC when there is a problem with either a USB device, your USB cables or hardware, or the system drivers.
    In a case where, as you say, the device works properly with other computers, the problem is more likely to be with the hardware or drivers on the computer you're trying to connect to.
    See this site for some hints:
    http://www.pchell.com/hardware/usbcode10.shtml
    I found it via a web search; I don't have any connection to that site.
    The good news is that your iPhone is probably fine.

  • Cannot edit JPG, GIF files stored in a SharePoint 2010 picture library

    Created a SharePoint 2010 picture library to store .jpg, .gif images along with other types of images which were created using Adobe photoshop, Tiff etc.
    Upon clicking on the .jpg, .gif files for editing purposes, they open in the browser instead of Photoshop so I cannot edit these files for this reason. Other types of image files are editable but not the jpg, gif files. File associations are already
    in place for these files to open in Photoshop. Please advise.
    Thank you,
    Mahesh

    You can change the default application that opens while you click open document using DocIcon.xml which is present on the web front ends. Please look at this link which explains what you need to update in order to take care of your requirement. 
    http://msdn.microsoft.com/en-us/library/ms463701.aspx
    Hope this helps. 
    Thanks, Mayur Joshi Blog: http://splearnings.blogspot.com/

  • I cannot edit my contacts after upgrading to IOS5 .

    I cannot edit my contacts after upgrading to IOS5 . I can restore to factory settings but I want to keep my messages as they were.. what can I do? please someone help.. thanks in advance.

    HI MortenEJ,
    Thanks for your responce.but already done doing "Restore factory settings" .. and when Im doing "back up from" ..
    I still encounter the same problem. I have important messages in my inbox I want to keep. 
    I even try to upgrade to the newest version. IOS 5.0.1. but still the same..My main problem is my contacts. I dont have "+" add contact button and inside each contact.. I dont have the "edit" button..

  • Cannot Edit Captions in One File

    Hello,
         I'm using Captivate 3, and I have this one project file that I cannot edit the captions in. I wasn't having this problem until I imported a slide from another project. Ever since the slide imported, I haven't been able to edit the text captions. When I double click on the caption I want to edit, nothing happen. If I click once on the caption to highlight it, and go to the menu and click on an option to edit the caption, nothing happens. Captivate is only doing this on the project which I imported a slide, every other project I have opened works fine. I tried to save the file as a different name, and I still get the same result. Does anyone have any other ideas? Am I not doing something right? Thanks in advance for the help!

    Hello,
    Could be that the CP-file or objects have become corrupted. I'd recommend creating a new blank file with the same resolution, and copy and paste the slides to this new file. Better not all at once, so that you could perhaps find the "guilty slide".
    Lilybiri

  • I have an iMac, and have a Verizon DSL account. Recently, my Mac Mail keeps requesting the passwords on my account every few minutes, and will not allow me to send messages using Mac Mail. I cannot edit the outgoing server; how can I send emails?

    I have an iMac, and have a Verizon DSL account (3 email addresses). Recently, my Mac Mail keeps requesting the passwords on my accounts every few minutes, and will not allow me to send messages using Mac Mail (the message says that the outgoing server was rejected. I cannot edit the outgoing server, and the keychain will not save my passwords (the ports are valid). How can I change the outgoing server to send emails, and how can I avoid having Mail request my passwords every 2 minutes? Verizon, as usual, will not provide support to iMacs.

    Is there an email saved in your drafts or outbox folder?  I suspect that Mail is continually trying to send it, and each time Google is rejecting the email message.
    You can open the message and then delete it from your Outbox folder.  Then try removing all @gmail email addresses from it and seeing whether you can send to the other folks.  I suspect that will work.
    With email, if an SMTP server *can* verify email addresses, sometimes it will and it will refuse to send messages.  If a message has to be relayed across servers, no verification is done, and you'll get a bounce if an email address is bad.

  • Cannot edit Reminders in iCal

    I cannot edit some of the Reminders in iCal on my MacPro. I tried to figure out what's different about the ones I can't edit, and it may be that they are set to "repeat every day" - I can change them on my iPhone with the Reminders app, but it doesn't make sense to me that I can't change that on my computer. I'd like to end the repeat every day w/out having to use my iPhone.
    Does anyone know what's the problem - is it fixable?
    Thanks

    Please, please, please, report the issue that both alarms and due dates at the same time are not possible as a bug here:http://www.apple.com/feedback/iphone.html. The more people who submit it, the more likely apple will listen.

  • When I get an ICS from Outlook that is a multi-day event it populates my iCal as a single day and since I am not the owner I cannot edit the ICS.

    When I get an ICS from Outlook Express (Office is PC based) that is a multi-day event, it populates my iCal as a single day and since I am not the owner I cannot edit the ICS. I have to delete it and send a "decline notice" to the sender and re-enter it so I can put in multiple day events. Help!

    If you are running Tiger, you don't have time machine. 
    You need to get something like SuperDuper! or Carbon Copy Cloner (sorry, I don't have a handy link for CCC but you can Google it to get their site) to make a clone of your drive on the external and then do incremental backups.  The free versions do a lot and you can upgrade to the full-service versions for small change if you need more.  The one time I used SuperDuper! for cloning a volume it worked just fine. 
    (My backup application is the last PPC capable version of Retrospect, which does a credible job, or has over the past ten-twelve years.)

Maybe you are looking for

  • Help needed in installing Oracle Elastic Charging Engine

    Dears, I would like to install Oracle Elastic Charging Engine (ECE) but I could not find any relevant documentation. Please help out on this. Regards, Chidhambaram

  • No Photos in Library

    I just got on iPhoto today, and all of the photos in my library have dissapeared, but they're still saved on my computer. I just installed the new versions of quicktime and iPhoto (i think) and was wondering if this could have anything to do with it,

  • Forms6i and c# libraries

    Hi there I'd thank any clue to work from Forms6i with libraries written in C#. Doing short the history, we want to pass a card for a optical reader, loading then from the database to Forms6i the information referencing to the card's "key field". FFI

  • Final Cut Express 2/MacBook Pro

    I have a MacBook Pro (purchased in June 2006). I am trying to install Final Cut Express 2, but it says that I need to install an AGP Graphics Card in order to open and use the application. The computer already has a graphics card in it (ATI Mobility

  • SAP SBO button doesn't appear in MS Outlook (AddOn Outlook Integration)

    Hi all, I have installed AddOn Outlook Integration, and it went smoothly. But on some of my co-workers' computers the SAP Business One button doesn't appear in MS Outlook (usually it appears on the top menu). I thought it was just a matter of display