[Mono-list] mono winforms and gtk#

2008-01-05 Thread Dewan Hrishikesh
what is the development status of winforms in mono. we are building a software app and we would like to make it cross compatible with linux. although the app is coded in vstudio 2005 using .net framework 2.0 , we are interested in porting it to the linux. we did saw the existing developments in gtk

Re: [Mono-list] GUI and virtual grid for new desktop application

2008-01-05 Thread Andrus Moor
Miquel, > But if you are unable to use Gtk# or Windows.Forms on their current > state, then you should consider using Swing. There was recommendation in this list to run Swing java bytecode using IKVM. I'm unable to find any MONO / .NET application which uses Swing for GUI. Is anybody seen one ?

[Mono-list] Environment.GetFolderPath() on fedora core 8

2008-01-05 Thread Travis Staloch
When using Environment.GetFolderPath(Environment.SpecialFolder.Desktop), I get a funny looking result on FC 8. I get the following string (with quotes included in the string). /home/username/"$HOME/Desktop" This seems like a bug. Should I file a bug report? Also, Environment.SpecialFolder.

Re: [Mono-list] Environment.GetFolderPath() on fedora core 8

2008-01-05 Thread Chris Howie
(Sorry if you get this twice Travis, I didn't reply to the list last time.) On Jan 5, 2008 9:09 AM, Travis Staloch <[EMAIL PROTECTED]> wrote: > When using Environment.GetFolderPath(Environment.SpecialFolder.Desktop), I > get a funny looking result on FC 8. I get the following string (with quotes

Re: [Mono-list] GUI and virtual grid for new desktop application

2008-01-05 Thread Robert Jordan
Andrus Moor wrote: > Michael, > >> What visual representation you're after? Numbers/text like in a >> spreadsheet view? > > Yes. > This grid contains invoice headers, customers, items. > User can edit them directly in grid, each row is commited to database when > moving out of row. > > Desktop

Re: [Mono-list] mono winforms and gtk#

2008-01-05 Thread Jonathan Pobst
Hey, There are some programs listed here: http://www.mono-project.com/Winforms_Samples. There are some screenshots on the screenshots page here: http://www.mono-project.com/Screenshots. You can download the mono VMWare image which has about 20 small samples here: http://www.mono-project.com/Do

Re: [Mono-list] mono winforms and gtk#

2008-01-05 Thread Dewan Hrishikesh
thanks jonathan, will check all these and will use the tool to find the compatibility. i read the guide written by u and it is really very good. i hope more things will be added from time time . On Jan 5, 2008 11:05 PM, Jonathan Pobst <[EMAIL PROTECTED]> wrote: > Hey, > > There are some progr

Re: [Mono-list] mono winforms and gtk#

2008-01-05 Thread Adam Tauno Williams
> what is the development status of winforms in mono. we are building a > software app and we would like to make it cross compatible with linux. > although the app is coded in vstudio 2005 using .net framework 2.0 , > we are interested in porting it to the linux. we did saw the existing > developm

[Mono-list] Bug in Mono Dns resolution (unable to connect to virtual machine)

2008-01-05 Thread Alexandre Miguel Pedro Gomes
Hi, I've been trying to connect to an Sql Server instance inside a guest virtual machine (VirtualBox) and using Ubuntu 7.10 as host. The networking is setup using bridge utils as instructed by the VirtualBox manuals. I was unable to connect getting several "Sql Server Not found" and timeouts from

Re: [Mono-list] Bug in Mono Dns resolution (unable to connect to virtual machine)

2008-01-05 Thread Alexandre Miguel Pedro Gomes
Another bug I found is that resolving the InstanceName to a port (via Sql Monitor Browser udp port 1434) had a very small timeout value (100ms) which is very low in case the network path has high latency or the server is under heavy load. I created another bug and attached the patch for this proble