On Fri, 2006-03-17 at 00:10 -0600, Jeffrey Haynes wrote:
> OK Thanks.
>
> I have retrieved the winforms source and built it. But how do I install it?
> Can
> I build an rpm or some othe kind of install package?
> I apologize if this is a FAQ... I did't see an answer on the web site.
Hey Jeff, h
To build the whole thing you need to download both mono and mcs and fully go
through mono/autogen.sh once. After that, you can just update
mcs/class/Managed.Windows.Forms and say 'make && make install' in there.
Here's the link for docs on how to build mono from source:
http://www.mono-project.
OK Thanks.
I have retrieved the winforms source and built it. But how do I install it? Can
I build an rpm or some othe kind of install package?
I apologize if this is a FAQ... I did't see an answer on the web site.
Thanks,
Jeff
Peter Dennis Bartok wrote:
Jeffrey,
For Winforms you should us
Jeffrey,
For Winforms you should use svn head. It's still under heavy development and
I actually fixed this particular crash a few days ago. (I didn't run into it
with XJS, so I don't know if XJS runs or what is even is, but you should get
further with MWF from svn head)
Cheers,
Peter
-O
I am attempting to run
XJS Journal System in Fedora Core 4 (2.6.15-1.1833_FC4) with latest
mono:
$ rpm -qa | grep mono
mono-core-1.1.13.4-0.novell
mono-basic-1.1.13.4-0.novell
mono-locale-extras-1.1.13.4-0.novell
mod_mono-1.1.13-0.fedora4.novell
mono-jscript-1.1.13.4-0.novell
mono-data-oracle-1
Hi,
> Please. Do you notice how the buttons aren't the correct size?
Yes - I thought it was a local setting rather than SWF.
BZ coming up!
TTFN
Paul
--
"ein zu starker starker Anblick kann Sie toten. Sie gegen gerade uber
den Rand mit dem festen Wissen des Wege vor Ihnen" - Linus Tordvals
Hi,
> Ok, i confirmed that the event doesn't seem to get triggered twice.
> There does seem to be a sizing issue related to the AutoScaleBaseSize
> though.
Thanks for the confirmation. Does the AutoScaleBaseSize issue need
putting in BZ?
TTFN
Paul
--
"ein zu starker starker Anblick kann Sie to
Ok, i confirmed that the event doesn't seem to get triggered twice.
There does seem to be a sizing issue related to the AutoScaleBaseSize
though.
Thanks,
Jackson
On Thu, 2006-03-16 at 21:07 +, Paul wrote:
> Hi,
>
> > Alex, since you obviously cleaned up the code to test this do you mind
>
Hi,
> Alex, since you obviously cleaned up the code to test this do you mind
> posting the clean code to the list?
using System;
using System.Windows.Forms;
using System.Drawing;
class simpletest : Form
{
private NumericUpDown number;
public simpletest()
{
number = new NumericUpDown()
Am Donnerstag, den 16.03.2006, 13:19 -0800 schrieb Jackson Harper:
> Alex, since you obviously cleaned up the code to test this do you mind
> posting the clean code to the list?
>
> Thanks!
> Jackson
2 semicolons and one s, nothing else...
File is attached.
Cheers
Alexander Olk
using System;
Alex, since you obviously cleaned up the code to test this do you mind
posting the clean code to the list?
Thanks!
Jackson
On Thu, 2006-03-16 at 18:36 +0100, Alexander Olk wrote:
> Am Donnerstag, den 16.03.2006, 17:24 + schrieb Paul:
> > Hi,
> >
> > > And third, no, the event doesn't get ca
Am Donnerstag, den 16.03.2006, 17:24 + schrieb Paul:
> Hi,
>
> > And third, no, the event doesn't get called twice.
>
> Is that the event isn't being called twice under .NET or not twice under
> Mono?
mono
Cheers
Alexander Olk
___
Mono-winforms
Paul,
On MS NetFramework 2 with VS 2005 you get 1 line written on the console for every click on the control - fires once per click.
BrianOn 3/16/06, Paul <[EMAIL PROTECTED]> wrote:
Hi,I have a very simple Winform - it consists on a single NumericUpDownbutton with the ValueChanged event set onto
Hi,
> And third, no, the event doesn't get called twice.
Is that the event isn't being called twice under .NET or not twice under
Mono?
TTFN
Paul
--
"ein zu starker starker Anblick kann Sie toten. Sie gegen gerade uber
den Rand mit dem festen Wissen des Wege vor Ihnen" - Linus Tordvals
signa
First of all, your sample misses some semicolons (using
System.Windows.Forms; Name = "simpletest";).
Second, it is Controls.Add(... and not Control.Add(
And third, no, the event doesn't get called twice.
Cheers
Alexander Olk
Am Donnerstag, den 16.03.2006, 17:02 + schrieb Paul:
> Hi,
>
> I
Hi,
I have a very simple Winform - it consists on a single NumericUpDown
button with the ValueChanged event set onto the buttons.
I'm currently seeing though that the event is being triggered twice. Can
someone confirm this behaviour so I can enter it into bugzilla?
using System;
using System.Dr
16 matches
Mail list logo