Chris Woodruff | 2 Nov 2002 14:50

Re: Offer to Help

Anyone have the sample skeleton Control that Miguel wrote about?  I am
getting into stuff this weekend and wanted to get it so I can get moving
that much faster.  Thanks.  Any other links, sample code and/or docs to help
get started would be appreciated also.

Chris Woodruff

----- Original Message -----
From: "Miguel de Icaza" <miguel <at> ximian.com>
To: "Chris Woodruff" <cwoodruff <at> openpenguin.com>
Cc: <mono-winforms-list <at> ximian.com>
Sent: Thursday, October 31, 2002 6:26 PM
Subject: Re: [Mono-winforms-list] Offer to Help

> Hello!
>
> > Miguel said that the winform stuff was getting organized and it would be
a
> > good place to help.  Any places I should start?  Someone point me to
where I
> > should start hacking.
>
> A number of steps:
>
> 1. Get Mono from AnonCVS, compile, install, try.  Once you have
>    a working setup.
>
> 2. Look at the file mcs/class/System.Windows.Forms/CheckoutList
>    that file records who has registered interest in a class.
>
(Continue reading)

Dominik Pich | 2 Nov 2002 14:59

Offer to write:

Having worked with both c# and winapi (+ combined) for a while now, I'd
be interested in helping out by writing the NativeWindow class which
shouldn't be that much work anyways.
Won't be able to setup cvs until Monday though. 
Thought I'd post this here so someone could contact me in case he/she is
working the class already or has some advice/request, whatever.

Dominik

-----Original Message-----
From: mono-winforms-list-admin <at> ximian.com
[mailto:mono-winforms-list-admin <at> ximian.com] On Behalf Of Chris Woodruff
Sent: Samstag, 2. November 2002 14:50
To: Miguel de Icaza
Cc: mono-winforms-list <at> ximian.com
Subject: Re: [Mono-winforms-list] Offer to Help

Anyone have the sample skeleton Control that Miguel wrote about?  I am
getting into stuff this weekend and wanted to get it so I can get moving
that much faster.  Thanks.  Any other links, sample code and/or docs to
help
get started would be appreciated also.

Chris Woodruff

----- Original Message -----
From: "Miguel de Icaza" <miguel <at> ximian.com>
To: "Chris Woodruff" <cwoodruff <at> openpenguin.com>
Cc: <mono-winforms-list <at> ximian.com>
Sent: Thursday, October 31, 2002 6:26 PM
(Continue reading)

Miguel de Icaza | 2 Nov 2002 21:02

Simple set of classes needed for Winforms.

Hello everyone!

   We need volunteers to implement a number of very simple classes, very
straightforward, and they will help the Windows.Forms effort, the
classes are in the System assembly in the System.ComponentModel
namespace:

	BaseConverter
	ByteConverter
	DecimalConverter
	DoubleConverter
	Int16Converter
	Int32Converter
	Int64Converter
	SByteConverter
	SingleConverter
	UInt16Converter
	UInt32Converter
	UInt64Converter

    Please post to the list if you are interested.

Miguel
	

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

(Continue reading)

Daniel Morgan | 2 Nov 2002 21:22
Picon

RE: [Mono-list] Simple set of classes needed for Winforms.

Those classes are also used for "data binding" between ASP.NET ui controls
and ADO.NET data sources.

-----Original Message-----
From: mono-list-admin <at> ximian.com [mailto:mono-list-admin <at> ximian.com]On
Behalf Of Miguel de Icaza
Sent: Saturday, November 02, 2002 3:03 PM
To: mono-list <at> ximian.com; mono-winforms-list <at> ximian.com
Subject: [Mono-list] Simple set of classes needed for Winforms.

Hello everyone!

   We need volunteers to implement a number of very simple classes, very
straightforward, and they will help the Windows.Forms effort, the
classes are in the System assembly in the System.ComponentModel
namespace:

	BaseConverter
	ByteConverter
	DecimalConverter
	DoubleConverter
	Int16Converter
	Int32Converter
	Int64Converter
	SByteConverter
	SingleConverter
	UInt16Converter
	UInt32Converter
	UInt64Converter

(Continue reading)

Chris Woodruff | 2 Nov 2002 21:59

Re: Simple set of classes needed for Winforms.

I will do them.  When will everyone need them?

Chris Woodruff
----- Original Message ----- 
From: "Miguel de Icaza" <miguel <at> ximian.com>
To: <mono-list <at> ximian.com>; <mono-winforms-list <at> ximian.com>
Sent: Saturday, November 02, 2002 3:02 PM
Subject: [Mono-winforms-list] Simple set of classes needed for Winforms.

> Hello everyone!
> 
>    We need volunteers to implement a number of very simple classes, very
> straightforward, and they will help the Windows.Forms effort, the
> classes are in the System assembly in the System.ComponentModel
> namespace:
> 
> BaseConverter
> ByteConverter
> DecimalConverter
> DoubleConverter
> Int16Converter
> Int32Converter
> Int64Converter
> SByteConverter
> SingleConverter
> UInt16Converter
> UInt32Converter
> UInt64Converter
> 
>     Please post to the list if you are interested.
(Continue reading)

Miguel de Icaza | 2 Nov 2002 22:02

Re: Simple set of classes needed for Winforms.

Hello!

> I will do them.  When will everyone need them?

As soon as you can.  They are already needed, but we have turned off a
few features in the build until they exist.

Thanks Chris!

Miguel

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Miguel de Icaza | 2 Nov 2002 22:47

Winforms builds on Linux and with Nant.

Hey everyone,

   Today I spent some time fixing the build process so we can now build
the Winforms classes in Linux and in Windows (with nant, the other build
setup for visual studio is maintained by Dennis).

   Windows.Forms is now part of the build (as a technical detail: we
also have now an Accessibility assembly which was required to get the
build going).

   New status page with things missing:

	http://www.go-mono.com/class-status-System.Windows.Forms.html

   It will be updated with the rest of the class libraries.

Miguel

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Thomas Mayer | 3 Nov 2002 13:01
Picon

A question about the class status page for System.Windows.Forms

Hi Everyone,

 

Just very excited about Mono and a lot of people at work are starting to realize what mono could mean in the greater scheme of things (MS Windows and Linux etc)…  Just wondering, the class status page shows the root System.Windows.Forms to be at 56%.  Is this the overall percentage of work down on these classes as a whole?  If so I’m totally shocked and pleasantly surprised!  If I get the courage up, I might start to contribute in some way…

 

Thanks!

 

Thomas Mayer

Guenther Roith | 5 Nov 2002 14:33

window winforms

Hello!

The windows version still requires monostub.exe.
IMO this isn't really needed, as on windows mono can directly p/ibvoke
against the windows dlls.

Are there plans to remove that dependency?

Johannes

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Dennis Hayes | 6 Nov 2002 00:18

latest checkoutlist

Just an update, here is the most current checkout list.
of you are working on a class and are not listed here, let me know!
Dennis

AccessibleObject.cs
AmbientProperties.cs
Application.cs			Need CE
ApplicationContext.cs
AssemblyInfo.cs
AxHost.cs
Binding.cs				Need CE
BindingContext.cs			Need CE
BindingManagerBase.cs		Need CE
BindingMemberInfo.cs		Need CE - Needs constructor only.
Button.cs				Need CE - 10-28-2002 John Sohn
<jsohn <at> columbus.rr.com>
CheckBox.cs				Need CE
CheckedListBox.cs
Clipboard.cs
ColorDialog.cs
ColumnHeader.cs			Need CE
ComboBox.cs				Need CE
CommonDialog.cs			Need CE
ContainerControl.cs		Need CE
ContextMenu.cs			Need CE - 10-28-2002 - Alexandre Pigolkine
<pigolkin <at> transporeon.com>
Control.cs				Need CE - 11-4-2002 Amitabh Iyer
<amitabh.iyer <at> infrasofttech.biz>
ControlBindingsCollection.cs Need CE
ControlPaint.cs
CreateParams.cs
CurrencyManager.cs		Need CE
Cursor.cs				Need CE
CursorConverter.cs
Cursors.cs				Need CE
DataFormats.cs
DataGrid.cs
DataGridBoolColumn.cs
DataGridCell.cs
DataGridColumnStyle.cs
DataGridPreferredColumnWidthTypeConverter.cs
DataGridTableStyle.cs
DataGridTextBox.cs
DataGridTextBoxColumn.cs
DataObject.cs
DateTimePicker.cs
DomainUpDown.cs			Need CE
ErrorProvider.cs
FeatureSupport.cs
FileDialog.cs			Need CE
FolderBrowserDialog.cs
FontDialog.cs
Form.cs				Need CE	Amitabh Iyer
<amitabh.iyer <at> infrasofttech.biz>
GridColumnStylesCollection.cs
GridItem.cs
GridItemCollection.cs
GridTableStylesCollection.cs
GroupBox.cs
Help.cs
HelpProvider.cs
HScrollBar.cs			Need CE - 10-28-2002- Dennis Hayes
<dennish <at> raytek.com>
ImageIndexConverter.cs
ImageList.cs			Need CE	- 10-28-2002 - Javier Alvarez
<jamaa <at> tid.es>
ImageListStreamer.cs
InputLanguage.cs
InputLanguageCollection.cs
KeysConverter.cs
Label.cs				Need CE - 10-28-2002 John Sohn
<jsohn <at> columbus.rr.com>
LinkArea.cs
LinkLabel.cs
LinkState.cs
ListBindingConverter.cs
ListBox.cs				Need CE  - 10-28-2002 - Joshua Perry
<jperry <at> 1800contacts.com
ListControl.cs			Need CE 
ListView.cs				Need CE
ListViewItem.cs			Need CE
ListViewItemConverter.cs
MainMenu.cs				Need CE - 10-28-2002 - Alexandre
Pigolkine <pigolkin <at> transporeon.com>
Menu.cs				Need CE - 10-28-2002 - Alexandre Pigolkine
<pigolkin <at> transporeon.com>
MenuItem.cs				Need CE - 10-28-2002 - Alexandre
Pigolkine <pigolkin <at> transporeon.com>
Message.cs
MessageBox.cs			Need CE
MethodInvoker.cs
MonthCalendar.cs
NativeWindow.cs					11-4-2002 Dominik Pich
[Dominik <at> implemented.org]
NotifyIcon.cs						Javier - 10-28-2002
- Alvarez <jamaa <at> tid.es>
NumericUpDown.cs			Need CE
OpacityConverter.cs
OpenFileDialog.cs			Need CE
OSFeature.cs
PageSetupDialog.cs
Panel.cs				Need CE
PictureBox				Need CE Needs Stubbing!!!
PrintControllerWithStatusDialog.cs
PrintDialog.cs
PrintPreviewControl.cs
PrintPreviewDialog.cs
ProgressBar.cs			Need CE
PropertyGrid.cs
PropertyManager.cs		Need CE
RadioButton.cs			Need CE
RichTextBox.cs
RichTextBoxSelectionAttribute.cs
RichTextBoxWordPunctuations.cs
SaveFileDialog.cs			Need CE
Screen.cs				Need CE - 10-28-2002 - Frs-Denis
Gonthier <fgonthier <at> hermes.usherb.ca>
ScrollableControl.cs		Need CE - 10-28-2002 - Dennis Hayes
<dennish <at> raytek.com>
ScrollBar.cs			Need CE - 10-28-2002 - Dennis Hayes
<dennish <at> raytek.com>
SecurityIDType.cs
SelectionRange.cs
SelectionRangeConverter.cs
SendKeys.cs
Splitter.cs
StatusBar.cs			Need CE
StatusBarPanel.cs
StatusBarPanelCollection.cs
StructFormat.cs
SystemInformation.cs		Need CE (2 functions)
TabControl.cs			Need CE
TabPage.cs				Need CE
TextBox.cs				Need CE	- 10-28-2002 - Joshua Perry
<jperry <at> 1800contacts.com
TextBoxBase.cs			Need CE	- 10-28-2002 - Joshua Perry
<jperry <at> 1800contacts.com 
ThreadExceptionDialog.cs
Timer.cs				Need CE - 10-28-2002 - Javier
Alvarez <jamaa <at> tid.es>
ToolBar.cs				Need CE
ToolBarButton.cs			Need CE
tooltip.cs
TrackBar.cs				Need CE
TreeNode.cs				Need CE	- 10-28-2002 - Jeff Bakst
<jbakst <at> telocity.com>
TreeNodeCollection.cs		Need CE	- 10-28-2002 - Jeff Bakst
<jbakst <at> telocity.com>
TreeNodeConverter.cs  				- 10-28-2002 - Jeff Bakst
<jbakst <at> telocity.com>
TreeView.cs				Need CE	- 10-28-2002 - Jeff Bakst
<jbakst <at> telocity.com>
TreeViewImageIndexConverter.cs		- 10-28-2002 - Jeff Bakst
<jbakst <at> telocity.com>
UpDownBase.cs			Need CE
UserControl.cs					Amitabh Iyer
<amitabh.iyer <at> infrasofttech.biz>
VScrollBar.cs			Need CE  	- 10-28-2002 - Dennis Hayes
<dennish <at> raytek.com>

===================================================

System.Windows.Forms.Design
None of these are needed for CE

=============================

AnchorEditor.cs
AssemblyInfo.cs
AxImporter.cs
ComponentDocumentDesigner.cs
ComponentEditor.cs		Needs stubbing
ComponentEditorForm.cs		
ComponentTray.cs			Needs stubbing
ControlDesigner.cs
DocumentDesigner.cs		Needs stubbing
EventsTab.cs			Needs stubbing
FileNameEditor.cs			Needs stubbing
IMenuEditorService.cs		Needs stubbing
IUIService.cs			Needs stubbing
IWindowsformsEditorService.cs	Needs stubbing
MenusCommands.cs			Needs stubbing
ParentControlDesigner.cs	Needs stubbing
PropertyTab.cs			Needs stubbing
ScrollableControlDesigner.cs	Needs stubbing
SelectionRules.cs			Needs enumeration! easy task for
someone.
UITypeEditor.cs			Needs stubbing

===================================================

System.Drawing.Drawing2D
CE Complete
Much work left for full .NET

=============================

===================================================

System.Drawing.Drawing2D
Much work left for full .NET

=============================

ImageAttributes.cs	Needs CE (2 functions)

===================================================

System.Drawing
Much work left for full .NET

=============================

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list <at> ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Gmane