Dear Dinesh, ... I didn't quite understand whether you want to create the boxes themselves (so you can specify dimensions and the macro create the unfolded...
Alex Vakulenko
alexv@...
Jul 3, 2001 2:07 pm
285
Hi John, ... It all depends on what you actually need. Photo-Paint's VBA object model is still far from being complete however it already has all basic...
Alex Vakulenko
alexv@...
Jul 3, 2001 2:23 pm
286
Hi, ... Unfortunately there is no easy work around for this problems. It appears that exported workspace files have only references to commands with UI element...
Alex Vakulenko
alexv@...
Jul 3, 2001 2:33 pm
287
dear alex, i was following this thread mr dinesh needs a script for preparing an artwork for the carton.and not the bearing how do i know .. is your question....
B.Srinivasulu
bhattarams@...
Jul 3, 2001 5:10 pm
288
I am currently working on a project where we want to commit all our technical drawings and photos to an SQL server. We will do this by means of an intranet...
henning_kaasen@...
Jul 5, 2001 7:31 am
289
thanks for go ahead dinesh tilva (India) ... _________________________________________________________________________ Get Your Private, Free E-mail from MSN...
dinesh tilva
dinesh_tilva@...
Jul 7, 2001 3:03 am
290
Hi I am trying to figure out how to reference colors from a custom palette. EG I have a custom palette called "MyPalette" that resides in ...
Ian Vincent
vincent@...
Jul 8, 2001 5:13 am
291
Hi folks, I work for a large truck company as a Technical Illustrator. My boss and I have been assigned the task of creating an Illustrator's website which...
richard.randall@...
Jul 9, 2001 1:51 pm
292
I am just trying to do a simple script in Corel Script Editor that will save an opened cdr. file to a specific folder as its current name. Using the Script...
richard.randall@...
Jul 9, 2001 6:22 pm
293
Richard I am thinking about a similar concept, ie a .cdr document that is a repository for premade images, that can then be accessed via other documents and...
Ian Vincent
vincent@...
Jul 9, 2001 9:42 pm
294
You can add me to the list of thinking along similar lines. I know have three designers in three different states and am trying to come up with a common...
Shelby L Moore
shelbym@...
Jul 9, 2001 11:36 pm
295
Thanks for replying----That's a good idea. I'm not real familiar with the object data tool but I will learn soon. I tried a trial version of corel 10 and I...
Randall Richard
richard.randall@...
Jul 10, 2001 12:19 pm
296
I am working on a program in Access that produces images of sample products. I open CDR files based on data in a table and then color the 3 groups of objects...
Jeff Collins
jeffc@...
Jul 10, 2001 1:29 pm
297
Hi Jeff, ... Sure, it's easily done. You can use FindShapes (not FindShape) method on a page or layer that will return a set of objects of given type as a ...
Alex Vakulenko
alexv@...
Jul 10, 2001 2:09 pm
298
I am trying to write a simple script that will save the current document to a different folder and then delete the original location. I have everything except...
richard.randall@...
Jul 10, 2001 2:20 pm
299
Hi Ian, Here is how you do this: Sub Test() Dim pal As Palette Dim FromColor As Color, ToColor As Color Set pal = Palettes.Open(SetupPath &...
Alex Vakulenko
alexv@...
Jul 10, 2001 3:13 pm
300
Hi Henning, ... Yes, I guess you can use Paint for converting bitmap images and Draw for vector art. I don't think that either will crash frequently for the...
Alex Vakulenko
alexv@...
Jul 10, 2001 3:21 pm
301
Richard, There's no easy solution for you at this point. You can use Web Connection docker in draw to browse though an FTP site however you won't see any ...
Alex Vakulenko
alexv@...
Jul 10, 2001 3:25 pm
302
Richard, ... So, do you SAVE the document or EXPORT it? If you just want to save the document, then use .FileSave command. You can use .GetDocumentName()...
Alex Vakulenko
alexv@...
Jul 10, 2001 3:31 pm
303
Richard, To delete a file, use KILL command: KILL "C:\SomeFileName.cdr" However you have to have the full file name and the path to the file which you cannot...
Alex Vakulenko
alexv@...
Jul 10, 2001 3:32 pm
304
Jeff, Sorry for the mess with the subject line. See my post "Importing Workspaces" for a reply to your message with subject "Selecting a group of objects (when...
Alex Vakulenko
alexv@...
Jul 10, 2001 3:35 pm
305
Alex.. As usually, thanks a million, the line I was missing was the Set Pal = Palettes.Open(filename) statement, no wonder I was getting knowhere. Once you...
Ian Vincent
vincent@...
Jul 10, 2001 9:00 pm
306
... c ... here.? Ah, that's because I meant to write the following instead: Set GetColorByName = CreateRGBColor(0,0,0) Just to return black in case the color...
Alex Vakulenko
alexv@...
Jul 10, 2001 9:05 pm
307
... will learn soon. I has some potential I think, particularly for clipart libraries with lots of smaller images. The idea is that you use the 'object data'...
Ian Vincent
vincent@...
Jul 10, 2001 9:46 pm
308
Hi all, I normally work with very large Corel documents (100 pages or more) that need to be exported page by page as EPS or JPG. For EPS I have found a...
akebono@...
Jul 11, 2001 1:39 am
309
WITHOBJECT "CorelDraw.Automation.8" p$=INPUTBOX("Enter the first page that needs to be exported:") q$=INPUTBOX("Enter the last page that needs to be...
akebono@...
Jul 11, 2001 1:43 am
310
Hi-As a Tech. Illustrator I have to export various flavors of my finished drawings to a big data base where they can then be published. Instead of going...
richard.randall@...
Jul 11, 2001 12:19 pm
311
Hey Alex, As you requested I emailed you offline about some help with the importing of workspaces problem... Not sure if you received it or not so I thought I...
sgutauckis@...
Jul 11, 2001 1:01 pm
312
You might have received a bunch of messages from one of the list participants with attachments "Humor.TXT.pif", "Sorry_about_yesterday.doc.pif", and some...
Alex Vakulenko
alexv@...
Jul 14, 2001 5:10 am
313
Hi Im wondering if it is possible to access data from a Excel spreadsheet and Draw10 at the same time, ie pull data from a Excel document and use it in a ...