It
is in some strange (european ) language, but you can click and watch...
there is everything, windows, movable icons, videos, texts, even some
form of a contest
Javascript are also heavily used in the WPF/E. It's the only way to control wpf/e's object. We use DOM to control our DHTML object like as div, input, image, and use js to change the css. Now we use js to change xaml as the same of html+CSS, and use WPF/EOM like DOM to control the object.
It is also a lot of work to do in WPF/E. We just get a strong UI support from WPF/E.
The one which is I most wanted is WPF/E can support to IFRAME, so that I can use HTML parts like GOOGLE MAP in my WPF/E project.
Looking behind the scenes at some of the Javascript running this app, it seems like there's a pretty rich Windowing/Widget toolkit at play. It does not appear to be all done using ASP.NET Ajax script toolkit.
Is there another JS library in use here I also note that the MAC OSX Silverlight simulation done by c'est-la-vie also uses a similar library.
Any ideas where somebody could get up to speed on the Javascript architecture in use in these apps
This is truly WOW! we ran the demo in Firefox and I must say that this could change our development as we are stuck in the HTML/CSS/Javascript world and are committed to delivering a rich UI. The one thing missing in the demo is the lack of forms (grid) with data binding, is that a limitation of WPF/E if so it is show stopper
Well, Cest la vie, WPF/E does support IFRAMEs. Actually HTML supports them, and javascript may create and manipulate them. If IFRAMEs are inside <div> element with higher z-index, they would appear above WPF/E.
In fact, in this www.windowsvista.si site, IFRAME is used. But you should speak slovenian to find and use it. Anyway, you may open the main HTML and you will see IFRAME below WPF/E host.
But this is not the means of wpf/e has supported to IFRAME, it means the iframe can be used in DHTML and Wpf/e can used with them together, so that we can't use it in xaml, like the object as TextBlock.
If wpf/e is not support to iframe, that means we can't use the 2D or 3D effects on it
Nevertheless, this is awesome! And they even put in features that was only released yesterday.
Only feature I'm lacking here is the cool 3D tabbing through the running windows :-)
I like the fact that Windows Media Player runs WAY better than it does in a remote desktop, which makes me wonder whether remote desktop should use WPF instead...
Check this out: Vista simulated by WPF/E!
Airan
I might mention that this link is not new, although they are probably updating it as time goes on...
This was first done using the December CTP!
It definitely gives us all something to think about...
-Dave
Ben Hall &#40;UK&#41;
charles C
We use DOM to control our DHTML object like as div, input, image, and use js to change the css.
Now we use js to change xaml as the same of html+CSS, and use WPF/EOM like DOM to control the object.
It is also a lot of work to do in WPF/E. We just get a strong UI support from WPF/E.
The one which is I most wanted is WPF/E can support to IFRAME, so that I can use HTML parts like GOOGLE MAP in my WPF/E project.
boaz_b
if (elem == null) return;
if (parent == null) parent = rootCanvas;
parent.Children.Remove(elem);
parent.Children.Add(elem);
}
laqula
Looking behind the scenes at some of the Javascript running this app, it seems like there's a pretty rich Windowing/Widget toolkit at play. It does not appear to be all done using ASP.NET Ajax script toolkit.
Is there another JS library in use here I also note that the MAC OSX Silverlight simulation done by c'est-la-vie also uses a similar library.
Any ideas where somebody could get up to speed on the Javascript architecture in use in these apps
Kevgor
See you at Mix
GS80
Try this link, is the same
http://www.windowsvista.si
regards.
http://blogs.timovil.com/efrenca
chiraj
jankowiak
In fact, in this www.windowsvista.si site, IFRAME is used. But you should speak slovenian to find and use it. Anyway, you may open the main HTML and you will see IFRAME below WPF/E host.
yfradkin
emad masri
Thanks for your answer.
But this is not the means of wpf/e has supported to IFRAME, it means the iframe can be used in DHTML and Wpf/e can used with them together, so that we can't use it in xaml, like the object as TextBlock.
If wpf/e is not support to iframe, that means we can't use the 2D or 3D effects on it
Michael J Brown
Dache
It's slovenian (judging from the domain name).
Nevertheless, this is awesome! And they even put in features that was only released yesterday.
Only feature I'm lacking here is the cool 3D tabbing through the running windows :-)
I like the fact that Windows Media Player runs WAY better than it does in a remote desktop, which makes me wonder whether remote desktop should use WPF instead...
Jim Mace
Hello.
Is it true that you need a password tot watch the example ( vista link on the 1 post)
and when so, what is it
bye
John Luke