Jump to content
Software FX Community

Context menu goes haywire


Kjell

Recommended Posts

Hi

There seems to be something wrong with how the context menu is rendered for the chartfx control in certain conditions.

 I am trying to put the chartfx inside a user control which should be placed in an absolute positioned div. When doing that, the context menu becomes unusable.

Eg:

public class MyChart : Control { public MyChart() {   Chart chart = new Chart();   this.Controls.Add(chart); } }

---------------

<

div style="position:absolute" id="myDiv" runat="server"></div>

 -------------

MyChart mc = new MyChart();

myDiv.Controls.Add(mc);

Link to comment
Share on other sites

The ContextMenu seems to be working as expected. Are you talking about the position of the ContextMenu when the chart is moved in an absolute position? Please clarify as to what exactly the problem is. A screenshot would be helpful. Also, how are you rendering the chart? Image or .NET?

post-3394-13922403143259_thumb.gif

Link to comment
Share on other sites

Hi ... I am rendering as Image...

 The menu flickers so it is nearly impossible to select items... it is displaced (especially when coordinates are set) and menu items are deformed.

 Image is attached.

EDIT: Perhaps I should mention the problem gets worse the further down and to the left the context menu is opened.

/K

 

Link to comment
Share on other sites

  • 4 weeks later...

Hi

 I sent an email to the support in regards to this issue a few weeks ago. I haven't got a response yet and I'd like to know if there is a fix coming.

 Also I have a few threads to which you have not responded at all yet.

My boss (Matz) is currently negotiating licenses with you and since it concerns a lot of money (we are considering purchasing the redistributable license) I need to know that your product will be able to meet our demands.

Please respond to this and my other threads.

 /K

Link to comment
Share on other sites

I have not been able to track down your incident nor I know if anybody started working on it. Do you by any chance have an incident # or can you provide me with the e-mail address you used to open this incident with support? You can send me a private message or you can contact support to (561) 392-2023 and provide them with such information.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...