Re: [Mono-list] using mono/ikvm to display Java Applets

2005-04-04 Thread George Birbilis
INSTEAD of a JVM and recompile your applets to use Mono, similar to how J# Browser controls in .NET, I don't know of any effort currently to implement J# on Mono. Try the GNU Classpath project in can it has some useful code to port to Mono - George Birbilis ([EMAIL PROTECTED]) Microsoft

Re: [Mono-list] VB Good Mono Project

2005-03-21 Thread George Birbilis
ols of VB6 use similar descriptive format or if they were using an imperative [commands] format to define the GUI as used in Visual Studio.net [and in many Java IDEs]). I prefer the declarative syntax since it's potentially transformable - George Birbilis ([EMAIL PROTECTED]) Microsoft M

Re: [Mono-list] Why ByteFx needs Windows.Forms

2005-03-21 Thread George Birbilis
haven't read much on what ByteFX is, but couldn't it be split into more assemblies with the designers in a separate one? I suppose if source is available one can try doing it themselves then contribute back the info on how to split it ----- George Birbilis ([EMAIL PROTECTED]) Micr

[Mono-list] some older MonoLogo code notes

2005-03-07 Thread George Birbilis
all so tried to fix them as I thought best. At the Tokenizer.cs, a change removes some unused variable warning (make an exception unnamed instead of named one) and added CRLF support too apart from LF one for newlines in parsed content cheers, George P.S. for the project I had I finally resulted in writi

Re: [Mono-list] ASP.Net & Mono

2005-02-12 Thread George Birbilis
lect "Open With" to open with HTML editor (select "automatic encoding" there) instead of the ASP.net webform designer. Can also set that action (or other custom one you wish - say open in Notepad or whereever) to be the default one when you double-click such a file in the solution

Re: [Mono-list] problem in __dopostback

2005-02-11 Thread George Birbilis
you need to change the code that handles the postback too to understand $ instead of : - George Birbilis ([EMAIL PROTECTED]) Microsoft Most Valuable Professional MVP J# for 2004 & 2005 http://www.kagi.com/birbilis -- ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] C# editor

2005-02-11 Thread George Birbilis
anguage one uses) at the top of the source code - George Birbilis ([EMAIL PROTECTED]) Microsoft Most Valuable Professional MVP J# for 2004 & 2005 http://www.kagi.com/birbilis -- ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] C# editor

2005-02-11 Thread George Birbilis
tion layer for Winforms or GTK# or other windowing/drawing api by now that you could use to ease the porting. SynEdit does support autocompletion with some third-party addons - George Birbilis ([EMAIL PROTECTED]) Microsoft Most Valuable Professional MVP J# for 2004 & 2005 http://ww

Re: [Mono-list] Re: MySQL Connection from .NET Website (David P. Donahue)

2005-02-03 Thread George Birbilis
http://www.nyctergatis.com/mysql/index.html in case that code helps, not .NET I think, but might interest you... - George Birbilis ([EMAIL PROTECTED]) http://www.kagi.com/birbilis -- ___ Mono-list maillist - Mono-list@lists.ximian.com

Re: [Mono-list] Visual Studio.net 2005 Enterprise Beta 1

2005-02-03 Thread George Birbilis
the Personal Edition beta which is (and will remain from what I understand) for free: http://lab.msdn.microsoft.com/express ----- George Birbilis ([EMAIL PROTECTED]) Microsoft MVP J# for 2004, 2005 http://www.kagi.com/birbilis -- ___ Mono-

Re: [Mono-list] ADO.NET status

2005-01-26 Thread George Birbilis
Are WebServices supported on mono? If so, is there some page comparing .NET and Mono's support for webservices? - George Birbilis ([EMAIL PROTECTED]) MS MVP J# for 2004, 2005 http://www.kagi.com/birbilis -- ___ Mono-list maillist -

Re: [Mono-list] mono support for C++

2005-01-20 Thread George Birbilis
make a .NET webservice for a MS VC++ compiler running on a Windows machine and compile for .NET (IL) target. Resulting code should also run on mono (I hope) cons: 1) user has to trust your service to submit their code 2) can't use that offline 3) need highspeed connection if you rebuild too often 4

Re: [Mono-list] Development on Windows?

2005-01-13 Thread George Birbilis
) in case the above process works with it maybe #develop and similar support mono on Windows? - George Birbilis ([EMAIL PROTECTED]) http://www.kagi.com/birbilis -- ___ Mono-list maillist - Mono-list@lists.ximian.com http

Re: [Mono-list] Implementing attribute-based code generation

2005-01-13 Thread George Birbilis
n; } a problem may be that the text in the precondition etc. would need special IDE support for IntelliSense etc. if it was in the code block instead of being a string it would be better maybe - George Birbilis ([EMAIL PROTECTED]) ht

Re: [Mono-list] Implementing attribute-based code generation

2005-01-12 Thread George Birbilis
However, I can't seem to find simple ways to navigate through the memory representation of the source tree. Can anyone give me a brief pointer to where I should be looking? does Mono support CodeDOM? - George Birbilis ([EMAIL PROTECTED]) MS MVP J# 2004, 2005 http://www.kagi.com/bir

Re: [Mono-list] Mixing languages within

2004-12-17 Thread George Birbilis
piler) or something like that... cheers, George ----- George Birbilis ([EMAIL PROTECTED]) MS MVP J# http://www.kagi.com/birbilis -- Of course, If you want to get really nuts :P, you should probably be able to create a compiler that has plugins from different languages and do something

Re: [Mono-list] Minimal requrements

2004-11-30 Thread George Birbilis
e version of Mono, it would be nice to have, since one would be able to build IL code that is working on both Linux-based and PocketPC-based devices without changes ~~ George Birbilis <[EMAIL PROTECTED]> [Microsoft MVP J#] ~~

Re: [Mono-list] C#/Mono Serial port communication

2004-11-24 Thread George Birbilis
x27;re not catching those exceptions and just printing out their message without the stack trace? ----- George Birbilis ([EMAIL PROTECTED]) http://www.kagi.com/birbilis -- ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.c

Re: [Mono-list] Newby

2004-11-24 Thread George Birbilis
search for "#develop" I think for docs see MSDN for starters I've used C# and .NET in the Windows environment but would like to try it with my SuSE Linux 9.2 professional that comes with the VM and compiler. C# may be the best of the languages, Java with practical additions, e.g. structures. Is

Re: [Mono-list] C#/Mono Serial port communication

2004-11-24 Thread George Birbilis
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object when catching the exception try also printing out a stack trace for it (see the respective method available at the base Exception class to get the trace, then print it out) - George

Re: [Mono-list] C#/Mono Serial port communication

2004-11-24 Thread George Birbilis
No, I'm not trying this on Windows. then why does the error trace say: Unhandled Exception: System.IO.IOException: Win32 IO returned ERROR_SEEK. Path: /dev/rfcomm0 should it say "Win32 IO" or is it a "bug" too? - George Birbilis ([EMAIL PROTECTED]) htt

Re: [Mono-list] C#/Mono Serial port communication

2004-11-24 Thread George Birbilis
f .NET) and talk to the COMM ActiveX control from MS (see code at http://www.mech.upatras.gr/~robgroup/teams/logic/demos/index.html, the VJ#.net, VB6 and Delphi5 demos in particular, since the SunJava1.3 demo uses Java COMM API instead of that ActiveX control) cheers, George - George Birbil

Re: **SPAM: [Mono-list] Good menu system for ASP.NET.

2004-11-20 Thread George Birbilis
lable). the guy at http://www.metabuilders.com had some nice ASP.net controls (with source code) maybe he's added some menu webcontrols too by now cheers, George ~~~~~~ George Birbilis <[EMAIL PROTECTED]> [Microsoft MVP J#] ~~~

Re: [Mono-list] Newbie question: GUI choice

2004-11-09 Thread George Birbilis
ic, and Qt# looks like its going nowhere. GTK# is cross-platform, but has lots of DLLs etc. you have to deploy with it I think mono does implement WinForms more or less so you'd better use that - George Birbilis ([EMAIL PROTECTED]) http://www.ka

Re: [Mono-list] SSCLI book!!!

2004-11-08 Thread George Birbilis
ng some free license for that patent potential/future usage in mono, just-in-case [not admiting that the stuff IS being used in mono though]) - George Birbilis ([EMAIL PROTECTED]) http://www.kagi.com/birbilis -- Hi all, I have a Q! Is it really dangerous to read ?Shared Source C

Re: [Mono-list] Ask Microsoft: Mono support

2004-10-27 Thread George Birbilis
eated as common infrustructure and there are other laws coming in play, anti-monopoly ones etc., thus you get the right to ask for more published info on how that s/w behaves - George Birbilis ([EMAIL PROTECTED]) http://www.kagi.com/birbilis -- __

Re: [Mono-list] Ask Microsoft: Mono support

2004-10-27 Thread George Birbilis
I don't consider viewing an assembly's publicly exposed methods/fields etc. to be reverse engineering If you decompile though and copy/paste code parts etc. then it is reverse engineering and could potentially cause problems similar to the Linux-SCO stuff > > http://searchvb.techtarget.com/orig

Re: [Mono-list] 16 bit MS-DOS Subsystem

2004-10-14 Thread George Birbilis
and see what it contains. Can try renaming it to autoexec._nt and replacing it with one from another system (WITH THE SAME OS VERSION!!!) where MS-DOS apps do run OK ~~~~~~ George Birbilis <[EMAIL PROTECTED]> [Microsoft MVP J#] ~

Re: [Mono-list] Language Clarification

2004-10-13 Thread George Birbilis
ey're converted to native code and cached ----- George Birbilis ([EMAIL PROTECTED]) http://www.kagi.com/birbilis -- - Original Message - From: "Jambunathan Jambunathan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednes

Re: [Mono-list] how to compile a java

2004-10-06 Thread George Birbilis
stead (that one needs some extra libraries to be installed, but future .NET runtime versions will include the J# libraries too). I'm not sure if J# runtime libraries would work if copied to mono, I even dought it's legal too, but for your own home projects you could try doing it

Re: [Mono-list] VB? Or just C#?

2004-10-03 Thread George Birbilis
VB.net support (partial) may be on the CVS, not on the public build ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Gtk# installer problem

2004-09-29 Thread George Birbilis
"Prerequisites" and that should re-install the VS.net2003 prerequisites (will ask for the CD/DVD) which includes .NET framework 1.1 else just download the whole 1.1 SDK from MS and install it ~~ George Birbilis <[EMAIL PROTECTED]> [Microsoft MVP J#] ~~~

Re: [Mono-list] monodevelop & Mac OS X

2004-09-29 Thread George Birbilis
erything (including the new monodevelop) builds and upgrades nicely on Mac OS X 10.3. I released updated Fink packages for everything today. Other than XSP crashing on some of the examples (for which I still need to put together useful bug reports), things seem to be doing pretty well. ~~

Re: [Mono-list] Create a applet in mono ?

2004-09-15 Thread George Birbilis
r, not sure though interesting technology is also .NET2.0's ClickOnce Deployment etc. (for autodownloading/autoupdating and launching applications using a URL [similar to Java WebStart in some concepts I suppose]) ~~ George Birbilis

Re: [Mono-list] [OT] MonoLOGO

2004-09-07 Thread George Birbilis
thanks guys, Tortoise CVS looks very interesting and user friendly CVS client for Windows users like me (plus it has a link to WinCVS/cvsgui on their page which is the more complex cvs client on the souce code of which Tortoise CVS was based) cheers, George > If you use anonymous cvs - as per the

[Mono-list] MonoLOGO GTK# console not compiling

2004-09-06 Thread George Birbilis
's the problem above? the error (at the commented line above) says: ...\MonoLOGO\console\console-gtk.cs(13): Cannot implicitly convert type 'System.EventHandler' to 'Gtk.DeleteEventHandler' I'm using VS.net 2003 ~~ George Birbilis &l

Re: [Mono-list] [OT] MonoLOGO

2004-09-02 Thread George Birbilis
ti.gr - a JavaBean based IDE for microworlds- includes [with sourcecode] an enhanced version of mine for TurtleTracks, with OOP features and automatic localization of Logo primitives to the user's language) - George Birbilis ([EMAIL PROTECTED]) http://www.kagi.com/birbilis -

Re: [Mono-list] foto

2004-09-02 Thread George Birbilis
this had VBS:Beagle-AK1 virus - Original Message - From: "Weiqigao" <[EMAIL PROTECTED]> To: "Mono-list" <[EMAIL PROTECTED]> Sent: Wednesday, September 01, 2004 5:11 PM Subject: [Mono-list] foto > foto > > > ___ Mono-list maillist - [EMAIL

Re: [Mono-list] Is Mono ready?

2004-09-01 Thread George Birbilis
nality with TurtleTracks.net Logo (see the sidebar of http://www.mech.upatras.gr/~robgroup for TurtleTracks.net) thanks in advance, George ~~ George Birbilis <[EMAIL PROTECTED]> ~~ + QuickTime VCL and ActiveX controls (for PowerPoint/

Re: [Mono-list] Beginner C# Book

2004-08-23 Thread George Birbilis
ten he was planning to make such a book) as he had done for "Thinking in C++" and "Thinking in Java" in the past. Very nice books for learning an OOP language, esp. the Java one I had partially read... I loved it. - George Birbilis ([EMAIL PROTECTED]) http://www.kagi.com/birbi

Re: [Mono-list] Mono on Windows Primer?

2004-08-17 Thread George Birbilis
ound the long filename (e.g. "C:\PROGRAM FILES") and don't need to use the short filename ~~ George Birbilis <[EMAIL PROTECTED]> [Microsoft MVP J#] ~~ + QuickTime VCL and ActiveX controls (for PowerPoint/VB/Delphi etc.)

[Mono-list] monoLOGO

2004-08-16 Thread George Birbilis
Hi all, does anyone know where I can get the MonoLogo sources? I can't find it anywhere thanks in advance, George P.S. regarding Logo on .NET also checkout TurtleTracs.net: http://www.mech.upatras.gr/~robgroup/logo/turtletracks/ - George Birbilis ([EMAIL PROTECTED]) http://www.kag