Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
gero23 #1
Error in TMCallback.js: this.transMgr has no properties
I'm building a Dreamweaver extension.
Most of the time I'm fine. But when I test my extension occasionally,
randomly(?) and only on some PCs I get the message
In line 48 in file "C:\Program Files\Dreamweaver MX
2004\Configuration\Translators\TMCallback.js":
TypeError: this.transMgr has no properties
(translated from german)
Anybody got any idea about that one? I searched the archives but only found
stuff about TMCallback.js "running a long time"...
Since I didn't do anything with translators (at least nothing I'm aware of) I
was quite stuck.
I commented out the line and everything worked fine - but that's no solution
of course.
Unfortunatly I can't give a simple example to show the error - because at the
moment the error seems gone.
But the weird feeling stucks...
Btw: I'm working with Dreamweaver MX 2004 7.0.1 running on Windows XP. The
error occured on different systems (Windows XP Pro, Windows Server 2003).
Thanx in advance
gero23 Guest
-
Error when clicking on template properties
When I go to some pages of the same template style and click on template properties I get the following error: "The template that you're trying to... -
TypeError: Error #1009: null has no properties.
I have an HttpService: <mx:HTTPService id="handler" url="sample.xml" useProxy="false" method="POST" result="resultHandler(event)"... -
TMCallback.js error
I too have got the same error nearly thrice before it crashed. I don't know if it is a bug. Pankaj. -
Making Custom Control Properties Visible in Visual Studio's Properties Palette
I am learning how to use the System.ComponentModel class in VB.NET so that I can add my ASP.NET controls to Visual Studio .NET 2003. I have managed... -
Requested properties error???
> However I can't understand what could be causing it! Neither can we, unless you show us your code, and indicate the line that generates the... -
Randy Edmunds #2
Re: Error in TMCallback.js: this.transMgr has no properties
Try shutting down DW and deleting the (User)
Configuration/*FileCache*.dat file(s).
DW caches the compiled JS for pages for performance), and there are a
few cases where the cache handler does not recognize when external .js
files are updated, so the cache gets stale. Deleting the cache forces DW
to refresh it.
HTH,
Randy
> I'm building a Dreamweaver extension.
> Most of the time I'm fine. But when I test my extension occasionally,
> randomly(?) and only on some PCs I get the message
>
> In line 48 in file "C:\Program Files\Dreamweaver MX
> 2004\Configuration\Translators\TMCallback.js":
> TypeError: this.transMgr has no properties
> (translated from german)Randy Edmunds Guest
-
gero23 #3
Re: Error in TMCallback.js: this.transMgr has noproperties
Thank you for the quick answer.
Since the error does not pop up at the moment I cannot test if your solution
works.
I'll let you (and everbody else) know as soon as I know it for myself.
gerhard
gero23 Guest
-
oldbenway #4
Re: Error in TMCallback.js: this.transMgr has noproperties
Randy
I was having the same issue, and your tip fixed it. -PLEASE- macromedia, make
this a tech note! Took me forever to find this solution.
And to add to Randy's comment--the file is found on an XP machine at:
C:\Documents and Settings\(YOUR USERNAME)\Application
Data\Macromedia\Dreamweaver MX 2004\Configuration\FileCache.dat
oldbenway Guest
-
Randy Edmunds #5
Re: Error in TMCallback.js: this.transMgr has no properties
Bada bing:
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19105[/url]
HTH,
Randy
> -PLEASE- macromedia, make this a tech note!Randy Edmunds Guest



Reply With Quote

