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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 printing of UIM objects

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
tinkusch Posted - 01/12/2005 : 12:49:08 PM
Origin Version (Select Help-->About Origin):7.0
Operating System:XP

Hi,

When UIM objects (e.g. buttons) are positioned on a window (graph, wks) they are not printed with the print command and also not shown in the print preview. There is only one exeption: text objects.

Is it possible to change settings of UIM objects in order to have them printed?

Thanks
Bye

Stefan

3   L A T E S T    R E P L I E S    (Newest First)
Mike Posted - 01/14/2005 : 10:06:04 AM
Stefan, thank you for pointing this out. I will request that we include an example in the Programming Help file that shows how to toggle printing of objects on and off.

Mike
OriginLab
tinkusch Posted - 01/13/2005 : 5:45:08 PM
Hi Mike,
that works!

If one wants to use e.g. mouseclick events on an object at one time and printing at an other time one has to toggle
the script variable before accordingly:

Win!object.script=0; "printing is possible"
Win!object.script=1; "no printing, mouseclick is executed"

Would be fine to have this little trick included in the HELP file.

Thanks & bye

Stefan




Edited by - tinkusch on 01/13/2005 5:50:06 PM
Mike Posted - 01/13/2005 : 4:39:36 PM
Hi Stefan,

See if this works for you:
  1. From the Origin menu, choose Edit:Button Edit Mode.
  2. Right-click on your UIM object and select Label Control.
  3. Set the Script, Run After drop-down list to None and click OK.


Mike
OriginLab

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000