Author |
Topic  |
|
5*10
Germany
Posts |
Posted - 08/26/2005 : 11:28:58 AM
|
Origin Version (Select Help-->About Origin): 7G SR4 v.7.0552 Operating System:win 2k
Hi
I have a little problem with exproting graphs to an *.bmp! I write the following code and want origin to exprot the aktiv page to an bmp. Yesterday this function works, but today Origin allways pop up a window asking me for the resolution and if I want to use true color or b/w ...
I hope someone can help me, because I loop over this function and if there is no way to solve this problem i have to confirm 300 times the popup!!
Greets 5*10
LT_set_str("%T",Anzahl); LT_execute("Image.FileName$ =%K%T"".bmp"); LT_execute("Image.Export.PageDPI( BMP, 96, 24, 0 )"); LT_execute("sec -p 1.0");
I also tried:
LT_set_str("%T",Anzahl); LT_execute("Image.FileName$ =%K%T"".bmp"); LT_execute("Image.Export.PagePixel( BMP, 640, 480, 24, 0 )"); LT_execute("sec -p 1.0"); |
|
Mike Buess
USA
3037 Posts |
Posted - 08/26/2005 : 5:02:49 PM
|
Try LT_execute("image.showOptions=0") before image.export.
Mike Buess Origin WebRing Member |
 |
|
5*10
Germany
Posts |
Posted - 08/28/2005 : 07:53:06 AM
|
Hi Mike,
thank you for help. Function works!! Step by step I understand more about working with the mighty tool ORIGIN!!!
Greets 5*10 |
 |
|
|
Topic  |
|
|
|