OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Basher on March 09, 2012, 07:10:58 AM

Title: Picture Box
Post by: Basher on March 09, 2012, 07:10:58 AM
Hi ALL ,

Im trying to make alist of all the text in the drawing
the list i display by a Grid : 1st column "Text Value" , 2nd column "text layer" , .........

now when I select a row , I want to see the text at a "Picture Box" with the same font (.SHX) (exatly , how this text appear at the drawing (only what written) )


some help please ,,,   
Title: Re: Picture Box
Post by: Fred Tomke on March 09, 2012, 12:16:57 PM
Hi, don't do it with a picturebox but with a blockview. Create a temporary blockdefinition and copy the text object into the block (using vla-CopyObjects method).

Regards, Fred
Title: Re: Picture Box
Post by: Basher on March 09, 2012, 11:48:41 PM
thanx