Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > WinFX General

What's the status of WPF/E

 
 
Thread Tools Display Modes
Old 11-08-2006   #1 (permalink)
Mark Berry
Guest


 

What's the status of WPF/E

Hi,

I'm interested in Windows Presentation Foundation Everywhere (WPF/E) as an
alternative to Adobe Flex development. All the information and blogs that I
can find are from back in March to May. Has anything happened since then?
What tools do I need to develop in WPF/E, where do I get the CLR runtime,
etc.?

Thanks,

Mark


Old 11-10-2006   #2 (permalink)
Michael Nemtsev
Guest


 

Re: What's the status of WPF/E

Hello Mark,

MB> I'm interested in Windows Presentation Foundation Everywhere (WPF/E)
MB> as an alternative to Adobe Flex development. All the information and
MB> blogs that I can find are from back in March to May. Has anything
MB> happened since then?

Nope, we are still awaiting first CTP version. But where - only MS knows,
but they are silent

MB> What tools do I need to develop in WPF/E,

In any XAML editor + JS editor. The idea is that u develop WPF app, embedded
WPFE component into HTML app, use JS to interact with that component.

MB> where do I get the CLR runtime, etc.?

It uses local WPF. WPF/E is just reincarnation of old "activeX".
U need the WPF on the local machine plus download WPFE addin for your browser
(IE/Firefox/Mozilla)

---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


Old 11-10-2006   #3 (permalink)
Michael Nemtsev
Guest


 

Re: What's the status of WPF/E

Hello Michael ,

mistype a little bit.
It doesnt use WPF and needn't it. It separate install.

MN> It uses local WPF. WPF/E is just reincarnation of old "activeX".
MN> U need the WPF on the local machine plus download WPFE addin for
MN> your browser
---
WBR,
Michael Nemtsev:: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


Old 11-22-2006   #4 (permalink)
Mark
Guest


 

Re: What's the status of WPF/E

Michael,

Thanks for your reply.

Yes, my understanding from the Channel 9 video was that there is (or will
be) a plug-in available so you can run WPF/E applications on Internet
Explorer, Firefox, and even Macintosh without needing the WPF to be
installed.

I think if you _do_ have WPF installed, then you can create a full-featured
"browser app" for IE, but that's no longer WPF/E.

Mark
"Michael Nemtsev" wrote:

> Hello Michael ,
>
> mistype a little bit.
> It doesnt use WPF and needn't it. It separate install.
>
> MN> It uses local WPF. WPF/E is just reincarnation of old "activeX".
> MN> U need the WPF on the local machine plus download WPFE addin for
> MN> your browser
> ---
> WBR,
> Michael Nemtsev:: blog: http://spaces.live.com/laflour
>
> "At times one remains faithful to a cause only because its opponents do not
> cease to be insipid." (c) Friedrich Nietzsche
>
>
>

Old 11-23-2006   #5 (permalink)
Michael Nemtsev
Guest


 

Re: What's the status of WPF/E

Hello Mark,

M> Yes, my understanding from the Channel 9 video was that there is (or
M> will be) a plug-in available so you can run WPF/E applications on
M> Internet Explorer, Firefox, and even Macintosh without needing the
M> WPF to be installed.

Yep, exactly. And they gonna ship the CTP to the end of this year

M> I think if you _do_ have WPF installed, then you can create a
M> full-featured "browser app" for IE, but that's no longer WPF/E.

If client *has* the WPF installed and IE is 6.* and above then the best idea
is to give user XBAP app, not the WPF/E.
Because XBAP realise about 98% of WPF features. And WPF/E probably have
less of them

M>
M> Mark
M> "Michael Nemtsev" wrote:
>> Hello Michael ,
>>
>> mistype a little bit.
>> It doesnt use WPF and needn't it. It separate install.
>> MN> It uses local WPF. WPF/E is just reincarnation of old "activeX".
>> MN> U need the WPF on the local machine plus download WPFE addin for
>> MN> your browser
>> ---
>> WBR,
>> Michael Nemtsev:: blog: http://spaces.live.com/laflour
>> "At times one remains faithful to a cause only because its opponents
>> do not cease to be insipid." (c) Friedrich Nietzsche
>>

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


Old 11-23-2006   #6 (permalink)
Shan McArthur
Guest


 

Re: What's the status of WPF/E

WPF has minimal (next to nothing) integration capabilities between the
browser and WPF application. This means that many of us have to wait for
WPF/E, which has this integration in order to use XAML in any web-based
application.

Shan

"Michael Nemtsev" <nemtsev@msn.com> wrote in message
news:1799a79b3c0ed68c8dcfa695acb4e@msnews.microsoft.com...
> Hello Mark,
>
> M> Yes, my understanding from the Channel 9 video was that there is (or
> M> will be) a plug-in available so you can run WPF/E applications on
> M> Internet Explorer, Firefox, and even Macintosh without needing the
> M> WPF to be installed.
>
> Yep, exactly. And they gonna ship the CTP to the end of this year
>
> M> I think if you _do_ have WPF installed, then you can create a
> M> full-featured "browser app" for IE, but that's no longer WPF/E.
>
> If client *has* the WPF installed and IE is 6.* and above then the best
> idea is to give user XBAP app, not the WPF/E.
> Because XBAP realise about 98% of WPF features. And WPF/E probably have
> less of them
>
> M> M> Mark
> M> "Michael Nemtsev" wrote:
>>> Hello Michael ,
>>>
>>> mistype a little bit.
>>> It doesnt use WPF and needn't it. It separate install.
>>> MN> It uses local WPF. WPF/E is just reincarnation of old "activeX".
>>> MN> U need the WPF on the local machine plus download WPFE addin for
>>> MN> your browser
>>> ---
>>> WBR,
>>> Michael Nemtsev:: blog: http://spaces.live.com/laflour
>>> "At times one remains faithful to a cause only because its opponents
>>> do not cease to be insipid." (c) Friedrich Nietzsche
>>>

> ---
> WBR,
> Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
>
> "At times one remains faithful to a cause only because its opponents do
> not cease to be insipid." (c) Friedrich Nietzsche
>
>



 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Away status Ian H Live Messenger 1 05-14-2008 10:34 PM
new status message possible? Lutz Rahe Live Messenger 4 02-06-2008 09:33 PM
about ie ssl status? lih Vista security 1 11-13-2007 05:48 PM
Re: Can't see status bar Robert Aldwinckle Vista General 0 10-31-2007 03:08 PM
Status Bar S Murder Vista file management 3 02-02-2007 11:29 PM








Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50