|
Hi.I have a ItemControl and i set ItemPanel Property to Horizontal StackPanel and I Bound it to ObservableCollection of Icons.Now I Wanna user be able to remove icons with drag drop them to out of ItemControl and also can change items positions with each other by drag and Drop.
(Look likes MacOSX DocBar).Can i do this with above controls ,if yes,please tell me how.if not,i appreciate to tell me i should use which controls and how
Thanks In Advance.
|
|
|
|
|
I have a ItemsControl in ScrollViewer and I set ItemsPanel of my ItemsControl to Horizontal StackPanel and i bound it to ObservableCollection of userControls .Now I wanna when user click on icons of open UserControls in my ItemsControl ,automatically scrollviwer 's offset change to show icon clicked UserControl .( I have a Icon for my each usercontrols )
And Also when user open new UserControl ,i wanna my ItemsControl automatically show it ( now when i open a new usercontrol i should scroll my ItemControl to reach it),
can i do this with above controls ,if yes,please tell me how.If not,i appreciate to tell me I should use which controls and how.
Regard.
modified 13-Sep-12 18:44pm.
|
|
|
|
|
I have read many articles but failed to understand that winRT is based on Win32 Platform or Managed Framework Platform or a alternate to MFC.
Regards,
Vishal
|
|
|
|
|
When I Google "what is winRT", the first link is to Wikipedia[^]. I think that page explains the basics in a nice and clear way.
Soren Madsen
|
|
|
|
|
Just learning experimenting with WinRT..
I can see you can mix and match C++ and C# WinRT component, they feel like being in the "same realm"..
But how do I mix with Javascript/HTML component?
Say I have a normal DirectX C++ WinRT app, with some AI in C# and I want to show some information text panel with lots of interactive rich text, a job for Javascript.
How do I show the Javascript/HTML in my XAML app?
Further, ideally, I'd like to use some of my 'business data' to customize the text / HTML, any sample?
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.
|
|
|
|
|
Super Lloyd wrote: Say I have a normal DirectX C++ WinRT app, with some AI in C# and I want to show some information text panel with lots of interactive rich text, a job for Javascript.
How do I show the Javascript/HTML in my XAML app?
I have not tried this. I think you could style a WebView to resemble the rest of your application. Then arrange the html, css and javascript to present the data.
Hope this helps!
If you found a different workaround, I would love to hear about it.
Frazzle the name say's it all
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
John F. Woods
|
|
|
|
|
It was mostly a theorical question... I gave up on it (or haven't reached the stage where it is useful yet! ^^)
Using Webviews and the appx protocol I was able to serve HTML/js files from inside my app, but not use C++/Cx class in those js files.. :/
|
|
|
|
|
Hope this is useful: "How to Use Chrome as Your Metro Browser in Windows 8 Release Preview"[^]. Article dated July 23, 2012.
best, Bill
"Everything we call real is made of things that cannot be regarded as real." Niels Bohr
|
|
|
|
|
Any browser works excellent on Windows 8. Desktop Version of course.
Regards.
Christian Amado
MCITP | MCTS | MOS | MTA
Olimpia ☆ ★★★
Please mark as answer, if it helps.
|
|
|
|
|
Ashish G. of MS wrote: "As the flash is integrated with Internet Explorer 10 and does not comes as plug-in, it should work on both – Desktop and Metro version of Internet Explorer."[^].
As example of the confusion: Tim Anderson's blog writing about an interview with Scott Guthrie[^]. Do note the wild diversity, and contradictions, in the various readers' comments.
One wonders if integrating Flash is, on a primary level, an anti-iPad/Apple geo-political move; but one might ask: why not SilverLight; unless one claims, as some responders to the article above do, that WinRT + XAML is "SilverLight 6."
IE10 on Metro and WinRT supposed to be the "no plug-in" browser, so MS emphasized in various public statements, so I thought.
I remain confused about whether on ARM hardware in Win8, other browsers, other than IE10 will be usable.
All attempts at un-confusing me are appreciated
thanks, Bill
The glyphs you are reading now: are place-holders signifying the total absence of a signature.
|
|
|
|
|
IE10 for Desktop suffers no changes. You can have any plug-in on it!.
In Metro you cannot install any plugin. It's not supported. So, the IE10 for metro have silverlight & flash plugins built-in. For security or compatibility reason may be.
Good point of view from you =)
Regards.
Christian Amado
MCITP | MCTS | MOS | MTA
Olimpia ☆ ★★★
Please mark as answer, if it helps.
|
|
|
|
|
Hi everyone
I try to build a simple windows 8 Metro Style application in JS or C# , I wonder if I can select a picture from an images gallery and put it as wallpaper on my desktop . I already checked few answers but its not working on Windows 8. Any code will Help I used VS2012 with Win8 RP
Thanks
|
|
|
|
|
I won't think so as Metro applications are essentially in their own sandboxes...
Philippe Mori
|
|
|
|
|
Have a Win 8 Desktop app with buttons that are gray, when when moused-over, their color changes. Also shows tooltip.
When the user touches, not clicks or mouses over, I want to NOT change the color not show the tooltip when touched?
Anyone know if this possible? Can you point me in the right direction?
Thanks
If it's not broken, fix it until it is
|
|
|
|
|
|
How to start learning windows phone applications develop?
Where can I find the sources or samples?
|
|
|
|
|
|
hey any one using windows 8 release preview 
|
|
|
|
|
They have really cleaned up alot of things in the RC version. Even a problem that I was having with the ListView control during my app review with Microsoft, was fixed in the new version. I have the consumer preview and RC both as VMs on my Win7 machine. I even installed the RC on my youngest son's laptop and it works well for him too.
Steve Maier
|
|
|
|
|
|
Yes, running it in a virtual box at the moment.
""Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
|
|
|
|
|
I was wondering if previous apps can be run on windows 8 or is it that one has to recreate the app using WinRT & Metro technology?
“Be at war with your vices, at peace with your neighbors, and let every new year find you a better man or woman.”
|
|
|
|
|
Your previously built apps will continue to run on the Desktop. If you wanted your app to run as a Metro Style app it will require at least somewhat of a rewrite.
|
|
|
|
|
The easiest type of "legacy" app. to get working on WinRT is a Silverlight one. And within that subset the easiest is one written using MVVM.
This is the best analysis I’ve seen so far.
Assessing the Windows 8 Development Platform[^]
Kevin
|
|
|
|
|
“Be at war with your vices, at peace with your neighbors, and let every new year find you a better man or woman.”
|
|
|
|