| 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:- From the Origin menu, choose Edit:Button Edit Mode.
- Right-click on your UIM object and select Label Control.
- Set the Script, Run After drop-down list to None and click OK.
Mike OriginLab |