The floater will not be shown


sometimes after uninstall dreamweaver extension, see message file can't found in configuration/floaters directory. "the floater not shown." caused dreamweaver failing remove entry extension panel workspace file.

 

assuming haven't created custom workspace includes extension panel, simple way solve problem open workspace menu, , select reset classic (or whatever name of workspace is). alternatively, select window > workspace layout > reset (workspace name). next time open dreamweaver, message float should not appear.

 

if doesn't fix problem, need edit 1 or more files in personal configuration folder.

 

  1. locate personal configuration folder (how find it) in windows explorer or mac finder.
  2. inside folder called workspace, contains xml files named after workspaces have configured.
  3. open each xml file in text editor (or dreamweaver), , delete <panelframe> element contains id similar name of extension uninstalled. following example comes convert rgba extension:

 

  <panelframe dock="floating" height="500" width="100" x="30" y="30">     <panelcontainer expanded="true" height="180" visible="false">       <panel height="180" id="converttorgba" unconstrainedheight="180" unconstrainedwidth="212" width="212"/>     </panelcontainer>   </panelframe> 

 

after deleting <panelframe> element(s) extension uninstalled, problem should go away.



More discussions in DW Frequently asked questions


adobe

Comments