maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET (https://talk.maemo.org/showthread.php?t=72677)

impeham 2011-05-06 23:38

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
Is there a good .net framework API documentation for mono (something like MSDN with example codes)?

i was trying to add an item to a combobox at runtime but i can't access its "Items" property (only from designer's properties).

keks-n 2011-05-09 08:29

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
It looks like that you need documentation for GTK#.

Try these links:
http://www.mono-project.com/GtkSharpBeginnersGuide
http://www.go-mono.com/docs/index.as...classlib-gnome
http://www.mono-project.com/GtkSharp

stlpaul 2011-05-09 21:18

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
Thanks, i was able to build & run a simple gtk-sharp app.

impeham 2011-05-10 21:07

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
Quote:

Originally Posted by keks-n (Post 1002591)

Thanks (is there no search option in the API reference?) :)

i mostly use the MSDN for non UI API.

keks-n 2011-05-12 14:57

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
Guys, please, vote for the package. It seems to be almost stable.

Andy1210 2011-05-19 11:29

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
how can i use gtk designer for vb.net app?

impeham 2011-05-21 14:28

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
i've tried searching the web for this but couldn't find a solution:

does anybody know how i can get the x y coordinates of a textview control inside a ScrolledWindow?

Another issue i have is a crash when i use File operations (File.Copy for example) - the crash only happens when i execute it from the shortcut i made for it in hildon desktop - if i run from xterm the same command it works well. i thought it was probably a security issue so i tried executing it with sudo but it didn't help...
anyone knows how to solve this?

is there a good place to post these kind of questions?

Thanks :)

keks-n 2011-05-23 17:10

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
Quote:

Another issue i have is a crash when i use File operations (File.Copy for example) - the crash only happens when i execute it from the shortcut i made for it in hildon desktop - if i run from xterm the same command it works well. i thought it was probably a security issue so i tried executing it with sudo but it didn't help...
anyone knows how to solve this?
Does it throw an exception or just "catch" SIGSEGV? Please, try to log which exception is thrown.

impeham 2011-05-23 19:44

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
the problem is - how do i log the exception? i cannot seem to be able to write to a file...
any other way?

keks-n 2011-05-24 10:44

Re: [Announce] MonoDevelop 2.6 Beta 2. An IDE for C# and ASP.NET
 
For example:
Quote:

catch (Exception e)
{
var f=new System.IO.StreamWriter("/tmp/wtf");
f.WriteLine(e.ToString());
f.Flush();
}


All times are GMT. The time now is 20:45.

vBulletin® Version 3.8.8