Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
Find all posts by this user
Quote this message in a reply
Post Reply 


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 - Dave - 12-09-2012, 07:26 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)