Can't edit any editable region but the first one!

I have a CSS layout and I am trying to edit documents that
are based on a template that has CSS only layout, the only Editable
Region I can edit from within Dreamweaver seems to be the first
one, with a Flash object in it, all the other ones I can
double-click until I am blue in the face and I cannot get DW to let
me into edit the area, it's driving me crazy.
What can I do to fix this!
Please help.

Show me the template, please.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"edoggie" <[email protected]> wrote in
message
news:eak466$54e$[email protected]..
>I have a CSS layout and I am trying to edit documents
that are based on a
> template that has CSS only layout, the only Editable
Region I can edit
> from
> within Dreamweaver seems to be the first one, with a
Flash object in it,
> all
> the other ones I can double-click until I am blue in the
face and I cannot
> get
> DW to let me into edit the area, it's driving me crazy.
>
> What can I do to fix this!
>
> Please help.
>
>

Similar Messages

  • How can I ignore multiple clicks while processing the first one?

    Hi -
    I am writing my first Flex program so I'm sorry if this is a newbie question.
    I have some code which handles a click but takes a while to finish. What I want to do is proces steh first click but ignore any more clicks until the code has finished dealing with the first one.
    Can anyone tell me the standard way to do this?
    Here's a simplified example with a builtin delay. If I click on the button several times and then wait, the clicks are all processed in sequence and the test count slowly increases. What I want the code to do is ignore any clicks which teh user made during the two second delay but start handling new clicks after the delay has finished.
    Example Code...
    <<?xml version="1.0"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx">
       <fx:Script>
          <![CDATA[
    private var count:Number = 0;
    private function clickHandler():void {
       // Something which takes a while to complete...
       var timer:Date = new Date();
       while( (new Date()).valueOf() - timer.valueOf() <  2000 ) {
          var nop:int = 0;
       // Report result
       count++;
       output.text="Test Number "+count;  
    ]]>
       </fx:Script>
       <s:Panel title="Example">
          <s:VGroup left="10" right="10" top="10" bottom="10">
               <s:Label id="output" text=""/>
               <s:Button label="Click Me" click="clickHandler();"/>
          </s:VGroup>
       </s:Panel>
    </s:Application>
    Thanks
    - Jon

    Thanks for the response Pramod. I tried to disable and enable the button but it doesn't seem to have any effect at all. If I click the button several times, this code still processs the clicks one at a time over the next few seconds. I am sure I am making a simple mistake somewhere here...
    private function clickHandler():void {
       mybutton.enabled = false;
    ...slow stuff here
       mybutton.enabled = true;
    Full code...
    <?xml version="1.0"?><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"      xmlns:s="library://ns.adobe.com/flex/spark"      xmlns:mx="library://ns.adobe.com/flex/mx">   <fx:Script>      <![CDATA[ private var count:Number = 0;  private function clickHandler():void {   mybutton.enabled = false;    // Something which takes a while to complete...   var timer:Date = new Date();   while( (new Date()).valueOf() - timer.valueOf() <  2000 ) {      var nop:int = 0;   }     // Report result   count++;   output.text="Test Number "+count;       mybutton.enabled=true;}  ]]>   </fx:Script>     <s:Panel title="Example">      <s:VGroup left="10" right="10" top="10" bottom="10">         <s:Label id="output" text=""/>         <s:Button id="mybutton" label="Click Me" click="clickHandler();"/>      </s:VGroup>   </s:Panel>  </s:Application>                         

  • Mouse wheel stops scrolling page, and sometimes refresh does not refresh the correct tab, but the first one in the window.

    I have 27 firefox windows open with a grand total of 141 tabs.
    Some times the input is directed to the wrong window. I will click refresh and it will refresh the first tab in a window, but not the tab I am on. Apparently this also happens when I try and use the mouse wheel or the up and down arrow to scroll a page.
    Some times it works correctly on 1 window, but when I switch to another scrolling stops working.
    Usually rebooting the computer helps, but I should not have to do that.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Second digital signature invalidates the first one

    Hello to all,
    I'm having some troubles adding a second digital signature to an already digitally signed PDF. The library that I'm using in order to handle the PDFs is an open source one, so I'm programmatically editing the PDFs. The first PDF I produce, PDF1 (the PDF with one signature), has a valid digital signature. The second PDF I produce, PDF2 (the PDF with the two signatures), has the second signature marked as valid, but the first one as invalid with the following error:
    Error during signature verification. 
    Unexpected byte range values defining scope of signed data.
    Details: The signature byte range is invalid
    I've read and applied all the "best practices" on PDF digital signature, so I'm adding the second signature in incremental mode and I'm sure that the second PDF has no changes in the first part, this because if I make a binary comparison of PDF1 and PDF2, the first part of the PDF2 equals PDF1. So if you remove the incremental part from PDF2 (after the first %%EOF), you obtain PDF1 again with the valid digital signature. So the problem seems to be in something new in the incremental part of PDF2 that makes Acrobat Reader X thinks that the first digital signature is invalid.
    If you want to see the three PDFs, here are the links:
    The original PDF: https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzrgexS80Iq_ODQxZTY2MDk tNTQyYi00YTE0LTk0MTctYWMxNDFiOWY4MjA5&hl=en_US
    PDF1: https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzrgexS80Iq_ZDQ3MTk1ZmI tNWI4NS00YzdhLTkxNmUtODk1NjVmY2M2NTVh&hl=en_US
    PDF2: https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BzrgexS80Iq_ZGM1YmZhMWE tY2JiYi00YzZkLWE5ZjItNzgwM2RlNzExYWE1&hl=en_US
    Any help will be very apreciated. Best regards.

    Hi,
    I'm not sure if this helps, but I found something unusual with your PDF2. Just at the beginning of the second incremental update (with the new signature), the first object is added without a carriage return. This make the last line of the previous update looks like this:
    %%EOF3 0 obj
    May this leads to incorrect parsing and then invalidates the signature? Not sure about that, but as far as I can read offsets, your byte ranges are correct.

  • TS1368 My account keeps asking for Region but the drop down menu lists Cities in China. I can,'t cange the region in my account because it asks me to check the date and time but these are correct. Any answers please?

    My account keeps asking for Region but the drop down menu lists Cities in China. I can,'t cange the region in my account because it asks me to check the date and time but these are correct. Any answers please?

    Look, I understand I still need a card attached to the account. The problem is, it won't accept my card because I only have 87 cents in my bank account right now.
    If I had known there would be so much trouble with the iTunes card, I would have just put the cash in my bank account in the morning instead of buying an iTunes card (I didn't expect the banks to be open on Thanksgiving of course).
    Apple will only accept cards that have a balance. The balance is so small in my account that it won't accept it as a valid card.
    I'm going to have to contact Apple anyway to reset the security questions. That's obvious. Your answers were not exactly helpful. You didn't tell me anything I don't already know, but thanks for trying to be helpful.

  • I am traveling in Chile, South America. I purchased an Entel sym card and I can make and receive phone calls, but the internet only works on WiFi. Do I need to region unlock or what? I willl only be here for A month and a half so I don't want to buy a pho

    I am traveling in Chile, South America. I purchased an Entel sym card and I can make and receive phone calls, but the internet only works on WiFi. Do I need to region unlock or what? I willl only be here for A month and a half so I don't want to buy a phone. Any suggestions?

    Most of the current Apple Intel based computers are comparable in CPU speed. I don't think it is so much the model of laptop as it is the memory, and storage capacity of the machine. If you are going to use FCP on a regular basis, perhaps as a professional or semi-professional, then you should think about the maximum memory and a very large capacity internal disk drive. For instance, one hour of finished compressed video will take up about 1.5 to 2Gbytes of disk space. If you add up the raw footage and still imagery and audio, you'll use up your disk drive capacity real quick. So a hard disk on the order of 750Gbytes @ 7200rpms might be good for video editing. 5400RPMs might be slow to rendering times. Rendering a video might take up a lot of memory so more memory is better e.g. 8Gbytes.
    As a rule of thumb, once you get to about 80% of your disk drive or memory you'll see degradation of performance.
    You can check out macsales.com. THey have a menu system that will allow you to pick and choose from various alternatives. BTW, it's been said that although Macs are typically spec'd at a certain memory size, macsales.com found that Apple computers will actually support higher memory levels. That is, if 4Gbytes are spec'd, some machines support 6Gbytes. macsales.com will provide the guidance for you.
    You might also consider buying an external disk e.g. 500Gbytes to carry around with you for back-up or transport to another machine.

  • My ipod tells me my apple id password is wrong even though I just changed the password. I can log on via my desktop, but the ipod continues to tell me that the password is incorrect, so I can't update any apps. Help!

    my ipod tells me my apple id password is wrong even though I just changed the password. I can log on via my desktop, but the ipod continues to tell me that the password is incorrect, so I can't update any apps. when I continue to to try to enter the correct password in it finally freezes the account, and I have to go online via my desktop to fix that problem. I have two apple id's because when my ipod crashed I had to reset it completely. I have never had any problems with this before, and it has been a year since I got my second id, which is linked to the ipod. My first id is used for the cloud on the same device. My wife suggested I reset documentson the cloud for the second id, however, when I try to log on the cloud with my current id, it tells me I have to set up the cloud on that device, but it is already done, but with the old id.
    confusing I know. I have been on the 'change your password merry-go-round' all day, and I'm getting dizzy! Help!

    Then contact iTunes:
    Apple - Support - iTunes - Contact Us

  • I would like to upgrade my OS from 10.6.8. I can't find any higher version on the site. Yosemite is the latest but not available. Can someone help please?

    I would like to upgrade my OS from 10.6.8. I can't find any higher version on the site. Yosemite is the latest but not available. Can someone help please?

    If Yosemite is not available to you, your system may not meet the minimum requirements.
    How to install OS X Yosemite on your Mac - Apple Support

  • Can't add any more buddies, but i always could, even over the limit..

    On my iChat buddy list (on an AIM account), I have a lot over the 200 maximum, and it has always worked fine. I had almost 300 buddies, and then tried to add a few more. The first one worked, but the second two adds didn't. Is there a way to fix this other than deleting some buddies?

    > I've got a site which is built entirely with AP Divs (in
    CS3). Messy, but
    > quick and easy.
    You pay a serious price for the "quick and easy" part, buy
    you may not be
    aware of it yet.
    > I've got to the stage now though, where I can't add any
    more. I can draw
    > the
    > shape using the Draw AP Div tool, but as soon as I let
    go of the mouse
    > button,
    > the box disappears (it doesn't get as far as becoming a
    blue box).
    There is no limit on the number of AP elements a page can
    have.
    > One thing I have noticed is that if I use design view to
    delete an AP
    > element,
    > it doesn't seem to get removed from the code.
    This would mean that you aren't really removing the element
    from either
    Design or Code view. If the code is there, the element is
    there. If the
    code is not there, the element is not there.
    > Anyone got any ideas?
    It would be hard to diagnose what might be happening without
    seeing your
    page and its code. Can you post a link?
    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
    ==================
    "aliprior" <[email protected]> wrote in
    message
    news:ge1mjo$i4p$[email protected]..
    > Hi,
    >
    > I've got a site which is built entirely with AP Divs (in
    CS3). Messy, but
    > quick and easy.
    >
    > I've got to the stage now though, where I can't add any
    more. I can draw
    > the
    > shape using the Draw AP Div tool, but as soon as I let
    go of the mouse
    > button,
    > the box disappears (it doesn't get as far as becoming a
    blue box).
    >
    > I've checked that it's not hidden beneath another layer.
    >
    > One thing I have noticed is that if I use design view to
    delete an AP
    > element,
    > it doesn't seem to get removed from the code.
    >
    > Anyone got any ideas?
    >
    > Thanks,
    >
    > A
    >

  • Hi! I need to cancel my membership plan for the creative cloud but I can't find any contact different from the live chat. I MUST cancel it before March 22nd. Please help me!

    Hi! I need to cancel my membership plan for the creative cloud but I can't find any contact different from the live chat. I MUST cancel it before March 22nd. Please help me!

    This is an open forum, not Adobe support... You need Adobe support to cancel a subscription
    -start here https://forums.adobe.com/thread/1703848
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    --and two links which may provide more details, if the above links don't help you
    -http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

  • Hi, i tried to change the country of region, but the itunes said that i have an active itunes match... what does it mean? can someone help me.. thanks you ^.^

    hi all,
    i kinda have some trouble here with my itunes acc.
    i just moved from usa to indonesia,
    my question is,
    i try many time to change the country of region,
    but the itunes said that i have an active itunes match..
    what does it mean?
    how can it turn it off?
    thank you so much

    Click here and request assistance.
    (66007)

  • HT1657 my movie rental downloaded but it will not play. I rented a movie yesterday so I know that my laptop is capable. I can see images of each chapter but the movie won't play. Any idea?

    my movie rental downloaded but it will not play. I rented a movie yesterday so I know that my laptop is capable. I can see images of each chapter but the movie won't play. Any idea?

    Hi there kirk279,
    You may find the troubleshooting steps in the article below helpful.
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    -Griff W. 

  • HT201320 Hi, I cannot access my gmail from my iphone. The password is correct and I can access fine from my computer but the iphone keeps telling me the password is incorrect. Any ideas?

    Hi, I cannot access my gmail from my iphone. The password is correct and I can access fine from my computer but the iphone keeps telling me the password is incorrect. Any ideas?

    I believe Gmail has an option for Two-Step verification that may require a different password for mobile devices than for your computer.
    https://support.google.com/mail/answer/2703311?hl=en

  • Since upgrading to 10.8 I've had alot of issues burning DVD's. I've had the drive replaced and now I can burn from a new user account but not the old one. Is there any way of making the old one work?

    Since upgrading to 10.8 I've had alot of issues burning DVD's. I've had the drive replaced and now I can burn from a new user account but not the old one. Is there any way of making the old one work?
    Just want to avoild spending hours migrating everything across....

    Yes, I can read but just can't write DVD's. I get:
    This disc can’t be verified and might be unreliable. Try again using a new blank disc (error code 0x80020063).
    Originally I thought it was the old Moutain Lion DVD drive issue (but have had the drive recently replaced by Apple), so I tried creating a new account, which worked.
    In the old account I have reset SMU, Pram... but no change.

  • TS3297 iTunes puts up a message "The item you've requested is not currently available in the Hong Kong Store." I had not requested anything from the HK store at that point, and I have never used any store other than the HK one. How I can clear that messag

    I've been running iTunes on WinXP for years with few problems.  I have all my iTunes files on an external USB drive. I just bought a new PC running Win7, 64-bit.
    I connected the external USB drive to the new PC and installed 64-bit iTunes on it. When iTunes started up, I pointed it at the iTunes directory in the external drive, using Edit > Preferences > Advanced > iTunes Media Folder Location. It showed a progress bar that it was updating the iTunes Library. I signed in and authorized the new machine. I have one spare authorization.
    Then iTunes put up a message "The item you've requested is not currently available in the Hong Kong Store." I had not requested anything from the HK store at that point, and I have never used any store other than the HK one.
    When I click OK, the iTunes Store page remains blank, apart from saying "iTunes Store" in the middle of the page.
    I went to "View My Account" and pressed the Reset button to "Reset all warnings for buying and downloading items", but that doesn’t fix this particular warning. I also tried Edit > Preferences > Advanced > Reset Warnings and Rest Cache.
    But still, every time I click the “App Store” button in the iTunes Store window, the message appears. If I click the Books, Podcasts or iTunesU buttons, these display normally.  So I’m stuck with being unable to purchase apps, other than through my iPad and iPhone.
    If I move the external drive back to the XP machine, the same thing happens.  If I go to another PC - a notebook running Vista - everything is normal.
    Any idea how I can clear that message?
    Thanks for any help you can offer.

    Further info on my question above.
    I have tried re-validating my credit card, which apparently fixed it for some. 
    I have also tried uninstalling, re-downloading and installing again.
    Neither of these steps fixed the problem.

Maybe you are looking for

  • Read Table Vs Loop at

    Dear All, Please let me know which one of the two should I use to improve the performance, for tables containing a lot of data ? Regards, Thanks in anticipation. Alok.

  • How to get user data in a user profile portlet

    You would think that this would be easy. Its not? This was posted in the wrong forum: Re: Interaction (ALUI/WCI) Cutom User Profile Portlet "I have a custom portlet that returns user specific information using a portal user profile property. It works

  • Is it possible to upgrade to lion or do I have to wait for mountain lion?

    Is it possible to  still upgrade to Lion or do I have to wait for Mountain Lion later in July?  I currently have Snow Leopard and upgraded RAM to 4GB on an older iMac Core Duo in order to use iCloud features in Lion.  Also, I'm wanting to upgrade iMo

  • Windows 7 Install Issues with Mac Pro

    I have Mac Pro with Windows XP SP3 installed with Boot Camp on a separate, dedicated 250GB HD. I purchased an upgrade version of Windows 7 Home Premium. I hoped to install the 64-bit version. I upgraded, per Boot Camp I&S Guide, Boot Camp to version

  • How to create a Purchase Requisition for a material component in WBS or NW?

    Hello All, I have created a project with the following structure: Project Defination (Construction of Sub station)       Main WBS                Level 1 WBS                          Level 2 WBS                                    Network for level 2 W