how to save graphs in scope
|
01-07-2012, 04:30 AM
Post: #3
|
|||
|
|||
RE: how to save graphs in scope
I tried to save the data scope, the variable bitmap, and I'd like to display the data using the ListView and ImageList, but when I run the program nothing is displayed. Is the method I use is correct or it is incorrect, please guidance.
For more details, I show the code that I created: var JABitmap : TBitmap; AItem : TListItem; begin JABitmap := TBitmap.Create(); ListView1.Items.BeginUpdate(); SLScope1.CopyToBitmap(JABitmap); ImageList1.Add( JABitmap, NIL ); AItem := ListView1.Items.Add(); ListView1.Items.EndUpdate(); end; Thanks |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
how to save graphs in scope - Hymae - 01-07-2012, 01:04 AM
RE: how to save graphs in scope - Dave - 01-07-2012, 02:29 AM
RE: how to save graphs in scope - Hymae - 01-07-2012 04:30 AM
RE: how to save graphs in scope - Dave - 01-07-2012, 06:26 AM
RE: how to save graphs in scope - Michael Kozko - 12-09-2012, 05:16 AM
Frithjof, Gunock, Ketil and Grim Faroe islands - Ramirezvapy - 12-02-2016, 01:28 PM
RE: how to save graphs in scope - Dave - 12-09-2012, 07:26 AM
|
User(s) browsing this thread: 1 Guest(s)