![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, Does anyone know how to insert a graphic into a container field as result of a calculation? It can be done, as several plugins can do it, but I don't know if it has to be through a plugin or if a text file containing a jpg image can be displayed through the calculation field. If possible, also wath file format would it be? Any ideas? Thanks, Sergio |
#3
| |||
| |||
|
|
neutron wrote on (9/14/2005): Hello, Does anyone know how to insert a graphic into a container field as result of a calculation? It can be done, as several plugins can do it, but I don't know if it has to be through a plugin or if a text file containing a jpg image can be displayed through the calculation field. If possible, also wath file format would it be? Any ideas? Thanks, Sergio The basic syntax is: image:/C:/Path/To/filename.jpg Any portion of which can be a calculation, returned as container: "image:/C:/Path/To/" & ImageName & ".jpg" or "image:/C:" & Path & ImageName & "." & Extension etc. Matt |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Hello Matt, Thanks for the prompt response and the help I am sorry I was not clear. I mean if the image does not come from a file. Or better, what image format should be returned by a plugin to display the image into a container field without using the clipboard to copy paste the image into the container field, but to display it as a result of the calculated plugin function. Thanks, Sergio |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Hello, I am writing a plug-in and I am trying to find wich format to return through the plugin to get it displayed in a container field. Thanks, Sergio |
#8
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |