473,399 Members | 3,888 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

IE Treeview Runtime Error

I have been using the IE Treeview for several months and it has been working
fine until recently.
Now on my development machine I get a runtime error when the page loads or
the mouse moves over the node link.
When viewing the webpage from via the webhost, I don't get any error, but
when clicking on the - to collapse a node the entire tree disappears.
On my develoopment machine (IE6, WIN XP Pro), the error is 'Access Denied'.
By debugging, I found that it occurs in treeview.htc in the following
function on the line 'if (oItem.filters.length > 0) '

//
// blurFilter
//
// decreases alpha filter opacity on given node by 50%, adding one if needed
//
function blurFilter(oItem)
{
if (oItem.id == "_tnaccess")
oItem = oItem.all.item("_tntext", 0);
if (oItem.filters.length > 0) //Error here - 'Access is denied'
{
var oFilter =
oItem.filters.item("DXImageTransform.Microsoft.Alp ha");
if (oFilter)
{
oFilter.opacity /= 2;
return;
}
}
oItem.style.filter +=
"progid:DXImageTransform.Microsoft.Alpha(opacity=5 0,style=0)";
}

I know that I did not change the treeview source files and don't remember
changing anything relating to that control in my project.
Could it have something to do with some recent MS IE update?

Does anyone have any ideas for a fix?

TIA

--

Alphonse Giambrone
Email: a-giam at customdatasolutions dot us

Nov 18 '05 #1
3 1335
Hi Alphonse,

Is you a local administrator on the Windows XP computer? In the IE/Security
setting, if you set local intranet to "low level", will this help?

Luke

Nov 18 '05 #2
Thanks Luke.
I had a feeling it had to do with IE settings. I reset my security level to
default and after a reboot, it works ok.

--

Alphonse Giambrone
Email: a-giam at customdatasolutions dot us
"[MSFT]" <lu******@online.microsoft.com> wrote in message
news:5h*************@cpmsftngxa10.phx.gbl...
Hi Alphonse,

Is you a local administrator on the Windows XP computer? In the IE/Security setting, if you set local intranet to "low level", will this help?

Luke

Nov 18 '05 #3
Thank you for the information

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

42
by: lauren quantrell | last post by:
So many postings on not to use the treeview control, but nothing recently. Is it safe to swim there yet with Access 2000-Access 2003?
4
by: meh | last post by:
I need to be able to persist a treeView to disk. I would like to save the node text, tag, image and selected image. I have done this using vb but I cant seem to translate from vb to vc#. Can ne1...
0
by: meh | last post by:
Still have not been able to convert this. More importently.....Is this sample going about it the right way??? tia meh Here is the vb code.........I keep looking at older vb.net projects to...
4
by: Danny | last post by:
I have installed Internet Web Controls locally in my machine, and in our server. I also added them into the toolbox tab in my Visual Interdev and on design layout, I can see the treeview object...
1
by: keithb | last post by:
What causes this intermittent runtime error? Microsoft Jscript Runtime Error: 'ct100_TreeView1_Data is undefined. When the error occurs, the following section of code is highlighted: on...
3
by: avanti | last post by:
Hi, I have an application that has a tag hierarchy that is pulled from the database and displayed in a treeview. I want to enable the user to add nodes (tags) to this treeview at runtime and...
0
by: apenly | last post by:
Hi all- I'm trying to Render a TreeView in a custom control, but I'm receiving a NullReferenceException at runtime. If I put the TreeView on the page it works fine, but as soon as I try to...
0
Ensonix
by: Ensonix | last post by:
I found a post about this, and it had some C# code that wouldn't convert, and when I finally got it converted it didn't work in .NET 1.1. So I made a few changes to the converted VB version and now...
3
by: dutsnekcirf | last post by:
I have a treeview control on a custom task pane in Excel. I've enable the ability to use Drag & Drop (by following this how-to) on the treeview to change the order of the nodes. The problem though...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.