August 13th, 2009
If you are here, I think you have allready tried to set the showCloseButton property to false and it doesn’t work. So how can you access that button ? Lets look at the example from below:
<?xml version=”1.0″ encoding=”utf-8″?>
<mx:Application xmlns:mx=”http://www.adobe.com/2006/mxml” layout=”absolute”>
<mx:TitleWindow id=”titleWindow” showCloseButton=”true”>
<mx:Button label=”Remove close button” click=”removeButton()” />
</mx:TitleWindow>
<mx:Script>
<![CDATA[
import mx.controls.Button;
import mx.core.mx_internal;
//don't forget to import mx_internal namespace
public function removeButton():void
{ [...]
Posted in Uncategorized |
June 29th, 2009
If you want to edit a field from datagrid and you want to insert only valid values, you can use as item editor a ComboBox instead of the default TextInput. First of all you must create a new Flex project (File -> New -> Flex project). Add a DataGrid component in main mxml file.
<?xml version="1.0" [...]
Posted in Uncategorized |
May 27th, 2009
A common user interface feature is the ability to use elements that can collapse. jQuery offers a useful function to do just that: toggle(). It can be used in the following way:
$(element).toggle(speed).
The speed with which the element is toggled can be specified using ‘fast’ or ‘slow‘. Usually, the toggle function is called when an [...]
Posted in Uncategorized |
April 13th, 2009
If you want to bind a variable to a Flex component property and after you change that property you want Flex to do the assignment for you this is the best way to do it. Just bind the variable to the Flex component property and use BindingUtils class to bind the component property to the your [...]
Posted in Uncategorized |
February 19th, 2009
A SWC file is an archive file, sometimes also referred to as a class library, for Flex components and other assets. SWC files contain a SWF file and a catalog.xml file, in addition to properties files and other uncompiled assets such as CSS files. The SWF file implements the compiled component or group of components and includes [...]
Posted in Uncategorized |
February 16th, 2009
Know how you always send emails to yourself? We do it too . The problem for us was on our mobile phones so we created a little application that sends emails to just one email address (usually your own ) with a designated subject and content. Very useful for small reminders and it’s [...]
Posted in Uncategorized |
February 10th, 2009
Welcome
Studio45 is a web development company based in Timisoara Romania and you have reached it’s blog.
We are starting this blog in an effort to give back to the community of web developers some of our knowledge accumulated over the past 6 years. This blog we’ll hopefully grow into a source of tips, tricks, tutorials and [...]
Posted in Uncategorized |
July 28th, 2008
we are currently seeking out methods to enable the Veedeonic Player on mobile phones with all the features from the standard version but in a more compact interface.
Posted in Uncategorized |
July 26th, 2008
check this area for public release date #
private beta still in place. will go public in about 2 weeks #
polls have been enabled on the blog #
Veedeonic will be avail. on Facebook.com in a few days #
Powered by Twitter Tools.
Posted in Uncategorized |
July 25th, 2008
We want to start a small discussion about technical issues here. Our projects your ideeas etc.
Posted in Uncategorized |