Forum: Macros/Add-ons
03-03-2016, 04:14
|
Replies: 0
Views: 7,594
Restore one shortcut (arrow key)
Hi guys.
By mistake I set the arrow key to the macro. How to set the nudge down again without damaging other keyboard shortcuts?
GrzJanik
|
Forum: Macros/Add-ons
26-03-2015, 07:50
|
Replies: 1
Views: 7,386
CorelDraw X7 x64 and Photoshop
Hi.
The script did not work because of spaces in the file name.
I set the name of the constant and everything works (temporary file is automatically deleted anyway).
In the script, instead...
|
Forum: Macros/Add-ons
24-02-2015, 09:19
|
Replies: 1
Views: 7,386
|
Forum: Macros/Add-ons
04-03-2014, 10:12
|
Replies: 3
Views: 4,906
Macro name
Thank You "byteme67".
This is good idea.
I had not thought about this. :)
Thanks.
GrzJanik
|
Forum: Macros/Add-ons
17-02-2014, 10:50
|
Replies: 2
Views: 4,371
Add noise
Has no a chance to call up this dialog box?
:o
|
Forum: Macros/Add-ons
07-02-2014, 10:32
|
Replies: 2
Views: 4,371
Add noise
Hi guys,
how I can call dialog box for bitmap effect "Add noise" from VBA?
http://grzjanik.ovh.org/oberon/noise.png
thanks for reply.
|
Forum: Macros/Add-ons
26-09-2013, 13:42
|
Replies: 3
Views: 4,906
|
Forum: Macros/Add-ons
18-09-2013, 02:28
|
Replies: 3
Views: 4,906
Shorter macro name
Hi guys.
How to shorten the name displayed in the popup menu?
Corel 12. :)
http://grzjanik.ovh.org/oberon/shorter_name.png
Thanks for help.
|
Forum: Macros/Add-ons
10-07-2013, 02:31
|
Replies: 2
Views: 4,119
|
Forum: Macros/Add-ons
09-07-2013, 05:04
|
Replies: 10
Views: 5,867
Lock...
:)
I'm using an old version of CorelDraw - 12. :)
... and this code is working.
You have to customize this code to your version of CorelDraw.
Greetings.
~GrzJanik
|
Forum: Macros/Add-ons
09-07-2013, 02:21
|
Replies: 10
Views: 5,867
Lock all objects
Hi.
For me, blocking all objects:
http://grzjanik.ovh.org/oberon/screen05.png
I do not know why does not work for you. :(
Greetengs.
|
Forum: Macros/Add-ons
08-07-2013, 02:42
|
Replies: 10
Views: 5,867
Hi.
Maybe helpful:
Sub...
Hi.
Maybe helpful:
Sub LockAllShapesOnCuurentPage()
ActiveDocument.BeginCommandGroup "Lock All Shapes On Current Page"
Dim s As Shape, ss As Shape, sr As ShapeRange
|
Forum: Macros/Add-ons
05-07-2013, 09:33
|
Replies: 10
Views: 5,867
|
Forum: Macros/Add-ons
05-07-2013, 06:46
|
Replies: 10
Views: 5,867
LeaveMultiPowerclips
Hi.
The easiest way:
Sub LeaveMultiPowerclips()
On Error Resume Next
ActiveDocument.ActivePowerClip.LeaveEditMode
ActiveDocument.ActivePowerClip.LeaveEditMode...
|
Forum: Macros/Add-ons
05-07-2013, 04:31
|
Replies: 2
Views: 3,829
Crop Marks and
Hi.
Look this:
http://www.oberonplace.com/vba/drawmacros/cropmarksh.htm
Create cropmarks and...
"BoundingGuides - creates guidelines around selected object(s)".
:)
|
Forum: Macros/Add-ons
21-05-2013, 07:45
|
Replies: 2
Views: 4,119
Plates - true or false
Hi guys.
I'm working in Corel 12 and...
this code:
Sub PlatesTest()
Dim strPlates As String
Dim Plate As SeparationPlate
|
Forum: Macros/Add-ons
28-03-2013, 03:25
|
Replies: 2
Views: 4,119
Quick view plates
Hi guys.
I'm working in Corel 12.
I would like to have a quick preview plates.
The idea is that the program in the status bar to display the currently used plates.
Will you help me do...
|
Forum: Macros/Add-ons
28-02-2013, 03:16
|
Replies: 4
Views: 6,931
Extract
Thank you Shelby.
"sObj.OrderFrontOf sPowerClip" - this is it.
You are always helpful.
Esteem. :)
Thanks again.
|
Forum: Macros/Add-ons
25-02-2013, 02:49
|
Replies: 4
Views: 6,931
Extract
Hi Shelby, thanks for your reply.
The tool wx.PClipPick from wx_Tools allow to select object inside powerclip without entering inside.
I need a macro which will extract the selected object (in...
|
Forum: Macros/Add-ons
31-01-2013, 06:33
|
Replies: 4
Views: 6,931
Extract selected from Powerclip
Hi.
I'm using CorelDraw 12.
The tool wx.PClipPick from wx_Tools allow to select object inside powerclip.
Is it possible to extract only selected object from the powerclip without entering...
|
Forum: Macros/Add-ons
11-10-2012, 02:39
|
Replies: 9
Views: 5,744
Pausing...
Revelation!
Thanks John.
This is what I needed.
You can pausing the other scripts. Good job.
This is what I had in mind but he did not know how to write. :(
Yet I'm still learning. :)...
|
Forum: Macros/Add-ons
08-10-2012, 16:45
|
Replies: 9
Views: 5,744
Info
Thank you John for your reply.
I meant more for advice on how to show some information and after 2 seconds to automatically be removed.
Something just like this:
Sub Info()...
|
Forum: Macros/Add-ons
04-10-2012, 16:31
|
Replies: 9
Views: 5,744
Hi.
This can be a useful tool tip or other...
Hi.
This can be a useful tool tip or other temporary information.
I just do not know what will be the code when an object appears and disappears after 3 seconds.
Do you have any ideas?
|
Forum: Macros/Add-ons
02-10-2012, 06:14
|
Replies: 9
Views: 5,744
watermark
or small form like this:
http://grzjanik.ovh.org/oberon/author_demo2.gif
Can you help me? :)
Regards.
|
Forum: Macros/Add-ons
02-10-2012, 02:43
|
Replies: 9
Views: 5,744
whatermark
Only text label. Info about author and phone number.
Thx for reply. :)
Something like this:
http://grzjanik.ovh.org/oberon/author_demo.gif
:)
|