Forum: Macros/Add-ons
12-05-2013, 16:21
|
Replies: 9
Views: 12,718
clarification
Hi,
I just wanted to clarify that the technology for nesting that I have is on license from Optimal Programs - www.optimalprograms.com
If you want their component you must license it from them....
|
Forum: CorelDRAW/Corel DESIGNER VBA
20-11-2012, 17:14
|
Replies: 5
Views: 11,993
|
Forum: CorelDRAW/Corel DESIGNER VBA
23-08-2012, 11:12
|
Replies: 11
Views: 10,483
Hi Steve,
It is just an assumption about...
Hi Steve,
It is just an assumption about Alex, I believe he is still a Corel employee but has found something else to take his extra hours:
http://www.vakulenko.ca/main/#/home/
The work I...
|
Forum: CorelDRAW/Corel DESIGNER VBA
22-08-2012, 15:20
|
Replies: 5
Views: 6,138
Hi,
You can't use events for this. The...
Hi,
You can't use events for this. The events can be disabled with a macro or a button push on the toolbar.
Corel now has a content protection system that is used in X6.1 - will they share...
|
Forum: CorelDRAW/Corel DESIGNER VBA
22-08-2012, 12:01
|
Replies: 11
Views: 10,483
|
Forum: CorelDRAW/Corel DESIGNER VBA
21-08-2012, 14:59
|
Replies: 11
Views: 10,483
Hi Steve,
Tony S. sent me some comments from...
Hi Steve,
Tony S. sent me some comments from the development team. The one that seemed the best was to use the CLSID for C++ COM smart pointer stuff. This is working on the dev laptop with X6...
|
Forum: CorelDRAW/Corel DESIGNER VBA
21-08-2012, 11:01
|
Replies: 11
Views: 10,483
Hi Steve,
Ok, I get what you are saying now....
Hi Steve,
Ok, I get what you are saying now. I changed my PROGID to 16.1 and I can get an object pointer now. But I need to do something like what you are saying so I don't have to do a...
|
Forum: CorelDRAW/Corel DESIGNER VBA
19-08-2012, 20:40
|
Replies: 11
Views: 10,483
Hi Shelby,
They did this during the X6 beta...
Hi Shelby,
They did this during the X6 beta cycle and broke all the C# apps being run externally. I hope you're not saying that you think I am out of business...
I have never seen the typelibs...
|
Forum: CorelDRAW/Corel DESIGNER VBA
19-08-2012, 18:00
|
Replies: 11
Views: 10,483
big problems with X6.1
Hi,
The X6.1 upgrade is killing all my products. It appears that the object model GUIDS have changed and the new typelibs don't seem to have the correct interfaces.
Anybody else get messed up...
|
Forum: CorelDRAW/Corel DESIGNER VBA
07-02-2012, 11:30
|
Replies: 5
Views: 5,092
try DoEvents
Try adding calls to DoEvents in your loops. This gives part of your time slice to windows so it can process messages.
-James
|
Forum: Macros/Add-ons
17-01-2012, 11:36
|
Replies: 9
Views: 12,718
|
Forum: Macros/Add-ons
05-01-2012, 17:16
|
Replies: 9
Views: 12,718
Hi David,
I have this technology. Please...
Hi David,
I have this technology. Please send me a PM if you are still interested.
I currently have a True Shape nesting application in beta test. It is based on a COM component. Bear in...
|
Forum: CorelDRAW/Corel DESIGNER VBA
12-12-2011, 11:17
|
Replies: 13
Views: 9,295
|
Forum: CorelDRAW/Corel DESIGNER VBA
08-11-2011, 14:53
|
Replies: 10
Views: 8,272
Hi,
Unless one of the Corel guys wants to...
Hi,
Unless one of the Corel guys wants to tell us how to get an icon with a transparent background to work then that is the only option I am aware of.
I did NOT spend a great deal of time...
|
Forum: CorelDRAW/Corel DESIGNER VBA
07-11-2011, 17:15
|
Replies: 10
Views: 8,272
|
Forum: CorelDRAW/Corel DESIGNER VBA
05-05-2011, 11:18
|
Replies: 14
Views: 12,420
Use the profile string functions
GetPrivateProfileString and WritePrivateProfileString. Look here:
http://msdn.microsoft.com/en-us/library/ms725501(v=vs.85).aspx
-James
|
Forum: CorelDRAW/Corel DESIGNER VBA
04-05-2011, 13:23
|
Replies: 14
Views: 12,420
Use an INI
Use an INI file to distribute settings. If you screw up somebody's registry they will never touch anything you do ever again...
-James
|
Forum: CorelDRAW/Corel DESIGNER VBA
07-03-2011, 12:32
|
Replies: 1
Views: 3,812
Hi,
Two thoughts:
One, why not just do...
Hi,
Two thoughts:
One, why not just do the rename and save yourself in QuerySave then cancel the save the user requested.
Two, if you REALLY want to stop the user from doing this then you...
|
Forum: CorelDRAW/Corel DESIGNER VBA
18-02-2011, 10:37
|
Replies: 18
Views: 17,474
Hi,
Maybe you could tell us what it is you...
Hi,
Maybe you could tell us what it is you are trying to achieve with this?
I have code in my CAD / CAM libraries that detects these relationships currently. This sort of thing is not that...
|
Forum: CorelDRAW/Corel DESIGNER VBA
15-11-2010, 15:19
|
Replies: 17
Views: 16,433
|
Forum: CorelDRAW/Corel DESIGNER VBA
27-09-2010, 11:03
|
Replies: 12
Views: 9,769
Hi,
Did you modify the project? Did you...
Hi,
Did you modify the project? Did you build the DLL also? They are interdependent. The plugin is only used to place a button on a toolbar automatically. It then calls the DLL for anything...
|
Forum: CorelDRAW/Corel DESIGNER VBA
26-08-2010, 16:48
|
Replies: 1
Views: 4,037
try a plugin
Hi,
You can write a plugin (C++) that would only be used to call the C# app. I do this with my products which are hybrids. A plugin puts a button on the toolbar then calls a DLL that does most...
|
Forum: CorelDRAW/Corel DESIGNER VBA
22-08-2010, 18:26
|
Replies: 7
Views: 6,029
|
Forum: CorelDRAW/Corel DESIGNER VBA
15-08-2010, 13:25
|
Replies: 7
Views: 6,029
|
Forum: CorelDRAW/Corel DESIGNER VBA
07-08-2010, 11:51
|
Replies: 6
Views: 4,852
something funny about this method...
Hi,
I don't see this problem in my C++ implementation. I am able to generate single contours and separate them to shapes (curves) with no apparent problems.
I think you should try providing...
|