beta 2
Tag details
Welcome to the 'beta 2' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'beta 2'.
Latest blogosphere posts tagged “beta 2”
-
Clipping the content in a Spark Panel container in Flex 4
blog.FlexExamples.com —
Authority: 128
The following examples show how you can clip the overflowing content in a Spark Panel container in Flex 4 by setting the Boolean clipAndEnableScrolling property or using a Spark Scroller container.Full code after the jump.1) The following example shows how you can set the Boolean clipAndEnableScrolling property on the ...1 day ago -
How to Disable Windows 7 Taskbar Tab Preview Thumbnails in Mozilla Firefox 3.6 Beta?
Tweaking with Vishal —
Authority: 129
If you are using recently released Mozilla Firefox 3.6 Beta version, you might have noticed that it supports Taskbar preview thumbnails for each tab in Windows 7, i.e. Firefox 3.6 Beta shows preview thumbnails for each tab when you hover mouse cursor over its taskbar button as shown in following screenshot:Some of our ...1 day ago -
Styling the selected tab on a Spark TabBar control in Flex 4
blog.FlexExamples.com —
Authority: 128
In a previous example, “Styling the selected button on a Spark ButtonBar control in Flex 4″, we saw how you could style the currently selected button on a Flex 4 Spark ButtonBar control by styling the various states on the Spark ButtonBarButton selector.The following example shows how you can style the currently ...1 day ago -
Download Microsoft Office 2010 BETA 2 Build 14.0.4514.1009
ProgrammerFish - Everything that's programmed! —
Authority: 130
Seems like the rumors floating across the web regarding another leaked version of Microsoft’s new Office 2010 finding it’s way on some of the torrent sites are true. The leaked edition is the Professional Plus version of the upcoming Microsoft Office. Here are the specifications of the leaked Microsoft Office ...1 day ago -
Setting the accent color on the MX Alert control default button in Flex 4
blog.FlexExamples.com —
Authority: 128
The following example shows how you can set the accent color on the MX Alert control’s default button in Flex 4 by setting the new accentColor style.Full code after the jump.<?xml version="1.0" encoding="utf-8"?><!-- ...2 days ago -
Download Firefox 3.6 Beta 2
Tech Mania —
Authority: 433
It’s not even 2 weeks when Firefox 3.6 Beta 1 was released and now the Beta 2 version is released.Mozilla claims that 190 bugs from the previous release have been fixed.I have always loved Firefox over the rest of the browsers coz of the addon and theme support but only thing i hate is memory hogger.I have this ...3 days ago -
The Ultimate Offer – TFS For Everyone
Shai Raiten —
Authority: 120
The Ultimate Offer – TFS For Everyone In my previous posts I’ve talked about TFS 2010 Server Licensing , 500$ for TFS retail it’s a very good price, But I have MSDN Subscription Do I Need To Pay More? You don’t need to pay any additional fee, the opposite, you will get a Free Upgrade with ...4 days ago -
Fifefox 3.6 beta 2: Released with 190 Bug Fixes
Techie Buzz —
Authority: 567
Firefox 3.6 saw another beta early morning today, according to PST. The Firefox 3.6 beta 2, has been released with over 190 bug fixes over the last Firefox 3.6 beta 1. Firefox_3.6_beta_2 Firefox 3.6 features a new and improved rendering engine, a better JavaScript performance, full-screen videos, support for WOFF ...4 days ago -
Prism 2 (Composite Application Guidance for WPF & Silverlight) migrated to Visual Studio 2010 Beta 2
Damian Schenkelman's Blog —
Authority: 106
As most of you might know, Visual Studio 2010 Beta 2 was released some days ago. Ever since, many people have asked at the Prism codeplex forums if Prism works with this latest version. That’s why with Fer we decided to migrate Prism latest release for Silverlight 3 to VS 2010 Beta 2. Our conclusion after ...6 days ago -
Creating a custom component using the Definition tag in Flex 4
blog.FlexExamples.com —
Authority: 128
In a previous example, “Creating a custom component using the Component tag in Flex 4″, we saw how you could create a simple, inline custom component in Flex 4 using the Component tag and className property and then instantiating new instances using ActionScript and MXML.The following example shows how you can ...1 week ago -
Applying styles to specific Spark List controls in Flex 4
blog.FlexExamples.com —
Authority: 128
The following example shows how you can selectively style Spark List controls in Flex 4 using Advanced CSS and the styleName property or the id property.Full code after the jump.1) The following example uses s|List selector and applies the baseColor style to ALL Spark List component instances in your Flex ...1 week ago -
Creating a custom component using the Component tag in Flex 4
blog.FlexExamples.com —
Authority: 128
The following example shows how you can create a simple, inline custom component in Flex 4 using the Component tag and className property and then instantiating new instances using ActionScript.Full code after the jump.<?xml version="1.0" encoding="utf-8"?><!-- ...1 week ago -
Setting a custom horizontal scroll bar skin on a Spark List control in Flex 4
blog.FlexExamples.com —
Authority: 128
The following example shows how you can apply a custom horizontal scroll bar skin on the Spark List control in Flex 4 by setting the skinClass style.Full code after the jump.<?xml version="1.0" encoding="utf-8"?><!-- ...1 week ago -
Using an XML data provider with the Spark List control in Flex 4
blog.FlexExamples.com —
Authority: 128
The following example shows how you can use an XML document as a data provider for a Spark List control in Flex 4 by using an XMLListCollection.Full code after the jump.<?xml version="1.0"?><!-- http://blog.flexexamples.com/2009/11/04/using-an-xml-data-provider-with-the-spark-list-control-in-flex-4/ ...1 week ago -
Styling the horizontal and vertical scroll bars on a Spark List control in Flex 4
blog.FlexExamples.com —
Authority: 128
The following example shows how you can set a base theme color on a Spark List control’s horizontal and vertical scroll bar by setting the baseColor style.Full code after the jump.<?xml version="1.0" encoding="utf-8"?> <!-- ...1 week ago -
Setting the joint style on a Spark Border container in Flex 4
blog.FlexExamples.com —
Authority: 128
The following example shows how you can set the joint style on a Spark Border container in Flex 4 by setting the borderStroke property to a custom stroke object and set the joints property to a static constant from the flash.display.JointStyle class.Full code after the jump.<?xml version="1.0" encoding="utf-8"?> ...1 week ago -
“Content Assist” did not complete normally – bat file workaround
The Morphic Group —
Authority: 103
Follow up to my last post. I am having to do this enough that I wrote a bat file for it. Here is what it looks like if anyone is interested. Just copy and paste the code below into a notepad and save as a .bat file. I put mine in the root of my C: drive so I can simple do Start-->Run-->fix_content_assist.bat ...1 week ago -
Auto scrolling the contents of a VGroup container in Flex 4
blog.FlexExamples.com —
Authority: 128
The following example shows how you can tab through a series of Spark TextInput controls in Flex 4 and auto-scroll the VGroup container so that the currently focused text field has focus by using the fractionOfElementInView() method, getScrollPositionDeltaToElement() method, and verticalScrollPosition property.Full ...1 week ago -
Determining how much of an item is visible in a scrolling VGroup container in Flex 4
blog.FlexExamples.com —
Authority: 128
In a previous example, “Determining the first and last visible item in a scrolling VGroup container in Flex 4″, we saw how you could determine the first and last item in a Spark VGroup container’s view by using the firstIndexInView and lastIndexInView properties on the VGroup container’s layout property.The ...2 weeks ago -
Windows Live And Windows 7 – Easier Than The Easiest !
vhxn.com —
Authority: 440
Windows Live and Windows 7 Everyday, you use your PC and Windows Live, now Windows 7 makes the things you do every day even easier. You can learn how PCs with Windows 7 work the way you want them to. It helps you find stuff quickly Windows 7 has fewer clicks, quicker searching, and easier browsing, so there’s ...2 weeks ago