Re: [Mono-list] Why there is no wiki for mono project ?

2009-10-09 Thread Everaldo Canuto
Hey,

We have a wiki ;-)

   http://mono-project.com/Start

Everaldo.

On Fri, Oct 9, 2009 at 4:00 AM, j23tom tomasz.kuba...@gmail.com wrote:

 Recently I started to learn Gtk-sharp. I'would love to see mono had more
 up-to date documentation, so the question is why there is no wiki for mono
 project ? Are you afraid of copy/paste from MSDN ?

 --
 View this message in context: 
 http://www.nabble.com/Why-there-is-no-wiki-for-mono-project---tp25816368p25816368.html
 Sent from the Mono - General mailing list archive at Nabble.com.

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

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


Re: [Mono-list] Webcam (Linux) and Mono

2009-08-05 Thread Everaldo Canuto
Hey Pedro,

Again? Now in english?
GStreamer# could help you.

Everaldo.

On Wed, Aug 5, 2009 at 2:59 PM, Pedro Alvespedro.alve...@gmail.com wrote:
 Hi,

 Does anyone know how to access a webcam using Mono under linux?

 Do I have to wrap a 3d party library to accomplish this maybe?


 []s

 Pedro Alves
 www.pedrojr.net

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


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


Re: [Mono-list] Dock Panel Control (WinForms) for Mono

2009-04-15 Thread Everaldo Canuto
Hi Pedro,

I worked on it, unfortunately some pinvokes used in DockPanel can't be
emulated right now so the solution is to change DockPanel and replace
all pinvoke calls by managed code.

Everaldo.

2009/4/15 Pedro Alves pedro.alve...@gmail.com:
 Hi!


 Some time ago I saw something on the port the DockPanel Suite
 (http://sourceforge.net/projects/dockpanelsuite) to Mono.
 Why say something about it?

 Is there a Dock component compatible with Mono WinForms?


 Thanks!



 Pedro,
 Brazil.



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


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


Re: [Mono-list] Linux Equivalent to Visual Studio?

2008-10-31 Thread Everaldo Canuto
Hey,

Well, I get, I get some bad results, we can use Glx features that dont works
for me because we have two X11 windows for any control, the second option is
to inherit our paint background to draw parent backgrounds and emulate
transparency, but it is slow and a ugly implementation.

Maybe we can just enable it in XGL systems and check the transparecy problem
with out control inside control.

Everaldo

On Fri, Oct 31, 2008 at 6:25 PM, Ivan N. Zlatev [EMAIL PROTECTED] wrote:

 --- Original message ---
 From: Jerry Houston [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: 29.10.'08,  22:33

  Petit Eric wrote:
   http://www.mono-project.com/WinForms_Designer
  
 
  Yeah!  Now, that's what I'm talking about.
 
  I'll check back later ... hopefully it will become available via
  something other than svn when it's closer to stable.  Thanks!
 

 Hi, please do not have high expectations usability-wise. It's such a shame
 the designer's state, because the complex infrastructure work is already
 done and we only lack a decent drag and drop mechanism. In order to
 implement one like VS's snap lines we need to have a transparent control on
 top of the design surface. This is where we hit a wall, because while on
 Win32 transparency can be achieved easily by an extra flag in CreateParams,
 this has proven to be hell (for me at least) on X/Linux.

 Everaldo, I remember that you mentioned that you are poking at the
 transparency again some time ago. Did you get anywhere?

 Kind Regards,
 Ivan N. Zlatev
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

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


Re: [Mono-winforms-list] DataGrid

2008-10-17 Thread Everaldo Canuto
Hey,

Could you please provide one small sample to reproduce the problem so I can
fix it?

Everaldo.

On Wed, Oct 15, 2008 at 10:15 PM, Vorpal [EMAIL PROTECTED] wrote:




 mbertoli wrote:
 
  Do anyone of you use a DataGrid in your applications? Does it work?
  I tried various applications on various systems and it never works.
  I always get the IndexOutOfRangeException when I try to add a new row.
 
  Only in the ReportBuilder compiled application founded in the vmware
 image
  downloaded from this site I've seen it works.
  But if I compile the source, it doesn't work.
 
  Can anyone help me, please?
 


 My DataGridView works with Mono 1.2 or 1.9.1 with a very bad look and I
 can't click it with good results.
 With Mono 2.0 It looks a little better but I can't add more than one row
 because it freezes and after that, I have to close the application.
 --
 View this message in context:
 http://www.nabble.com/DataGrid-tp18923277p20004857.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

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


Re: [Mono-dev] About DllNotFountExeption

2008-10-13 Thread Everaldo Canuto
Hey,

Do you have libgdiplus package installed ?

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


Re: [Mono-dev] About DllNotFountExeption

2008-10-13 Thread Everaldo Canuto
Hey,

Problem still remain after install lidgdiplus and run ldconfig ?

Everaldo.

On Mon, Oct 13, 2008 at 2:48 PM, Petit Eric [EMAIL PROTECTED] wrote:

 Le 13 octobre 2008 18:29, Everaldo Canuto [EMAIL PROTECTED] a écrit :
  Hey,
 
  Do you have libgdiplus package installed ?
 I think so, too
 urpmi -a libgdiplus
 apt-get libgdiplus
 wget http://anonsvn.mono-project.com/viewvc/trunk/libgdiplus.tar.gz
 tar -xf ./libgdiplus.tar.gz
 cd libgdiplus
 ./configure --prefix=/usr  make
 su
 make install
 lol ;-)

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



 --

 Cordially.

 Small Eric Quotations of the days:
 ---
 If one day one reproaches you that your work is not a work of
 professional, say you that:
 Amateurs built the arch of Noah, and professionals the Titanic.
 ---

 Few people are done for independence, it is the privilege of the powerful
 ones.
 ---

 No key was wounded during the drafting of this message.

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


Re: [Mono-list] Will mono 2.0 supprot textboxes

2008-09-22 Thread Everaldo Canuto
Hey,

What happened when you typed in textbox? Application closed or nothing happened?
What was your keyboard layout?

Everaldo.

On Mon, Sep 22, 2008 at 12:22 AM, crash893 [EMAIL PROTECTED] wrote:

 Will mono 2.0 support textboxes?

 I did some testing with the previous release and when i create a windows
 form with textboxes i could not type in them. after some asking on the forum
 i found out that was a known bug


 was it fixed?
 --
 View this message in context: 
 http://www.nabble.com/Will-mono-2.0-supprot-textboxes-tp19601312p19601312.html
 Sent from the Mono - General mailing list archive at Nabble.com.

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

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


Re: [Mono-list] ListViewItemSorter property for FileDialog to folow .Net functions

2008-09-18 Thread Everaldo Canuto
Hey Petit,

I just review your patch and I think that you can improve it before get it on
SVN. Also I think that is better if you create a bug report in bugzilla an
attach your patch, in description you can use [Patch] to identify that it is a
patch so we can track it in bugzilla like all other patches.


You can see some examples about how we track patches in
https://bugzilla.novell.com/show_bug.cgi?id=325809 or you can see also other
bugs marked as patch.

So, now let us go to my suggestions to your patch:

  * Indent your code using Tab instead of spaces like the rest of MWF code and
we have an space before every ( in method declaration.

  * On top of mcs svn module we have CodingStyle file, you can read it to see
more about Mono code style. Also you can read it on our wiki:

http://www.mono-project.com/Coding_Guidelines.

  * The method mwfFileView_ColumnClick could be called OnColumnClickFileView
to be in accord with all other mwfFileView methods. Also, remove the
System.Windows.Forms. from ColumnClickEventHandler, look to the line before
and do the same.

  * Rename ListViewItemComparer to MwfFileViewItemComparer so later if we need
to implement another comparer class we will not have problems with names.

  * In mwfFileView_ColumnClick now ColumnClickEventHandler we have one try-catch
that send a error message to console, I dont think that we need this
try-catch but if we really need it will be better to prevent errors on
MwfFileViewItemComparer class.

  * AscDesc var is also not a good name for a private member (Coding_Guidelines)
maybe you can use something like mwffileview_order or fileview_order.

  * According to MSDN, after use ListViewItemSorter you dont need to call sort
maybe MSDN is wrong (it happens a lot) so is better to test if we really
need to call Sort method.

  * Check also private member names in MwfFileViewItemComparer class.


Ah, make sure that the patch is also generated using last Mono SVN trunk.

Thank you very much,
Everaldo.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-winforms-list] Menu: return key on popup

2008-07-31 Thread Everaldo Canuto
Hey,

Please fill a bug report and attach the patch, will be also great if
you assign it to me ;-)

Everaldo.

On Thu, Jul 31, 2008 at 4:51 PM, Ernesto [EMAIL PROTECTED] wrote:

 Hi,

 When you are using the keyboard to navigate a menu and open a popup menu by
 selecting an option with the return (enter) key, the popup appears, but no
 option within the popup is selected.

 MenuAPI handles the right cursor key correctly, but lacks this for the
 return key.

 This patch makes the menu API select the first option of a popup when
 opening the popup via return key.

 Regards,
 Ernesto


 Index: MenuAPI.cs
 ===
 --- MenuAPI.cs  (revision 109381)
 +++ MenuAPI.cs  (working copy)
 @@ -795,9 +795,14 @@
GrabControl.ActiveTracker =
 this;
}
return true;
 +   } else if (CurrentMenu.SelectedItem.IsPopup)
 {
 +   item = CurrentMenu.SelectedItem;
 +   ShowSubPopup (CurrentMenu, item);
 +   SelectItem (item, item.MenuItems
 [0], false);
 +   CurrentMenu = item;
 +   } else {
 +   ExecFocusedItem (CurrentMenu,
 CurrentMenu.SelectedItem);
}
 -
 -   ExecFocusedItem (CurrentMenu,
 CurrentMenu.SelectedItem);
break;

case Keys.Escape:

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


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


Re: [Mono-winforms-list] ToolBar additional styles patch

2008-05-20 Thread Everaldo Canuto
Hey,

Looks great for me! Please commit.

Thanks,
Everaldo.

On Tue, May 20, 2008 at 8:35 AM, George Giolfan [EMAIL PROTECTED] wrote:





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


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


Re: [Mono-winforms-list] Can I run DevExpress applications under Mono on Linux?

2008-05-12 Thread Everaldo Canuto
Hey,

No, it is not possible, DevExpress makes a lots of pinvoke to Win32 API.

Everaldo.

On Sat, May 10, 2008 at 11:32 AM, vlkv [EMAIL PROTECTED] wrote:

  Hello!
  Please, answer my question if you know (I didn't found the answer on this
  forums).
  I have Linux system with Mono on it. Can I run .NET applications built under
  Windows if they use DevExpress library (e.g. DevExpress.Xpo,
  DevExpress.XtraGrid)?

  (Today I've just installed mono, something went wrong and I could run just
  simple console application...)

  Thank you for your help...

  --
  View this message in context: 
 http://www.nabble.com/Can-I-run-DevExpress-applications-under-Mono-on-Linux--tp17163044p17163044.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

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


Re: [Mono-list] Maemo/N810 port

2008-01-24 Thread Everaldo Canuto
Hey,

Yes, I am working on it, normally we discuss it on #mono-maemo at gimpnet.
Torello and other guys are also online and working on mono for Nokia.


-Everaldo.

On Jan 24, 2008 10:23 AM, Benjamin Podszun [EMAIL PROTECTED] wrote:
 Hi there.

 Rumor in the maemo world has it, that someone is working on an update to
 the maemo port. I'd like to know if there's any channel/project site
 available or if those awesome guys would need a tester: I'm eagerly
 waiting for a way to get my hands on a current mono release for this new
 toy of mine..

 Any hints/updates/news would be appreciated.

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

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


Re: [Mono-winforms-list] Transparency in NotifyIcon on Linux

2007-12-20 Thread Everaldo Canuto
Hey,

Could you provide a sample (and simple) case just to check it here?

-Everaldo.

On Dec 19, 2007 2:39 PM, Erik Renes [EMAIL PROTECTED] wrote:




 Hi Everyone,



 I am currently developing an application that lives in the tray. For the
 NotifyIcon, I have used a windows .ico file that has some transparency in
 it.



 If I run my code on windows, using .net 2.0 or mono everything is fine. On
 linux however, every pixel that should be transparent is colored white.



 I have tried to create an ico file with the least colors possible (16) and
 only one 16x16 image, I have used PNG and GIF images as Icons (using HIcon)
 to try and get it to work, but the same issues arise in every scenario I
 have tried.



 I have tried on a virtual machine running Suse Linux Enterprise Desktop,
 using winforms 1.2.6 and on a 'normal' machine running Ubuntu 7.10 with Mono
 1.2.4 (official Ubuntu packages) and 1.2.5.1 (preview packages from
 debian.meebey.net). I have full control over application code and the icon
 used, is this a known issue? Is there anything I haven't thought of that may
 get it to work?



 Best regards,
  Erik Renes
 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list


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


Re: [Mono-list] Update on Mono install on Nokia N810

2007-12-18 Thread Everaldo Canuto
Hey,

On qemu I dont have this problems, looks like it is a device only :(

-Everaldo.

On Dec 18, 2007 8:18 AM, Michael Dominic K. [EMAIL PROTECTED] wrote:
 On Dec 17, 2007 11:43 PM, Michael Dominic K. [EMAIL PROTECTED] wrote:
  On Dec 17, 2007 9:09 PM, Everaldo Canuto [EMAIL PROTECTED] wrote:
   Hey,
  
   I am cced the mono-list so more people can share our experiences and
   maybe help us.
  
   Since your application don't uses Gtk or Hildon library it must works
   on new OS2008. Anyway, maybe because glib in OS2008 is also changed.
 
  The system glib on OS2008 is 2.12.12. There are few ARM-specific
  patches for atomic operations. Not sure if this could cause it.

 Oh, and new glibc with NPTL now.

 
  
   What Mono version you have installed on device?
   Could you send me this application sources so I can test here?
  
  
   -Everaldo.
  
   On Dec 17, 2007 3:16 PM, Norm Byers [EMAIL PROTECTED] wrote:
   
   
Everaldo,
   
I created a small console app in c-sharp on my win XP using Visual 
Studion
2003. (I usually use VS 2005). The app did nothing but write out This 
is a
test.
   
I moved it to the Nokia and executed: mono ConTest.exe
   
Interestingly, it actually ran and printed out This is a test, but 
also
returned: [mono[3811]: GLIB WARNING ** default - : mprotect failed:
Permission denied.
   
Anyhow, I appear to have installed mono, but apparently am just missing
perhaps something having to do with hildon widgets required by 
peditgtksharp
   
   
   
   
- Norm Byers
Byers Services LLC
Littleton Colorado
303-791-7425
   
http://www.reefdiver.com - its better in the Bahamas
http://www.kalenor.com
   
   ___
   Mono-list maillist  -  Mono-list@lists.ximian.com
   http://lists.ximian.com/mailman/listinfo/mono-list
  
 
 
  --
  Michael
 

 --
 Michael.

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


Re: [Mono-list] Update on Mono install on Nokia N810

2007-12-17 Thread Everaldo Canuto
Hey,

I am cced the mono-list so more people can share our experiences and
maybe help us.

Since your application don't uses Gtk or Hildon library it must works
on new OS2008. Anyway, maybe because glib in OS2008 is also changed.

What Mono version you have installed on device?
Could you send me this application sources so I can test here?


-Everaldo.

On Dec 17, 2007 3:16 PM, Norm Byers [EMAIL PROTECTED] wrote:


 Everaldo,

 I created a small console app in c-sharp on my win XP using Visual Studion
 2003. (I usually use VS 2005). The app did nothing but write out This is a
 test.

 I moved it to the Nokia and executed: mono ConTest.exe

 Interestingly, it actually ran and printed out This is a test, but also
 returned: [mono[3811]: GLIB WARNING ** default - : mprotect failed:
 Permission denied.

 Anyhow, I appear to have installed mono, but apparently am just missing
 perhaps something having to do with hildon widgets required by peditgtksharp




 - Norm Byers
 Byers Services LLC
 Littleton Colorado
 303-791-7425

 http://www.reefdiver.com - its better in the Bahamas
 http://www.kalenor.com

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


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

2007-12-16 Thread Everaldo Canuto
Hey,

That is ok, take it. Just assign it to you to make sure nobody else
will work on it.
Ah, maybe Jonathan is the better person to review patches for
RichTextBox, or you can just ask someone in #mono-winforms channel.

What is your nick name on IRC?

What is this context menu dependency?

-Everaldo.

On Dec 16, 2007 4:45 PM, Luke Page [EMAIL PROTECTED] wrote:
 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


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

2007-12-12 Thread Everaldo Canuto
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


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


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

2007-12-12 Thread Everaldo Canuto
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
 
 

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


Re: [Mono-dev] Mono Summit 2007 Photos

2007-12-04 Thread Everaldo Canuto
Hey,

I upload few photos here:

   http://picasaweb.google.com/everaldo.canuto/MonoSummit2007

-Everaldo

On Dec 4, 2007 9:46 PM, Martin Baulig [EMAIL PROTECTED] wrote:
 I didn't take many pictures, but you can find them here:
 http://www.flickr.com/photos/baulig/collections/

 I'll upload this year's pictures as a .tgz to primates later this week,
 as soon as I got VPN working again.

 Martin


 On Sat, 2007-12-01 at 22:38 +, Ivan N. Zlatev wrote:
  Dear Monkeys,
 
  I would like firstly to thank everyone for the great time I had during
  this Mono Summit. It was a pleasure for me to meet and spend this week
  with you guys.
 
  I suggest everyone replies to this e-mail with a link of his/her
  zip-ed/tar-ed/whatever photos of the event. Also if you don't feel
  like sharing your photos with The Others (you know, the ones that live
  on the other side of the island) I propose you archive them with a
  password same as the WiFi one from the summit. I could file a bug in
  bugzilla so we can track this easier. ;)
 
  Unfortunately I do not have any photos to share as I did not have a
  camera on me.
 
  Cheers!
 
  P.S: And no, I did not fix the transparency in WinForms...
 
 --
 Martin Baulig - [EMAIL PROTECTED]
 Novell GmbH, Düsseldorf
 GF: Volker Smid, Djamel Souici; HRB 21108 (AG Düsseldorf)



 ___
 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-list] GTKSharp API

2007-10-15 Thread Everaldo Canuto
Hey,


  Do you know where I can find the API for GTK#?


Yes, you can install monodoc or go to online version:

   http://www.go-mono.com/docs/[EMAIL PROTECTED]

You can be also interesting in http://www.go-mono.com/docs/ and expand
gnome libraries.

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


Re: [Mono-winforms-list] MWF Status report

2007-09-08 Thread Everaldo Canuto
Attachment.

On 9/4/07, Everaldo Canuto [EMAIL PROTECTED] wrote:
 Hi all,

 As promised, attached a OpenOffice Calc spreadsheet with details about
 MWF bug status, this week I also implemented a comparison with last
 week.

 I also would like to propose one bug hunt week on winforms, so
 instead of implement new functionalities we can use this week to fix
 bugs and try to reduce our queue. Maybe start on easy (fast) bugs.

 We have a lot of bugs assigned to people that is working now on
 Moonlight or assigned to people that is not current working on bug. So
 will be nice if we assign this bugs to [EMAIL PROTECTED] (I
 already done it with my owns).

 Theres also some bugs marked as NEEDINFO if you are creator of one
 of this bugs please give us some feedback, maybe it is already
 working.


 Thanks,
 Everaldo.



mwf-2007-09-01.ods
Description: application/vnd.oasis.opendocument.spreadsheet
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


[Mono-dev] MWF Status report

2007-09-04 Thread Everaldo Canuto
Hi all,

As promised, attached a OpenOffice Calc spreadsheet with details about
MWF bug status, this week I also implemented a comparison with last
week.

I also would like to propose one bug hunt week on winforms, so
instead of implement new functionalities we can use this week to fix
bugs and try to reduce our queue. Maybe start on easy (fast) bugs.

We have a lot of bugs assigned to people that is working now on
Moonlight or assigned to people that is not current working on bug. So
will be nice if we assign this bugs to [EMAIL PROTECTED] (I
already done it with my owns).

Theres also some bugs marked as NEEDINFO if you are creator of one
of this bugs please give us some feedback, maybe it is already
working.


Thanks,
Everaldo.


mwf-2007-09-01.ods
Description: application/vnd.oasis.opendocument.spreadsheet
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] MWF Status report

2007-09-04 Thread Everaldo Canuto
Hi all,

As promised, attached a OpenOffice Calc spreadsheet with details about
MWF bug status, this week I also implemented a comparison with last
week.

I also would like to propose one bug hunt week on winforms, so
instead of implement new functionalities we can use this week to fix
bugs and try to reduce our queue. Maybe start on easy (fast) bugs.

We have a lot of bugs assigned to people that is working now on
Moonlight or assigned to people that is not current working on bug. So
will be nice if we assign this bugs to [EMAIL PROTECTED] (I
already done it with my owns).

Theres also some bugs marked as NEEDINFO if you are creator of one
of this bugs please give us some feedback, maybe it is already
working.


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


Re: [Mono-dev] MWF Status report

2007-09-04 Thread Everaldo Canuto
Attachment.

On 9/4/07, Everaldo Canuto [EMAIL PROTECTED] wrote:
 Hi all,

 As promised, attached a OpenOffice Calc spreadsheet with details about
 MWF bug status, this week I also implemented a comparison with last
 week.

 I also would like to propose one bug hunt week on winforms, so
 instead of implement new functionalities we can use this week to fix
 bugs and try to reduce our queue. Maybe start on easy (fast) bugs.

 We have a lot of bugs assigned to people that is working now on
 Moonlight or assigned to people that is not current working on bug. So
 will be nice if we assign this bugs to [EMAIL PROTECTED] (I
 already done it with my owns).

 Theres also some bugs marked as NEEDINFO if you are creator of one
 of this bugs please give us some feedback, maybe it is already
 working.


 Thanks,
 Everaldo.



mwf-2007-09-01.ods
Description: application/vnd.oasis.opendocument.spreadsheet
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] MWF Status report

2007-09-04 Thread Everaldo Canuto
Hi,

I just add a flat version since Google docs don't show functions
properly. Next weeks I will make plain version and import on Google
docs.

You can see it here:

   http://spreadsheets0.google.com/ccc?key=pNj_nZBoo-7G0KVgtYrK-IAhl=pt_BR

Everaldo.

On 9/4/07, olivier dufour [EMAIL PROTECTED] wrote:
 Hi all,

 I have just put the document attachment.bin on google spreadsheet to allow
 people to read it easily.
 You can see it here :


 http://spreadsheets.google.com/ccc?key=pGyiJ8QsIX7CXwDRqEygnYQhl=fr
 bye,
 olivier dufour

 ___
 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] WinForms Designer Update

2007-08-29 Thread Everaldo Canuto
Hey,

I got this error when try to compile:

[EMAIL PROTECTED] cd mwf-designer/
[EMAIL PROTECTED] make
mkdir -p build
cp deps/ICSharpCode.NRefactory.dll build
gmcs -debug 
-r:System.Design,System.Windows.Forms,System.Drawing,System.Data,build/ICSharpCode.NRefactory.dll
-out:build/mwf-designer.exe src/*.cs src/*/*.cs
src/DesignTime/CodeProviderDesignerLoader.cs(43,53): error CS0246: The
type or namespace name `CodeDomDesignerLoader' could not be found. Are
you missing a using directive or an assembly reference?
src/DesignTime/CodeProviderEventBindingService.cs(41,58): error
CS0246: The type or namespace name `EventBindingService' could not be
found. Are you missing a using directive or an assembly reference?
Compilation failed: 2 error(s), 0 warnings
make: *** [all] Error 1
[EMAIL PROTECTED]


Any ideas?

Thanks,
Everaldo.


On 8/29/07, Ivan N. Zlatev [EMAIL PROTECTED] wrote:
 Today I have commited the Design-Time code in the class library. I
 have also added the mwf-designer module in trunk. Check out the wiki
 page at:

 http://mono-project.com/WinForms_Designer

 Yay!
 --
 Ivan N. Zlatev

 Web: http://www.i-nZ.net
 It's all some kind of whacked out conspiracy.
 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list

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


[Mono-winforms-list] MWF status report

2007-08-28 Thread Everaldo Canuto
Hi all,

Attached is an spreadsheet (openOfice Calc required) with details
about current  Mono WinForms bugs.

We have an total of 140 bugs. Grids, text boxes, lists and trees is
the area where we have most number of bugs, 53,57% of bugs. The
spreadsheet is from 27th august but I have plans to publish one every
week.

Everaldo.


mwf-2007-08-27.ods
Description: application/vnd.oasis.opendocument.spreadsheet
___
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list


Re: [Mono-list] Problem with preview, I'd say Ubuntu 6.06.1

2007-05-03 Thread Everaldo Canuto
Hey,

You must install libgdiplus to work with WinForms apps. You can get it
from same page where you get mono sources.

Everaldo.

On 5/3/07, Carlos Adriano Portes [EMAIL PROTECTED] wrote:
 Hi people I need help with compiling mono preview (the latest) on
 ubuntu 6.06.1, it compiles with no problem, the problem is when
 executing binaries it shows the following message:

 Unhandled Exception: System.TypeInitializationException: An exception
 was thrown by the type initializer for System.Windows.Forms.XplatUI
 --- System.TypeInitializationException: An exception was thrown by
 the type initializer for System.Drawing.GDIPlus ---
 System.DllNotFoundException: gdiplus.dll
   at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup
 (ulong,System.Drawing.GdiplusStartupInput,System.Drawing.GdiplusStartupOutput)
   at System.Drawing.GDIPlus..cctor () [0x0] --- End of inner
 exception stack trace ---

   at 0x0 unknown method
   at System.Drawing.Graphics.FromHdcInternal (IntPtr hdc) [0x0]
   at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr
 display_handle) [0x0]
   at System.Windows.Forms.XplatUIX11..ctor () [0x0]
   at System.Windows.Forms.XplatUIX11.GetInstance () [0x0]
   at System.Windows.Forms.XplatUI..cctor () [0x0] --- End of inner
 exception stack trace ---

   at 0x0 unknown method
   at System.Windows.Forms.Application.EnableVisualStyles () [0x0]
   at Teste12.Program.Main () [0x0]
 [EMAIL PROTECTED]:~$ ldconfig -p | grep libgdiplus
 libgdiplus.so.0 (libc6) = /usr/lib/libgdiplus.so.0
 libgdiplus.so (libc6) = /usr/lib/libgdiplus.so
 [EMAIL PROTECTED]:~$ sudo ldconfig -p | grep libgdiplus
 Password:
 libgdiplus.so.0 (libc6) = /usr/lib/libgdiplus.so.0
 libgdiplus.so (libc6) = /usr/lib/libgdiplus.so

 But when compiling there is no error and bellow the messages of
 ./configure --prefix=/usr

 mcs source:  $(top_srcdir)/mcs
 GC:  included
 TLS: __thread
 SIGALTSTACK: no
 Engine:  Building and using the JIT
 2.0 Alpha:   yes
 JNI support: IKVM Native
 libgdiplus:  assumed to be installed
 zlib:system zlib

 Is there something wrong?
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

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


Re: [Mono-list] Problem with preview, I'd say Ubuntu 6.06.1

2007-05-03 Thread Everaldo Canuto
Ops,

Looks like you have it :)
Strange is that it is searching for gdiplus.dll and not for
libgdiplus.so. Let me check what reasons can cause this.

Everaldo.

On 5/3/07, Everaldo Canuto [EMAIL PROTECTED] wrote:
 Hey,

 You must install libgdiplus to work with WinForms apps. You can get it
 from same page where you get mono sources.

 Everaldo.

 On 5/3/07, Carlos Adriano Portes [EMAIL PROTECTED] wrote:
  Hi people I need help with compiling mono preview (the latest) on
  ubuntu 6.06.1, it compiles with no problem, the problem is when
  executing binaries it shows the following message:
 
  Unhandled Exception: System.TypeInitializationException: An exception
  was thrown by the type initializer for System.Windows.Forms.XplatUI
  --- System.TypeInitializationException: An exception was thrown by
  the type initializer for System.Drawing.GDIPlus ---
  System.DllNotFoundException: gdiplus.dll
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup
  (ulong,System.Drawing.GdiplusStartupInput,System.Drawing.GdiplusStartupOutput)
at System.Drawing.GDIPlus..cctor () [0x0] --- End of inner
  exception stack trace ---
 
at 0x0 unknown method
at System.Drawing.Graphics.FromHdcInternal (IntPtr hdc) [0x0]
at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr
  display_handle) [0x0]
at System.Windows.Forms.XplatUIX11..ctor () [0x0]
at System.Windows.Forms.XplatUIX11.GetInstance () [0x0]
at System.Windows.Forms.XplatUI..cctor () [0x0] --- End of inner
  exception stack trace ---
 
at 0x0 unknown method
at System.Windows.Forms.Application.EnableVisualStyles () [0x0]
at Teste12.Program.Main () [0x0]
  [EMAIL PROTECTED]:~$ ldconfig -p | grep libgdiplus
  libgdiplus.so.0 (libc6) = /usr/lib/libgdiplus.so.0
  libgdiplus.so (libc6) = /usr/lib/libgdiplus.so
  [EMAIL PROTECTED]:~$ sudo ldconfig -p | grep libgdiplus
  Password:
  libgdiplus.so.0 (libc6) = /usr/lib/libgdiplus.so.0
  libgdiplus.so (libc6) = /usr/lib/libgdiplus.so
 
  But when compiling there is no error and bellow the messages of
  ./configure --prefix=/usr
 
  mcs source:  $(top_srcdir)/mcs
  GC:  included
  TLS: __thread
  SIGALTSTACK: no
  Engine:  Building and using the JIT
  2.0 Alpha:   yes
  JNI support: IKVM Native
  libgdiplus:  assumed to be installed
  zlib:system zlib
 
  Is there something wrong?
  ___
  Mono-list maillist  -  Mono-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-list
 

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


Re: [Mono-winforms-list] ContextMenu

2007-05-02 Thread Everaldo Canuto
Hi,

I had some work in Menu and ContextMenu stuff but I am not
implementing this methods right now, so patches will wellcome :-)

Everaldo.

On 5/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

  Hi
  Is anyone working on the missing
 ContexMenü.show(Control,Point,LeftRightAlignment) ?
  if not im going to implement this

  berni

  
  AOL now offers free email to everyone. Find out more about what's free from
 AOL at AOL.com.

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


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


Re: [Mono-winforms-list] PATCH Re: ContextMenu

2007-05-02 Thread Everaldo Canuto
Hi,

Commited to SVN revision 76590, I made some small changes like add the
#if NET_2_0 because MSDN says that this is only available for .NET
2.0.

Thanks for this patch.
Everaldo.

On 5/2/07, Everaldo Canuto [EMAIL PROTECTED] wrote:
 Hey,

 I will apply patch today, some small things must be change to be
 compatible with our code guidelines but it looks ok. I will also take
 care about unit tests.

 You can always submit pacthes in bugzilla, is the right place to track it.

 Thank you very much for the patch :-)

 Everaldo.

 On 5/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
   Hi
   public void Show(Control control,Point pos,LeftRightAlignment alignment)
   I've implementet and testet the method . unfortionalty im not able to write
  nunit test because of the lack of expirince in nunit and guis.
 
   It testet on Windows XP .NET 2.0 and cygwin with mono and method is like MS
  one's
 
 
 
   berni
   -Original Message-
   From: Everaldo Canuto [EMAIL PROTECTED]
   To: [EMAIL PROTECTED] [EMAIL PROTECTED]
   Cc: mono-winforms-list@lists.ximian.com
   Sent: Wed, 2 May 2007 11:29 am
   Subject: Re: [Mono-winforms-list] ContextMenu
 
 
   Hi,
 
   I had some work in Menu and ContextMenu stuff but I am not
   implementing this methods right now, so patches will wellcome :-)
 
   Everaldo.
 
   On 5/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
   
Hi
Is anyone working on the missing
ContexMenü.show(Control,Point,LeftRightAlignment) ?
if not im going to implement this
   
berni
   

AOL now offers free email to everyone. Find out more about what's free
  from
AOL at AOL.com.
   
___
Mono-winforms-list maillist -
Mono-winforms-list@lists.ximian.com
   
  http://lists.ximian.com/mailman/listinfo/mono-winforms-list
   
   
 
   
   AOL now offers free email to everyone. Find out more about what's free from
  AOL at AOL.com.
 
 
 ___
 Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-winforms-list

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


Re: [Mono-list] Bug on mono preview?

2007-05-01 Thread Everaldo Canuto
Hi,

Are you talking about WinForms app right?
Please provide a sample to show the problem because I also have an
abnt2 keyboard and it works fine for me.

Everaldo.

On 5/1/07, Carlos Adriano Portes [EMAIL PROTECTED] wrote:
 Hi friends

 The latest preview that I have compiled myself crashes any application
 when I press any key from the keyboard, even though the installation
 proceded without issues and the applications open normally, I think it
 has something to do with the brazilian abnt2 keyboard model, I now
 that this bug has been reported in the past by monoman but it is
 still not corrected, another thing is a lot of bugs in a simple mdi
 application using winforms of version 1.1, if I was to report them I
 would take too long and perhaps would not help very much, if a
 developer of mono/winforms want I would send them an application to
 show what the bugs are and how to see them happening, the application
 is very small and is a test one...


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

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


Re: [Mono-list] Bug on mono preview?

2007-05-01 Thread Everaldo Canuto
Hey,

Something must be wrong in your environment, it works fine for me, I
press keys and application still working. I detect some MDI problem
and I will make a bug report tomorrow, looks like maximized mdi child
windows theres a wrong behavior.

Can you provider your error message,when press keys?

Everaldo.

On 5/1/07, Carlos Adriano Portes [EMAIL PROTECTED] wrote:
 Ok, I am sending you a file, remove the final extension as may mail
 does not allow compressed files with executables in it, neither
 executables themselves to be sended...

 2007/5/1, Everaldo Canuto [EMAIL PROTECTED]:
  Hi,
 
  Are you talking about WinForms app right?
  Please provide a sample to show the problem because I also have an
  abnt2 keyboard and it works fine for me.
 
  Everaldo.
 
  On 5/1/07, Carlos Adriano Portes [EMAIL PROTECTED] wrote:
   Hi friends
  
   The latest preview that I have compiled myself crashes any application
   when I press any key from the keyboard, even though the installation
   proceded without issues and the applications open normally, I think it
   has something to do with the brazilian abnt2 keyboard model, I now
   that this bug has been reported in the past by monoman but it is
   still not corrected, another thing is a lot of bugs in a simple mdi
   application using winforms of version 1.1, if I was to report them I
   would take too long and perhaps would not help very much, if a
   developer of mono/winforms want I would send them an application to
   show what the bugs are and how to see them happening, the application
   is very small and is a test one...
  
  
   Thanks in advance.
   ___
   Mono-list maillist  -  Mono-list@lists.ximian.com
   http://lists.ximian.com/mailman/listinfo/mono-list
  
 


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


Re: [Mono-winforms-list] TabControl

2007-04-28 Thread Everaldo Canuto
Hi,

What parts of implementations is not implemented on our WinForms?

I cced Andreia that is currently working in TabControl.

Everaldo.

On 4/28/07, x [EMAIL PROTECTED] wrote:




 Hi,



 I want to announce that i currently work on the TabControl.cs in
 System.Windows.Forms

 I'm going to implement as much Methods mentioned in the MSDN as possible



 But I have a Question: How can I commit my changes?



 Yours

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


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


Re: [Mono-dev] Mono Runtime error using Remoting on Maemo

2007-04-25 Thread Everaldo Canuto
Hi Danilo,

We have an web app callling BugZilla that is used to report and seek
bugs, when you report is this  are a ticket is created and you can
have information about the bug by mail. You can also see who is
working to solve the problem and other things.

In this address you can have more information: http://www.mono-project.com/Bugs
Any way I will create a bug report with your attachments and add you
CC, then you will receive information about the problem.

Thanks for report,
Everaldo.


On 4/25/07, Danilo Freire [EMAIL PROTECTED] wrote:
 hi,

 I'm attaching the sample app (server and client, just the .cs files).
 When you say bugreport, there is a formal way to make it?

 First you run the server app (on N800), it will wait for a request from the
 client just fine. When the client make the request, that bug appears.

 The same bug appears, when I'm running the server on a desktop and the
 client on a N800. But now, the bug appears on the Client, and not on the
 Server. Also, the bug appears after the client sends the request. Then, I
 think that the problem is in the BinaryFormatter in Maemo. Specifically when
 it receives a message from the network, but that is just a guess.

 thanks
 []s


 On 4/25/07, Everaldo Canuto [EMAIL PROTECTED] wrote:
  Hi,
 
  Looks like an bug, can you please fill a bugreport with a sample App
  then I can take a look at it later.
 
  Everaldo.
 
  On 4/25/07, Danilo Freire [EMAIL PROTECTED]  wrote:
   Hi,
  
   I'm trying to use a simple helloworld Runtime.Remoting application
 (Client
   and Server) at a N800 device (Both applications run without problem in a
   desktop ), and the following problem appears at the server when the
 client
   tries to connect with it:
  
   Server Stack:
  
   
Nokia-N800-10:~/MonoStuff# mono RemotingServer.exe
Press the enter key to exit...
mono[8035]: GLIB ERROR ** default - file inssel.c: line 3502
   (mono_burg_emit): should not be reached
aborting...
Stacktrace:
   
  at
  
 System.Runtime.Serialization.Formatters.Binary.MessageFormatter.ReadMethodCall
  
 (System.IO.BinaryReader,bool,System.Runtime.Remoting.Messaging.HeaderHandler,System.Runtime.Serialization.Formatters.Binary.BinaryFormatter)
   0x
  at
  
 System.Runtime.Serialization.Formatters.Binary.MessageFormatter.ReadMethodCall
  
 (System.IO.BinaryReader,bool,System.Runtime.Remoting.Messaging.HeaderHandler,System.Runtime.Serialization.Formatters.Binary.BinaryFormatter)
   0x00218
   
Native stacktrace:
   
mono [0x100688]
/usr/lib/libglib- 2.0.so.0(g_logv+0x268) [0x4115b42d]
   
   
  
 =
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
   
  
 =
   
  
   and at the Client application:
  
   
Nokia-N800-10:~/MonoStuff# mono MaemoClient.exe
   
Unhandled Exception:
   System.Runtime.Remoting.RemotingException : Tcp
 transport
   error.
   
Server stack trace:
  at
  
 System.Runtime.Remoting.Channels.Tcp.TcpMessageIO.ReceiveMessageStatus
   (System.IO.Stream networkStream, System.Byte [] buffer) [0x0]
  at
  
 System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage
   (IMessage msg, ITransportHeaders requestHeaders, System.IO.Stream
   requestStream, ITransportHeaders responseHeaders, System.IO.Stream
   responseStream) [0x0]
  at
  
 System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage
   (IMessage msg) [0x0]
   
Exception rethrown at [0]:
 --- System.Runtime.Remoting.RemotingException :
   Connection closed
  at
  
 System.Runtime.Remoting.Channels.Tcp.TcpMessageIO.StreamRead
   (System.IO.Stream networkStream, System.Byte[] buffer, Int32 count)
   [0x0]
  at
  
 System.Runtime.Remoting.Channels.Tcp.TcpMessageIO.ReceiveMessageStatus
   (System.IO.Stream networkStream, System.Byte[] buffer) [0x0] --- End
 of
   inner exception stack trace ---
   
  at
  
 System.Runtime.Remoting.Channels.Tcp.TcpMessageIO.ReceiveMessageStatus
   (System.IO.Stream networkStream, System.Byte[] buffer) [0x0]
  at
  
 System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage
   (IMessage msg, ITransportHeaders requestHeaders, System.IO.Stream
   requestStream, ITransportHeaders responseHeaders, System.IO.Stream
   responseStream) [0x0]
  at
  
 System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage
   (IMessage msg) [0x0]
   
  
   The problem appears exactly when the server receives the request form
 the
   client.
  
   Is that a known bug? It appears to be a problem at Mono runtime of
 maemo.
   Any tip will be helpful.
  
   thanks anticipate
   []s
  
   --
   Danilo Freire

Re: [Mono-dev] Feedback on release notes.

2007-04-21 Thread Everaldo Canuto
Hey,

For WinForms we have also support for Balloon tips in NotifyIcons.

In vm Paolo made fixes to double type for armel.

Everaldo.

On 4/19/07, Miguel de Icaza [EMAIL PROTECTED] wrote:
 Hello,

 As usual, am working on the release notes and I need your help.

 I have been reading for hours a gigantic diff (17 megs of diff) and
 I came up with the following notes, but people probably know better what
 are the important changes.

 There are a handful of FIXMEs and there are entire sections that I
 did not document as I did not know what to highlight (winforms,
 webcontrols, system).

 The draft is:

 http://www.go-mono.com/archive/1.2.4/

 Miguel.
 ___
 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] mono on nexenta

2007-04-16 Thread Everaldo Canuto
Hey,

Maybe is better download direct in Linux, here all looks fine.

Everaldo.


On 4/16/07, Anton Andreev [EMAIL PROTECTED] wrote:

  Hi,

 I have this error while trying to compile xsp on Nexenta alpha 6.

 Makefile:339: *** missing separator.  Stop.

 I downloaded the source from svn on a windows machine, zip it and then
 send it to a Nexenta system. Could it be a problem with the lines endings?


 Anton


 ___
 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] mono on nexenta

2007-04-15 Thread Everaldo Canuto
Hey,

The xsp and mod-mono is not included in daily packages.

You must download xsp and mod-mono from Download page:

http://www.mono-project.com/Downloads

or from svn:

   svn co svn://anonsvn.mono-project.com/source/trunk/xsp
   svn co svn://anonsvn.mono-project.com/source/trunk/mod_mono

Everaldo


On 4/15/07, Anton Andreev [EMAIL PROTECTED] wrote:
 Hi,

 I downloaded the source from http://mono.ximian.com/daily.

 I did successfully compiled it on Nexenta alpha 6, but I do not see the
 ASP.NET files like xsp or mod-mono?


 Cheers,
 Anton

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

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


Re: [Mono-dev] Bugzilla bugs needing attention

2007-03-05 Thread Everaldo Canuto
Hey Rafael,

For strange reasons some provider in Sao Paulo theres DNS problems,
here I solve this using IG dns server, it also speed up some name
resolution.

put nameserver 200.225.157.104 at first line of your /etc/resolv.conf

Everaldo

On 3/5/07, Rafael Teixeira [EMAIL PROTECTED] wrote:
 Miguel, I continue to have problems like this:

 $ svn up
 ssh: mono-cvs.ximian.com: Temporary failure in name resolution
 svn: Connection closed unexpectedly
 $ ping  mono-cvs.ximian.com
 PING mono-cvs.ximian.com (130.57.169.27) 56(84) bytes of data.

 --- mono-cvs.ximian.com ping statistics ---
 4 packets transmitted, 0 received, 100% packet loss, time 2999ms


 Can you please commit those patches?

 Thanks,

 On 3/5/07, Miguel de Icaza [EMAIL PROTECTED] wrote:
  Hello,
 
 The others I'll verify the patches content and commit if no
one objects in the next few hours. That if my networking troubles with
access to Mono's SVN repository, doesn't forbid me. In that case I'll
report in this thread.
  
   It would be a good idea to also have some tests for those patches before
   committing.
 
  I read the patches, most of them do not need a test, and those that need
  have it.
 


 --
 Rafael Monoman Teixeira
 ---
 The reasonable man adapts himself to the world; the unreasonable one
 persists in trying to adapt the world to himself. Therefore all
 progress depends on the unreasonable man. George Bernard Shaw
 ___
 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-list] Mixed programming languages

2007-02-28 Thread Everaldo Canuto
Hey,

Yes. But for this you must have one solution with diferent projects
and for any project you can must use only one language.

Everaldo.

On 2/26/07, Pupeno [EMAIL PROTECTED] wrote:
 Is it possible to have a Mono project (MonoDevelop solution or whatever) with
 mixed programming languages? That is, one file in C# and another in Boo?
 --
 Pupeno [EMAIL PROTECTED] (http://pupeno.com)

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



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


Re: [Mono-winforms-list] Using arrow keys in MainMenu

2006-11-10 Thread Everaldo Canuto
Hi,

Right now I test it and works fine for me.
Can you create a bug report with a sample file, then I can run it here
and verify in which conditions keyboard navigation dont works.

Hey... I forget, what is your release number?

Everaldo.

On 11/10/06, Andrus [EMAIL PROTECTED] wrote:
  The MainMenu component supports keyboard navigation.  Do you have a
  specific case where it's not working for you?

 Arrow keys in mainmenu are ignored always in my application.
 I haven't found any case where arrow keys allow navigation in MainMenu.

 I reported it in

 http://bugzilla.ximian.com/show_bug.cgi?id=79603

 and in

 http://bugzilla.ximian.com/show_bug.cgi?id=79435

 I found that those issues still exists in 1.2RC

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

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


Re: [Mono-dev] Nokia 770

2006-09-07 Thread Everaldo Canuto
Hi Pablo,Are you using Nokia OS 2005 or 2006?Can you provide a simple test program?Everaldo.On 9/5/06, Brian Crowell 
[EMAIL PROTECTED] wrote:pablosantosluac wrote:Unhandled Exception: 
System.IO.FileNotFoundException: mscorlib.resources.What is the full stack trace? Check to see whether your code triggers theloading of these resources.--Brian___
Mono-devel-list mailing listMono-devel-list@lists.ximian.comhttp://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] Nokia 770

2006-09-05 Thread Everaldo Canuto
Hi Pablo,Are you using Nokia OS 2005 or 2006?Can you provide a simple test program?Everaldo.
pablosantosluac wrote:Unhandled Exception: System.IO.FileNotFoundException: mscorlib.resources.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-list] About Persistence Framework

2006-02-24 Thread Everaldo Canuto
Hi,

I like to use ActiveRecord, it uses NHibernate but expand it and makes
more easy map objects.

http://www.castleproject.org/index.php/ActiveRecord

Everaldo.

Em Sex, 2006-02-24 às 08:29 -0700, Tom Opgenorth escreveu:
 I've played a bit with NHibernate, and it looks promising.  I think
 once you get over the initial learning curve, things go pretty
 smoothly.  You'll probably want to look into one of the code
 generation tools (CodeSmith or MyGeneration) out there and make up
 your own templates.
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list
 

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


[Mono-winforms-list] libgdi problems with gcc 4.0.2

2006-01-09 Thread Everaldo Canuto
Hi all,

I was some problems to compila libgdiplus in my Ubuntu Dapper box with
gcc 4.0.2. This is error:

Error: symbol `_cairo_pixman_composite' is already defined


After search for problem in cairo buglist I found the bug and the patch
to fix:

   https://bugs.freedesktop.org/show_bug.cgi?id=5136


Basically the patch is only remove of 2 lines:

  -#define INT_pixman_color_to_pixel _cairo_pixman_color_to_pixel
  -#define INT_pixman_composite _cairo_pixman_composite

After this all works fine in my box :)

So... my question is: Can I apply this patch in Mono SVN?


Thanks,
Everaldo.

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


Re: [Mono-winforms-list] libgdi problems with gcc 4.0.2

2006-01-09 Thread Everaldo Canuto
Hi,

I test with gcc-3.4 and works fine.
Patch applyed.

Thanks,
Everaldo

Em Seg, 2006-01-09 às 21:18 +1100, jba escreveu:
 Will this affect those of us not using gcc 4?
 On Mon, 2006-01-09 at 02:45 -0700, Peter Dennis Bartok wrote:
  Yes, please go ahead and apply the patch.
  
  Thanks,
Peter
  
  -Original Message-
  From: Everaldo Canuto [EMAIL PROTECTED]
  To: mono-winforms-list@lists.ximian.com
  Date: Monday, 09 January, 2006 02:16
  Subject: [Mono-winforms-list] libgdi problems with gcc 4.0.2
  
  
  Hi all,
  
  I was some problems to compila libgdiplus in my Ubuntu Dapper box with
  gcc 4.0.2. This is error:
  
  Error: symbol `_cairo_pixman_composite' is already defined
  
  
  After search for problem in cairo buglist I found the bug and the patch
  to fix:
  
 https://bugs.freedesktop.org/show_bug.cgi?id=5136
  
  
  Basically the patch is only remove of 2 lines:
  
-#define INT_pixman_color_to_pixel _cairo_pixman_color_to_pixel
-#define INT_pixman_composite _cairo_pixman_composite
  
  After this all works fine in my box :)
  
  So... my question is: Can I apply this patch in Mono SVN?
  
  
  Thanks,
  Everaldo.
  
  ___
  Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-winforms-list
  
  
  ___
  Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
  http://lists.ximian.com/mailman/listinfo/mono-winforms-list
 

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


Re: [Mono-list] Mono.Data.SqliteClient always report text as DataTypeName

2005-12-29 Thread Everaldo Canuto
Hi,

I will check this, I will check next days for tickets about SqliteCLient
in BugZilla. 

Everaldo.

Em Qui, 2005-12-29 às 11:43 -0500, Miguel de Icaza escreveu:
 Hello,
 
  * Aaron Bockover:
  
   Internally in sqlite, everything is stored as a string, regardless of
   what type a column was assigned during table creation. 
  
  This used to be true for SQLite 2.  SQLite 3 does store limited type
  information.
 
 It might be nice for someone to provide a patch for this.
 
 Our SqliteClient class is currently lacking a maintainer.
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

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


[Mono-list] Mary Chirstimas!

2005-12-24 Thread Everaldo Canuto
Hi all,

I know that this is a international list and not all people have same
religion or calendar but...

Mary Christimas, a happy new year and a big success in 2006!!

Everaldo.

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


Re: [Mono-list] Widgets

2005-12-05 Thread Everaldo Canuto
Hi,

I think that you are talking about wxWidgets and it C# bindings

The URL is: http://wxnet.sourceforge.net/

Everaldo

Em Seg, 2005-12-05 às 10:42 -0500, Shawn Vose escreveu:
 Other than gtk what is the other widget set that is available for both 
 linux and windows. I think it is called wtk but I cant seem to find a 
 url that has the .net bindings. Can someone please refer me to a proper 
 link?
 
 
 Kindest Regards,
 Shawn Vose
 programmerforrent.com
 
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

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


Re: [Mono-list] Resource: how to embed a file

2005-11-16 Thread Everaldo Canuto
Hi Julien,

$ resgen source.ext [dest.ext]
or
$ resgen /compile source.ext[,dest.resources] [...]


Everaldo.


Em Ter, 2005-11-15 às 21:42 -0800, Julien Sobrier escreveu:
 Paolo Molaro wrote:
  On 11/14/05 Julien Sobrier wrote:
  
 I cannot find an easy way to embed a file as a resource file.
  
  
  $ mcs --help |grep resource
 -linkresource:FILE[,ID] Links FILE as a resource
 -resource:FILE[,ID] Embed FILE as a resource

  lupus
  
 
 Thank you.
 
 I'm actually looking how to create a .resource or .resx out of a file
 rather taht including this file in my asembly.
 
 Julien
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

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


Re: [Mono-list] Using Mono.Posix (Mono.Unix.Catalog) on Windows fails.

2005-11-16 Thread Everaldo Canuto
Hi,

Are you running under .NET or Mono? 

To make my application compatible with .NET Framework I embeded a
Catalog class on my applications and make a conditional compilation.

Everaldo.

Em Qua, 2005-11-16 às 14:46 +0100, Filip escreveu:
 Hi,
 
 My app uses Mono.Unix.Catalog and runs fine on FreeBSD, but on
 WindowsXP fails with:
 
 0FATAL F7.GtkGo.GoApp  - Exception: System.DllNotFoundException
 Message: libc.so.6
 Source: Mono.Posix
 in (wrapper managed-to-native) Mono.Unix.Catalog:bindtextdomain 
 (intptr,intptr)
 in [0x00014] (at 
 C:\cygwin\tmp\scratch\mono-1.1.10\mcs\class\Mono.Posix\Mono.Uni
 x\Catalog.cs:59) Mono.Unix.Catalog:Init (System.String package, System.String 
 lo
 caledir)
 
 I use latest mono-1.1.10 and compilation proceeds without warnings.
 
 Where I can found libc.so.6 for WindowsXP ? Has anybody an idea what is wrong 
 ?
 
 Best regards
 Filip
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

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


Re: [Mono-list] Using Mono.Posix (Mono.Unix.Catalog) on Windows fails.

2005-11-16 Thread Everaldo Canuto
Hi,

  Are you running under .NET or Mono?
 
 I compiled (on windows) the app with nant using mono-1.0 as a target
 platform, and tried to run the app under mono as well.
 
 Filip
 

You propabily have a etc/mono/config under your Mono root dir, on Linux
this file theres this line:

 dllmap dll=libintl target=libc.so.6 /

It is ok for Linux but causes problem on Windows, I dont know if you
have this line in your config, in my Mono 1.1.8 (Win32) I dont have it
but I have on my Mono 1.1.10 under Linux.

If you have this line, them remove and test agaim. Please let us know if
works.


Everaldo.



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


Re: [Mono-list] Using Mono.Posix (Mono.Unix.Catalog) on Windows fails.

2005-11-16 Thread Everaldo Canuto
Hi,

I will install and make some tests on Windows this night, later I tell
about my results.

Everaldo.

Em Qua, 2005-11-16 às 15:59 +0100, Filip escreveu:
 On 16/11/05, Everaldo Canuto [EMAIL PROTECTED] wrote:
  Hi,
 
Are you running under .NET or Mono?
  
   I compiled (on windows) the app with nant using mono-1.0 as a target
   platform, and tried to run the app under mono as well.
  
   Filip
  
 
  You propabily have a etc/mono/config under your Mono root dir, on Linux
  this file theres this line:
 
   dllmap dll=libintl target=libc.so.6 /
 
  It is ok for Linux but causes problem on Windows, I dont know if you
  have this line in your config, in my Mono 1.1.8 (Win32) I dont have it
  but I have on my Mono 1.1.10 under Linux.
 
  If you have this line, them remove and test agaim. Please let us know if
  works.
 
 I removed the line from the config and the app throws an exception:
 
 0FATAL F7.GtkGo.GoApp  - Exception: System.EntryPointNotFoundException
 Message: bind_textdomain_codeset
 Source: Mono.Posix
 in (wrapper managed-to-native) Mono.Unix.Catalog:bind_textdomain_codeset 
 (intptr
 ,intptr)
 in 0x0008d Mono.Unix.Catalog:Init (System.String package, System.String 
 locale
 dir)
 
 
 
  Everaldo.
 
 
 
 

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


Re: [Mono-list] Maemo Handheld SDK and Mono

2005-11-06 Thread Everaldo Canuto
Yes... mono support Maemo :)

If you can have a example of this see the first preview screenshots of
next release of OpenVPN Admin. OpenVPN Admin is GUI frontend to OpenVPN
writing on gtk-sharp and Mono, until version 1.1.3 we support Windows
and Linux and now we have on the way support for Nokia 770/Maemo.

Youcan see the screenshots for both versions Linux/Win/Nokia on this
page at sourceforge:
http://sourceforge.net/project/screenshots.php?group_id=133612

Unfortunatelly SourceForge dont accept more than 6 screenshots at same
time then you can see more shot at (is portuguese pages but you can see
images): http://www.simios.org/node/465

Theres are some problens in NHildon (wrapper to Maemo class) but I think
that I will submit some patched when I finish the port.

Everaldo.

Em Dom, 2005-11-06 às 12:35 -0500, Miguel de Icaza escreveu:
 Hello,
 
  The SDK is Maemo, and is open source.  However, it's C++-based.  Yech.
  On the surface it seems like getting Mono to run on it won't be so bad.
  Does that seem true?  The one trick is that they define there own set of
  UI helpers (possibly on top of GTK+), and I suppose I'd have to
  develop shims to map to those APIs from Mono.
 
 The Maemo SDK is C based.
 
 Mono already runs on the Nokia 770 (see our ARM page on the web site for
 details).
 
 Alp is working on Hildon bindings for it, see:
 
   http://maemo.ndesk.org/
 
 Miguel
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

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


Re: [Mono-list] help on Autotools

2005-11-02 Thread Everaldo Canuto
Hi,

Take a look at projects banshee, f-spot and tomboy, they makes what you
need. Get this projects sources from CVS and take a look at lib* dirs.

To get sources type this commands at terminal:

 export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/gnome
 cvs co banshee
 cvs co f-spot
 cvs co tomboy

I think that you will dont need much time to understand and all of this
three projects makes exacty what you need.

Everaldo.


Em Qua, 2005-11-02 às 19:22 +, Carlos Ble escreveu:
 Hi!
 Im studing autotools for my Mono project. I haved read the monoskel
 example from mono-project.com and bush example from Gonzalos's blog but
 is insufficient because I need to create several .dll in C# and
 Nemerle/Boo, and use them to build .exe files. I have took a look at
 autobook but is very complex and oriented to C/C++ projects and I cant
 spend more time understanding autotools than developing the project. Is
 there any other document or example in the internet?.
 Thanks
 
 
 pd- At the moment I have a very big manual Makefile that works fine 
 but Im interested in dependency checks and so on. And I think that
 autotools could be the right way to liberate the source code
 
 
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list

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


RE: [Mono-dev] C# and SWT

2005-10-20 Thread Everaldo Canuto
You are sure, if your primary target is Mac then you need other solution
as Gtk is native only for Linux users.

Maybe you can make something like iFolder (www.ifolder.com), it uses 3
diferent toolkits but business layers is same.

I use wxWidgets on past and some controls theres a ugly look, as example
Win application is not like a native Win apps and if you use some
applications writen in Linux with wxWidgets like pgadmin3 you will see
that something is bad.

Take a look at this page: http://www.mono-project.com/Gui_Toolkits
maybe can help you on decision.

Everaldo.

Em Qua, 2005-10-19 às 20:35 -0700, Elan Feingold escreveu:
  Why you dont uses Gtk#? Is a nice toolkit and run under Linux 
  and Windows (I am not sure about Mac). 
 
 I have used GTK+ in the past, and liked it, but I'm really looking to use
 native widgets this time. In my experience, Mac users demand nothing less,
 and personally I think it looks better anyway.
 
 Thanks for your reply.
 
 -elan
 
 ___
 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] C# and SWT

2005-10-19 Thread Everaldo Canuto
Hi Elan,

Why you dont uses Gtk#? Is a nice toolkit and run under Linux and
Windows (I am not sure about Mac). Some months ago I make a GUI frontend
to OpenVPN and I use GTK# and works fine on Windows and Linux.

http://www.expl0it.de/OpenVPNAdminScreenshots.html
http://www.expl0it.de/wizard.html

The source code is avaliable at SourceForge, take a look at code, maybe
can help you: http://sourceforge.net/projects/openvpnadmin


Best resgards,
Everaldo
[EMAIL PROTECTED]


Em Qua, 2005-10-19 às 20:08 -0700, Elan Feingold escreveu:
 Hi,
  
 I'm working on a C# GUI-based project, which I want to run on
 Windows/Mac/Linux, and with native widgets. It seems my only choice at the
 moment is wxWidgets + C# bindings. What I'd really like to use is SWT, the
 excellent Java GUI toolkit.
  
 Once upon a time, there was a project to port SWT to C#, but that project
 seems to have quietly died. And then there's the IKVM project, which seems
 to be able to run Eclipse (and thus SWT) under Mono's VM -- but I'm not sure
 if that means I can write C# code that uses SWT.
 
 Any ideas or thoughts?
 
 Thanks,
 
 -elan
 
 ___
 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] C++ compiler for Mono

2005-10-17 Thread Everaldo Canuto
Hi Zymmeral,

The last version of QT (qt 4) can compile in VisualStudio and generate
a .NET assemblies but this assemblies uses some system call that are not
present on Linux, have also a dependencie of some msvc libraries then
you can run on Mono.

Everaldo.


Em Sáb, 2005-10-15 às 18:12 -0700, Zymmeral escreveu:
 http://www.trolltech.com/products/qt/indepth.html
 
 The above site features an open-source C++ compiler
 (read the FAQ and it says it'll work with .NET).
 
 Possibly edit its source so it compiles to CIL?
 
 Just a thought, but I would really like to see a C++
 compiler for Mono.
 
 
   
   
 __ 
 Yahoo! Mail - PC Magazine Editors' Choice 2005 
 http://mail.yahoo.com
 ___
 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-list] Cairo tutorials

2005-04-18 Thread Everaldo Canuto
Hi Alex,

Look at MWF (Managed Windows Forms) it uses Cairo for graphics, you
found it on Mono sources mcs/class/Managed.Windows.Forms.

Everaldo.


Em Seg, 2005-04-18 s 23:55 -0400, Alex Roman escreveu:
 Hello people,
 
 
   I decided to experiment with mono and Cairo but I noticed that there
 are NO tutorials whatsoever. I do have the documentation for it, but
 it's just an API reference. It doesn't contain any examples.
 
   Does anyone have a link to some examples or can provide me with some
 examples? I would greatly appreciate it.
 
 
 
 Sincerely,
 Alex Roman.
 
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list


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


[Mono-list] Portuguese translation of Mono FAQ

2005-03-24 Thread Everaldo Canuto
Hi all,

We from Simios.org (http://www.simios.org) are finished a translation of
Mono FAQ to brazilian portuguese. All people that speak portuguese are
invited to visit simios.org.

Next step maybe is a translation of Mono Handbook.

Everado.


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


Re: [Mono-list] Re: [Mono-devel-list] Mono.Data.ProvidersFactory

2005-02-25 Thread Everaldo Canuto
Hi,

 P.S. I don't understand what exactly did you mean by a 'transparent'
 data provider 

When I say transparent I say that you use your provider without need to
know what is your end database provider. When you use ADP you write your
program exactly than you write your MySQL, MSSql, Oracle program but
your change your provider namespace to Advanced.Data.Provider and all
Sql* classes to Adp* classes... when you need to change your
application to work as examples from SqlServer to Oracle you only need
to modify your app.config.

The most adavantage is that your can write your program exacty that you
whiten on another database provider.

 and also didn't understand why somebody thinks that
 wx.net is better than gtk#? Personally I would like to see
 System.Windows.Forms implemented cross platform and possibly extended
 to have more features than MS version of it. I do like the idea that
 GUI is 99% implemented in C# (just like Swig for Java - correct me if
 I'm wrong, I'm not a Java programer). 

I like to have a lot of toolkits then you will be able to choose what is
the best for your solution. See Managed Windows Forms, it is a 100% C#
implementation of System Windows Forms and it works on Windows, Linux
and MacOS


 Also we need a god
 cross-platform debugger and an IDE with debugging support and GUI
 designer, refactoring, etc... possibly written in C# using
 System.Windows.Forms. We all now that.See NetBeans for Java, it rocks!
 Mono should be RAD platform.

I agree with you and I think that on the future we will have it...
MonoDevelop now suport debugging and Dan Winship works on designer
Stetic can be found on Mon SVN.


Everaldo.


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


[Mono-list] Re: [Mono-devel-list] Mono.Data.ProvidersFactory

2005-02-24 Thread Everaldo Canuto
Hi,

Mono.Data.ProvidersFactory is a class to help you on creation on another
data providers... basically you need to declare provider classes
interfaces an use ProvidersFactory to create your provider.

If you look to a real transparent data provider look at:
htttp://advanced-ado.sourceforge.net it works on Mono and I have plans
to rename and incorporate this provider on Mono tree classes, look at
this topic: http://lists.ximian.com/archives/public/mono-devel-
list/2005-February/010522.html


Best regards,
Everaldo.

Em Qui, 2005-02-24 s 11:45 +0100, Aleksandar Dezelin escreveu:
 I have compiled Mono/Gtk# from the lates svn sources and installed it
 in /usr/local. Now I've downloaded SqlSharpGtk, compiled it and
 installed it in /usr/local, too.
 
 There's no data providers avilable in it, becose
 Mono.Data.ProvidersFactory cannot find it's .config file. I've looked
 at the source tree and found app.config file. Could somebody tell me
 in which directory to copy it to and how to name it?
 
 Cheers,
 Aleksandar Dezelin
 


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


Re: [Mono-list] GPG Key ....

2005-02-19 Thread Everaldo Canuto
Hey,

Disable GPG check, use config like this:

[mono]
name=Fedora Linux $releasever - $basearch - Mono 1.0.6
baseurl=http://www.go-mono.com/archive/1.0.6/fedora-3-i386/
enabled=0
gpgcheck=0

[mono-devel]
name=Fedora Linux $releasever - $basearch - Mono 1.1.4
baseurl=http://www.go-mono.com/archive/1.1.4/fedora-3-i386
enabled=0
gpgcheck=0


Everaldo.

Em Dom, 2005-02-20 s 07:00 +, Paulo Aboim Pinto escreveu:
 Hello
 
 I have Fedora Core 3 and I'm trying to install with YUM. In order to
 make a good instalation i need to import the GPG Key of the repository. 
 Where can i get it ???
 
 
 tkx in advance
 
 Paulo Aboim Pinto
 Odivelas - Portugal
 
 ___
 Mono-list maillist  -  Mono-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-list


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


Re: [Mono-list] Creating a Gnome Applet with Mono

2004-12-08 Thread Everaldo Canuto
Hi Andreas,

There are two forms, using libegg# or implement all code. See this
applications in C# to look how make gnome applets:

http://www.beatniksoftware.com/tomboy/ this note application cam
implement a gnome applet and some other cool things.

http://www.atoker.com/switcher/ is a tray applet for dynamically
changing the XFree86 display mode, it uses egg#.

http://www.atoker.com/evolver/ another application that uses egg#.


Best regards,
Everaldo.


Em Qua, 2004-12-08 s 15:34 +0100, Andreas Sliwka escreveu:
 Greetings,
   I'd like to put an icon of my application into the notification
 area. How do I do that?
 
 best regards,
 
 mfg
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Re: Sqlite parameter support

2004-12-03 Thread Everaldo Canuto
Hi Ecmel,

At moment connection pooling has not implemented, 
I think... the best way to solve this problem is open
one Connection and keep it till the end of the
application but if you need to create more connections
theres no problem if you close it because Sqlite is a
local database and open connection do not require too
much time or resources.


Best regards,
Everaldo.

 --- Ecmel Ercan [EMAIL PROTECTED] escreveu: 
 Hi,
 
 Thanks for the answer. I have one more thing to
 clarify:
 
 What is the best practice for managing Sqlite
 connections? Does it support
 connection pooling?
 
 Should I open 1 connection and keep it till the end
 of the application 
 or should I open a connection when needed and close
 it as soon as possible
 and open a new one when needed again?
 
 Best regards.
 
 Ecmel
 
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
  





___ 
Yahoo! Mail - Agora com 250MB de espaço gratuito. Abra 
uma conta agora! http://br.info.mail.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Sqlite parameter support

2004-12-02 Thread Everaldo Canuto
Hi all,

I work on this on the next week! On this week is impossible because Idont have internet access at moment... I access from CyberCafe. I think that on the next week I will have internet access and work on this.

Everaldo.
Ecmel Ercan [EMAIL PROTECTED] wrote:
Hi,Are there any plans to implement (or merge the patch submitted some timeago) parameter support for the Sqlite ADO.NET provider?___Mono-list maillist - [EMAIL PROTECTED]http://lists.ximian.com/mailman/listinfo/mono-list
		Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!

Re: [Mono-list] Sqlite parameter support

2004-12-02 Thread Everaldo Canuto

Hi all,

I work on this on the next week! On this week is impossible because Idont have internet access at moment... I access from CyberCafe. I think that on the next week I will have internet access and work on this.

Everaldo.
Ecmel Ercan [EMAIL PROTECTED] wrote:
Hi,Are there any plans to implement (or merge the patch submitted some timeago) parameter support for the Sqlite ADO.NET provider?___Mono-list maillist - [EMAIL PROTECTED]http://lists.ximian.com/mailman/listinfo/mono-list__Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ 

Re: [Mono-list] Sqlite parameter support

2004-12-02 Thread Everaldo Canuto
Hi George,

 1. - Does the patch for it is already on the SVN
 tree but not yet
 implement on the stable distribution of ADO.NET for
 Mono.
Probabily on the next release.

 2. - Is there a site with the projects memebers of
 this provider?
No. I have maked the last updates on Sqlite Data
Provider because I use it. If possible a work on it
when necessary.

Cheers
Everaldo.






___ 
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! 
http://br.acesso.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] rpm spec files

2004-11-19 Thread Everaldo Canuto
Hi Martin,

Look at this link: http://www.go-mono.com/packagers/

I start a project to create Mono-packages for some
distributions that are not suported. I have create the
mono-packages for Conectiva Linux (a brazilian distro)
and now start a creation of Slackware Mono Packs.

I wainting SourceForge aproval of mono-packs to
upload the packages and spec files.

Thanks,
Everaldo Canuto
[EMAIL PROTECTED]




 --- Martin Garton [EMAIL PROTECTED]
escreveu: 
 
 Hi,
 
 Are the spec files that were used to build the mono
 rpms available
 to download anywhere?
 
 Thanks in advance.
 
 Martin.
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
  





___ 
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! 
http://br.acesso.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Re: [Gtk-sharp-list] Problem with Gnome.About

2004-10-21 Thread Everaldo Canuto
Yes. You are more direct than me. :)

Everaldo.


 --- Francis Brosnan Blázquez [EMAIL PROTECTED]
escreveu: 
 Hi Sergio,
 
 If you include images as resources you should try to
 use:
 
 Gdk.Pixbuf pixbuf = new Gdk.Pixbuf (null,
 avispa.png);
 
 Cheers.
 
 .-Francis.
 
 
 
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
  





___ 
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! 
http://br.acesso.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Installing Mono; what steps...

2004-10-18 Thread Everaldo Canuto
Hi,

Unpack this file (mono-all.zip), this zip file contain
some rpm files.
To install this RPMS type this on cosole window:

rpm -i --force *.rpm

this install all mono rpms on your distribution.


Everaldo.


 --- [EMAIL PROTECTED] escreveu: 
 Hello all,
 
 I am new to Mono so you will all be sick of me
 soon, I will be posting
 many questions I am sure ;) and here is my first. I
 installed SuSE
 Personal 9.1 on my laptop. Love it (and that is
 saying something since
 I have 0.001 years experience with Linux and 13+
 years with Windows).
 So I download the 20+ mb zip file. What do I install
 first? Are there
 install dependencies? Does it matter?
 
 Thanks
 Ralph Krausse
 
 
 ___
 Mono-list maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/mono-list
  





___ 
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! 
http://br.acesso.yahoo.com/
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] hello.cs

2004-10-11 Thread Everaldo Canuto
Line 6 has sintax error:


 public class Hello
 }

the corret is:
 public class Hello
 {

Your braces are inverted :)

Everaldo.


Amrit Kohli [EMAIL PROTECTED] wrote:





Hello,

I am new to the mono development platform. I found an article that illustrates how to write a simple “hello world” type of program in C#. However, on my system (a windows 2000 box), the simple program does not compile. Here is what the simple program looks like:

using System;

namespace HelloNameSpace
{
 public class Hello
 }
 static void Main(string[] args)
 {
 Console.WriteLine("What we think, we become.");
 }
 }
}

The compiler gives me the following error message:

syntax error, got token `CLOSE_BRACE', expecting OPEN_BRACE COLON
hello.cs(6) error CS8025: Parsing error
Compilation failed: 1 error(s), 0 warnings

I am using mono v1.0.2 for windows.

What am I missing?

Thanks,

Amrit

Amrit Kohli
[EMAIL PROTECTED]

		Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!