Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Jonathan Pobst
Yes, I think they are going to make a 2.10.4 to ship with Mono 1.9.

Jonathan


Daniel Morgan wrote:
> Will the gtk# fix that Mike Kestner did make it into
> the Mono 1.9 windows installer?
> 
> --- Jonathan Pobst <[EMAIL PROTECTED]> wrote:
> 
>> I filed this bug, which I think is the same issue:
>>
>> https://bugzilla.novell.com/show_bug.cgi?id=364881
>>
>> Jonathan
>>
>>
>> Brad Taylor wrote:
>>> Hey,
>>>
 I'm not sure if there is a bug for this or not.

 The gtk# 2.10.3 that comes with the mono 1.9.0
>> preview
 3 windows installer is broken.  In particular,
>> setting
 or getting a value from a tree model.  
>>> Weird, we at Medsphere haven't had any issues with
>> this installer when
>>> running applications that make extensive use of
>> TreeView.  Do you have a
>>> test case you can provide for this issue?
>>>
>>> Best,
>>>
>>> -Brad
>>>
>>> ___
>>> Mono-devel-list mailing list
>>> Mono-devel-list@lists.ximian.com
>>>
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>
>>
> 
> 
> 
>   
> 
> Never miss a thing.  Make Yahoo your home page. 
> http://www.yahoo.com/r/hs
> 
> 

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


Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Daniel Morgan
Will the gtk# fix that Mike Kestner did make it into
the Mono 1.9 windows installer?

--- Jonathan Pobst <[EMAIL PROTECTED]> wrote:

> I filed this bug, which I think is the same issue:
> 
> https://bugzilla.novell.com/show_bug.cgi?id=364881
> 
> Jonathan
> 
> 
> Brad Taylor wrote:
> > Hey,
> > 
> >> I'm not sure if there is a bug for this or not.
> >>
> >> The gtk# 2.10.3 that comes with the mono 1.9.0
> preview
> >> 3 windows installer is broken.  In particular,
> setting
> >> or getting a value from a tree model.  
> > 
> > Weird, we at Medsphere haven't had any issues with
> this installer when
> > running applications that make extensive use of
> TreeView.  Do you have a
> > test case you can provide for this issue?
> > 
> > Best,
> > 
> > -Brad
> > 
> > ___
> > Mono-devel-list mailing list
> > Mono-devel-list@lists.ximian.com
> >
>
http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > 
> > 
> 
> 



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Daniel Morgan
Thanks Jonathan and Mike.  The exception you see in
bug# 364881 is what I get.  I am running Vista Home
Premium 32-bit.  So, was this bug due to running gtk#
on Vista?   

I was running the samples that come with the Windows
Installer to see if they still worked.  And if they
didn't, I wanted to fix them.  Some samples do not
work  and some do.  The samples which used a tree
model failed. 

On a different topic, I need to fix SQL# For GTK#
sample to use gmcs instead of mcs because of an API
correction.  The correction was for IDbDataAdapter
Fill(DataTable, IDbReader) which only exists in .NET
fx 2.0.  

Does anyone have any hints or suggestions for building
mono and gtk# from svn on cygwin on Vista?  Cygwin
runs strangely on Vista.

--- Jonathan Pobst <[EMAIL PROTECTED]> wrote:

> I filed this bug, which I think is the same issue:
> 
> https://bugzilla.novell.com/show_bug.cgi?id=364881
> 
> Jonathan
> 
> 
> Brad Taylor wrote:
> > Hey,
> > 
> >> I'm not sure if there is a bug for this or not.
> >>
> >> The gtk# 2.10.3 that comes with the mono 1.9.0
> preview
> >> 3 windows installer is broken.  In particular,
> setting
> >> or getting a value from a tree model.  
> > 
> > Weird, we at Medsphere haven't had any issues with
> this installer when
> > running applications that make extensive use of
> TreeView.  Do you have a
> > test case you can provide for this issue?
> > 
> > Best,
> > 
> > -Brad
> > 


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

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


Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Jonathan Pobst
I filed this bug, which I think is the same issue:

https://bugzilla.novell.com/show_bug.cgi?id=364881

Jonathan


Brad Taylor wrote:
> Hey,
> 
>> I'm not sure if there is a bug for this or not.
>>
>> The gtk# 2.10.3 that comes with the mono 1.9.0 preview
>> 3 windows installer is broken.  In particular, setting
>> or getting a value from a tree model.  
> 
> Weird, we at Medsphere haven't had any issues with this installer when
> running applications that make extensive use of TreeView.  Do you have a
> test case you can provide for this issue?
> 
> Best,
> 
> -Brad
> 
> ___
> 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 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-26 Thread Brad Taylor
Hey,

> I'm not sure if there is a bug for this or not.
> 
> The gtk# 2.10.3 that comes with the mono 1.9.0 preview
> 3 windows installer is broken.  In particular, setting
> or getting a value from a tree model.  

Weird, we at Medsphere haven't had any issues with this installer when
running applications that make extensive use of TreeView.  Do you have a
test case you can provide for this issue?

Best,

-Brad

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


Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-25 Thread Mike Kestner
On Mon, 2008-02-25 at 18:41 -0800, Daniel Morgan wrote:
> I'm not sure if there is a bug for this or not.

There is not.  Please file one with specifics.

> The gtk# 2.10.3 that comes with the mono 1.9.0 preview
> 3 windows installer is broken.  In particular, setting
> or getting a value from a tree model.  
> 
> I do not have this issue in mono 1.2.6 / gtk# 2.10.2
> for windows.
> 
> If you plan on releasing mono 1.9 soon, then please
> revert to an earlier gtk# 2.10.2 please.

I doubt this would help, since there have been no reported problems with
the 2.10.3 installer for the MS runtime and it passed testing at
Medsphere.  I suspect either there is an issue on mono 1.9 or one with
the installer build.

-- 
Mike Kestner <[EMAIL PROTECTED]>

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


Re: [Mono-dev] Mono 1.9.0 Preview 3 is out - mono 1.9 pre3 / gtk# 2.10.3 not working on Win32

2008-02-25 Thread Daniel Morgan
I'm not sure if there is a bug for this or not.

The gtk# 2.10.3 that comes with the mono 1.9.0 preview
3 windows installer is broken.  In particular, setting
or getting a value from a tree model.  

I do not have this issue in mono 1.2.6 / gtk# 2.10.2
for windows.

If you plan on releasing mono 1.9 soon, then please
revert to an earlier gtk# 2.10.2 please.


--- Thomas Wiest <[EMAIL PROTECTED]> wrote:

> Hey Everyone,
> We've just released Mono 1.9.0 Preview 3 today!
> Please help us out by giving it a try with your
> applications.
> 
> As always, you can get the preview releases here:
>
http://mono.ximian.com/monobuild/preview/download-preview/
> 
> Please report any bugs that you may find using our
> Bugs page, AND reply to this thread with the bug
> numbers so we can track them!
> http://www.mono-project.com/Bugs
> 
> We recently setup a way for everyone to be able to
> see the bugs we are tracking for Mono 1.9.0 here:
>
https://bugzilla.novell.com/buglist.cgi?bug_file_loc_type=allwordssubstr&bug_file_loc=http%3A%2F%2Fwww.go-mono.com%2Farchive%2F1.9%2F&order=bugs.bug_status%20
> 
> 
> The earlier you file the bugs and reply to this
> message, the more likely your bugs will get fixed.
> 
> Special attention is given to regressions, so if you
> can tell us a version of Mono where the bug worked
> and you tag the summary of the bug with
> [Regression], then it is much more likely your bug
> will get fixed.
> 
> Please help the Mono team to make 1.9.0 the best
> release of Mono ever.
> 
> Thanks again!
> 
> Mono QA
> 
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
>
http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 



  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list