iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
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
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>
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.
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(); }
We are truly sorry for the inconvenience. Based on the information I received, the fix would be ready after R2 release.
Is it Silverlight or WPF? Please try to rebuild couple times after run the custom tools.
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.
You would need to run custom tool for .edmx or .tt object. To resolve the issue Clean build>>Run custom tool>>Build the project.
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.
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).
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname