Blogs
Recent Entries
Best Entries
Best Blogs
Blog List
Search Blogs
OberonPlace.com Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Blogs
Gallery
FAQ
Members List
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.08
seconds.
Search:
Posts Made By:
runflacruiser
Forum:
Testing
01-12-2015, 16:08
Replies:
4
Just saying hello
Views:
54,688
Posted By
runflacruiser
Hi again!
Been a long time since I came to Oberon Place forums. Just checking in! :goggles:
Forum:
CorelDRAW/Corel DESIGNER VBA
31-05-2013, 13:20
Replies:
2
One time selection change event.
Views:
4,060
Posted By
runflacruiser
HI. Thanks. Probably a saved registry...
HI.
Thanks.
Probably a saved registry setting. Whereas when set in the module to true allows the event to run. In the event, after 1 successful run save the setting to the registry as false....
Forum:
CorelDRAW/Corel DESIGNER VBA
30-05-2013, 14:03
Replies:
2
One time selection change event.
Views:
4,060
Posted By
runflacruiser
One time selection change event.
Hi.
Before I rack my brain I figured it's prolly been done. Anyone?
I want to be able to activate the selection change event code only one time after code from a standard module is completed...
Forum:
CorelDRAW/Corel DESIGNER VBA
05-02-2013, 14:24
Replies:
1
Icon format for VBA
Views:
3,777
Posted By
runflacruiser
Hi. See this...
Hi.
See this (http://forum.oberonplace.com/showthread.php?t=2845&highlight=ExtractXMLicons) page.
Or this (http://coreldraw.com/forums/p/24060/109655.aspx) one.
~John
Forum:
General
21-12-2012, 17:49
Replies:
3
Windows 8 and CorelDraw 12
Views:
13,122
Posted By
runflacruiser
Hi. 12 doesn't work well on Windows 7, for me...
Hi.
12 doesn't work well on Windows 7, for me at least. Good luck.
You are missing out on some really cool new features. If ya ever decide to upgrade it would be well worth it.
~John
Forum:
CorelDRAW/Corel DESIGNER VBA
20-12-2012, 09:18
Replies:
196
UNLIMITED recent files dialog for CorelDraw with love
Views:
99,247
Posted By
runflacruiser
HI Os. Did you ever get the scroll list box API...
HI Os.
Did you ever get the scroll list box API working for 64 bit.
I managed to translate it to the best of my ability but it seems to crash after a few scrolls. I think it is corrupting the stack...
Forum:
Macros/Add-ons
20-11-2012, 13:41
Replies:
4
page numbering macro
Views:
4,156
Posted By
runflacruiser
Hi. Should be pretty easy. Change the For Each...
Hi.
Should be pretty easy. Change the For Each Loop to a For Loop.
Ie
Change:
For Each p In ActiveDocument.Pages
p.Activate
'code in here....
Forum:
Macros/Add-ons
20-11-2012, 07:59
Replies:
7
Reload GMS files
Views:
5,138
Posted By
runflacruiser
Hi. I would need a test cdr file. But you...
Hi.
I would need a test cdr file.
But you need to update your Draw version to at least .701 and re-test first.
~John
Forum:
Macros/Add-ons
19-11-2012, 14:17
Replies:
7
Reload GMS files
Views:
5,138
Posted By
runflacruiser
HI. Do you have the update for X4? Your version...
HI.
Do you have the update for X4? Your version number should end with at least .704
Also looks like you have a pretty large Hot Area. This is the last parameter of the method. If you have other...
Forum:
CorelDRAW/Corel DESIGNER VBA
15-11-2012, 18:26
Replies:
1
Keeping track of nodes
Views:
4,326
Posted By
runflacruiser
Hi. Nodes are very tricky. I found the best way...
Hi.
Nodes are very tricky. I found the best way is to put nodes you want into and array. Please their x and y coordinates in the array. Then use SelectNodeAtPoint. This is a great way to beat the...
Forum:
Macros/Add-ons
15-11-2012, 12:54
Replies:
6
RE: inserting text showing current scale
Views:
4,766
Posted By
runflacruiser
HI. Seen this post and thought of you. Maybe...
HI.
Seen this post and thought of you. Maybe this will work well for you:
http://coreldraw.com/forums/p/36610/171418.aspx#171418
~John
Forum:
Macros/Add-ons
12-11-2012, 16:12
Replies:
6
RE: inserting text showing current scale
Views:
4,766
Posted By
runflacruiser
Hi. Just insert it where it shows. When you...
Hi.
Just insert it where it shows. When you press "scale" on the form it inserts the string at 0,0 but you can change to anywhere you want.
Maybe your BD macro code isn't same?
PS. Are you...
Forum:
CorelDRAW/Corel DESIGNER VBA
12-11-2012, 12:30
Replies:
4
Multipage textbox focus
Views:
5,129
Posted By
runflacruiser
Hi. I was having some luck with this: ...
Hi.
I was having some luck with this:
Private Sub setFocus()
Dim c As Control
For Each c In Me.Controls
If c.Width = 78 Or c.Width = 354 Or c.Width = 360 Or c.Width = 160 Or...
Forum:
Macros/Add-ons
12-11-2012, 09:30
Replies:
19
Add object to an existing group WITHOUT destroying it?
Views:
16,823
Posted By
runflacruiser
Hi. Here's 2 ways. Both move the pink square...
Hi.
Here's 2 ways. Both move the pink square shape over by 25 mm.
Private Function findShapeAndMove1()
Dim s As Shape, sSel As Shape, p As Page, s1 As Shape
Dim x#, y#, dSize#,...
Forum:
Macros/Add-ons
11-11-2012, 18:52
Replies:
6
RE: inserting text showing current scale
Views:
4,766
Posted By
runflacruiser
Hi. I can get it to print on page when it;s...
Hi.
I can get it to print on page when it;s changed in the macro. This is only for Brian's macro. Add after lines shown.
uT = 100000 * target / source
ActiveDocument.Rulers.HUnits =...
Forum:
Macros/Add-ons
11-11-2012, 18:28
Replies:
19
Add object to an existing group WITHOUT destroying it?
Views:
16,823
Posted By
runflacruiser
Hi. Basically it's simple as we said before but...
Hi.
Basically it's simple as we said before but we need to distinguish each shape on the pages via certain characteristics in order to work with it. We can distinguish via it's size, if same on all...
Forum:
Macros/Add-ons
07-11-2012, 19:20
Replies:
19
Add object to an existing group WITHOUT destroying it?
Views:
16,823
Posted By
runflacruiser
Hi. This code will select the top most shape on...
Hi.
This code will select the top most shape on all pages at a x,y point you specify and move it right by .25 of an inch.
I think this will work for you. You only need find x,y and tell it how much...
Forum:
Macros/Add-ons
07-11-2012, 13:13
Replies:
19
Add object to an existing group WITHOUT destroying it?
Views:
16,823
Posted By
runflacruiser
Hi. Is is a different size from the other jpg...
Hi.
Is is a different size from the other jpg and is it always the same size on all pages?
We can also get easily if it's in the exact same position on every page.
~John
Forum:
Testing
07-11-2012, 13:12
Replies:
4
Just saying hello
Views:
54,688
Posted By
runflacruiser
A hello is better late than never huh...
A hello is better late than never huh Shavon....lol
~John
Forum:
Macros/Add-ons
07-11-2012, 12:10
Replies:
19
Add object to an existing group WITHOUT destroying it?
Views:
16,823
Posted By
runflacruiser
Hi. You have to answer Shelby's question. We...
Hi.
You have to answer Shelby's question. We need to find a characteristic that sets that shape apart so we can find it and move it on each page.
The characteristic can be as simple as it having...
Forum:
Macros/Add-ons
05-11-2012, 09:44
Replies:
17
Create an automated Install for a Macro
Views:
13,995
Posted By
runflacruiser
Hi. One way, and probably the best way to at...
Hi.
One way, and probably the best way to at least help protect it is to compile into an exe and call the exe from a macro procedure. Maybe use an activation serial number in order for the macro to...
Forum:
CorelDRAW/Corel DESIGNER VBA
25-10-2012, 13:30
Replies:
4
Multipage textbox focus
Views:
5,129
Posted By
runflacruiser
Hi. Is it possible you either attach the gms so...
Hi.
Is it possible you either attach the gms so we can test, or at least a mock up gms with form demonstrating problem. This would be easier to test.
~John
Forum:
Web site suggestions
16-10-2012, 19:56
Replies:
2
Always a lot of spam users logged in.
Views:
54,448
Posted By
runflacruiser
Shelby. Not sure if you can but you could put a...
Shelby.
Not sure if you can but you could put a condition on the register page.
I have one on my forum the makes the user enter a certain string in a text box.
Random Question:
In this...
Forum:
Web site suggestions
16-10-2012, 13:38
Replies:
2
Always a lot of spam users logged in.
Views:
54,448
Posted By
runflacruiser
Always a lot of spam users logged in.
Hi.
I see tons of spam users here now. Many are logged in. Maybe delete all users from the database except those who have posted within the last year or so...
The new update of vBullettin is really...
Forum:
General
16-10-2012, 13:24
Replies:
3
Problem with X6 Styles?
Views:
10,632
Posted By
runflacruiser
HI Deb. Try posting your question at the...
HI Deb.
Try posting your question at the CorelDraw user forums. I know a lot more people there will use the styles.
http://coreldraw.com/forums/
~John
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
OberonPlace Discussion
Site News
Web site suggestions
Image Gallery
Testing
Oberon Products
CurveWorks
SecuriDesign
Calendar Wizard
Oberon Function Plotter
Jigsaw Puzzle Creator
Other Oberon Commercial Products
New product ideas
Corel User Forums
CorelDRAW
General
Tutorials
FAQ
Feature requests/wishlist
Macros/Add-ons
Artwork Showcase
Corel DESIGNER
General
Tutorials
FAQ
Feature requests/wishlist
Macros/Add-ons
Artwork Showcase
Corel PHOTO-PAINT
General
Tutorials
FAQ
Feature requests/wishlist
Macros/Add-ons
Artwork Showcase
General
About Corel
Off-Topic
Developer Forums
OberonPlace Development Portal
VBA
CorelDRAW/Corel DESIGNER VBA
Corel Photo-Paint VBA
Code Critique
Corel Script
CorelDRAW CS
Corel Photo-Paint CS
All times are GMT -5. The time now is
16:35
.
OberonPlace.com
-
Archive
-
Top
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com