[Mono-list] Calendar widget source code ?

2006-04-12 Thread ted leslie
anyone know of a small calendar widget thats opensource in c-sharp .Net ?
i thought i remember seeing one somewhere as a sample in mono? but can't seem to
find one. I found a commercial one, and source is about a G$ :(
Just need something that renders a small calendar (stylish) for the month with 
clickable days, etc.
and I don't want to reinvent the wheel.

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


[Mono-list] Duplicate emails from list

2006-04-12 Thread Tony G
Any idea why I get two of almost every email sent to this forum?  What are
people doing differently that sometimes causes only one mail to be
generated for some posts and two mails for others?  It looks like people
have the habit of sending to mono-list@lists.ximian.com and then also CC
mono-list@lists.ximian.com and [EMAIL PROTECTED]

I've also found the need to "reply all" is very irritating, and I suspect
this is partially responsible for the above issue.  If I just "reply", mail
goes back to the person who posted a note because the mail list sets their
address as the reply-to.  If I hit "reply all" then I need to remove the
individual before sending, since they're going to get the mail from the
list anyway.  Anyone else have a problem with this?  I know some other
forums do it the same way, but what a pain.  The problem is stupid forum
software that no one wants to change, nothing more or less.

Thanks.

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


[Mono-list] Audio file access

2006-04-12 Thread Aaron Oxford
Hi all.

Can anyone point me towards a half-decent, object-oriented, open-source audio 
file API, preferably
for C#? A binding to some reasonably well-maintained library would be fine, OO 
code that I can
modify and into the project would be better. At a minimum, I want PCM WAV 
support - any support
for compressed or u-Law type formats is a bonus at this stage (although if it's 
just uncompressed
WAV files I can read those myself).

Micro$oft just can't understand that some people want to access the contents of 
the file, not just
play it using DirectX or Windows Media. :-( Its just crazy that .NET can load 
and play AVI files
on screen with seeking controls etc. using three lines of code, but doesn't 
give the programmer
access to the streams or any functionality lower than this (in Windows Media 
for instance, you
cannot even get a stream length). Why do programming languages always provide 
high-level
functionality that is special purpose and not backed up by the lower level 
stuff you sometimes
(always) need?

Anyway I'll quit bitching into your inboxes. Thanks in advance for any help.

-- 
Aaron Oxford
Partner, Innovative Computer Solutions
Developer, SourceForge project 'Violet Composer'


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


Re: [Mono-list] Calendar widget source code ?

2006-04-12 Thread rus
If it's asp.net then try System.Web.UI.WebControls.Calendar
Don't know about SWF or Gtk# though

On Tue, 2006-04-11 at 19:26 -0400, ted leslie wrote:
> anyone know of a small calendar widget thats opensource in c-sharp .Net ?
> i thought i remember seeing one somewhere as a sample in mono? but can't seem 
> to
> find one. I found a commercial one, and source is about a G$ :(
> Just need something that renders a small calendar (stylish) for the month 
> with clickable days, etc.
> and I don't want to reinvent the wheel.
> 
> -tl
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
-- 
 ''~``
( o o )
+--.oooO--(_)--Oooo.--+
| [EMAIL PROTECTED] FORGECOM |
| RUS,   .oooO   WEB APPLICATIONS |
| WEB DEVELOPER  (   )   Oooo. WWW.FORGECOM.CO.UK |
+-\ ((   )+
   \_)) /
 (_/


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


Re: [Mono-list] Duplicate emails from list

2006-04-12 Thread Kornél Pál

Hi,

If you go to the preferences of the list, you can set whether you want to 
receive your own posts or mails you are in CC or TO.


Personally I would prefer the option when Reply-To is the list but Miguel 
said that other people like the current setting. So I always use Reply All 
to target the list. (Sometimes the lists are slow so it may be preferable if 
you receive faster the messages that were sent directly to you.)


When a message is sent to more than one list you will receive the same 
message (with different subject) from all the lists the message was sent to.


Kornél

- Original Message - 
From: "Tony G" <[EMAIL PROTECTED]>

To: 
Sent: Wednesday, April 12, 2006 4:07 AM
Subject: [Mono-list] Duplicate emails from list



Any idea why I get two of almost every email sent to this forum?  What are
people doing differently that sometimes causes only one mail to be
generated for some posts and two mails for others?  It looks like people
have the habit of sending to mono-list@lists.ximian.com and then also CC
mono-list@lists.ximian.com and [EMAIL PROTECTED]

I've also found the need to "reply all" is very irritating, and I suspect
this is partially responsible for the above issue.  If I just "reply", 
mail

goes back to the person who posted a note because the mail list sets their
address as the reply-to.  If I hit "reply all" then I need to remove the
individual before sending, since they're going to get the mail from the
list anyway.  Anyone else have a problem with this?  I know some other
forums do it the same way, but what a pain.  The problem is stupid forum
software that no one wants to change, nothing more or less.

Thanks.


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


Re: [Mono-list] Duplicate emails from list

2006-04-12 Thread Jonathan Pryor
On Tue, 2006-04-11 at 19:07 -0700, Tony G wrote:
> I've also found the need to "reply all" is very irritating, and I suspect
> this is partially responsible for the above issue.  If I just "reply", mail
> goes back to the person who posted a note because the mail list sets their
> address as the reply-to.  If I hit "reply all" then I need to remove the
> individual before sending, since they're going to get the mail from the
> list anyway.  Anyone else have a problem with this?  I know some other
> forums do it the same way, but what a pain.  The problem is stupid forum
> software that no one wants to change, nothing more or less.

It's not "stupid forum software that no one wants to change," it's a
perfectly reasonable difference of opinion:

http://www.unicom.com/pw/reply-to-harmful.html

I'd prefer that the Reply-To field not be munged, as is currently the
case.

 - Jon


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


[Mono-list] Re: Duplicate emails from list

2006-04-12 Thread Robert Jordan

Tony G wrote:

Any idea why I get two of almost every email sent to this forum?  What are
people doing differently that sometimes causes only one mail to be
generated for some posts and two mails for others?  It looks like people
have the habit of sending to mono-list@lists.ximian.com and then also CC
mono-list@lists.ximian.com and [EMAIL PROTECTED]


Check whether you've been subscribed multiple times.



I've also found the need to "reply all" is very irritating, and I suspect
this is partially responsible for the above issue.  If I just "reply", mail
goes back to the person who posted a note because the mail list sets their
address as the reply-to.  If I hit "reply all" then I need to remove the
individual before sending, since they're going to get the mail from the
list anyway.  Anyone else have a problem with this?  I know some other
forums do it the same way, but what a pain.  The problem is stupid forum
software that no one wants to change, nothing more or less.


It's really hard to let your last sentence uncommented ... Try
next time to be more polite.

This is a *mailing list*. It's common sense to configure it this way,
so try to cope with it. If you cannot, get a MUA that support
"Reply to list".

Robert

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


Re: [Mono-list] Duplicate emails from list

2006-04-12 Thread Andreas Färber
Tony G schrieb:
> Any idea why I get two of almost every email sent to this forum?
I guess you would notice if you had signed up twice... ;-)
> What are
> people doing differently that sometimes causes only one mail to be
> generated for some posts and two mails for others?  It looks like people
> have the habit of sending to mono-list@lists.ximian.com and then also CC
> mono-list@lists.ximian.com and [EMAIL PROTECTED]
>
> I've also found the need to "reply all" is very irritating, and I suspect
> this is partially responsible for the above issue.  If I just "reply", mail
> goes back to the person who posted a note because the mail list sets their
> address as the reply-to.  If I hit "reply all" then I need to remove the
> individual before sending, since they're going to get the mail from the
> list anyway.  Anyone else have a problem with this?  I know some other
> forums do it the same way, but what a pain.  The problem is stupid forum
> software that no one wants to change, nothing more or less.
>   

I agree that the Reply-to should be configured to the list address.
However I find it very handy getting a personal copy ("reply all")
because sometimes there are hours of difference (in the past even days!)
between getting a list email and a direct email (with the direct one
being much quicker I should add).

Some new to the list have been impatient in sending their message up to
five times with no information added, just not having got a response to
their original message at that time.

Maybe you can be more specific about what emails you get twice? Have you
checked the status of the "Avoid duplicate copies of messages" option
for your subscription?

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


Re: [Mono-list] Calendar widget source code ?

2006-04-12 Thread Tom Opgenorth
On 4/11/06, ted leslie <[EMAIL PROTECTED]> wrote:
> anyone know of a small calendar widget thats opensource in c-sharp .Net ?

Is the System.Windows.Forms.MonthCalendar (or
System.Web.UI.WebControls.Calendar) not implemented in Mono?  Could
you not use those, subclassing as necessary?  I know for an ASP.NET 2
app I had little trouble subclassing
System.Web.UI.WebControls.Calendar to do what I needed.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Calendar widget source code ?

2006-04-12 Thread Abe Gillespie
Would a javascript implementation work for you?  This one's pretty cool:

http://www.mattkruse.com/javascript/calendarpopup/

-Abe

On 4/11/06, ted leslie <[EMAIL PROTECTED]> wrote:
> anyone know of a small calendar widget thats opensource in c-sharp .Net ?
> i thought i remember seeing one somewhere as a sample in mono? but can't seem 
> to
> find one. I found a commercial one, and source is about a G$ :(
> Just need something that renders a small calendar (stylish) for the month 
> with clickable days, etc.
> and I don't want to reinvent the wheel.
>
> -tl
> ___
> 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] Duplicate emails from list

2006-04-12 Thread Dick Porter
On Tue, 2006-04-11 at 19:07 -0700, Tony G wrote:
> I've also found the need to "reply all" is very irritating, and I suspect
> this is partially responsible for the above issue.  If I just "reply", mail
> goes back to the person who posted a note because the mail list sets their
> address as the reply-to.  If I hit "reply all" then I need to remove the
> individual before sending, since they're going to get the mail from the
> list anyway.  Anyone else have a problem with this?  I know some other
> forums do it the same way, but what a pain.

We've explained before why we don't set reply-to to the list.


>   The problem is stupid forum
> software that no one wants to change, nothing more or less.

Or stupid MUAs that still don't have "Reply to List".

- Dick



signature.asc
Description: This is a digitally signed message part
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Calendar widget source code ?

2006-04-12 Thread Adam Tauno Williams
On Wed, 2006-04-12 at 11:16 +0100, rus wrote:
> If it's asp.net then try System.Web.UI.WebControls.Calendar
> Don't know about SWF or Gtk# though

Gtk# provides a rather nice calendar widget,  but I think it just
'imports' it from the Gtk libraries.


signature.asc
Description: This is a digitally signed message part
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Calendar widget source code ?

2006-04-12 Thread Abe Gillespie
Silly me ... yeah, for some reason I was assuming web stuff.  Sorry about that.

-Abe

On 4/12/06, rus <[EMAIL PROTECTED]> wrote:
> If it's asp.net then try System.Web.UI.WebControls.Calendar
> Don't know about SWF or Gtk# though
>
> On Tue, 2006-04-11 at 19:26 -0400, ted leslie wrote:
> > anyone know of a small calendar widget thats opensource in c-sharp .Net ?
> > i thought i remember seeing one somewhere as a sample in mono? but can't 
> > seem to
> > find one. I found a commercial one, and source is about a G$ :(
> > Just need something that renders a small calendar (stylish) for the month 
> > with clickable days, etc.
> > and I don't want to reinvent the wheel.
> >
> > -tl
> > ___
> > Mono-list maillist  -  Mono-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> --
>  ''~``
> ( o o )
> +--.oooO--(_)--Oooo.--+
> | [EMAIL PROTECTED] FORGECOM |
> | RUS,   .oooO   WEB APPLICATIONS |
> | WEB DEVELOPER  (   )   Oooo. WWW.FORGECOM.CO.UK |
> +-\ ((   )+
>\_)) /
>  (_/
>
>
> ___
> 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] Audio file access

2006-04-12 Thread Miguel de Icaza
Hello,

> Can anyone point me towards a half-decent, object-oriented, open-source audio 
> file API, preferably
> for C#? A binding to some reasonably well-maintained library would be fine, 
> OO code that I can
> modify and into the project would be better. At a minimum, I want PCM WAV 
> support - any support
> for compressed or u-Law type formats is a bonus at this stage (although if 
> it's just uncompressed
> WAV files I can read those myself).

Tao has bindings for SDL, a pretty complete framework that include cross
platform audio support.

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


Re: [Mono-list] Calendar widget source code ?

2006-04-12 Thread Abe Gillespie
I just recently went through subclassing the ASP.NET calendar control
on Windows (last week in fact).  It's definitely a little painful and
I'm not sure I could do it w/o the wizard in VS.NET.

I wouldn't know where to begin in Mono.

-Abe

On 4/12/06, Tom Opgenorth <[EMAIL PROTECTED]> wrote:
> On 4/11/06, ted leslie <[EMAIL PROTECTED]> wrote:
> > anyone know of a small calendar widget thats opensource in c-sharp .Net ?
>
> Is the System.Windows.Forms.MonthCalendar (or
> System.Web.UI.WebControls.Calendar) not implemented in Mono?  Could
> you not use those, subclassing as necessary?  I know for an ASP.NET 2
> app I had little trouble subclassing
> System.Web.UI.WebControls.Calendar to do what I needed.
> ___
> 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] Assertion failed on mono_class_setup_vtable_general

2006-04-12 Thread Celso Pinto
Hi everyone,

I've sent this email before to the mono-devel-list but I think that that 
mailing-list wasn't the appropriate place to ask these kinds of questions. 
Sorry for cross-posting.



I'm developing a Gnome application with Mono and this application has
three components: one common library, a server that publishes a DBus
interface and a management GUI that talks to the server through DBus.

The problem I'm having is that I cannot run the server and the
management GUI at the same time or else I'll get this error:

$ mono gshare-manager.exe

** ERROR **: file class.c: line 1992 (mono_class_setup_vtable_general):
assertion failed: (decl->slot != -1)
aborting...
Aborted

If I start the GUI and later start the server (the GUI displays an error
dialog in case it can't contact the server, and hangs in there while
waiting for me to dismiss it so I'm able to start the server) I get the
same error.

I can't understand what I'm doing wrong so any insight you may have is
deeply appreciated.

If it helps, I can push the code to my public darcs repository so that
you can use the exact same code to reproduce the problem. Just let me
know if you want that.

The Mono version I'm running is:

$ mono --version
Mono JIT compiler version 1.1.13.6, (C) 2002-2005 Novell, Inc and
Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV : normal


Cheers,
Celso

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


Re: [Mono-list] Mono 1.1.14 and Indy.Sockets

2006-04-12 Thread matt
On Monday 10 April 2006 14:47, Paolo Molaro wrote:
> On 04/07/06 matt wrote:
> > For my project I use the Indy.Sockets opensource library that used to
> > work well with mono 1.1.12 and 1.1.13.
> > Now I get:
> >
> > Invalid IL code in Indy.Sockets.Thread:.ctor (bool,bool,string): IL_0017:
> > stloc.0
>
> This should be fixed in svn.
> Thanks for the report.
>
> lupus


Wow!  I thought it would be an obscure and complicated problem about which 
nobody was interested, and you come and say "should be fixed"
Impressive :-)
Many thanks. I'm going to grab mono from SVN and test it.

Matt


PS:sorry fo having polluted an existing thread.

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


Re: [Mono-list] Garbage collection and memory usage

2006-04-12 Thread Gavin Hamill
On Sun, 9 Apr 2006 21:26:37 +0100
Gavin Hamill <[EMAIL PROTECTED]> wrote:

Hi again.. any chance of getting the info I requested in this mail from
a few days ago? 

I'd love to help get this bug nailed, but I'm not a coder so need
hand-holding through scary things like gdb :)

> On Sat, 08 Apr 2006 12:56:27 -0400
> Miguel de Icaza <[EMAIL PROTECTED]> wrote:
> 
> > Hello,
> >
> > You attach to the running mono process when it hangs, this will be
> > the one that looks like:
> > 
> > mono mod-mono-server.exe
> 
> OK that's great :) Even after reading this thread, could you do a 'gdb
> 101'? This is so that when the admin site next fails I'm not fumbling
> through pages of docs whilst people around me are panicing that
> everything is broken :)
> 
> I'm using mono 1.1.14 on the admin site machine, with the "handle
> SIGXCPU SIG33 SIGPWR nostop noprint" and "mono_backtrace" macro
> in /root/.gdbinit. The admin site runs on x86_64 so I haven't included
> define mono_stack since it's marked as only tested on x86.
> 
> The symptoms for when the admin site fails are that Apache returns
> 'Server Temporarily Unavailable' after a few moments for each aspx
> request.
> 
> So, next time it happens, I'll fire up "gdb --pid=12345" and be
> presented with the (gdb) prompt ... from here, what do I type to
> provide the most useful information?
> 
> > One thing that might help (on private email if you have to) is to
> > describe what kind of things your application is doing: what
> > database provider, whether you can run pieces of the application
> > from the command line (no web version).
> 
> We're using Npgsql.dll - not the latest version I confess - in fact
> we've been using the same dll for months - just stuck it in the 'bin'
> directory along with all the other dll's we're using or have written
> as part of our own application.
> 
> That said, no problems have been experienced with it on Windows :)
> 
> Running the admin site under xsp is an interesting idea, since I'm not
> doing anything exotic with mod_rewrite (like I have to for the public
> site), however I'd need to reboot the machine to UP mode to use heap
> buddy, and I don't want to do that when the machine is far away :)
> Will using XSP bring any other debugging benefits than mod_mono ?
> 
> Cheers,
> Gavin.
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 

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


[Mono-list] FAILED building mono 1.1.14 (RH Linux)

2006-04-12 Thread savatar

I tried to build mono 1.1.14 from source.

It failed with this error:

/bin/sh ../../libtool --tag=CC --mode=link gcc -I../.. -I../../libgc/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -pthread
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -g -O2
-fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes
-Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings  
-o mono  -export-dynamic -Wl,-version-script=./ldscript.mono main.o
libmono-static.la -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0  
-Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -ldl -lglib-2.0   -lm 
-lnsl -lpthread -lm -lrt
gcc -I../.. -I../../libgc/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -pthread -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -g -O2 -fno-strict-aliasing -g -Wall
-Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
-Wcast-align -Wwrite-strings -o mono -Wl,-version-script=./ldscript.mono
main.o -pthread -Wl,--export-dynamic -Wl,--export-dynamic 
./.libs/libmono-static.a -L/usr/local/lib /usr/local/lib/libgthread-2.0.so
/usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libglib-2.0.so -lnsl
-lpthread -lm -lrt
/usr/bin/ld:./ldscript.mono:1: parse error in VERSION script
collect2: ld returned 1 exit status
make[4]: *** [mono] Error 1
make[4]: Leaving directory `/home/jrenton/mono/mono-1.1.14/mono/mini'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/jrenton/mono/mono-1.1.14/mono/mini'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jrenton/mono/mono-1.1.14/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jrenton/mono/mono-1.1.14'
make: *** [all] Error 2
[EMAIL PROTECTED] mono-1.1.14]$

Any suggestions?

-James.

--
View this message in context: 
http://www.nabble.com/FAILED-building-mono-1.1.14-%28RH-Linux%29-t1440508.html#a3889724
Sent from the Mono - General forum at Nabble.com.

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


RE: [Mono-list] Re: Duplicate emails from list

2006-04-12 Thread Tony G
Thank you for the comments/suggestions.  In response to some:
- I'm certainly not subscribed twice, the headers in mail dupes are exactly
the same.
- Note again that mail being sent to the list by some people has both a TO
and a CC to the list, so the list is getting mail dupes.  This might
explain why the list is simply echoing dupes, but I'd think Message-ID
header would be different from subscriber to list, or list to public, so I
suspect something else is going on.
- Regarding my reference to "stupid forum software".  I apologize if that
ruffles some feathers, but my use of the word "stupid" wasn't flippant or
in anger and was not intended to be impolite.  (I'm very aware of the
concept of netiquette but I also think people need to avoid being overly
sensitive to benign words.)  I meant forum/list software which is
"unintelligent or non-intuitive" in the way it's processing data - I wasn't
insulting the software or its authors.  I've seen many situations where
groups using OSS mail list processors would have the entire membership
change the way they process email (reply-all vs reply), rather than change
the code to do something logical (setting the Reply-To in a more
intelligent manner): I don't reply-all when I'm responding to an individual
so I see no practical reason to reply-all just because I'm responding to a
list agent.  Blaming this on an MUA is silly (probably another inflamatory
word, sheesh), an MUA shouldn't process mail differently based on who is
sending it any more than the user behind an MUA should have to know the
secret handshake for how the list software expects to get responses.  We
should be the master of our tools, not conform to the limitations of the
software we choose.  I'm very surprised that people involved so heavily in
OSS (this forum and many others) so easily accept anomalies like this as
being normal.

All that said. I will follow the link provided on the topic of Reply-All
and go over prior forum postings on the topic.  I will follow the accepted
protocol and won't interrupt the group on this specific topic again.

Because other people are not getting dupes like I am, I'm having a look at
my own mail services.  I started my inquiry with this list since this is
the only list that I'm getting dupes from.

Thanks for your responses.


Robert Jordan robertj-at-gmx.net wrote:
> Tony G wrote:
>> Any idea why I get two of almost every email sent to this forum? 
>> What are people doing differently that sometimes causes only one
>> mail to be generated for some posts and two mails for others?  It
>> looks like people have the habit of sending to
>> mono-list@lists.ximian.com and then also CC
>> mono-list@lists.ximian.com and [EMAIL PROTECTED] 
> 
> Check whether you've been subscribed multiple times.
> 
>> 
>> I've also found the need to "reply all" is very irritating, and I
>> suspect this is partially responsible for the above issue.  If I
>> just "reply", mail goes back to the person who posted a note because
>> the mail list sets their address as the reply-to.  If I hit "reply
>> all" then I need to remove the individual before sending, since
>> they're going to get the mail from the list anyway.  Anyone else
>> have a problem with this?  I know some other forums do it the same
>> way, but what a pain.  The problem is stupid forum software that no
>> one wants to change, nothing more or less. 
> 
> It's really hard to let your last sentence uncommented ... Try
> next time to be more polite.
> 
> This is a *mailing list*. It's common sense to configure it this way,
> so try to cope with it. If you cannot, get a MUA that support
> "Reply to list".
> 
> Robert



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


[Mono-list] Mono 1.1.14Build 1 on Windows crashes on simple winform test..

2006-04-12 Thread [EMAIL PROTECTED]
Hi All,I just tried to run a simple VB.NET 1.1 winform on Mono
1.1.14Build1 and got the following crash (see below).The reason for this simple test was to
see if Mono leaked memory like MS .NET 1.1.If you run this on Windows, click the button
over and over and over again..And watch memory. It grows in memory... The test was to see
if Mono did the same, but it crashed before I could check.So a couple of questions..
1) Why is it crashing on Mono 2) Is this a Memory Leak ? or Incorrect coding for Simple
Threading ? ThanksAndrew
Mono version 1.1.14 Build 1Prepending 'C:\PROGRA~1\MONO-1~1.14\bin' to
PATHC:\Documents and Settings\andrew> E:\>mono -v MemoryLeak.exeMethod (wrapper
runtime-invoke) System.Object:runtime_invoke_void_string (object,intptr,intptr,intptr) emitted at
00FE1380 to 00FE1417 (code length 151) [MemoryLeak.exe]Method System.OutOfMemoryException:.ctor
(string) emitted at 00FE1418 to 00FE143B (code length 35) [MemoryLeak.exe]Method
System.SystemException:.ctor (string) emitted at 00FE1460 to 00FE1483 (code length 35)
[MemoryLeak.exe]Method System.Exception:.ctor (string) emitted at 00FE1498 to 00FE14B0 (code
length 24) [MemoryLeak.exe]Method System.Exception:set_HResult (int) emitted at 00FE14B8 to
00FE14C6 (codelength 14) [MemoryLeak.exe]Method System.NullReferenceException:.ctor (string)
emitted at 00FE14C8 to 00FE14EB (code length 35) [MemoryLeak.exe]Method
System.StackOverflowException:.ctor (string) emitted at 00FE14F0 to 00FE1503 (code length 19)
[MemoryLeak.exe]===CODE
===Imports
System.ThreadingPublic Class Form1    Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "    Public Sub
New()    MyBase.New()
    'This call is required by the Windows Form Designer.
    InitializeComponent()    'Add
any initialization after the InitializeComponent() call    End Sub
    'Form overrides dispose to clean up the component list.   
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
    If disposing Then 
   If Not (components Is Nothing) Then   
 components.Dispose()
    End If   
End If    MyBase.Dispose(disposing)   
 End Sub    'Required by the Windows Form Designer   
Private components As System.ComponentModel.IContainer    'NOTE: The
following procedure is required by the Windows Form Designer    'It can be
modified using the Windows Form Designer.      'Do not modify it using the
code editor.    Friend WithEvents Button1 As System.Windows.Forms.Button
     Private Sub
InitializeComponent()    Me.Button1 = New
System.Windows.Forms.Button    Me.SuspendLayout()
    '   
'Button1    '  
  Me.Button1.Location = New System.Drawing.Point(120, 88) 
   Me.Button1.Name = "Button1"   
Me.Button1.TabIndex = 0    Me.Button1.Text = "Button1"
    '   
'Form1    '   
 Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)  
  Me.ClientSize = New System.Drawing.Size(292, 273)  
  Me.Controls.Add(Me.Button1)    Me.Name = "Form1"
    Me.Text = "Form1" 
   Me.ResumeLayout(False)    End Sub#End Region
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click    Dim newThread
As Thread    newThread = New Thread(AddressOf
newThreadFunction)    newThread.IsBackground = True
    newThread.Start()    End Sub
    Public Sub newThreadFunction()   
'do nothing    End SubEnd Class==
=

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