Search found 82 matches
- Thu Apr 19, 2012 8:48 am
- Forum: .NET
- Topic: Windows 2008 / IIS 7.5 / Permissions
- Replies: 7
- Views: 11810
Re: Windows 2008 / IIS 7.5 / Permissions
Hi Marc, I tried what you suggested but I still have the same issue. To be clear I now have two registry keys with the follows details: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Steema Software\TeeChart.NET] "DesignKeyV3"="Steema.TeeChart.TChart is a licensed component." "Vir...
- Wed Apr 18, 2012 11:49 am
- Forum: .NET
- Topic: Windows 2008 / IIS 7.5 / Permissions
- Replies: 7
- Views: 11810
Re: Windows 2008 / IIS 7.5 / Permissions
Hi Sandra, I'm not sure if the following might help but I tried changing the application pool that my app was running under to 'Classic .NET AppPool' which was created by default in IIS(?). Then I gave the app pool Full Control permissions on the C:\Program Files (x86)\Steema Software\TeeChart for ....
- Tue Apr 17, 2012 5:53 pm
- Forum: .NET
- Topic: Windows 2008 / IIS 7.5 / Permissions
- Replies: 7
- Views: 11810
Re: Windows 2008 / IIS 7.5 / Permissions
Thanks Sandra (I didn't mean to put you guys under pressure) - I look forward to hearing from you.
- Tue Apr 17, 2012 7:49 am
- Forum: .NET
- Topic: Windows 2008 / IIS 7.5 / Permissions
- Replies: 7
- Views: 11810
Re: Windows 2008 / IIS 7.5 / Permissions
Hi,
I was wondering if anybody has an update on this issue?
I'm using the temporary file method. Are there any other locations that I need to assign permissions to?
Thanks
I was wondering if anybody has an update on this issue?
I'm using the temporary file method. Are there any other locations that I need to assign permissions to?
Thanks
- Sun Apr 15, 2012 12:30 pm
- Forum: .NET
- Topic: Windows 2008 / IIS 7.5 / Permissions
- Replies: 7
- Views: 11810
Windows 2008 / IIS 7.5 / Permissions
Hi, I've recently installed an asp.net app that uses TeeChart V3 on a Windows 2008 server. The app requires users to login to access certain resources which is achieved using standard forms authentication. Otherwise users are free to navigate the site anonymously. The app works fine except that when...
- Thu Aug 05, 2010 5:35 pm
- Forum: .NET
- Topic: ShowAnnotation script and vertical positioning of pop up
- Replies: 10
- Views: 14167
Re: ShowAnnotation script and vertical positioning of pop up
Hi, I'm a bit confused - is this the example you are referring to? example.gif How does this differ from what I have done already (see below)? example2.gif The Analyst Opinion popup appears when you hover over the A annotation except it isn't apparent on a page where you've scrolled vertically.
- Tue Aug 03, 2010 4:03 pm
- Forum: .NET
- Topic: ShowAnnotation script and vertical positioning of pop up
- Replies: 10
- Views: 14167
Re: ShowAnnotation script and vertical positioning of pop up
Hi Marc, The example I see at the location you provided (i.e. Interacting_with_Chart : .Mouseover_Hints : CustomisingMouseoverMarks) demonstrates how to fade-in text hints, images or drill-down Charts when passing the mouse over the data points of the Chart. You can choose the type of Tool tip conte...
- Fri Jul 23, 2010 8:46 am
- Forum: .NET
- Topic: ShowAnnotation script and vertical positioning of pop up
- Replies: 10
- Views: 14167
Re: ShowAnnotation script and vertical positioning of pop up
Hi, Any ideas on positioning the annotation at some other fixed location - if its a problem determining the position of the chart how about at the top left corner or bottom right corner of the browser window (you sometimes see a menu bar implemented this way - i.e. as you scroll up and down a long p...
- Fri Jul 16, 2010 3:33 pm
- Forum: .NET
- Topic: ShowAnnotation script and vertical positioning of pop up
- Replies: 10
- Views: 14167
Re: ShowAnnotation script and vertical positioning of pop up
Hi Yeray, Yes, it sounds like it but I can't use a fixed size page or coordinates as it suggest. My page is created dynamically at runtime. My page comprises of a number of modules that get loaded into the page (like sharepoint). Is there any javascript that could essentially pin the pop up to the d...
- Fri Jul 16, 2010 12:02 pm
- Forum: .NET
- Topic: ShowAnnotation script and vertical positioning of pop up
- Replies: 10
- Views: 14167
ShowAnnotation script and vertical positioning of pop up
Hi, I've added annotations to my chart and I have it so that custom text is displayed in a pop up on the mouseover event. This was achieved in the standard way i.e. using GetHTMLMap and MapElements etc. (i.e. the pop up is handled by TeeCharts ShowAnnotations script). However, I've noticed that the ...
- Mon Jan 11, 2010 9:29 am
- Forum: .NET
- Topic: Chart ClickSeries & ClickBackground events
- Replies: 2
- Views: 5179
Re: Chart ClickSeries & ClickBackground events
Hi,
Thanks for the reply. I'll try - I may no be able to reply immediately.
Kind regards,
Norman
Thanks for the reply. I'll try - I may no be able to reply immediately.
Kind regards,
Norman
- Thu Jan 07, 2010 11:48 am
- Forum: .NET
- Topic: Chart ClickSeries & ClickBackground events
- Replies: 2
- Views: 5179
Chart ClickSeries & ClickBackground events
Hi, Please see the attached image which I refer to below. Chart.png From the image you will note that an annotation (A) and associated callout is attached to the x-axis. I have logic in my code that means when a user clicks either a series (i.e. the blue or red lines) or the x-axis a new blank annot...
- Wed Aug 05, 2009 11:14 am
- Forum: .NET
- Topic: Line series and connecting line BUG?
- Replies: 5
- Views: 9133
Re: Line series and connecting line BUG?
Many thanks - I look foward to the fix.
- Tue Aug 04, 2009 3:26 pm
- Forum: .NET
- Topic: Line series and connecting line BUG?
- Replies: 5
- Views: 9133
Re: Line series and connecting line (BUG?)
Hi, I've noticed something when attempting to do as you describe. The code below will result in a gap between the 3rd and 4th point in the series (where there is a gap of 2 days) as desired. However, if you position the mouse over the points a tooltip will not appear over the 3rd point. Is this a bu...
- Tue Aug 04, 2009 8:42 am
- Forum: .NET
- Topic: Line series and connecting line BUG?
- Replies: 5
- Views: 9133
Re: Line series and connecting line
Hi Sandra, Thanks for the reply and the suggestions - much appreciated. The first two possibilities aren't really options really because I foresee a lot of problems with introducing additional series (e.g. with legend etc. I also have functionality that is linked to series - like clicking on points ...