HighTechTalks DotNet Forums  

any new version for Supplemental UI Library for Visual J# ?

Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss any new version for Supplemental UI Library for Visual J# ? in the Dotnet VJSharp forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Ivan
 
Posts: n/a

Default any new version for Supplemental UI Library for Visual J# ? - 09-26-2004 , 03:40 AM






Hi all,

Is there new version for Supplemental UI Library for Visual J# ?

Thanks


Reply With Quote
  #2  
Old   
Gautam Goenka [MSFT]
 
Posts: n/a

Default Re: any new version for Supplemental UI Library for Visual J# ? - 09-30-2004 , 02:30 AM






The next release of Supplemental UI Library is along with Visual Studio 2005
(codename Whidbey). It is included in the Beta1 of Visual Studio 2005
(http://lab.msdn.microsoft.com/vs2005/) which happened on June 29.

Thanks,
Gautam
Microsoft Visual J# .NET Product Team



This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"Ivan" <ivanooi (AT) netscape (DOT) net> wrote

Quote:
Hi all,

Is there new version for Supplemental UI Library for Visual J# ?

Thanks




Reply With Quote
  #3  
Old   
knechod
 
Posts: n/a

Default Re: any new version for Supplemental UI Library for Visual J# ? - 09-30-2004 , 01:13 PM



I have the DVD (at home). Is it on there, as a separate install? Or is it
part of the standard installation?

Kevin Nechodom

"Gautam Goenka [MSFT]" wrote:

Quote:
The next release of Supplemental UI Library is along with Visual Studio 2005
(codename Whidbey). It is included in the Beta1 of Visual Studio 2005
(http://lab.msdn.microsoft.com/vs2005/) which happened on June 29.

Thanks,
Gautam
Microsoft Visual J# .NET Product Team



This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"Ivan" <ivanooi (AT) netscape (DOT) net> wrote in message
news:41567287.4080509 (AT) netscape (DOT) net...
Hi all,

Is there new version for Supplemental UI Library for Visual J# ?

Thanks





Reply With Quote
  #4  
Old   
Gautam Goenka [MSFT]
 
Posts: n/a

Default Re: any new version for Supplemental UI Library for Visual J# ? - 10-05-2004 , 11:12 PM



It should be on it. It is part of J# Redist install.

Thanks,
Gautam
Microsoft Visual J# .NET Product Team



This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"knechod" <knechod (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have the DVD (at home). Is it on there, as a separate install? Or is it
part of the standard installation?

Kevin Nechodom

"Gautam Goenka [MSFT]" wrote:

The next release of Supplemental UI Library is along with Visual Studio
2005
(codename Whidbey). It is included in the Beta1 of Visual Studio 2005
(http://lab.msdn.microsoft.com/vs2005/) which happened on June 29.

Thanks,
Gautam
Microsoft Visual J# .NET Product Team



This posting is provided "AS IS" with no warranties, and confers no
rights.
Please do not send email directly to this alias. This alias is for
newsgroup
purposes only.
"Ivan" <ivanooi (AT) netscape (DOT) net> wrote in message
news:41567287.4080509 (AT) netscape (DOT) net...
Hi all,

Is there new version for Supplemental UI Library for Visual J# ?

Thanks







Reply With Quote
  #5  
Old   
Kevin Nechodom
 
Posts: n/a

Default Re: any new version for Supplemental UI Library for Visual J# ? - 10-06-2004 , 03:21 PM



That is strange. I verified that J# Redist 2.0 was installed. But it still
chokes on:
import javax.swing.UIManager;
import javax.swing.JFrame;

saying "Cannot find class 'javax.swing.<whatever>'
I'm not a Java programmer, so I'm jumping into the deep end, but isn't that
what Swing should cover?

Kevin

"Gautam Goenka [MSFT]" wrote:

Quote:
It should be on it. It is part of J# Redist install.

Thanks,
Gautam
Microsoft Visual J# .NET Product Team


Reply With Quote
  #6  
Old   
Kevin Nechodom
 
Posts: n/a

Default Re: any new version for Supplemental UI Library for Visual J# ? - 10-06-2004 , 04:46 PM



And then, I read a bit more, where I figured out that all the installation won't do SQUAT until you reference it.
<sigh>

When I first started this, I had an 'ah-ha!' moment when I built my first (trivial) console program using JDeveloper, then fired it up unchanged under J#. It was a beautiful thing to see!

It was somewhat muted when I started using the Swing package and didn't understand References in the vjsharp world, but I'm getting better. It would be a Beautiful Thing(tm) if VS.NET could read the Swing code and use the ToolBox, but I guess that is not the Microsoft Way.

Thanks for your help!

Kevin

Quote:
Kevin Nechodom<KevinNechodom (AT) discussions (DOT) microsoft.com> 10/6/2004 1:21:03 PM
That is strange. I verified that J# Redist 2.0 was installed. But it still
chokes on:
import javax.swing.UIManager;
import javax.swing.JFrame;

saying "Cannot find class 'javax.swing.<whatever>'
I'm not a Java programmer, so I'm jumping into the deep end, but isn't that
what Swing should cover?

Kevin

"Gautam Goenka [MSFT]" wrote:

Quote:
It should be on it. It is part of J# Redist install.

Thanks,
Gautam
Microsoft Visual J# .NET Product Team


Reply With Quote
  #7  
Old   
Ivan
 
Posts: n/a

Default Re: any new version for Supplemental UI Library for Visual J# ? - 10-09-2004 , 11:59 PM



Hi Gautam,

Thanks for repply~! I nearly forgot my post, sorry about that.
Anyway, is there anyway that I can download the latest patch for
Supplemental UI Library for Visual J# instead of download the whole the
VS 2005 ?

Thanks

Gautam Goenka [MSFT] wrote:
Quote:
It should be on it. It is part of J# Redist install.

Thanks,
Gautam
Microsoft Visual J# .NET Product Team



This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"knechod" <knechod (AT) discussions (DOT) microsoft.com> wrote in message
news6EC1AAD-3F5F-4CDC-84A2-68083B79072C (AT) microsoft (DOT) com...

I have the DVD (at home). Is it on there, as a separate install? Or is it
part of the standard installation?

Kevin Nechodom

"Gautam Goenka [MSFT]" wrote:


The next release of Supplemental UI Library is along with Visual Studio
2005
(codename Whidbey). It is included in the Beta1 of Visual Studio 2005
(http://lab.msdn.microsoft.com/vs2005/) which happened on June 29.

Thanks,
Gautam
Microsoft Visual J# .NET Product Team



This posting is provided "AS IS" with no warranties, and confers no
rights.
Please do not send email directly to this alias. This alias is for
newsgroup
purposes only.
"Ivan" <ivanooi (AT) netscape (DOT) net> wrote in message
news:41567287.4080509 (AT) netscape (DOT) net...

Hi all,

Is there new version for Supplemental UI Library for Visual J# ?

Thanks








Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.