Re: [Mono-winforms-list] Control Resize?

2008-04-09 Thread Luke Page
Gert found issues which *looked* related to font measuring on the
RichTextBox, with non default fonts, which only occured on Linux, but I
don't have anything set up to test it.

On Wed, Apr 9, 2008 at 6:27 PM, Josh [EMAIL PROTECTED] wrote:

 On Mon, Apr 7, 2008 at 2:58 PM, Jonathan Pobst [EMAIL PROTECTED] wrote:

  That is weird, I don't think I've seen that before.
 
  Can you please file a bug with the source code of the simple app you
  created?  I'll take a look at it.
 
  http://www.mono-project.com/Bugs
 
  [Class Libraries - System.Windows.Forms]
 
  Generally I just leave everything at the default font, so maybe the code
  is not correctly measuring non-default fonts.
 
  Thanks!
  Jonathan
 
 
  Josh wrote:
 
   I'm working in VB on VS (Winforms) and Mono 1.9 and my apps are
   working fine except when I run them under Mono it's almost like the text
   inside of each control is being cut off and all my windows and context 
   menus
   appear to be hacked off, even a simple right-click {copy, paste} the
   context menu is cut short.
  
   I followed the FAQ: Winforms to get the main window to resize
   correctly, but all my other windows and even my controls on that main 
   window
   are still cut off. I tried the export and still nothing. Also, I'm 
   getting
   the same results on both the Windows and Linux versions of Mono. I'm
   thinking that maybe there is an issue with font that is missing? I have
   checked all over and can't seem to find a recommended font for mono
   applications. I also tried to create a simple app with just a Menu control
   and also got the exact same results.
  
   I have disabled XP Style Menus and even tried to set a static size
   for the controls. This will make the control bigger, but it still hacks 
   off
   the text.
  
   In case my question is too hard to follow, please see the screen shot
   at: http://www.thatclothingco.com/images/MonoWinformCut.png
  
   Josh
  
  
  
   
  
   ___
   Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
   http://lists.ximian.com/mailman/listinfo/mono-winforms-list
  
 
 
 I have a little more information on this issue.

 I was able to solve the WINDOW part of the issue by removing
 AutoScaleDimensions and AutoScaleMode from each forms designer property
 but some/most of my text based controls are still being hacked off. I'm
 assuming that the stuff being hacked off also contains these properties
 deeper in the controls. The most notable controls are the MenuStrip,
 StatusStrip, ContextMenuStrip, and all ToolTips. Also, to correct what I had
 originally stated, these controls appear to working fine in mono under
 Windows, this issue is only on Mono under Linux.

 Is there a way to globally disable the AutoScale features? Does anyone
 have any suggestions on how to resolve or at least start troubleshooting
 what could be the cause?

 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list




-- 
Luke Page - 07790587889 - Ex Libris Records

www.exlibrisrecords.co.uk - a creative  challenging independent record
label, with wolves.
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Re: [Mono-dev] RightToLeftLayout functions

2008-03-08 Thread Luke Page
I recently did TextBox etc. It wasn't too difficult, the main problem being
that the control was drawn at an assumption of (0,0) with the scroll bars
always on the right. I couldn't help thinking that there should be a nice
common way of doing it e.g. an internal ScrollableControl that automatically
adjusted offsets.

At least if you get the latest SVN, the text-boxes should all work RTOL.

Maybe worth asking on the winforms list instead/as well.

Luke

2008/3/8 Dennis Hayes [EMAIL PROTECTED]:

 I am considering going through and stubbing out the RightToLeftLayout
 functions that are missing,  and adding ToDO: needs implementing.
 Why?
 1)  These show up a good bit in the MoMa reports.
 2)  If they are missing, or even throw notimplment, the application
 will not run.
 3)  If the sets do nothing, and the gets always return false (or a
 value from the parent or client) it will be correct in almost all cases, and
 worst case, will be displayed backwards. This seems beter than always
 crashing.
 Good idea?
 Bad Idea?
 Comments or suggestions?

 Thanks,
 Dennis

 --
 Never miss a thing. Make Yahoo your 
 homepage.http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] SWF Issues

2008-02-09 Thread Luke Page
1 Yes - in the SVN UseSystemPasswordChar and PasswordChar have no effect for
MaskedTextBox (although bugzilla says these properties were fixed for
TextBox, so it shouldn't be too much of a problem)

3 - Yes, the textbox retains focus, but loses the caret.

4 - I've fixed quite a few RTB bugs since 1.2.6, so its likely that these
screens now work (I hope!)

If you don't get round to adding these to bugzilla, please email me the
sample RTF files and I'll raise/fix these.

thanks,

Luke

2008/2/9 Dennis Hayes [EMAIL PROTECTED]:

 I have a .NET program that does not run well under Linux.
 We will never run this program on Linux, so it is not important to us to
 get any of these bugs fixed.
 On the other hand I love Mono and will consider tracking down and possibly
 even fixing some of the issues. However, these days my Mono time is used to
 write ABOUT mono instead of WRITING Mono.

 The program is small to medium size, but I am willing to write a simpler
 version showing the errors if needed.

 It was written in VB.NET 2008.
 I am testing it on the 1.2.6_1 MonoVM
 The latest Moma is 100% clean, no todos, execptions or missings.

 The code uses inherited forms. For instance the base form is a solid grey
 form that fills the entire screen, has a message to press the space bar to
 continue on a label at the bottom, and closes the form if it detects a space
 bar press. Another form inherits that and adds a rfttext box with
 instructions, another form inherits the grey form and adds a string box for
 input.

 I think #1 and #2 have been previously reported.

 1)  Masked text box does not mask, so the password is displayed in
 clear text.  The applications is a exam program and after the subject
 reads the instructions, an instructor comes over and types in a password to
 continue with the exam. So the client will certainly see the password as it
 is typed in.
 2)  The form has a property set to fill the screen. It stays at the
 size it was created at.
 3)  We can't show a cursor because it would be a distraction. I get
 around that by have a textbox of minimum size. After the form has been
 shown, I set focus to it, and in the textbox leave event, I reset the focus
 to the textbox. This works in windows, but in Linux, the cursor leaves the
 text box. This may be because the form is not maximized.
 4)  Most instruction screens are blank. I think it is because the text
 is in a rich text box.

 There are probably other issues, but these make it hard to test further.

 I can send anyone the .exe or the source code. I could probably convert
 the code to C# before sending if that would help.

 Thanks,
 Dennis



 --
 Looking for last minute shopping deals? Find them fast with Yahoo! 
 Search.http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-winforms-list] SWF2k5 Project Not Compiling

2008-02-05 Thread Luke Page
1. I had this problem and I think its just the project file hasn't been
updated.
2. It has its own assembly, so its \mcs\class\Mono.Mozilla (e.g. at the same
level as Managed.Windows.Forms)

On Feb 5, 2008 7:33 PM, Ockert Labuschagne 
[EMAIL PROTECTED] wrote:

  1.   I've checked out the project.
 System.Windows.Forms\PropertiesTab.cs is missing.

 2.   The project reference Mono.Mozilla2k5. Where do I find it?



 

 Ockert Labuschagne

 Growth Path Analytics

 +1 (630) 355 1897



 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list




-- 
Luke Page - 07790587889 - Ex Libris Records

www.exlibrisrecords.co.uk - a creative  challenging independent record
label, with wolves.
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Re: [Mono-winforms-list] mwf-designer dead?

2007-12-28 Thread Luke Page
http://i-nz.net/

would suggest otherwise...

On Dec 23, 2007 9:25 PM, hellboy195 [EMAIL PROTECTED] wrote:

 Hi,
 Is the mwf-designer project from Ivan N. Zlatev dead?
 No commit since 2007-10-24.
 This would be very sad :(
 --
 View this message in context: 
 http://www.nabble.com/mwf-designer-dead--tp14481978p14481978.html
 Sent from the Mono - WinForms mailing list archive at Nabble.com.

 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list




-- 
Luke Page - 07790587889 - Ex Libris Records

www.exlibrisrecords.co.uk - a creative  challenging independent
record label, with wolves.
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Re: [Mono-list] [Mono-dev] RichTextBox and SeletionColor (Bug file?)

2007-12-20 Thread Luke Page
You have the Rich Text Box set as readonly?

https://bugzilla.novell.com/show_bug.cgi?id=324354

I posted the work-around the set the back colour earlier today...


On Dec 19, 2007 3:15 PM, ted leslie [EMAIL PROTECTED] wrote:
 by setting the BackColor in the RichTextBox
 before doing SelectionColor
 got it to work,
 but to be compatible with the MS .Net,
  selecting (what would be a default anyways)
 BackColor isn't required,
 so I think this should probably be looked
 at in the Mono distribution?

 -tl

 On Wed, 19 Dec 2007 09:35:49 -0500
 ted leslie [EMAIL PROTECTED] wrote:

 
  I have tried to use SelectionColor (and SelectionFont) in a RichText Box.
  the SelectionFont works, but the SelectionColor doesn't.
  I have tried under 1.2.4 and 1.2.6 and no Color modification in either.
  Also, the code runs in MS .net2.0 and the Color modification DOES works
  correctly using the mono generated exe run in MS XP .Net2.0
 
  Now it could just be that SelectionColor isn't implemented in Mono yet?
  but that seems odd, and I do seem to see code for it in the build,
  and you would think SelectionFont and SelectionColor would implement
  together closely.
 
  So I am baffed. And again, it does work when running under MS .Net2.0 (the 
  same exe).
 
  If SelectionColor is supposed to work in Mono,
  can someone point me (or supply) an working example?
 
  Thanks,
 
 
  --
  ted leslie [EMAIL PROTECTED]
  ___
  Mono-list maillist  -  Mono-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-list
 


 --
 ted leslie [EMAIL PROTECTED]
 ___
 Mono-devel-list mailing list
 [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-devel-list




-- 
Luke Page - 07790587889 - Ex Libris Records

www.exlibrisrecords.co.uk - a creative  challenging independent
record label, with wolves.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-dev] [Mono-list] RichTextBox and SeletionColor (Bug file?)

2007-12-19 Thread Luke Page
You have the Rich Text Box set as readonly?

https://bugzilla.novell.com/show_bug.cgi?id=324354

I posted the work-around the set the back colour earlier today...


On Dec 19, 2007 3:15 PM, ted leslie [EMAIL PROTECTED] wrote:
 by setting the BackColor in the RichTextBox
 before doing SelectionColor
 got it to work,
 but to be compatible with the MS .Net,
  selecting (what would be a default anyways)
 BackColor isn't required,
 so I think this should probably be looked
 at in the Mono distribution?

 -tl

 On Wed, 19 Dec 2007 09:35:49 -0500
 ted leslie [EMAIL PROTECTED] wrote:

 
  I have tried to use SelectionColor (and SelectionFont) in a RichText Box.
  the SelectionFont works, but the SelectionColor doesn't.
  I have tried under 1.2.4 and 1.2.6 and no Color modification in either.
  Also, the code runs in MS .net2.0 and the Color modification DOES works
  correctly using the mono generated exe run in MS XP .Net2.0
 
  Now it could just be that SelectionColor isn't implemented in Mono yet?
  but that seems odd, and I do seem to see code for it in the build,
  and you would think SelectionFont and SelectionColor would implement
  together closely.
 
  So I am baffed. And again, it does work when running under MS .Net2.0 (the 
  same exe).
 
  If SelectionColor is supposed to work in Mono,
  can someone point me (or supply) an working example?
 
  Thanks,
 
 
  --
  ted leslie [EMAIL PROTECTED]
  ___
  Mono-list maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/mono-list
 


 --
 ted leslie [EMAIL PROTECTED]
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list




-- 
Luke Page - 07790587889 - Ex Libris Records

www.exlibrisrecords.co.uk - a creative  challenging independent
record label, with wolves.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-winforms-list] Best Place To Start?

2007-12-16 Thread Luke Page
I have proposed a solution for this problem and also looked at all the
DateTimePicker problems - There is 1 remaining now, but that is dependent on
a different bug on the context menu.

I was looking at 324589 - RichTextBox indents and there appears to be some
missing functionality generally for the RTF class - many unknown tokens,
parameters for RTF commands are sometimes picked up as text (part of the
document) instead of being associated with the token etc. There are also the
bugs 324354 and 342516.

Would it be ok to take this on? Obviously I don't want to duplicate work
someone else is already doing...

Regards,

Luke

On Dec 12, 2007 4:01 PM, Everaldo Canuto [EMAIL PROTECTED] wrote:

 Hey,

 There is one good task.

 The bug https://bugzilla.novell.com/show_bug.cgi?id=340289  theres a
 patch to fix but two problem still remain:

 1. The patch theres one RadioCheck line and it is already implemented
 in CloneMenu.
 2. We need one unit test to check all MenuItem properties.

 If you want to take care about this one please let me know, you can
 talk with me on IRC channel (everaldo) or by mail
 ([EMAIL PROTECTED] or [EMAIL PROTECTED]), I will be happy
 to guide you. It is a simple task but a good as starting point.

 -Everaldo.

 On Dec 12, 2007 1:23 PM, Everaldo Canuto [EMAIL PROTECTED]
 wrote:
  Hey,
 
  You can start creating a bugzilla account, checking bugs and try fix
  some of then, another good thing is write some unit tests.
 
  Also some bugs need to create unit tests, if you want I can indicate
  some things that you can do :)
 
  -Everaldo.
 
 
 
  On Dec 12, 2007 9:18 AM, Luke Page [EMAIL PROTECTED] wrote:
   Hello,
  
   I would like to get involved in some development of mono winforms, but
 I
   don't know where to start. Can someone suggest something relatively
 small to
   do (say maximum 1 or 2 days work), which I could use to get in to
 things and
   get my feet etc. ?
  
   Regards,
  
   Luke
  
 
   ___
   Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
   http://lists.ximian.com/mailman/listinfo/mono-winforms-list
  
  
 




-- 
Luke Page - 07790587889 - Ex Libris Records

www.exlibrisrecords.co.uk - a creative  challenging independent record
label, with wolves.
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


[Mono-dev] Problems Compiling Mono in Cygwin

2007-12-14 Thread Luke Page
Hello,

I am currently pulling my hair out over compiling the latest trunk of mono
from SVN. I have XP SP2 and am following Shana's guide as suggested by the
mono website (http://shana.iidbbs.com/en/mono_cygwin_tutorial.html).

The first problem may be irrelevant, as I solved it, but it does seem
strange.

Problem 1:
The compiler failed to build System.XML, with the the following messages

http://pastebin.com/m4d643bd9

It appeared that even though the makefile specified it and the echo command
was on the shell output, no define was put in PatternParser.cs in
System.XML/Mono.Xml.Xsl
which meant it was identical to System.Xml.XPath\Parser.cs.

I added the define at the top of the generated PatternParser.cs file and the
build continued.

Using the new 1.2.6 source tar ball the build then finished and appears to
work. With the SVN build I got the second problem. I then uninstalled Cygwin
and installed it again, re-got the SVN and tried compiling again. I fixed
problem 1 again and still got problem 2. I then tried a make distclean in
case the previous failure caused some problems. I tried re-getting the SVN
again and fixing problem 1 before attempting a build, all without success.

Problem 2:

I get a microsoft unhandled exception message, with no output error (
http://pastebin.com/m58cea243). When I try running the command from the log
in the same directory I get the following error and no unhandled exception
message.

The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the
`G:\cygwinmono\usr\src\mono\mono\mono\mini\lib\mono\2.0\mscorlib.dll'
directory.

The directory part lib\mono\2.0 doesn't exist. When I try using
1.2.6dll's in this location it complains of a version mis-match,
wanting version
63 instead of 60.

I've tried everything I can think of and would now really appreciate any
help or suggestions as to what to try next.

Is it possible the SVN is now broken when building in windows and I need to
go back to 1.2.6 and then only update the section of code I want to update?
I'm obviously not relishing this choice.

Regards,

Luke
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Problems Compiling Mono in Cygwin

2007-12-14 Thread Luke Page
I've tried another 9 times. It always fails in the same place. Do you have
any other ideas as to what could be causing this problem?

On Dec 14, 2007 10:05 AM, Luke Page [EMAIL PROTECTED] wrote:

 #2 did once occur in a different place (System.XML.Linq) and then
 continued on to compiler-test the next make I tried, but I then tried make 3
 times in a row without it moving off compiler-test. Since maybe I was
 unlucky, I'll have a go at trying it a few more times.

 Regards,
 Luke


 On Dec 14, 2007 10:06 AM, Rolf Bjarne Kvinge [EMAIL PROTECTED] wrote:

   Hi,
 
 
 
  #2 has happened to me a couple of times too when running 'make'. It's a
  very sporadic error which occurs once in a while and in different places, so
  what I did was running make again until it finished successfully (it always
  got a little bit further while compiling, until it finished successfully).
 
 
 
  Rolf
 
 
 
  *From:* [EMAIL PROTECTED] [mailto:
  [EMAIL PROTECTED] *On Behalf Of *Luke Page
  *Sent:* viernes, 14 de diciembre de 2007 10:54
  *To:* mono-devel-list@lists.ximian.com
  *Subject:* [Mono-dev] Problems Compiling Mono in Cygwin
 
 
 
  Hello,
 
  I am currently pulling my hair out over compiling the latest trunk of
  mono from SVN. I have XP SP2 and am following Shana's guide as suggested by
  the mono website ( http://shana.iidbbs.com/en/mono_cygwin_tutorial.html
  ).
 
  The first problem may be irrelevant, as I solved it, but it does seem
  strange.
 
  Problem 1:
  The compiler failed to build System.XML, with the the following messages
 
 
  http://pastebin.com/m4d643bd9
 
  It appeared that even though the makefile specified it and the echo
  command was on the shell output, no define was put in PatternParser.csin
  System.XML/Mono.Xml.Xsl which meant it was identical to 
  System.Xml.XPath\Parser.cs.
 
  I added the define at the top of the generated PatternParser.cs file and
  the build continued.
 
  Using the new 1.2.6 source tar ball the build then finished and appears
  to work. With the SVN build I got the second problem. I then uninstalled
  Cygwin and installed it again, re-got the SVN and tried compiling again. I
  fixed problem 1 again and still got problem 2. I then tried a make
  distclean in case the previous failure caused some problems. I tried
  re-getting the SVN again and fixing problem 1 before attempting a build, all
  without success.
 
  Problem 2:
 
  I get a microsoft unhandled exception message, with no output error (
  http://pastebin.com/m58cea243). When I try running the command from the
  log in the same directory I get the following error and no unhandled
  exception message.
 
  The assembly mscorlib.dll was not found or could not be loaded.
  It should have been installed in the
  `G:\cygwinmono\usr\src\mono\mono\mono\mini\lib\mono\2.0\mscorlib.dll'
  directory.
 
  The directory part lib\mono\2.0 doesn't exist. When I try using 
  1.2.6dll's in this location it complains of a version mis-match, wanting 
  version
  63 instead of 60.
 
  I've tried everything I can think of and would now really appreciate any
  help or suggestions as to what to try next.
 
  Is it possible the SVN is now broken when building in windows and I need
  to go back to 1.2.6 and then only update the section of code I want to
  update? I'm obviously not relishing this choice.
 
  Regards,
 
  Luke
 



 --
 Luke Page - 07790587889 - Ex Libris Records

 www.exlibrisrecords.co.uk - a creative  challenging independent record
 label, with wolves.




-- 
Luke Page - 07790587889 - Ex Libris Records

www.exlibrisrecords.co.uk - a creative  challenging independent record
label, with wolves.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Problems Compiling Mono in Cygwin

2007-12-14 Thread Luke Page
#2 did once occur in a different place (System.XML.Linq) and then continued
on to compiler-test the next make I tried, but I then tried make 3 times in
a row without it moving off compiler-test. Since maybe I was unlucky, I'll
have a go at trying it a few more times.

Regards,
Luke

On Dec 14, 2007 10:06 AM, Rolf Bjarne Kvinge [EMAIL PROTECTED] wrote:

  Hi,



 #2 has happened to me a couple of times too when running 'make'. It's a
 very sporadic error which occurs once in a while and in different places, so
 what I did was running make again until it finished successfully (it always
 got a little bit further while compiling, until it finished successfully).



 Rolf



 *From:* [EMAIL PROTECTED] [mailto:
 [EMAIL PROTECTED] *On Behalf Of *Luke Page
 *Sent:* viernes, 14 de diciembre de 2007 10:54
 *To:* mono-devel-list@lists.ximian.com
 *Subject:* [Mono-dev] Problems Compiling Mono in Cygwin



 Hello,

 I am currently pulling my hair out over compiling the latest trunk of mono
 from SVN. I have XP SP2 and am following Shana's guide as suggested by the
 mono website ( http://shana.iidbbs.com/en/mono_cygwin_tutorial.html).

 The first problem may be irrelevant, as I solved it, but it does seem
 strange.

 Problem 1:
 The compiler failed to build System.XML, with the the following messages

 http://pastebin.com/m4d643bd9

 It appeared that even though the makefile specified it and the echo
 command was on the shell output, no define was put in PatternParser.cs in
 System.XML/Mono.Xml.Xsl which meant it was identical to 
 System.Xml.XPath\Parser.cs.

 I added the define at the top of the generated PatternParser.cs file and
 the build continued.

 Using the new 1.2.6 source tar ball the build then finished and appears to
 work. With the SVN build I got the second problem. I then uninstalled Cygwin
 and installed it again, re-got the SVN and tried compiling again. I fixed
 problem 1 again and still got problem 2. I then tried a make distclean in
 case the previous failure caused some problems. I tried re-getting the SVN
 again and fixing problem 1 before attempting a build, all without success.

 Problem 2:

 I get a microsoft unhandled exception message, with no output error (
 http://pastebin.com/m58cea243). When I try running the command from the
 log in the same directory I get the following error and no unhandled
 exception message.

 The assembly mscorlib.dll was not found or could not be loaded.
 It should have been installed in the
 `G:\cygwinmono\usr\src\mono\mono\mono\mini\lib\mono\2.0\mscorlib.dll'
 directory.

 The directory part lib\mono\2.0 doesn't exist. When I try using 1.2.6dll's 
 in this location it complains of a version mis-match, wanting version
 63 instead of 60.

 I've tried everything I can think of and would now really appreciate any
 help or suggestions as to what to try next.

 Is it possible the SVN is now broken when building in windows and I need
 to go back to 1.2.6 and then only update the section of code I want to
 update? I'm obviously not relishing this choice.

 Regards,

 Luke




-- 
Luke Page - 07790587889 - Ex Libris Records

www.exlibrisrecords.co.uk - a creative  challenging independent record
label, with wolves.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Problems Compiling Mono in Cygwin

2007-12-14 Thread Luke Page
I apologise for a third email.

When I put mscorlib in the place it sugests (in order to try out just that
command on its own) it just crashes in the same way as the build, suggesting
mscorlib problem is a red-herring : The real problem is compiler-tester
throwing an unhandled exception during a cygwin build.

Is there a way to bypass running compiler-tester or a possible reason why it
would fail without an error message during a build?

On Dec 14, 2007 10:59 AM, Luke Page [EMAIL PROTECTED] wrote:

 I've tried another 9 times. It always fails in the same place. Do you have
 any other ideas as to what could be causing this problem?


 On Dec 14, 2007 10:05 AM, Luke Page  [EMAIL PROTECTED] wrote:

  #2 did once occur in a different place (System.XML.Linq ) and then
  continued on to compiler-test the next make I tried, but I then tried make 3
  times in a row without it moving off compiler-test. Since maybe I was
  unlucky, I'll have a go at trying it a few more times.
 
  Regards,
  Luke
 
 
  On Dec 14, 2007 10:06 AM, Rolf Bjarne Kvinge [EMAIL PROTECTED] wrote:
 
Hi,
  
  
  
   #2 has happened to me a couple of times too when running 'make'. It's
   a very sporadic error which occurs once in a while and in different 
   places,
   so what I did was running make again until it finished successfully (it
   always got a little bit further while compiling, until it finished
   successfully).
  
  
  
   Rolf
  
  
  
   *From:* [EMAIL PROTECTED] [mailto:
   [EMAIL PROTECTED] *On Behalf Of *Luke Page
   *Sent:* viernes, 14 de diciembre de 2007 10:54
   *To:* mono-devel-list@lists.ximian.com
   *Subject:* [Mono-dev] Problems Compiling Mono in Cygwin
  
  
  
   Hello,
  
   I am currently pulling my hair out over compiling the latest trunk of
   mono from SVN. I have XP SP2 and am following Shana's guide as suggested 
   by
   the mono website (http://shana.iidbbs.com/en/mono_cygwin_tutorial.html
   ).
  
   The first problem may be irrelevant, as I solved it, but it does seem
   strange.
  
   Problem 1:
   The compiler failed to build System.XML, with the the following
   messages
  
   http://pastebin.com/m4d643bd9
  
   It appeared that even though the makefile specified it and the echo
   command was on the shell output, no define was put in PatternParser.csin
   System.XML/Mono.Xml.Xsl which meant it was identical to 
   System.Xml.XPath\Parser.cs.
  
   I added the define at the top of the generated PatternParser.cs file
   and the build continued.
  
   Using the new 1.2.6 source tar ball the build then finished and
   appears to work. With the SVN build I got the second problem. I then
   uninstalled Cygwin and installed it again, re-got the SVN and tried
   compiling again. I fixed problem 1 again and still got problem 2. I then
   tried a make distclean in case the previous failure caused some 
   problems.
   I tried re-getting the SVN again and fixing problem 1 before attempting a
   build, all without success.
  
   Problem 2:
  
   I get a microsoft unhandled exception message, with no output error (
   http://pastebin.com/m58cea243). When I try running the command from
   the log in the same directory I get the following error and no unhandled
   exception message.
  
   The assembly mscorlib.dll was not found or could not be loaded.
   It should have been installed in the
   `G:\cygwinmono\usr\src\mono\mono\mono\mini\lib\mono\2.0\mscorlib.dll'
   directory.
  
   The directory part lib\mono\2.0 doesn't exist. When I try using
   1.2.6 dll's in this location it complains of a version mis-match,
   wanting version 63 instead of 60.
  
   I've tried everything I can think of and would now really appreciate
   any help or suggestions as to what to try next.
  
   Is it possible the SVN is now broken when building in windows and I
   need to go back to 1.2.6 and then only update the section of code I
   want to update? I'm obviously not relishing this choice.
  
   Regards,
  
   Luke
  
 
 
 
  --
  Luke Page - 07790587889 - Ex Libris Records
 
  www.exlibrisrecords.co.uk - a creative  challenging independent record
  label, with wolves.




 --
 Luke Page - 07790587889 - Ex Libris Records

 www.exlibrisrecords.co.uk - a creative  challenging independent record
 label, with wolves.




-- 
Luke Page - 07790587889 - Ex Libris Records

www.exlibrisrecords.co.uk - a creative  challenging independent record
label, with wolves.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-winforms-list] Best Place To Start?

2007-12-12 Thread Luke Page
Hello,

I would like to get involved in some development of mono winforms, but I
don't know where to start. Can someone suggest something relatively small to
do (say maximum 1 or 2 days work), which I could use to get in to things and
get my feet etc. ?

Regards,

Luke
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list