User Profile & Activity

Michael Walgram Member
Page
of 2
Posted: June 22, 2012 6:01 AM
Hi, thx for the replie.

But I think my problem was not understood.

I try to explain it more detail:

I wanna open a Window with a UXStackItem. This UXStackItem is in a UXDesktopDockButton.
My Problem is, that the window, i wanna open, is in an external XAP File.
But there is no way to load an external XAP File with the Command-functions like the ApplicationUri property.

I managed it to open the window with an normal UXDesktopDockButton and the ApplicationUri property. That was easy and works very well.

But i find no way to open the same window with an UXStackItem.

Cheers
Mike
Posted: June 22, 2012 1:34 AM
Nobody that could help me!
Posted: June 21, 2012 5:04 AM

Hy Yudi,

 

thx for your replie.

I also check this HowTo to get an answer. But the ApplicationUri attribute is not available in Intersoft:UXStackItem.

 

I wanna do something like this:

<Intersoft:UXDesktopDockButton x:Name="xDesktopButtonSettings" 
       Icon="Assets/Icons/Settings.png" 
       UseImageLoader="False" 
       StackMode="GridStyle" StackGridMode="DynamicGrid" 
       Text="{Binding Source={StaticResource ResourceWrapperCore}, 
                      Path=ApplicationStrings.Einstellungen}" 
       StackTotalDisplayItem="0" StackGridItemWidth="128" 
       StackGridItemHeight="128">                
	<Intersoft:UXStackItem x:Name="xDesktopButtonSettingsStackItemBenutzer"
               Text="{Binding Source={StaticResource ResourceWrapperCore}, 
                              Path=ApplicationStrings.Benutzer}" 
               Icon="Assets/Icons/User.png" 
               Command="Intersoft:WindowCommands.LaunchApplication" 
               CommandTarget="{Binding ElementName=xCandasDesktop}"
               IsEnabled="True">
               <Intersoft:UXStackItem.CommandParameter>
                   <Intersoft:WindowOptions Uri="/Hainzl.Web.Silverlight.Candas.Benutzer;Hainzl.Web.Silverlight.Candas.Benutzer.BenutzerWindow" 
                         ForceSingleInstance="True" 
                         ReactivateExistingInstance="True" />
               </Intersoft:UXStackItem.CommandParameter>
         </Intersoft:UXStackItem></Intersoft:UXDesktopDockButton>
All times are GMT -5. The time now is 9:43 AM.
Previous Next