Search found 7 matches
- Tue Apr 19, 2011 1:54 am
- Forum: VCL
- Topic: !!Help Error transferring internal using BitBlt
- Replies: 22
- Views: 23646
Re: !!Help Error transferring internal using BitBlt
When the Program is running in the background, and then change the Teechart's value every time , the program will pop up the dialog box. In other words, when the program is not visible(such as remote desktop or Screensavers ),i change the control's data, then the error happened. I suspect that is no...
- Sat Apr 02, 2011 6:07 am
- Forum: VCL
- Topic: !!Help Error transferring internal using BitBlt
- Replies: 22
- Views: 23646
Re: !!Help Error transferring internal using BitBlt
not just CircularGauge
include scFastLine, scBar,scFastLine
Does TV52015296 fixed?
include scFastLine, scBar,scFastLine
Does TV52015296 fixed?
- Fri Apr 01, 2011 9:23 am
- Forum: VCL
- Topic: !!Help Error transferring internal using BitBlt
- Replies: 22
- Views: 23646
Re: !!Help Error transferring internal using BitBlt
version info:
9th November 2010
TeeChart Pro Activex Control v2010
v2010.0.0.2 Release
-----------------------------
test on the remote Desktop !!!
9th November 2010
TeeChart Pro Activex Control v2010
v2010.0.0.2 Release
-----------------------------
test on the remote Desktop !!!
- Tue Mar 29, 2011 2:02 am
- Forum: VCL
- Topic: !!Help Error transferring internal using BitBlt
- Replies: 22
- Views: 23646
Re: !!Help Error transferring internal using BitBlt
int CTCHART2010View::OnCreate(LPCREATESTRUCT lpCreateStruct) { ... m_GaugeTotal.Create(NULL, WS_VISIBLE| WS_CHILD, CRect(0,0, 300, 400), this, 900); SetTimer(1, 500, NULL); } void CTCHART2010View::OnTimer(UINT_PTR nIDEvent) { if (m_nValue>100) { m_nValue = 100; } m_GaugeTotal.Series(0).GetAsCircular...
- Thu Mar 24, 2011 3:14 am
- Forum: VCL
- Topic: !!Help Error transferring internal using BitBlt
- Replies: 22
- Views: 23646
Re: !!Help Error transferring internal using BitBlt
only hanppend when i add series as "scCircularGauge", code: m_GaugeTotal.Create(NULL, WS_CHILD|WS_VISIBLE, rtClient, this, 300); //Round Blue Border m_GaugeTotal.GetPanel().GetBorder().SetVisible(FALSE); //No Background dark 3D shadow m_GaugeTotal.GetPanel().SetBevelOuter(0); m_GaugeTotal.GetPanel()...
- Mon Mar 21, 2011 8:22 am
- Forum: VCL
- Topic: !!Help Error transferring internal using BitBlt
- Replies: 22
- Views: 23646
!!Help Error transferring internal using BitBlt
Environment: WindowXp
Program language : VC++ / vs2008
pop a messagebox (error transferring internal bitmap using bitblt
d:\steema\root\teechartvcl\sources9\tecanvas.pas , line 6483)
how can i solution this porblem ?
Program language : VC++ / vs2008
pop a messagebox (error transferring internal bitmap using bitblt
d:\steema\root\teechartvcl\sources9\tecanvas.pas , line 6483)
how can i solution this porblem ?
- Wed Jan 19, 2011 3:39 am
- Forum: ActiveX
- Topic: Question about AreaLine of AreaSeries.
- Replies: 1
- Views: 4064
Question about AreaLine of AreaSeries.
Hello MR or Madam: As Described in the Help Doc, We set the AreaLine's Visible property as FALSE, hoped to hide the AreaLine. The Code is as follow: m_tChart.Series(0).GetAsArea().GetAreaPen().SetVisible(FALSE); However, the result is not as expected, we can see in the pics follow: 1-2.JPG 1-1.JPG M...