In a previous example, “Setting the background color on an invalid Spark Image control in Flex Hero”, we saw how you could set the background color on an invalid Spark Image control in Flex Hero by setting the backgroundColor style on the invalid skin state. The following example shows how you can create a custom [...]
Source:Setting a background fill on an invalid Spark Image control in Flex Hero
admin Flex, Swf Flex, Flex Examples
In a previous example, “Changing the label placement on an MX ButtonBar control in Flex (redux)”, we saw how you could set the label/icon placement on an MX ButtonBar control in Flex by extending the MX ButtonBar class and setting the navItemFactory property in the mx_internal namespace to a custom class. The following example shows [...]
Source:Changing the label placement on an MX TabBar control in Flex
admin Flex, Swf Flex, Flex Examples
The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite’s FlashDevelop Project Templates. There are 8 videos totaling one hour.
Source:Digizex Video Tutorial - Basic Structure of a Flash Web Site - CS3/AS3 - SEO,CMS,Multilingual,MVC [4]
admin Swf flash websites, swf websites
The ultimate tutorial on how to create a content-managed, multilingual Flash website using Flash CS3 and opensource tools: FlashDevelop, Digizex, SWFAddress, SWFObject, Zend, Zend AMF, MySQL, XAMPP, PureMVC, Fabrication, Flight Framework Data Binding, BumpSlide UI Library, Demonster Debugger, KapInspect, Flex 3 SDK, Digitalus CMS, Minimal Remoting (AMF library for AS3), AllFlashWebsite’s FlashDevelop Project Templates. There are 8 videos totaling one hour.
Source:Digizex Video Tutorial: Installation and Basic Features [6]
admin Swf flash websites, swf websites
This is my first post of, I hope, a series related to WPF and C#. The examples below are made with VS (Visual Studio) 2010 and .Net 4.0, for this precise example you can make it work with .Net 3.5 at least. During the life of an application we can listen for some important [...]
Source:Get Arguments array from CmdLine of a WPF Application.
admin Swf RIA, Ricj Internet Applications, Swf
With the new TaskFactory class from .Net 4.0 it has become incredibly easy to manage dependencies between multiple tasks.In below code sample, the TaskFactory receive 6 tasks to execute. Additional logic is added as:- Task A will only be run when Task B and C are completed.- Task C will only be run when Task [...]
Source:Using TaskFactory to manage easily dependencies between threads.
admin Swf RIA, Ricj Internet Applications, Swf
Since I moved to Zurich, two years ago, I sadly did not have the time to see most of my friends I have in Geneva. This post will hopefully explain you what I am doing in Zurich as an Engineer in Test at Microsoft. I know that even the people who know me well do [...]
Source:What am I doing? Software testing
admin Swf RIA, Ricj Internet Applications, Swf
Interesting video (from Channel 9) showing a preview of the winPhone 7 OS. I am just a bit worried about the localized version of Bing. So far I have seen it working in the US. Does that mean that Bing will be updated for a worldwide support or that the winPhone7 will be available only [...]
Source:Windows Phone 7: Hands on Demo.
admin Swf RIA, Ricj Internet Applications, Swf
After playing with Pivot, I have been really existed by the possibilities that Pivot offers. “Pivot makes it easier to interact with massive amounts of data in ways that are powerful, informative, and fun.” Simply speaking, Pivot is a tool that helps us visually browse collections of information. Figure 1: Item view in Pivot while [...]
Source:Microsoft Pivot – an innovative way of browsing information
admin Swf RIA, Ricj Internet Applications, Swf
For developers the quality of a program can be often express in the time used to finish the computation. With current multicore processor we have to move our thinking from a serial execution to a concurrent execution. Using delegates in an asynchronous way can force the CLR to allocate multiple threads to your computation. In [...]
Source:Synchronous and Asynchronous use of Delegate with C#
admin Swf RIA, Ricj Internet Applications, Swf