Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
JcMiron #1
DW Ext help - Reporting
Hi,
I'm actually running out of places to go to, so I thought I would try this
forum. I have a little problem with one of my dreamweaver Extensions.
Basically the idea is that I want to go through the entire source code of the
user and look for things like ':', '%', '$' and check if they are preceded by a
certain combination of characters. Now My code is able to find these and does
do the check correctly, but the problem comes when I want to report the item to
the reporting pane.
I am searching for the characters in the curDOM.documentElement.innerHTML
object, and I get an offset of the position of the character. Then I try to
report the item, using reportItem(REP_ITEM_CUSTOM, fileURL, "desc",
offArray[0]); (where offArray's first item is the offset of the character,
and the second is just offset + 1 for kicks...)
Now the problem I am having is that when I run the report, and I double click
on an Item in the list, the position of the selection is not where it should
be. Ovbiously I'm thinking there must be some kind of difference between the
innerHTML object and the one that the reportItem uses, but I havn't got a clue
what it is.
Does anyone have an idea on how to fix this / know any ressources I can check
out? Doesn't seem to be that many DW Ext ressources online...
Any help appreciated.
Thanks,
JC
JcMiron Guest
-
error reporting
everytime we end a non responsive program, and on other occasions, a message pops up that internet explorer has encountered an error and needs to... -
Error reporting in CGI
Still new to Perl so this might be a dumb question. The error reporting when a script has errors is different when I run it in Perl from a command... -
Advice on reporting via ASP
Hello everyone, I have recently developed a web application across my clients intranet. We used ASP with Interdev 6.0 and SQL server as the... -
reg. Reporting
Hi all Can Datagrid be used for dynamic reporting? wat are the advantages and disadvantages can anyone explain regards, Sivi -
Reporting in ASP.NET with VB
Hello, I need to ad some reports (Invoicing,AR Aging) to my VB ASP.NET project. And would like to use stored procedures for the data calls. Any... -
JcMiron #2
Re: DW Ext help - Reporting
I fixed it, silly me, I needed to use the .outerHTML and not the .innerHTML...
Ah well, thanks.
JcMiron Guest



Reply With Quote

