Greetings! Is there a way to create a script that will resample images (in Photopaint) using a percentage rather than the H/V pixel count? I have pictures in...
Darren L. Waschow
skwerm@...
Aug 3, 2001 4:36 pm
341
Hi Darren, ... Photopaint) ... both ... Of course you can do this. First, you need to get the current size of the document, then multiply it by some amount and...
Alex Vakulenko
alexv@...
Aug 3, 2001 7:29 pm
342
Thanks a bunch...I hope. :-) I'm new to this whole CorelScript thing. I assume I can just take this script as-is and run it? Or do I have to write additional...
Darren
skwerm@...
Aug 4, 2001 2:37 am
344
Hi Guyz - I have been trying to achieve the very same thing and have an almost identical script (see below). I find that .GetDocumentWidth() always returns <2>...
keithlp@...
Aug 4, 2001 3:15 pm
345
i need a script to "copy" an envelope from on object to others. i tried to record the the envelope creation process. with CDRAW 10.427 it doesent work and when...
cvonsturm@...
Aug 8, 2001 1:46 pm
346
Hello all, I have a knowledge of VBA with Word. I began to see what I cold do in Draw. The first thing I realized is that it seems that Corel had put no...
Thanks Rich I already new this link. However, this doesn't help me understand the basics of CorelDraw model. I guess I have to guess.. For example, I made this...
fost@...
Aug 10, 2001 1:40 pm
349
The best way I have found it to go to the Object Browser (F2) in VBA and search for what you want info on. In this case look for CreateGuide. I then normally...
Shelby L Moore
shelbym@...
Aug 10, 2001 2:20 pm
350
Thank you very much Shelby, I was not aware of the "? Help" menu!...
fost@...
Aug 10, 2001 2:35 pm
351
Another question. I am not able to record with VBA in Paint while I can in Draw. Is this normal? (Paint french, still no SP) Guy...
fost@...
Aug 10, 2001 2:41 pm
352
Control-F3 will open the Recorder. This is however the Script Recorder and not a VBA recorder. I am not a PhotoPaint Expert, but don't think it has a VBA...
Shelby L Moore
shelbym@...
Aug 10, 2001 2:51 pm
353
Thanks again, Shelby :-)...
fost@...
Aug 10, 2001 5:30 pm
354
I want to create a script that will help me with book cover settings. Usually, when I have to make a book cover, I first set the Paint file (and also a Draw...
fost@...
Aug 11, 2001 6:01 pm
355
Try it this way: Sub CreateNewPage() Dim doc As Document Set doc = CreateDocument(850, 1110, cdrImageRGB, 300, 300, True, , False) End Sub The problem is the...
Shelby L Moore
shelbym@...
Aug 14, 2001 12:28 pm
356
Bonjour Shelby Once again, you are right. Thank you very, very much! Guy www.guyverville.com *************...
Guy Verville
fost@...
Aug 14, 2001 12:33 pm
357
After having debugged the Create document method with the help of Shelby (thanks!), I'm already stuck with the other command. Create guidelines. I have managed...
fost@...
Aug 14, 2001 1:42 pm
358
I tried to use: ActiveDocument.Unit = cdrMeter to set the document unit from inches meters. There was no error message but nothing happened. Neither the unit...
Patrick Cheung
patrick@...
Aug 14, 2001 2:54 pm
359
Patrick, ... Any ... Document.Unit property is used to specify units of measurements used by VBA commands such as Layer.CreateEllipse, Shape.SizeWidth, etc....
Alex Vakulenko
alexv@...
Aug 14, 2001 3:12 pm
360
I have found the solution; Set aGuide = ActiveDocument.CreateGuide(pntGuideVertical, 0, 0) ... of ... have ... general...
fost@...
Aug 14, 2001 4:16 pm
361
Is there a way to manipulate, or save GMS in another directory? Or is there only one GMS possible (Photopaint)?...
fost@...
Aug 14, 2001 9:39 pm
362
As far as I know. PhotoPaint can only have on GMS. Draw on the other hand can have several. You simple place them in the GMS folder. I think this is ...
Shelby L Moore
shelbym@...
Aug 14, 2001 10:02 pm
363
What about the security level? Guy www.guyverville.com *************...
Guy Verville
fost@...
Aug 14, 2001 10:03 pm
364
... But how you create GMS in first place?...
Guy Verville
fost@...
Aug 14, 2001 10:03 pm
365
... hand ... is ... Both Draw and Paint version 10 can handle multiple GMSes. You just need to put them in respective GMS folders (...\Draw\GMS and...
Alex Vakulenko
alexv@...
Aug 14, 2001 10:35 pm
366
Guy, ... Please refer to this page for instructions: http://www.vakcer.com/oberon/vba/newgms.htm ============================= Alex Vakulenko, alexv@......
Alex Vakulenko
alexv@...
Aug 14, 2001 10:37 pm
367
Bonjour Alex Thanks, I should read your site entirely before asking question :-) Guy www.guyverville.com *************...
Guy Verville
fost@...
Aug 15, 2001 12:10 am
368
Many thanks to all of have helped me with my first VBA project. It was simple, but very instructive. The GMS modules can be seen at ...
fost@...
Aug 15, 2001 4:37 pm
369
Turns out I had all the settings in Draw correct. But the GMS file was marked as Read-Only. If your GMS file is marked as such it will not work or show up....
Shelby L Moore
shelbym@...
Aug 15, 2001 4:44 pm
370
Guy, ... Nice work! There are a couple typos on the page, though. ("These two VBBA scripts create" - note "VBBA") and the last macro should be (VBA script for ...