DW CS3 - custom file extension no longer working correctly

Hi - for a particular job, I needed to use a custom file
extension .htmx and it has been working fine.
However, I went into DW CS3 today, and the file opens in the
DW editor, but the code coloring and code hints etc seem to be
broken.
I've checked the Extensions.txt and MMDocumentTypes.xml
files, and all seems present and correct - see
this screencast to
see the problem.
Any ideas why it's not working? (I'm on Vista Business, but
it has definitely been working and now isn't....)
Mike

Well, I managed to fix it by overwriting my
MMDocumentTypes.xml file with a clean version from another machine.
Weird.

Similar Messages

  • Custom File Extension for Microsoft Access Text Driver (*.txt, *.csv)

    I'm trying to use a custom file extension for the Microsoft Access Text Driver (*.txt, *.csv) driver.
    I have updated the FileExtns registry to have my new extension.
    When I issue the following it does not work.
    select [NoName] 
    from openrowset('MSDASQL'
               ,'Driver={Microsoft Access Text Driver (*.txt, *.csv)};
                    DefaultDir=c:\filedir'
               ,'select * from "file.lst"')
    If I make the file a .csv it works fine.  However, if it has an extension of not CSV or TXT (in this case .lst, which is in the registry setting) extension it throws the following error and cannot seem to find a solution to it. 
    OLE DB provider "MSDASQL" for linked server "(null)" returned message "[Microsoft][ODBC Text Driver] Cannot update. Database or object is read-only.". Msg 7350, Level 16, State 2, Line 1 Cannot get the column information from
    OLE DB provider "MSDASQL" for linked server "(null)".
    In addition, (although I can probably find this elsewhere), I need to have the first line 'BLANK' so that it does not miss data (there is no header row).  Is there  a way to use OPENROWSET without BULK to basically include all rows as data?
    Any help is appreciated.

    Hi,
    According to your description, I did a test with your script, and got the same message as your post. Usually, by default, the Microsoft Access Text Driver (*.txt, *.csv) supports the four extensions file, such as *.asc, *.csv, *.tab, *.txt. To solve this issue,
    I recommend you try to save the LST file in the above format, then use OPENROESET to get data from the supported extensions file in SQL Server.
    In addition, the
    OPENROWSET function is mainly used to retrieve remote data from an OLEDB data source, when you use OPENROWSET without BULK, provider_name is a necessary parameter in the script. However, the OPENROWSET (BULK...) is mainly called from a SELECT…FROM clause
    within an INSERT statement, when importing bulk data from a data file into SQL Server table. Thus if you need to import bulk data, you should use the basic  syntax: INSERT ... SELECT * FROM OPENROWSET(BULK...), also there are some alternatives, such as
    BULK INSERT
    and
    BCP .
    Thanks
    Lydia Zhang

  • Can Firefox CS5 recognize custom file extensions as PNGs?

    WHen you work with game skins you will have custom file extensions such as .scworld and .scskin that are really PNG files renamed. Does anyone know how to add these as recognizeable extensions in Firefox?

    no, i am still dealing with this problem on both macs,
    mac pro mid 2010 2,8 quad (24GB RAM) and my mbp 15" i7 (4GB RAM)
    where i installed Photoshop CS5.
    on both macs, photoshop always saves files with capital letter file extensions (xxx.TIF or xxx.PSD)
    thats very annoying, as i have to manually rename the file in the finder later.
    and thats for all files i create.
    i really wonder, could anyone from the adobe staff please comment if it is a bug
    or anything else?
    thanks!

  • File sharing no longer working under Lion

    File Sharing no longer works on our household macs running Lion. Shared volumes show up intermittedly in the finder sidebar. But connections fail.

    for what it's worth, i too am experiencing this issue and it is driving me insane... Any chance you two came across a workaround or fix?
    i've discovered that clicking on "AirDrop" on the shared Mac seems to awaken the shared services (screen sharing, file sharing etc.) and make them available on networked devices.
    i'm beginning to suspect that Bonjour may be the culprit as services advertised using Bonjour suddenly spring to life.
    it's short-lived unfortunately as availability eventually ceases... Clicking again on AirDrop reliably brings it back...
    That's where I am currently... if anybody has any ideas, I'd love to hear them.

  • PhotoshopCS6 file is not longer working, error message reads unreadable

    PhotoshopCS6 file is not longer working, error message reads unreadable. PLEASE  HELP!!!!!! I've spent so many hours, the copied that I do have are in JPEG. and  PNG and they arnt as clear.

    And what exactly? You have neitehr provided proper system info nor the exact error message nor told us anything about your documents. If you are referring to PSD files suddenly registering as damaged, you might wanna check the forum. This has been discussed quite a bit. and of course you might want to read some primer on the big Internet why people use versioning/ incremental saves and backups to avoid critical files being lost...
    Mylenium

  • Opening BATCH file through custom file extension

    I have a situation where I've created my own filetype (.gme) to open my main java file. Each filetype has a corresponding ID which tells the application what instance of it to load. I want the file type to open a batch file which will in turn open the application. Is there code that I can give a custom file extension to open a batch file?

    Check the permissions of that batch file.
    It should be executable for the PI user (<sid>adm in Unix)
    Regards
    Stefan

  • ITunes 10.1 - Shuffle function no longer works correctly

    The shuffle function on playlists no longer works correctly since the most recent iTunes update.
    It will periodically stop playing without playing the entire playlist. It is a real hassle and kills the mood as you have to go back to the Mac and click play again. Please fix this issue as it is a very basic function.

    Thanks for letting us know, however, this is a user to user forum and not an "Apple Run" forum.
    You need to report to Apple via:
    http://www.apple.com/feedback/

  • When I did 7.1 update on iPhone five my reminders no longer works correctly it automatically erases the time and date that I requested

    Can somebody tell me why my reminders no longer work correctly on 7.1 update on iPhone five every time I post a reminder it would delete the time and date of the reminder and my reminders do not go off.

    Remove Office 2008 for Mac using Microsoft deinstall procedure. Reinstall Office 2008 for Mac.  If there are updates, apply them. Using Disk Utility, verify/repair permissions on your boot drive.
    Does Office for Mac 2008 now work correctly? If not, you may want to repeat the above first sentence, and then update to Office for Mac 2011, and apply the latest (14.4.8) update which has Yosemite fixes.

  • Filter list no longer works correctly in 4.6

    I have been using the classic filter function for array collections since 4.0.  With the recent 4.6 update my filter no longer works correctly.
    Example of classic realtime filter:
    http://experiments.mrinalwadhwa.com/FilterFunctions/srcview/index.html
    While the filter works and updates the list just like it used to, the underlying arraycollection doesn't get updated.
    For example:
    Pretend I have the following AC
    testData = new ArrayCollection([
                            {name:"Item 1", price:18},
                            {name:"Item 2", price:50},
                            {name:"Item 3", price:77},
                            {name:"Item 4", price:52},
                            {name:"Item 5", price:43},
                            {name:"Item 6", price:97},
                            {name:"Item 7", price:56},
                            {name:"Item 8", price:81},
                            {name:"Item 9", price:63},
                            {name:"Item 10", price:29},
                            {name:"Item 11", price:84},
                            {name:"Item 12", price:31},
                            {name:"Item 13", price:78},
                            {name:"Item 14", price:48},
                            {name:"Item 15", price:23},
    1. I start typing 9 in a textbox to filter the list
    2. list filters down to what I want
    3. I click on the item in the list which fires off the IndexChangeEvent
    4. changeHandler is called
    protected function changeHandler(event:IndexChangeEvent):void
           filterTxt.text = "";
           this.saveScrollPosition();
           var selfact:Object = event.currentTarget.selectedIndex;
         // This should yield 8, however because testdata current view only has one item in the list the event.newIndex is acutally 0 where it should be 8
         // So I would need a way to get to the "current view"
    So its like there are two lists.
    1. filteredlist (auto generated) 
    2. list with mydata before filter.
    The IndexChangeEvent is giving me the selectedindex of the filtered list (item 0) but resolving item 0 with the unfiltered list and the data does not match up.
    Now I can no longer get the correct name of the list after applying the fiilter.
    Is this a bug that was introduced in Flex 4.6?

    galleherjazz, a little research would tell you a lot.  Palm sold the rights to Palm Desktop years ago to a company called "Access" from Japan.  It was their responsibility to come up with a version of Palm Desktop that works with Vista.  They produced one version, then updated it to 6.2.2 to fix some bugs.  After that, they abandoned the project!  Palm Inc. moved on to a wholly new operating system (webOS).
    "Palm programmers" had nothing to do with the decisions made.   Access' version came with no color categorization.  Pleas for improvements and bug fixes have fallen on deaf ears.
    Palm Inc. appears to have no interest in supporting Windows 7 with their legacy (read: discontinued) devices.   Any hope for 64-bit USB compatibility appears to be gone. 
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • Facebook app no longer works correctly on my iPad. If a you tube video is on fb the safari loads it automatically, Facebook app no longer works correctly on my iPad. If a you tube video is on fb the safari loads it automatically

    Facebook no longer works correctly on my iPad. If a post has a video attached, safari automatically brings up the video. I have deleted the app facebook and re-added. Still having the issue.

    It appears to be a bug with (I assume) Facebook's servers - other people are having the same problem, me included, with the app switching into YouTube in Safari and showing the last video that was posted on the wall. Until Facebook (if it is their bug) fix it, then there is not much that you can do, apart from possibly accessing Facebook via Safari on your iPad and/or on your computer instead. The problem has also been reported on Facebook's help site as well - it may be related to their new 'timeline' feature or the new iPad that they are rumoured to be announcing soon

  • MM Director w/QuickTime 7 no longer works correctly

    I updated my PC to QT 7.0.3 and now I have a number of MM Director apps which no longer work correctly. These apps have worked for over 5 years with QT3 - QT6, but not now.
    The straingt QT movies play okay, but the MM Dir apps no longer seem to be able to control the QTVR movies, e.g. spin, zoom, etc.
    Anyone else seen this?
    Thanks.

    Apparently, this is a known issue (with QuickTime VR hotspots etc) at Adobe / Macromedia. It was noted in November 2005.
    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=ab3642d3&pss=rssdirectorab3642d3
    http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=187&thre adid=1083847
    Does ANYONE know if Apple is aware of this issue?
    This is a disaster for one of our main products !

  • After installing the Maverick upgrade my Apple Mail search and flags no longer work correctly?

    after installing the Maverick upgrade my Apple Mail search and flags no longer work correctly? I've already rebuilt the mailboxes with no change in the problem. What else can I do???

    Hi as2020,
    If you are having issues with Mail in Mavericks, you may want to make sure you have updated to the most recent release. You may find the following article helpful:
    OS X: About Mail Update for Mavericks
    http://support.apple.com/kb/HT6030
    Regards,
    - Brenden

  • Toshiba File Manager - working with custom file extensions

    Hi Developers,
       I am trying to create an App that handle a specific file extension. I impelemented the required functionality in the Application.
      When someone clicks on the file (say .xyz file) in a Third-Party file manager like AstroFileManager or ES Explorer, Android launches my application with the proper Intent ( ACTION_VIEW). How ever, if I browse to that specific directry using Toshiba File Manager, I get a message saying "There is no associated application for this file type."
     I tried several things and no dice. Does anyone know how I can register a handler for a specific extension for TFM?
    Thanks,
    Windozer

      event.target.info.<yourvariablename>

  • Syntax Highlighting for custom file extensions

    Hi everyone.
    I am currently working on a PHP project, and we are using
    *.thtml files for templates. The file isn't supported by
    Dreamweaver, as it's a fictional file extension. First I couldn't
    even open it with Dreamweaver, but after I added it in
    settings/file types, it worked.
    Now my question - how can I activate syntax highlighting for
    this filetype? It contains HTML and PHP, so it should work with the
    same highlighter as all the other file types do..
    Can someone help me out?
    Thanks.
    - Chris

    Got it
    http://alexle.net/archives/119

  • Changing .dmg file extension doesn't work as expected

    Hi everybody,
    I wanted to change the file extension of an image of a floppy disk creating using Disk Uitility. The original extension is ".dmg". Changing this extension in the Finder window to ".flp" seems to work --- but only at first sight.
    Looking at the directory using Terminal, the image file now has the extension of ".flp.dmg". This is creating a lot of problems, for instance when using VMWare Fusion which does not want to mount disk image files with an extension not equal to ".flp".
    How to solve the problem?
    Try renaming the file in the Terminal using the command "mv". This really changed the file name. Worked for me!
    Question:
    Is this a problem of the Finder? (or a feature I don't understand?)
    Best Regards,
    Matthias

    In Finder, first ensure that Show Extension is selected in the Get Info window, then back in Finder, file.dmg can be manually altered to file.flp. A query will arise, "do you want to really change this to .flp?" will be asked and confirm that this is how you want it. Its new extension will remain visible.

Maybe you are looking for

  • How to Get  the SSO Logged user information in database trigger

    I need to track which SSO user is inserting data into a table , so how can i get the information of that user in a database trigger on that table thanks

  • How to delete the records with routine Z_AFRP4_DELETE as note [418584|

    Hello Gurus, I don't want to transfer data into HR and want to delete the records in table AFRP4 to business complete the Maintenance Orders Component version- EHP7 for SAP ERP 6.0 Component-EA-APPL Release-617 how can I delete these records Thanks f

  • Default where clause

    i am passing dynamic where clause to a detail block from the main control block by pressing a button, the problem is different types of criterias are not comming together, like i may choose any value of machine or if its null it should bring all the

  • To Do App w/alert

    There are a plethora of apps for to do's and my MS Exchange calander will sound an alert for a scheduled appointment. I'm looking for a way to have the phone make an alert sound for a 'to do' at a certain time. There's got to be a way. MS Exchange do

  • CD tray won't open via keyboard

    I recently moved one workstation. The CD/DVD drive tray had been opening fine by using the "open/close" key on the keyboard, now it does not respond, even though it will open (eject) through TOAST. Reads and writes OK. Have replaced the keyboard- no