Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / March 2005

Tip: Looking for answers? Try searching our database.

XAML

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ioannis Vranos - 01 Mar 2005 12:00 GMT
Will XAML be mandatory in VS "Orcas"?

Signature

Ioannis Vranos

Bjoern Hoehrmann - 01 Mar 2005 12:39 GMT
* Ioannis Vranos wrote in microsoft.public.dotnet.languages.vc:
>Will XAML be mandatory in VS "Orcas"?

"Mandatory" in which way?
Signature

Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Ioannis Vranos - 01 Mar 2005 14:09 GMT
>>Will XAML be mandatory in VS "Orcas"?
>
> "Mandatory" in which way?

For example when you create a new project, a Windows Form and drag and
drop components on it, or an Avalon GUI instead of creating the
underlying code in the language of choice (C++ for example) as it is
today, to create it in XAML only.

Signature

Ioannis Vranos

Carl Daniel [VC++ MVP] - 01 Mar 2005 14:20 GMT
>>> Will XAML be mandatory in VS "Orcas"?
>>
[quoted text clipped - 4 lines]
> underlying code in the language of choice (C++ for example) as it is
> today, to create it in XAML only.

From what I've heard/seen/read, no - not at the Avalon level anyway.  I
wouldn't be surprised though if all the VS project wizards use XAML for UI
construction.

-cd
Ioannis Vranos - 01 Mar 2005 14:54 GMT
> From what I've heard/seen/read, no - not at the Avalon level anyway.  I
> wouldn't be surprised though if all the VS project wizards use XAML for UI
> construction.

I asked because at http://channel9.msdn.com/ShowPost.aspx?PostID=34528 
in the video it is shown that when he creates an Avalon project, it is
created in XAML.

Signature

Ioannis Vranos

Tomas Restrepo \(MVP\) - 01 Mar 2005 23:56 GMT
Ioannis,

> > From what I've heard/seen/read, no - not at the Avalon level anyway.  I
> > wouldn't be surprised though if all the VS project wizards use XAML for UI
[quoted text clipped - 3 lines]
> in the video it is shown that when he creates an Avalon project, it is
> created in XAML.

AFAIK (and I don't know much), Avalon and Winforms will coexist, so, that
seems about right... you'd use XAML for avalon projects (that's what is
for), and winforms if not...

Signature

Tomas Restrepo
tomasr@mvps.org

Ioannis Vranos - 02 Mar 2005 00:09 GMT
Tomas Restrepo (MVP) wrote:

> AFAIK (and I don't know much), Avalon and Winforms will coexist, so, that
> seems about right... you'd use XAML for avalon projects (that's what is
> for), and winforms if not...

As far as I know, XAML is a simple compiled .NET language suitable for
GUI stuff (and not much else).

I had heard in the past that things will be like this. We will be making
the GUI stuff (Forms, Buttons etc) with XAML and the event handlers with
another language of our choice.

Since I have not much time to learn another VB-- just to make the GUI
stuff, and would like to use C++ to do the job in the first place,
making the designer of VC++ using XAML instead of C++, I think would
just enforce yet another language upon us, without any real benefit.
David Lowndes - 02 Mar 2005 15:31 GMT
>Since I have not much time to learn another VB-- just to make the GUI
>stuff, and would like to use C++ to do the job in the first place,
>making the designer of VC++ using XAML instead of C++, I think would
>just enforce yet another language upon us, without any real benefit.

I'd expect the XAML (if there is any) to be hidden from most users -
i.e. perhaps it'll be the output of the form designer?

Dave
ben - 03 Mar 2005 11:05 GMT
XAML is much like HTML, but more sophiticated, from the surface anyway. What
I think is

1) XAML is probably the most typing-saving and straight to the point
language for UI design. You can almost visualize the screen as you look at
the code. can you visualize the screen among a dozen C++ UI classes?

2) XAML is such an easy language compare to C++ anyway

> Tomas Restrepo (MVP) wrote:
>
[quoted text clipped - 13 lines]
> making the designer of VC++ using XAML instead of C++, I think would
> just enforce yet another language upon us, without any real benefit.
Ioannis Vranos - 03 Mar 2005 15:05 GMT
> XAML is much like HTML, but more sophiticated, from the surface anyway. What
> I think is
[quoted text clipped - 4 lines]
>
> 2) XAML is such an easy language compare to C++ anyway

OK, but why should we be forced to learn it? One may be excited with
XAML, but would one like to be forced to learn any language I am excited
about?
Steve McLellan - 04 Mar 2005 16:20 GMT
>> XAML is much like HTML, but more sophiticated, from the surface anyway.
>> What
[quoted text clipped - 9 lines]
> OK, but why should we be forced to learn it? One may be excited with XAML,
> but would one like to be forced to learn any language I am excited about?

If it's the language the UI designer outputs you won't be forced to learn
it. It makes much more sense than the development team writing UI designers
that output 3 different languages, IMHO. From what I've seen, XAML looks
really simple, and like David says, most of it will presumably be hidden
from users (like the 'InitializeComponent' call which in the majority of
cases you don't need to look at - most code is written in event handlers).
You could always pass the feedback on to Microsoft though, it's probably
still a good time for them to be getting ideas from developers.

Steve
Ioannis Vranos - 04 Mar 2005 18:21 GMT
> If it's the language the UI designer outputs you won't be forced to learn
> it. It makes much more sense than the development team writing UI designers
[quoted text clipped - 4 lines]
> You could always pass the feedback on to Microsoft though, it's probably
> still a good time for them to be getting ideas from developers.

Well, many times I add some things of my own in the form definition,
some boolean, some integer, a vector may be. How will I do that in an
XML language? I will have to learn it.

And as I saw in the video, probably XAML will be used only in an Avalon
project (Window), so I guess we will be forced to learn XAML to make
animated buttons, or we will be erasing everything and use C++ manually,
which is counter-productive.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.