User Profile & Activity

Handy Surya Support
Page
of 223
Posted: November 15, 2011 4:56 AM

Hello,

Yes, we know. We also appreciated that you showed the error to us. Perhaps, there is some conditions that force our script to resize the scollbar. This might be true, but we still not sure. We need to able to replicate the issue to see what is really happened.

Regards,
Handy

Posted: November 14, 2011 4:49 AM

Hello Johns,

I am sorry for the late reply. UXFlow can also be used as a video player. When you create an UXFlowItem with MediaType set to Video and a VideoSource is set to a valid URI, the UXFlow automatically displays the player control panel when you mouse over on the the focused UXFlowItem.

You can full screen the video by clicking the full screen button in the control panel. Furthermore, you can also full screen the UXFlow entirely for a better viewing by clicking the full screen button in the main UXFlow user interface.

Example, here is the xaml sample if you don't want to use MVVM.

  <Intersoft:UXFlow Name="UXFlow1" VideoMemberPath="http://live.clientui.com/ClientBin/Assets/Videos/">
  <Intersoft:UXFlowItem SubTitle="Vampire Suck" Title="Vampire Suck" VideoSource="vampiressuck_480p.mov" ImageSource="/Images/vampiressuck.jpg" MediaType="Video" />
  <Intersoft:UXFlowItem SubTitle="Step Up 3D" Title="Step Up 3D" VideoSource="stepup3d_480p.mov" ImageSource="/Images/stepup3d.jpg" MediaType="Video" />
  <Intersoft:UXFlowItem SubTitle="Tron" Title="Tron" VideoSource="tron_480p.mov" ImageSource="/Images/tron.jpg" MediaType="Video" />
  </Intersoft:UXFlow>

Regards,
Handy

Posted: November 13, 2011 9:25 PM

Hello Frank,

Have you tried my sample in previous post? Your error message or screenshot does not help at all for us to investigate the issue. It only shows obfuscated script. At least, we need a runable sample that replicates the issue. Some special requirements might be needed to replicate this conditions. But we just could not find the pattern. That's why we need you to help us.

Regards,
Handy

Posted: November 13, 2011 9:00 PM

Hello Balachander,

Yes, we have migrated the code in here for DevForce 6.1.3.1 which would be available in our R2 release. All the next template should have this code:

 public virtual void RejectChanges(T entity)
 {
            entity.EntityAspect.RejectChanges();            
 }

Regards,
Handy

Hello,

We are truly sorry for the inconvenience. Based on the information I received, the fix would be ready after R2 release.

Regards,
Handy

 

Posted: November 7, 2011 9:18 PM

Hello,

Is it Silverlight or WPF? Please try to rebuild couple times after run the custom tools. 

Regards,
Handy

Posted: November 4, 2011 8:57 AM

Hello Ramiro,

Personally, I still suggested you to use UXPage. It already designed with many capabilities as you know keyboard input enhanced, routed events, navigation events, etc. There are might some advantages that you might lost if you don't use UXPage.

Regards,
Handy

Posted: November 4, 2011 7:46 AM

Hello,

You would need to run custom tool for .edmx or .tt object. To resolve the issue Clean build>>Run custom tool>>Build the project.

Regards,
Handy

Posted: November 3, 2011 5:29 AM

Hello Ramiro,

Surely you can also achive the scenario by using UXTab control. Our navigation itself already fully integrated with MVVM patern. You can create new tab item by set binding to it source property or focus to existing Tab item by using Selected binding.

Regards,
Handy

Posted: November 3, 2011 4:53 AM

Hello Michael,

In order to achieve your scenario, it needs big efforts for it.
First, you need to handle MouseDown event on UXGrid, then set validation if it is Row action or not to return the correct contextmenu by using execute command. To handle its visibility at first load, you also need to set CommandCannotExecute="Collapsed".
I also attached how to use it. To run the sample simply use our MVVM Data Aplication (DevForce).

Regards,
Handy

All times are GMT -5. The time now is 2:50 PM.
Previous Next