Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
mike_nitobi #1
How to gracefully degrade reliance on shared scripts
I've written a suite of extensions for DW CS3 and I'm now working towards
supporting DW 8 (probably should have gone the other way...). I often make use
of the AssetInfo class defined in Shared/Common/Scripts/AssetInfoClass.js but
this class is absent from Dreamweaver 8.
So my question is this: what is the best way to conditionally include Shared
javascript files? I tried this:
var assetInfoClass = DWfile.read(dreamweaver.getConfigurationPath() +
"/Shared/Common/Scripts/AssetInfoClass.js");
eval(assetInfoClass);
but there must be scope issues because the AssetInfo class is available
sometimes and not others.
mike_nitobi Guest
-
#40605 [NEW]: Unable to gracefully handle when max_post_size exceeded with file uploads
From: sam dot bryan at montal dot com Operating system: All PHP version: 5.2.1 PHP Bug Type: Feature/Change Request Bug... -
#39683 [NEW]: SSH does not disconnect gracefully
From: peter dot wilton-jones at eads dot com Operating system: Windows 2003 PHP version: 5.2.0 PHP Bug Type: *Network... -
Shared Memory/Shared Buffers
I have noticed that I can't set the shared buffers above 15512 which is exactly 128MB of RAM. Even if I set /proc/sys/kernel/shmmax above that,... -
how to stop attachMovie() clips gracefully
Here is the code below - kindly supplied by PiXELWiT My question is that i understand all the instances of this movie are loaded but how does one... -
PNG's degrade as I design
In Pub2003, my imported PNG images eventually lose focus when previewed in OE6.1. (I'm careful not to overlap objects, apply borders, resize or...



Reply With Quote

