OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Members List

shelbym shelbym is offline

Senior Member

Visitor Messages

Showing Visitor Messages 1 to 9 of 9
  1. ddonnahoe
    20-01-2019 18:19
    ddonnahoe
    Hey, it's Sean Donnahoe, I know it's been a while since we've talked. This new job is very cool. I want to write a desktop app to display a chart from our electrical code book and have it change values based on user's selections. I am starting off by using a 2 column grid with user selection in column 0 and the data display in column 1.

    I'm wondering what would be the best way to display this data? I was thinking of embedding a grid in column 1 and filling it thusly by breaking it into smaller columns and rows. I also saw that there is a DataGrid, but am completely clueless as to how to use it.

    Any pointers?
  2. shelbym
    03-12-2016 22:58
    shelbym
    FaneDuru I have replied to your other request on the Corel Community site.
  3. FaneDuru
    28-11-2016 14:04
    FaneDuru
    Hi Shelbym,
    I am playing with a docker in X8 (c#) and I faced a strange problem...
    All what I tested on the docker itself run well, but I make a button showing a form. On that form there is a textBox hoping to be able to ply with input text. The strange thing is that Corel application gets the typed keys even if the textBox looks to have focus and cursor is blinking inside it...
    Do you have an idea how to deviate the focus to the damn text box?

    Thanks in advance!
  4. JacquesCHENU
    05-05-2015 08:43
    JacquesCHENU
    Hello Shelbym
    Windows 8.1, CorelDraw X6

    I have a problem for creation a macro.
    Can you help me ?
    I need import a Shape on ActiveShape.
    FileName (.cdr) is in File.txt, line number 8
    Many thanks
  5. ddonnahoe
  6. JacquesCHENU
    16-12-2013 05:48
    JacquesCHENU
    Hello.
    Windows 8, CorelDraw X5

    I don't Know, How not open Multi CorelDraw Execute.....
    In past, with another previous version, modification in Regedit will permit this.
    But I do not remenber method.
    Can you help me ?
  7. ostwald
    25-11-2012 16:01
    ostwald
    Hi Look here I leave a picture

    far was avansando

    Here the macro link
    http://www.fileden.com/files/2007/12...3//Desings.gms
  8. ostwald
    25-11-2012 14:42
    ostwald
    hello I'm oswaldo
    paguian'm from peru this is very interesting and helped me quite'm doing I can use a macro but I have made ??mistakes in writing leguaje
    ayuadarme prodrias please excuse me if the translation is bad
    thanks
  9. gorgo
    23-04-2012 20:53
    gorgo
    Hey, how's that cool macro comin'? The worldscale/object scaler macro? I was hoping for a mix between Brian's Worldscale macro (macromonster.com) and apply the set worldscale to the object.

About Me

  • About shelbym
    Location
    Cheyenne, WY

Statistics

Total Posts
Visitor Messages
Blog
General Information
  • Last Activity: 16-03-2023 10:31
  • Join Date: 28-11-2002
  • Referrals: 0

Friends

Showing Friends 1 to 8 of 9

Contact Info

Instant Messaging
Send an Instant Message to shelbym Using...
This Page
https://forum.oberonplace.com/member.php?u=10

Blog

View shelbym's BlogRecent Entries
Latest Blog Entry

Posted 12-03-2023 at 14:47 by shelbym Comments 0
Posted in Uncategorized
Introduction

CorelDRAW 2023 has a new Variable Outline Tool. You can also apply a variable outline via code. :-) I have put together a number of VBA examples of how this works. Hopefully you will find these useful.

Code:
Sub TestAddVariableWidthNodes()
    Dim sLine As Shape
    
    Set sLine = ActiveLayer.CreateLineSegment(2, 8, 2, 5)
    sLine.Outline.VariableWidthNodes.Add 0.25, 0.125
    sLine.Outline.VariableWidthNodes.Add 0.5, 0.25
...

Posted 12-03-2023 at 14:28 by shelbym Comments 0
Posted in Uncategorized
Introduction

Corel has released a new version of CorelDRAW. The internal version number remains at 24. If you install the subscription version it will install to the CorelDRAW Graphics Suite 2022 folder, if you install the “One-Time Purchase” 2023 Version it will install to the CorelDRAW Graphics Suite 2023 folder.

There are other changes for the “One-Time Purchase” 2023 Version you should be aware for. This version is also referred to the PE (Perpetual Edition)....

Posted 03-07-2022 at 16:32 by shelbym Comments 0
Posted in Uncategorized
Introduction

Corel has released a new version of CorelDRAW. With the move to the subscription model they have dropped the year version from the name of the appliction but it still installs to a year folder, so for now I will continue to call is 2022. Let's see what is new in the Object Model for 2022. The list is not that long so I will post the entire list here, no need to download a file this year.

Differences between VGCore (23.1) and VGCore (24.1)

Legend:...

Posted 05-10-2021 at 22:44 by shelbym Comments 0
Posted in VBA
Introduction

In this post we will be looking at how to modify a Macro / Script in CorelDRAW. Beginning in CorelDRAW 2019 Macros were renamed to Scripts. I have been using CorelDRAW a long time, so I still refer to them as Macros. Just know that depending on your version of CorelDRAW it may use the term Macro or in the newer versions it will use the term Script. The goal of this post is to give you a nudge to try and make an improvement to your favorite macro yourself.

...

Posted 10-03-2021 at 11:00 by shelbym Comments 0
Posted in Uncategorized
Introduction

Corel has released a new version of CorelDRAW. Let's see what is new in the Object Model for 2021. The list is not that long so I will post the entire list here, no need to download a file this year.


Differences between VGCore (22.1) and VGCore (23.0)

Legend:
  • Not changed
  • Added
  • Removed

Class ActiveView

Properties:
  • Property UseMultipageView As Boolean
Methods:
  • Function FindPageAtPoint(ByVal x As Double, ByVal
...
Recent Comments
Thanks Shelby!
Posted 31-03-2020 at 00:47 by Jeff Harrison Jeff Harrison is offline
I know it is a historical...
Posted 21-05-2019 at 04:07 by FaneDuru FaneDuru is offline
In X7/X8 you cannot...
Posted 27-04-2019 at 16:10 by FaneDuru FaneDuru is offline
Quote:
Originally Posted by Keefster
great post!
...
Posted 22-05-2014 at 11:48 by shelbym shelbym is offline
great post!
...
Posted 15-05-2014 at 15:42 by Keefster Keefster is offline

All times are GMT -5. The time now is 14:24.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com