The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 Forum for Origin C
 plot *.bmp problems
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

5*10

Germany
Posts

Posted - 08/26/2005 :  11:28:58 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Try LT_execute("image.showOptions=0") before image.export.

Mike Buess
Origin WebRing Member
Go to Top of Page

5*10

Germany
Posts

Posted - 08/28/2005 :  07:53:06 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Mike,

thank you for help. Function works!!
Step by step I understand more about working with the mighty tool ORIGIN!!!

Greets 5*10
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000