CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.internet_explorer_web_controls Tags:
Item Type: NewsGroup Date Entered: 2/11/2003 8:19:55 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 37 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
32 Items, 2 Pages 1 2 |< << Go >> >|
Threadgoldi
Asp.Net User
Treeview Control not showing images2/11/2003 8:19:55 AM

0/0

Hi

I have a ASP.NET application which is using the treeview web control. This has been working really well on nearly all client machines.

However I have one weird client machine. Instead of drawing the correct treeiview with images and nodes etc I just get a list of a stream of text with no node images or lines.

This is an IE6 machine. It seems to work OK on all other clients but not on this machine.

Has anybody else seen this with the treeview???

Any help would be great.

Regards

Ian Threadgold
Software Developer
e2train
j_gaylord
Asp.Net User
Re: Treeview Control not showing images2/14/2003 3:09:38 PM

0/0

Is the machine having any other issues viewing web pages? In IE, you can turn off features such as displaying images, etc. Make sure all features are on.
Jason N. Gaylord
ASPInsider and Microsoft MVP
http://jasongaylord.com
larrydotnet
Asp.Net User
Re: Treeview Control not showing images2/18/2003 1:41:05 PM

0/0

Hello, I'm having the same problem, on my pc treeview shows images correctly but sometimes images are not shown i don't know if that depends on the amount of nodes or the weight of images but if you have any idea about this issue please let me know.

Thanks in advance.
Larry Su?rez.
markross
Asp.Net User
Re: Treeview Control not showing images5/5/2003 11:37:59 PM

0/0

I spent hours try to get the TreeView to display properly on XP ie6
then I tryed it on win2000 with ie5 and it was fine.
bill2clone
Asp.Net User
Re: Treeview Control not showing images5/6/2003 9:59:26 AM

0/0

Which iewc version do U use?
old copy paste (1.0.2.226), or new "compile" one?

Bill
DNN skins Forum
Tressleworks modules
DNN & webhosting
IEWCtrls
R { Seb }
Asp.Net User
Re: Treeview Control not showing images5/6/2003 11:32:55 AM

0/0

I am facing the same problems, images display fine on the first few nodes, but then when I dig deeper into the tree, images do not display at random levels...
Running XP Pro SP1 IE6 SP1, with latest self compiled web controls...
That would be great if anyone comes up with a solution, as there is no apparent fix to this bug, at least not from my point of view...
Cheers, Seb!
markross
Asp.Net User
Re: Treeview Control not showing images5/15/2003 6:40:18 AM

0/0

I downloaded the lastest one but it is verion 1.0.2.226
nancyl
Asp.Net User
Re: Treeview Control not showing images5/15/2003 4:14:07 PM

0/0

Hi, there,

Hope someone had a good solution for this. I occasionally lost images on some nodes too. Usually they are second level and third level nodes. I can always have images on my root level nodes. If couldn't fix this "bug", is there any working around? I'm looking it up. Any hints? Thanks.

Nancy
bhardman
Asp.Net User
Re: Treeview Control not showing images5/17/2003 8:35:51 PM

0/0

I am getting the same problems. IE 5 runs fine, but IE 6 just stops loading about 80% of the time on all of my dev boxes. I think it must be related to an IE update, because none of my clients have noticed it, and the problem is quite recent.

If anyone has solutions, please email me. I have a load of work tied up in this treeview and a deadline two weeks from now.

Brett Hardman
aaronej
Asp.Net User
Re: Treeview Control not showing images6/18/2003 5:55:55 PM

0/0

Has anyone found a solution to this issue? If so, PLEASE let me know. I am having the same issues as the others - the tree works fine sometimes - but then it will be missing treenode images randomly. No idea what is wrong.

Thanks!

Aaron
augustwind
Asp.Net User
Re: Treeview Control not showing images6/18/2003 7:15:40 PM

0/0

Where is your webctrl_client folder located? - - full structure must be at Web root (if I'm not mistaken)
David Wier
MVP/MCP/ASPInsider
ASPNet101.com - where to look first!
iWrite Pro - doc/rtft to HTML/One Click PDF & much more
aaronej
Asp.Net User
Re: Treeview Control not showing images6/18/2003 8:14:49 PM

0/0

Thanks for the reply.

That folder and it's contents are located at root. I also tried making a copy of the folder in the project folder - no luck. I've searched just about everwhere to find a solution to this issue, it seems to be somehow related to IE 6.

Any other ideas?
augustwind
Asp.Net User
Re: Treeview Control not showing images6/18/2003 8:31:00 PM

0/0

I'm using IE 6 and I have no problems there - - -

Were the files merely copied over to the Web Server, or was it all installed directly on the webserver?

The only reason I ask is because I had problems (never used one on the server) with another control and my host said they thought they might need to do an installation directly on the server - - (using the build.bat, etc)
David Wier
MVP/MCP/ASPInsider
ASPNet101.com - where to look first!
iWrite Pro - doc/rtft to HTML/One Click PDF & much more
aaronej
Asp.Net User
Re: Treeview Control not showing images6/19/2003 1:28:55 PM

0/0

I am working locally and I (this morning) reinstalled the entire control package. I followed the instructions to the letter and I still get the missing images even in the samples provided by Microsoft. I'll keep trying, any other ideas?

Thanks!

Aaron
aaronej
Asp.Net User
Re: Treeview Control not showing images6/19/2003 2:01:58 PM

0/0

I think I got it fixed! For some reason, if I put the full path to the images (rather than the relative path) it works correctly. Wierd.

Thanks for the help!

Aaron
bill2clone
Asp.Net User
Re: Treeview Control not showing images6/19/2003 2:19:22 PM

0/0

Aaron,

You should have
ImageUrl="/webctrl_client/1_0/images/folder.gif"
DNN skins Forum
Tressleworks modules
DNN & webhosting
IEWCtrls
BluePenguin
Asp.Net User
Re: Treeview Control not showing images6/20/2003 10:25:10 AM

0/0

Hi

I'm still getting this problem. I'm using ie6 SP1. I've tried using full and relative paths to the images, I've installed the components on the server rather than copy them, I've even written a simple example and still get the problem. Short of sacrificing goats I'm not sure what to do now! If I don't fix the problem soon then I'm going to have to change to another treeview component which will cost money and make me even more unpopular than my already increasing timescale has made me.

If anyone has solved this problem then please let me know.

Phil.


aaronej
Asp.Net User
Re: Treeview Control not showing images6/20/2003 12:00:15 PM

0/0

Actually, just before I left work last night this problem reared its ugly head again. I had a whole day of development without this error and now it's back. Any ideas?

Aaron
YangWei
Asp.Net User
Re: Treeview Control not showing images7/10/2003 9:07:10 AM

0/0

I find the problem come up with IE setting

1. when using automatically checking new version. there are no problem on show treeview
2. when using Every visit to the page.
the control will connect to iis frequencely to get the image from server

And right now I can't get a solution.
Thanks.


YangWei
johnpelz
Asp.Net User
Re: Treeview Control not showing images7/24/2003 7:44:12 PM

0/0

I'm getting the same issue regardless of my settings in IE. This also only occurs on XP machines, we have no issues on Windows 2000 professional machines.

Any other ideas?
32 Items, 2 Pages 1 2 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 2.0 in VB 2005: From Novice to Professional Authors: Matthew MacDonald, Pages: 1063, Published: 2006
Windows Forms Programming in Visual Basic .NET Authors: Chris Sells, Justin Gehtland, Pages: 680, Published: 2003
Programming Microsoft Visual Basic 6.0: [master Object-oriented Programming Techniques for Rapid 32-bit Development] Authors: Francesco Balena, Pages: 1276, Published: 1999
Data Entry and Validation with C# and VB .NET Windows Forms Authors: Nick Symmonds, Pages: 768, Published: 2003
Visual Basic 6 Complete Authors: Steve Brown, Pages: 1040, Published: 1999
Alison Balter's Mastering Microsoft Access 2000 Development: Access 2000 Development Authors: Alison Balter, Pages: 1342, Published: 1999
Beginning Visual Web Programming in VB .NET: From Novice to Professional Authors: Daniel Cazzulino, Craig Bowes, Victor Garcia Aprea, Mike Clark, James Greenwood, Chris Hart, Pages: 648, Published: 2005
Using MFC and ATL: special edition Authors: Clayton Walnum, Paul E. Robichaux, Pages: 852, Published: 1997
Microsoft Visual C# .Net Step by Step: step by step Authors: John Sharp, Jon Jagger, Pages: 621, Published: 2002

Web:
Treeview Control not showing images - ASP.NET Forums Re: Treeview Control not showing images. 02-14-2003, 10:09 AM. Contact ... Re: Treeview Control not showing images. 02-18-2003, 8:41 AM ...
Treeview Control not showing images - ASP.NET Forums Re: Treeview Control not showing images. 09-24-2003, 3:39 AM. Contact ... Re: Treeview Control not showing images. 09-24-2003, 4:58 AM ...
Using Images with the TreeView Control Images Used in the TreeView Control. The visual elements of a TreeView control include the following:. Collapsed node images. Expanded node images. Not ...
eVB Treeview control and ImageList control. The TreeView control can use any of the images in the Imagelist for any of its ... 2) I am using frames to circumvent the problem eVB has with not having a ...
ASP.NET.4GuysFromRolla.com: Using the TreeView Control and a ... Aug 30, 2006 ... We'll be using two Web controls: a TreeView to list the folders and subfolders in which the images reside; and a DataList control that lists ...
TreeView Control - Background Image? - ProgrammingTalk TreeView Control - Background Image? Windows .NET Programming. ... The horizontal scroll bar does not work correctly when 'posttext' is ' added to a node ...
CodeProject: Displaying Multiple Images In The ASP.NET TreeView ... Extending the Treeview control to display status icons; Author: Jon Paul Davies; ... so this concept can be used to display other markup, not just images. ...
Michael Sync » Silverlight Toolkit - Using Silverlight TreeView ... Oct 28, 2008 ... As TreeView control is not Silverlight Core Library, .... I add one image and one image control in HierarchicalDataTemplate that I mentioned ...
DevASP.Net PRB: Windows Forms TreeView Control Does Not Handle ... PRB: Windows Forms TreeView Control Does Not Handle State Image Lists in Visual C# .NET (Q313134) C# Problems Knowledge Base Articles Directory of ASP.
RE: Bitmap in Treeview Control (Posted by Marcia Akins) - www ... Sep 13, 2007 ... Bitmap in Treeview Control - Visit our Forum to discuss: [Bitmap in ... However, it may not be possible to identify the correct image ...

Videos:
Structuring Personal Information When Everything Can Be Saved and Searched... Google TechTalks May 17, 2006 William Jones William Jones is an Research Associate Professor in The Information School at the University of Washingt...




Search This Site:










copy gridview to clipboard

reorder web parts after changing master page

global.asax missing

vs 2008 support network database projects?

designer context

schema owned stored procs and data source controls

app_code

activedirectorymembershipprovider get user guid

vs.net + unable to open web project

error when trying to load page

formsauthentication for windows integration

errow when adding new page defaultbare.aspx to dnn : could not load type dotnetnuke.framework.cdefaultbare'

dnn20 - error loading child controls in a module

how can i get the title and url of website in browser just like http://www.furl.net/

how to apply common theme across all browsers for dropdownlist !

free forum wanted

can't connect to dnn 3 portal after portal alias change

maximized / minimized module container

access to the path \\dev\foo\1.jpg is denied

javascript setting focus to control

securitytrimmingenabled=true hides whole site map

themes not applied for login.aspx when security is on

php scripting for dotnetnuke

how to hide the user name on the upper right side

creating new users

how to have expanded archived previous monthes?

possible to install vwd without sql express?

searching custom profile data?

installation problem

how to work with remember me in login control

 
All Times Are GMT