View previous topic :: View next topic |
Author |
Message |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Sat Oct 01, 2005 6:37 pm Post subject: Kixforms.Net (Alpha) Development Build |
|
|
Welcome to KiXforms.NET. Kixforms.NET contains a wealth of resources designed to help you build powerful scripts based on Microsoft's .NET Framework technology.
The KF.NET Development Build can be found here:
KiXforms.NET Development Build
Jooel Nieminen (our very own Lonkero) co-developed some of the classes in KiXforms.NET. The Math library and most of the File object and Streamers were developed by Jooel. From what I understand, Jooel is currently developing more goodies - to be found in a future release.
Please download Kixforms Designer .NET. Its purpose is to help teach and design forms using KiXforms.NET. As an Alpha it is still under development. KiXforms Designer was written by Dale G. (benny69) - an Information Technology Specialist from Lincoln, Ne. The latest package and information on Kixforms Designer can be found here:
Kixforms Designer .NET
The KiXforms.NET Sample Scripts can be found here:
KiXforms.NET Sample Scripts
Last edited by Shawn on Wed Jun 20, 2007 11:36 pm; edited 15 times in total |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Mon Oct 03, 2005 10:00 pm Post subject: |
|
|
Build 3.1.15
1) Added NotifyIcon class.
2) Modified MouseEventArgs class events to support NotifyIcon class.
2) Added Application class
-Shawn
Last edited by Shawn on Tue Oct 04, 2005 3:27 pm; edited 1 time in total |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Tue Oct 04, 2005 3:25 pm Post subject: |
|
|
Build 3.1.16
1) Added FolderBrowserDialog class.
2) Added SpecialFolder enumeration.
3) Added RichTextBox.SelectionFont property.
4) Added RichTextBox.RightMargin property.
5) Added RichTextBox.SelectionIndent property.
6) Added Control.TopLevelControl property.
7) Fixed FileStream constructor. |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Fri Oct 07, 2005 1:39 am Post subject: |
|
|
Build 3.1.17
1. Fixed TreeView.AfterSelectEventArgs (empty reference).
2. Added ListItem object (under development).
3. Added/Fixed ArrayList collection members.
4. Added ListView.SelectedIndexChanged event.
5. Fixed ListView.FocusedItem - Did not return empty reference when empty.
6. Added RichTextBox.AutoWordSelection property.
7. Added RichTextBox.BulletIndent property.
8. Added RichTextBox.DetectUrls property.
9. Added RichTextBox.LinkClicked event.
10. Added RichTextBox.LinkClickedEventArgs
11. Added LinkClickedEventArgs class. |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Mon Oct 10, 2005 7:55 pm Post subject: |
|
|
Build 3.1.19
1) Added ListView.CheckedItems collection.
2) Added ItemCheckedEventArgs class.
3) Changed ArrayList.Add to return Object instead of Index (experimental).
Build 3.1.18
1) Added (alpha) ProgressBar class. |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Tue Oct 11, 2005 5:47 pm Post subject: |
|
|
Build 3.1.20
1) Fleshed-out CollectionBase class and its derived classes.
2) Inherited ListBox and ComboBox from new ListControl class.
3) Hard-coded some more class GUIDS.
4) Added ListBox.DataSource property.
5) Added ListBox.ValueMember property.
6) Added ListBox.DisplayMember property.
7) Added ListBox.SelectedValue property.
Added ComboBox.DataSource property.
9) Added ComboBox.ValueMember property.
10) Added ComboBox.DisplayMember property.
11) Added ComboBox.SelectedValue property.
12) Added ListBox.SelectedItems property.
13) Added ListBoxSelectedObjectCollection class.
-Shawn |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Tue Oct 25, 2005 2:22 am Post subject: |
|
|
Build 3.1.21
1) Partial development of DataGrid and Data components. These are still under development - not to be used yet. |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Sun Oct 30, 2005 5:30 pm Post subject: |
|
|
Build 3.1.22
1) Added RichTextBox.BeginUpdate
2) Added RichTextBox.EndUpdate
3) Other misc. RichTextBox feratures
4) Changed Process.Start method to return a reference to a process, instead of a Boolean. Use @ERROR to check for error status. |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Fri Nov 11, 2005 2:51 am Post subject: |
|
|
3.1.23
1) Changed TextBox.PasswordChar value from Char to String
2) Continued work on Data objects - still under development
3) New ProgressBar control (uses real .NET ProgressBar)
4) Added ListView.SelectedItems property
5) Added ListViewSelectedItems Collection
6) Added Dns,IpHostEntry,IpAddress classes (developed by Jooel)
7) Changed the internal Kixforms namespace name from Kixforms.System to Kixforms_System |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Fri Nov 11, 2005 5:30 pm Post subject: |
|
|
3.1.24
1) Renamed Application.Version property to Application.ProductVersion
2) Added Application.ProductName property
3) Added ListBox.SelectedIndices property
4) Added ListBoxSelectedIndexCollection class
5) Added ListBox.GetSelected method |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Sun Nov 20, 2005 8:10 pm Post subject: |
|
|
Build 3.1.25
1) Added HatchBrush class.
2) Added HatchStyle enumeration
3) Added Cursor.Size property
4) Fixed CommonDialog issue with .Net Framework 2.0 Release
5) Fixed SolidBrush issue with .Net Framework 2.0 Release
** Kixforms Designer 1.0.0.42 included. |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Wed Dec 21, 2005 3:18 am Post subject: |
|
|
Build 3.1.26
1) Added TextBox.TextLength property
2) Added KeyEventArgs.Alt propery
3) Added KeyEventArgs.Shift property
4) Added KeyEventArgs.Control property
5) Added KeyEventArgs.Modifiers property
6) Added ControlCollection.Contains method
7) Fixed ListView.SelectedItems enumeration (for-each-in-next)
8) Changed KeyPressEventArgs.KeyChar from Char to String
9) Added Label.PreferredWidth property
10) Added Label.PreferredHeight property
11) Added SortedList object.
12) Added DictionaryEntry object.
13) Added ArrayList.Sort method.
14) Changed Application.ProductVersion to String
15) Added Application.Version that returns Version object
16) Added RichTextBox.CanPaste method
17) Fixed ListViewSubItemCollection.Add method
Jooel has developed the following new classes:
1) TCPListener class
2) TCPClient class
3) NetworkStream class
4) Encoding class |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Fri Jan 13, 2006 1:57 am Post subject: |
|
|
Build 3.1.27
1) Updates to documentation mostly.
2) Added TreeNode.ImageIndex property
3) Added TreeNode.SelectedImageIndex property
4) Transitioning to a new form of event handling over the next
few releases. Maintaining backward compatibility though. |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Sun Jan 15, 2006 1:38 am Post subject: |
|
|
Build 3.1.28
1) Removed Kixforms.Net Designer from Kixforms.Net Installer.
2) Added Kixforms.msi and Kixforms.chm to new ZIP file format
3) Added System.Sender property
4) Added System.EventArgs property |
|
Back to top |
|
 |
Shawn KiXforms Developer


Joined: 22 Feb 2003 Posts: 1983 Location: Canada
|
Posted: Tue Jan 24, 2006 6:30 pm Post subject: |
|
|
Build 3.1.29
- Added TextureBrush class
- Modified Form.Left and Form.Top properties to automatically set Form.StartPosition to FormStartPosition_Manual
- Removed ListBox colored item support.
-Shawn |
|
Back to top |
|
 |
|