Forum: General
31-10-2017, 07:08
|
Replies: 0
Views: 9,598
Symbol Library - update does not effect docs
Hi
Ive made 20 documents and used a macro to place many instances of a particular symbol from a particular csl library into each. I had thought that by updating the symbol in the csl library the...
|
Forum: CorelDRAW/Corel DESIGNER VBA
10-04-2017, 07:08
|
Replies: 2
Views: 5,707
need to use a macro
Thanks Shark I shall look into that - I didnt make it clear but I need to do it using vba - the number of shapes I want to run it on makes doing it manually impractical.
Trying to make a spiral,...
|
Forum: CorelDRAW/Corel DESIGNER VBA
09-04-2017, 21:02
|
Replies: 2
Views: 5,707
Distortion
Hi
Im trying to find a method of transforming a square which has a number of shapes within it, into a curved shape, so the shapes within the original shape are relationally transformed.
I have...
|
Forum: CorelDRAW/Corel DESIGNER VBA
28-03-2017, 08:26
|
Replies: 5
Views: 6,563
Thanks
Thanks shark - really
Its not just that it solves this problem but it makes me understand it better and with error checking too!
Appreciated
nic
|
Forum: CorelDRAW/Corel DESIGNER VBA
27-03-2017, 06:45
|
Replies: 5
Views: 6,563
Yep!
Hi Shark
Im sure you are right about it could be done more easily. Your idea is the way to go but once the shapes are combined the references to the nodes seem to fail with - "Node belongs to...
|
Forum: CorelDRAW/Corel DESIGNER VBA
26-03-2017, 13:58
|
Replies: 5
Views: 6,563
works - not pretty
Managed to blunder way through - mainly using answers from this forum
Using the xy coordinates of nodes at the ends of the lines; added new lines, added all to a shaperange and joined overlapping...
|
Forum: CorelDRAW/Corel DESIGNER VBA
26-03-2017, 00:19
|
Replies: 5
Views: 6,563
|
Forum: CorelDRAW/Corel DESIGNER VBA
18-04-2016, 10:33
|
Replies: 0
Views: 5,058
VBA eyedropper using excel
Having seen pics made in Excel by colouring cells background colours from a bitmap, I have hashed together a coreldraw macro that might do something like the eyedropper tool in vba.
Its not pretty...
|
Forum: CorelDRAW/Corel DESIGNER VBA
18-04-2016, 10:20
|
Replies: 2
Views: 3,636
|
Forum: CorelDRAW/Corel DESIGNER VBA
17-04-2016, 04:56
|
Replies: 2
Views: 3,636
Split string to values
Hi
Im using excel to get rgb values for colouring objects and would like to find a way of using coreldraw's VBA to convert a string with values in the format "127, 23, 250" (ie a string containing...
|
Forum: CorelDRAW/Corel DESIGNER VBA
11-03-2016, 15:14
|
Replies: 5
Views: 5,851
does this help?
...
does this help?
http://forum.oberonplace.com/showthread.php?t=8155
Sub joinCurves()
Dim s As Shape
Dim sr As ShapeRange
|
Forum: CorelDRAW/Corel DESIGNER VBA
11-03-2016, 10:47
|
Replies: 0
Views: 3,069
Break at specified node
Im trying to find the middle node on curves which have only one sub-path but a variable number of nodes, and then split the curve into two objects but struggling with syntax - I first check to see...
|
Forum: CorelDRAW/Corel DESIGNER VBA
09-02-2016, 13:39
|
Replies: 0
Views: 3,310
Joining Subpaths
Hi
I have a drawing with 1,000 open curves with just two nodes per curve (at the ends) which when viewed normally seem to form one continuous (open) line. The end node of each curve being in the...
|
Forum: CorelDRAW/Corel DESIGNER VBA
20-10-2015, 18:29
|
Replies: 6
Views: 7,552
|
Forum: CorelDRAW/Corel DESIGNER VBA
20-10-2015, 09:56
|
Replies: 6
Views: 7,552
Had a look and it seems that this is a problem...
Had a look and it seems that this is a problem with the font substitute being very different than the intended font and the original not having the original font installed.
Can you show a vid of...
|
Forum: CorelDRAW/Corel DESIGNER VBA
11-07-2015, 06:15
|
Replies: 2
Views: 4,322
perfect
Thanks Shark - that works perfectly.
|
Forum: CorelDRAW/Corel DESIGNER VBA
09-07-2015, 16:35
|
Replies: 2
Views: 4,322
Set Transparency using a variable
Im after writing a macro that will allow me to set the level of transparency on a set of individual shapes and would like to be able to set a variable and then use a line that says;...
|
Forum: CorelDRAW/Corel DESIGNER VBA
07-07-2015, 07:32
|
Replies: 0
Views: 3,532
Copy parts of a existing curve
EDIT - Method found
Looking for a method to copy parts of a curve onto a new layer and wonder if someone can help.
I have a very large spiral (Grouped as 67 curves of 1000 nodes each).
On top...
|
Forum: CorelDRAW/Corel DESIGNER VBA
06-10-2014, 08:24
|
Replies: 2
Views: 3,526
Thanks
Hi Shelby
thank you, that does exactly what I was after - BreakApartEx - a new tool to add to my toolbox.
Many thanks
nic
|
Forum: CorelDRAW/Corel DESIGNER VBA
04-10-2014, 09:25
|
Replies: 2
Views: 3,526
|
Forum: CorelDRAW/Corel DESIGNER VBA
29-09-2014, 11:29
|
Replies: 2
Views: 5,157
Thanks
Hi Shelby
tried out both methods and found they both worked - went with the first as it kept the number of nodes constant and the number of nodes is significant in this case: The second method...
|
Forum: CorelDRAW/Corel DESIGNER VBA
24-09-2014, 00:03
|
Replies: 4
Views: 4,414
3 point curve
Hi Shelby
Had a look at drawing using the 3 point curve method and fell at the first hurdle because it seemed to require the bezier curve handle positions as part of its function and calculating...
|
Forum: CorelDRAW/Corel DESIGNER VBA
22-09-2014, 08:19
|
Replies: 2
Views: 5,157
Virtual shape and speed up
Hi,
the code below takes the data from an array and draws a curved line through a set of x,y points. I would like to speed up that process and think doing it with a virtual layer would help but I...
|
Forum: CorelDRAW/Corel DESIGNER VBA
15-09-2014, 02:24
|
Replies: 0
Views: 6,028
Waiting for Export to finish before continuing
Hi
Im trying to loop through a series of files exporting them as pdf's and png's. Had a look at wOxxOm's macro which would seem to do exactly what Im after but on Draw 7 it crashes the application -...
|
Forum: CorelDRAW/Corel DESIGNER VBA
17-08-2014, 14:13
|
Replies: 5
Views: 5,851
Thanks
Thanks Shark - that works
|