Hi everyone, First, let me greet all the new members that just joined the list... I just wanted to let you know that the CDRVBA list is still in stage of ...
Alex Vakulenko
alexv@...
Feb 5, 2001 3:18 pm
2
Hi, I am a VB developer working on a project that will utilize Corel Draw for image editing. I have installed the software, searched the Help files, and sorted...
dccarl@...
Feb 6, 2001 9:31 pm
3
Hello, Don. Do you know this web site? Corel Solutions Partners http://www.corel.com/partners_developers/csp/soft_kits.htm Alex's web site(This mailing list...
akasaka@...
Feb 6, 2001 11:42 pm
4
Hi Gang, Is there a way to run Corel in a multithreaded environment on the same machine? Say you have an application(s) that needs to modify 3 separate...
Craig Tucker
craigtucker@...
Feb 7, 2001 11:43 am
5
For a while I try to find a solution for getting pathname of the currently active document in CD9 but I can't find a real solution. Below you find a workaround...
Sz€ ¢Ã¡nt€ ¢Ã³ Zolt€ ...
szantoz@...
Feb 7, 2001 1:26 pm
6
Hi Craig, <<Is there a way to run Corel in a multithreaded environment on the same machine? Say you have an application(s) that needs to modify 3 separate ...
Alex Vakulenko
alexv@...
Feb 7, 2001 3:14 pm
7
Zoltan, I'm afraid, there's no other ways you can get the full document name in Draw 9. Using AfterSave and AfterSaveAs events in VBA could provide somehow a ...
Alex Vakulenko
alexv@...
Feb 7, 2001 3:26 pm
8
What is the best way to convert CorelDraw 9 script to macros in Corel 10. I am a novice at Corel script and VB. Thanks, Georgeann...
Georgeann Schilling
gs@...
Feb 7, 2001 3:34 pm
9
Georgeann, If your script doesn't contain dialogs or something, it is quite easy to just use CorelScript object in VBA to use your CorelSCRIPT code. For...
Alex Vakulenko
alexv@...
Feb 7, 2001 7:18 pm
10
Thanks so much for the prompt response! I think this stems back to my needing to "Activate the Document" before making changes? Instead, I can open say 50+...
Craig Tucker
craigtucker@...
Feb 7, 2001 8:29 pm
11
Hi Craig, First before I forget, looking at your code below I would like to make a couple of comments. When you reference shapes by name [e.g....
Alex Vakulenko
alexv@...
Feb 7, 2001 9:25 pm
12
I saved a bunch of find and replace tasks in Corel 9. Can those be macros...i tried recording but it didn't play back??? How can I easily use them with a on...
Georgeann Schilling
gs@...
Feb 7, 2001 9:46 pm
13
Hello Alex, Somehow my email address seems to be receiving copies of various emails or newsgroup messages from you and other users of the CDRVBA newsgroup....
Great Thou Art Studio
greatthouart@...
Feb 7, 2001 10:23 pm
14
Hi Alex, Well, I had taken the "If Not s Is Nothing Then" stuff out, but another VB programmer said it was perfectly fine... My error routine must be catching...
Craig Tucker
craigtucker@...
Feb 8, 2001 2:05 am
15
Hi Craig, ... another ... I don't doubt the syntax. What I meant here is that Shapes(Name) never returns <Nothing>. It returns either a valid reference to...
Alex Vakulenko
alexv@...
Feb 8, 2001 4:22 am
16
Hi Alex, I have printed your prior response out and it is now hanging on my wall...<bg> When I used "FindShape" before, it seemed (I thought to myself) to be ...
Craig Tucker
craigtucker@...
Feb 8, 2001 1:40 pm
17
... It should not. If it does, then it is a bug and should be reported to Corel as soon as possible. ... to ... You need to check if the document is already...
Alex Vakulenko
alexv@...
Feb 8, 2001 3:17 pm
18
Dear Alex After read those articles between you and Craig in the yahoo mailing list, I do have some problems about using threading of corel draw 10. I use VB...
tuxedo21@...
Feb 8, 2001 8:46 pm
19
Dear Wesley, ... Obviously, if you access pages and shapes like this (for example): ActiveLayer.CreateEllipse... ActivePage.Shapes(5).Delete... and so on it...
Alex Vakulenko
alexv@...
Feb 8, 2001 9:06 pm
20
Alex I tried the below code. And I think the Set doc = CreateNewDocument() Needs to be changed to: Set doc = CreateDocument() Also..I can't seem to get it to...
Shelby L Moore
shelbym@...
Feb 8, 2001 9:18 pm
21
I must make one more comment about using VB and other EXEs versus VBA macros. If you make many calls from out-of-process controllers (e.g. a Visual Basic EXE...
Alex Vakulenko
alexv@...
Feb 8, 2001 9:46 pm
22
... in ... I meant "it will NOT work"... :-) ================================== Alex Vakulenko, alexv@... http://www.vakcer.com/oberon...
Alex Vakulenko
alexv@...
Feb 8, 2001 9:55 pm
23
Hi Shelby, ... Document, ... Yes, you are right. I was too lazy to actually try the code myself. I just typed it in the email composer (however I usually do...
Alex Vakulenko
alexv@...
Feb 8, 2001 10:04 pm
24
Dear Alex I change some of my code and it seems more stable right now :-), but another thing happens, when 4 persons access my DLL ( from which call corel draw...
tuxedo21@...
Feb 9, 2001 1:11 am
25
Hi Wes, Just out of curiosity, How many documents do you have open in Draw? How large are your documents (ie. average 3-5 meg.) Is your DLL now referencing ...
Craig Tucker
craigtucker@...
Feb 9, 2001 1:54 am
26
... Well, this is not a really CorelDRAW problem, is it? :-) I bumped into it myself some time back and here is what I did to overcome it... An ActiveX DLL...
Alex Vakulenko
alexv@...
Feb 9, 2001 2:06 am
27
Dear Alex I am interesting on this topic: ". An Add-in is a special COM DLL that CorelDRAW will launch on request... I think we'll discuss this later if you...
tuxedo21@...
Feb 9, 2001 2:09 am
28
Dear Craig Actually, we only open 4 documents and each document only has around 50k, our reference to doc by using Opendocument and the response time is...
tuxedo21@...
Feb 9, 2001 2:18 am
29
Just out of interst, how stable was this solution? The reason why I ask is that we are a graphics house wanting to generate PDF proofs on-line to compliment...
David Ames
davida@...
Feb 9, 2001 2:24 am
30
Hi Wes, I currently have about 70 3-5 meg files open at a time. I'm currently referencing docs the same way you are but am going to change to loop through the...