Search found 3 matches

by Youlrik
Mon May 12, 2008 6:25 pm
Forum: .NET
Topic: Unhandled Exception about emSize
Replies: 5
Views: 6611

My problem is about me.Size.Height

Hi, I think I found the problem. I use "Me.Size.Height" to ajust all fonts in my TChart control. When I minimize my Form, the value of "Me.Size.Height" is equal to 31. And 5*31/100 equal 0 for an integer(see below). To correcte the problem I use Max(val1,val2) function. With that I'm sure the value ...
by Youlrik
Fri May 09, 2008 5:41 pm
Forum: .NET
Topic: Unhandled Exception about emSize
Replies: 5
Views: 6611

Light version with my problem

Hi Narìs, I put a light version of my application on your UpLoad page. The name is EF60.zip. To Simulate my server, I put a basic Timer that start refresh my TChart control. To reproduce the problem: 1. Start application; 2. Wait 5 seconds; 3. Minimize the application; 4. Wait 20 seconds; 5. Maximiz...
by Youlrik
Thu May 08, 2008 12:22 pm
Forum: .NET
Topic: Unhandled Exception about emSize
Replies: 5
Views: 6611

Unhandled Exception about emSize

Hi, I'm using the latest version of TeeChart .Net 2: V.2.0.3033.18431. The problem is that I obtain an unhandled Exception when I want update my Teechart control and I can't handle this exception to fix de problem. Here the complete situation: This application contain 2 Steema.TeeChart.TChart contro...