Search found 7 matches

by NeoCodex
Tue Jan 11, 2005 7:20 am
Forum: ActiveX
Topic: ASP and IrregularGrid problem.
Replies: 1
Views: 3971

ASP and IrregularGrid problem.

Hi, I'm using teechart6 in asp page and trying to make my colorgrid to show as irregular grid. I can make this work just fine in Visual Basic, but it doesn't seem to work in asp. Chart1.Panel.Gradient.Visible=True Chart1.Series(0).asColorGrid.irregularGrid=true Chart1.Series(0).asColorGrid.Pen.Visib...
by NeoCodex
Wed Dec 15, 2004 10:58 am
Forum: ActiveX
Topic: Drag and drop selected item from listbox into TeeChart
Replies: 10
Views: 17599

Hmm... one thing more:

How about drag'n drop between two forms?

Scenario: I have item list in FormA and TeeChart in FormB.
I want drag items from FormA's item list into FormB's TeeChart.

How that can be done?

-Pekka-
by NeoCodex
Mon Dec 13, 2004 1:53 pm
Forum: ActiveX
Topic: Drag and drop selected item from listbox into TeeChart
Replies: 10
Views: 17599

Hello again. It's ok to me to use plain DragDrop method. But still I want nice and clean visualizing of one item drag from listbox into teechart. It's soo ugly to drag and drop gray frame of the listbox... Does anyone know a trick/workaround/something to hide drag frame from listbox and change mous...
by NeoCodex
Mon Dec 13, 2004 7:22 am
Forum: ActiveX
Topic: Drag and drop selected item from listbox into TeeChart
Replies: 10
Views: 17599

Hello again. It's ok to me to use plain DragDrop method. But still I want nice and clean visualizing of one item drag from listbox into teechart. It's soo ugly to drag and drop gray frame of the listbox... Does anyone know a trick/workaround/something to hide drag frame from listbox and change mouse...
by NeoCodex
Fri Dec 10, 2004 1:02 pm
Forum: ActiveX
Topic: Drag and drop selected item from listbox into TeeChart
Replies: 10
Views: 17599

narcis wrote:Hi Pekka,

I'm afraid not, this seems to be the Visual Basic behaviour.
Hmm... I've seen OLEDragDrop method used with VB components also in listbox. If that method is used you can drag and drop each item of the list. Unfortunately TeeChart has no such method. Why?
by NeoCodex
Tue Dec 07, 2004 12:42 pm
Forum: ActiveX
Topic: Drag and drop selected item from listbox into TeeChart
Replies: 10
Views: 17599

It works but...

Thanks for the example. It does exactly what I want but there's one "cosmetical" issue: When I start to drag selected item a gray frame of the listbox seems to be dragged not selected item. It does not look good if I want visualize one item to be dragged from the listbox into TeeChart. Is it possibl...
by NeoCodex
Thu Dec 02, 2004 2:37 pm
Forum: ActiveX
Topic: Drag and drop selected item from listbox into TeeChart
Replies: 10
Views: 17599

Drag and drop selected item from listbox into TeeChart

Hello! Could someone provide me an example how to drag and drop one selected item from ListBox onto TeeChart. It seems that TeeChart does not support OLEDragDrop method and OnDragDrop is triggered only if I drop the ListBox itself onto TeeChart. And that's not I want. My need is drop only selected i...