Search found 16 matches

by gvdvenis
Fri May 08, 2009 4:16 pm
Forum: Specific Development
Topic: Online help TopSolid API
Replies: 5
Views: 31139

Any chance on new version

How about releasing documentation of the new (2009) version of TopSolid? Or isn't there anything new to present :P
by gvdvenis
Tue May 05, 2009 9:36 am
Forum: Specific Development
Topic: undocumented LIP Functions in all lip files
Replies: 3
Views: 5817

undocumented LIP Functions in all lip files

Hi there, I'm trying to put together my own LIP Macros, but i am still in the process of getting myself familiar with the syntax quirks of this somewhat strange programming language. Anyhow, I thought that the LIP files, kindly provided by TopSolid creators, would be of any help to me in this proces...
by gvdvenis
Mon May 04, 2009 10:27 am
Forum: Specific Development
Topic: Curve handling
Replies: 1
Views: 3675

Curve handling

Hi, i'd like to know why the following code doesn't work. Dim topdoc As TopSolid.DocumentDesign = TopApp.ActiveDocument For Each topCurve As TopSolid.Curve In topdoc.Curves If topCurve.Element.NameOrIdentifier = "@636" Then topCurve.MakeRefDirection.ReverseDirection() Exit For End If Next ...
by gvdvenis
Tue Jun 26, 2007 4:54 pm
Forum: Specific Development
Topic: [Solved] Error importing TopSolid_TLB in Delphi (2005-2007)
Replies: 9
Views: 11944

Can't wait :P
by gvdvenis
Fri Jun 15, 2007 3:03 pm
Forum: Specific Development
Topic: [Solved] Add (custom) icon to a macro
Replies: 4
Views: 8612

Great!

Thanks for your answer. This is definitely a leap forward!
by gvdvenis
Wed Jun 13, 2007 1:30 pm
Forum: Specific Development
Topic: [Solved] Add (custom) icon to a macro
Replies: 4
Views: 8612

Well, adding my own was kind of what i meant :?. My other question was not how to do it, but how to get an overview of all possible icons, and their corresponding "#xx, xx, xx, xx statement", so i can easlily choose the one i'd like to use, instead of having to look up te icon by searching...
by gvdvenis
Wed May 30, 2007 9:22 pm
Forum: Specific Development
Topic: [Solved] Error importing TopSolid_TLB in Delphi (2005-2007)
Replies: 9
Views: 11944

Hi Mr reseller,
Actually i DID call my reseller, but they sent me with a kluitje in het riet! Also, i'm not sure if you understood what i wrote in my previous post.. I already solved the problem myself... Just read and weep... 8)
by gvdvenis
Sat Apr 21, 2007 4:12 pm
Forum: Specific Development
Topic: [Solved] Error importing TopSolid_TLB in Delphi (2005-2007)
Replies: 9
Views: 11944

Another problem occurred after the first one... When trying to install the components on the component pallet, an error message appears, telling you that the TShape class is already registered in another package. This is due to the same cause as the previous problem. To overcome this one just rename...
by gvdvenis
Wed Apr 18, 2007 1:50 pm
Forum: Specific Development
Topic: [Solved] how to test macro's without restarting TopSolid
Replies: 3
Views: 6639

Thanks alot, this is GREAT stuff!
Is there maybe also some command like ResetMen or ResetIcn available to reload your toolbars and menus?
by gvdvenis
Wed Apr 18, 2007 8:07 am
Forum: Specific Development
Topic: [Solved] how to test macro's without restarting TopSolid
Replies: 3
Views: 6639

[Solved] how to test macro's without restarting TopSolid

When executing a TopLip macro for the first time, it is loaded into memory and stays there as long as TopSolid is running. This means that i have to restart TopSolid every time i want to test modifications made to a certain macro during development. This is VERY annoying and time consuming. Does any...
by gvdvenis
Tue Apr 17, 2007 1:36 pm
Forum: Specific Development
Topic: [Solved] Add (custom) icon to a macro
Replies: 4
Views: 8612

[Solved] Add (custom) icon to a macro

OK Here's another one... I made this macro using toplip. Now when i insert this into a menu or icon bar, I'd like to add an icon to it. So this leaves me with two possibilities: 1: Use an existing icon 2: Add my own icon. The resulting questions are: 1: Where can i find an overview of all icons i ca...
by gvdvenis
Sun Apr 15, 2007 9:07 pm
Forum: Specific Development
Topic: [Solved] Error importing TopSolid_TLB in Delphi (2005-2007)
Replies: 9
Views: 11944

does nothing...

This indeed did the trick! You're the man! Thanks a lot!
by gvdvenis
Fri Apr 13, 2007 9:20 am
Forum: Specific Development
Topic: [Solved] Error importing TopSolid_TLB in Delphi (2005-2007)
Replies: 9
Views: 11944

actually, to be more specific, this is what happens: When I try to create a component wrapper for the typelib, it creates for example the following class declaration for me: TApplication = class(TOleServer) private ... protected ... public constructor Create(AOwner: TComponent); override; //<- here ...
by gvdvenis
Thu Apr 12, 2007 4:25 pm
Forum: TopSolid'Design
Topic: [Solved] How to draw a parametric round staircase?
Replies: 3
Views: 6397

v6.8 has a nice feature for this...

I read the "whatsnew" in topDesign 6.8 and saw that there was a new function in there (i beleve it was a subfunction of repeat). The example they use in this document shows a simple staircase as example. Maybe you should have a look at this document... Regards,

Gert
by gvdvenis
Thu Apr 12, 2007 3:51 pm
Forum: Specific Development
Topic: [Solved] Lip documentation
Replies: 5
Views: 9388

[Solved] Lip documentation

Is there any TopLip documentation available? Some examples also would be nice