Own C# code in Actipro generated code

SyntaxEditor for Windows Forms Forum

Posted 14 years ago by Chavadam - Belgium
Version: 4.0.0284
Avatar
Dear,

Q1: What is the URL of the libraries, classes, member properties and methods ... of Actipro, similar to the Javadoc ?

Q2:
I found a (Java-Swing-like) layout manager that suits me well :
http://aviationxchange.net/wikis/language/layout-managers-in-c.aspx
and I downloaded its source files.
I'm new in Actipro and I made a first 10-pages wizard. I would like that all these interior pages will contain an instance of a common class : MySplitCont_AllWizIntPag. It is a SplitContainer, which admits at a side a first layout manager (BorderLayout), whose a compartment on its turn admits an embedded layout manager (GridLayout), which receives N Button objects.
I need to know things like
- which is the right 'Add()' to put my SplitContainer in the pane of each interior page. I found '.AddToInvalidatedRegion()'. I had like to verify in the library documentation.
Of course I'm looking to avoid constructing 10 times (pages) the same 'Look & Feel' in Actipro.

Thanks for any good advise.

Comments (2)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Charles,

In the future, please post issues related to separate products in the appropriate forums so that they can be handled properly by our staff. Thanks!

1) We don't have our documentation online. The products all ship with a documentation help file that is available from the Windows Programs menu for Actipro's products when you install the products.

2) If your layout manager is a control, then you'd need to add new instances of it to each page in the Wizard. You add controls in WinForms with the parentControl.Controls.Add() method.


Actipro Software Support

Posted 14 years ago by Chavadam - Belgium
Avatar
Hu-humm ! Yes, I see it exists a more convenient right forum, indeed. Sorry.

1) Start > Programs > Actipro Software > Wizard v.3.0.0134 for Windows Forms > ? Documentation

Thanks / Solved
The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.