Monday, October 10, 2011



xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" height="204" width="486"
creationComplete="init()"
close="handleCloseEvent()">





import mx.collections.ArrayCollection;
import mx.controls.Alert;
import mx.core.FlexGlobals;
import mx.managers.PopUpManager;

import spark.events.IndexChangeEvent;
[Bindable]
public var arrayMin:ArrayCollection;
[Bindable]
public var arrayHour:ArrayCollection;
public var numString:String;



public function init():void
{

arrayMin = new ArrayCollection();
arrayHour = new ArrayCollection();
arrayHour.addItem(12);
for(var k:int = 1; k<13;k++)
{
arrayHour.addItem(k);
}
for(var l:int = 1; l<12;l++)
{
arrayHour.addItem(l);
}
for(var i:int = 0; i<10;i++)
{
numString = "0"+i;
arrayMin.addItem(numString);
}
for(var j:int = 10; j<60;j++)
{
arrayMin.addItem(j);
}

}
protected function hourListID_changeHandler(event:IndexChangeEvent):void
{
// TODO Auto-generated method stub
FlexGlobals.topLevelApplication.hourText = hourListID.selectedItem;
FlexGlobals.topLevelApplication.colon = ":";

if(hourListID.selectedIndex <= 11)
{
FlexGlobals.topLevelApplication.meridian = " AM";
}else
{
FlexGlobals.topLevelApplication.meridian = " PM";
}
}

protected function minListID_changeHandler(event:IndexChangeEvent):void
{
// TODO Auto-generated method stub
FlexGlobals.topLevelApplication.minText = minListID.selectedItem;
if(!(FlexGlobals.topLevelApplication.colon == ":"))
{
FlexGlobals.topLevelApplication.colon = ":";
}
}
public function handleCloseEvent():void
{
//PopUpManager.removePopUp(this);
FlexGlobals.topLevelApplication.currentState = "originalState";
}
]]>








height="53" width="320" change="hourListID_changeHandler(event)">















change="minListID_changeHandler(event)"
height="108" width="407">










Application



xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
height="100%" width="100%" xmlns:local="*"
creationComplete="init()">









import mx.formatters.DateFormatter;
import mx.managers.PopUpManager;

import spark.components.TitleWindow;
import spark.events.IndexChangeEvent;
public var hourList:Array = new Array();
[Bindable]
public var hourText:String = "";
[Bindable]
public var colon:String = "";
[Bindable]
public var meridian:String = "";
[Bindable]
public var minText:String = "";
public var currentTime:Date = new Date();
public function init():void
{
var timeFormat:DateFormatter = new DateFormatter();
timeFormat.formatString = "KK:NN";
hourText= timeFormat.format(currentTime).substr(0,2);
colon = ":";
minText = timeFormat.format(currentTime).substr(3,4);
if(currentTime.hours < 12)
{
meridian = " AM";
}else
{
meridian = " PM";
}

}
protected function image1_clickHandler(event:MouseEvent):void
{

this.currentState = "timeState";
/* var timePicker:TitleWindow = PopUpManager.createPopUp(this,TimePickerPopUp,false) as TitleWindow;
PopUpManager.centerPopUp(timePicker); */
}

]]>










TimePicker Component

This is a TimePicker component which i have developed in Flex 4.5

TimePicker Custom Component
















































Application

































Friday, August 14, 2009

Add Your Website to Famous Blog For free

We have just released our new Internet Marketing Blog.
In which our website gets over 100,000 views each and every
month.We want to give you an special gift when it come to
being one of our long time subscribers.

For the next 24 to 48hrs, were're given away free ads space
on our Blog/Website. What does to mean to you? It means that
you will benefit from our thousands of free visitors we get
each day.


Today we are allowing you to place your text link, of any website,

blog,affiliate site or social marketing page you
want to our blog.

We are charging you Zero Cents, Nope, Nada,
What other sites do you know of, that will allow you to this.
None I Know Of.

You will be liked to our website for an life time, when mean
your traffic will be Sky's the limit.

No More PPC
No More Traffic Exchanged
No More Dead in Traffic

Sunday, April 12, 2009

Ebooks

PowerBuilder Developer's Journal - 2007 May
PDF | 2.6 MB


Download

Sybase Powerbuilder v10.0 | 600.49 MB
PowerBuilder blends new and emerging technologies into the most vigorous data-driven development tool, allowing developers to rapidly create mission-critical client/server, distributed, Web and Smart Clients applications for JEE, Win32, and .NET platforms. An award-winning favorite for nearly two decades, PowerBuilder, continues to empower developers to deliver reliable business applications that offer high-quality and fresh user experiences.


Part1
Part2
Part3

Part4
Part5
Part6
Part7


Wednesday, February 18, 2009

Audio Exctraction Softwares


AoA Audio Extractor

AoA Audio Extractor provides you a handy tool to extract audio/sound or background music from video files.

With AoA Audio Extractor, you can easily extract audio tracks from AVI, MPEG, MPG, FLV (Flash Video), DAT, WMV, MOV, MP4, 3GP video files and save them as MP3, WAV and AC3 formats.

It can also be used to save any portion of the audio of a video file.

Specifications:

Latest Version - 1.2.5
Designed for Windows 98/2000/NT/2003/XP/Vista


Download:

AoA Audio Extractor





Tuesday, February 17, 2009

DotNet Softwares



Microsoft Visual FoxPro 9.0 Professional

Product Overview

With its local cursor engine, tight coupling between language and data, and powerful features, Visual FoxPro 9.0 is a great tool for building database solutions of all sizes. Its data-centric, object-oriented language offers developers a robust set of tools for building database applications for the desktop, client-server environments, or the Web.

Developers will have the necessary tools to manage dataĆ¢€”from organizing tables of information, running queries, and creating an integrated relational database management system (DBMS) to programming a fully-developed data management application for end users.

XML Web services created with Visual FoxPro 9.0 can be consumed by XML Web service clients of Visual Studio .NET 2003 including ASP.NET, and XML Web services created with Visual Studio .NET 2003 and any other standards-based XML Web service can be consumed by Visual FoxPro 9.0.
Product Highlights

* Data-Handling and Interoperability
Create .NET compatible solutions with hierarchical XML and XML Web services. Exchange data with SQL Server through enhanced SQL language capabilities and newly supported data types.

* Extensible Developer Productivity Tools
Enhance your user interfaces with dockable user forms, auto-anchoring of controls, and improved image support. Personalize the Properties Window with your favorite properties, custom editors, fonts, and color settings.

* Flexibility to Build All Types of Database Solutions
Build and deploy stand-alone and remote applications for Windows based Tablet PCs. Create and access COM components and XML Web Services compatible with Microsoft .NET technology.

* Reporting System Features
Extensible new output architecture provides precision control of report data output and formatting. Design with multiple detail banding, text rotation, and report chaining. Output reports supported include in XML, HTML, image formats, and customizable multi-page print preview window. Backward compatible with existing Visual FoxPro reports.

Easy to Upgrade

Upgrading to Visual FoxPro 9.0 is easy and rewarding, as it is the most advanced and reliable version of FoxPro ever released, and is 100-percent compatible with Visual FoxPro 8.0.

Developers can even create applications with Visual FoxPro 9.0 and deploy them using the Visual FoxPro 8.0 runtime, as long as no new commands and features are implemented in the distributed application. This allows developers and teams to upgrade to Visual FoxPro 9.0 and benefit from the wealth of new productivity features, while transitioning existing applications to the newer runtime engine.

Product Features

* Robust set of tools for building database solutions; easy to upgrade
* Build applications for the desktop, client-server environments, or the Web
* Enhanced SQL language capabilities; extensible new output architecture
* Create .NET-compatible solutions with hierarchical XML and XML Web services
* Build stand-alone and remote applications for Windows-based Tablet PCs

Size : 190 MB ((50+50+50+40)MB)

Download:

Part 1

Part 2

Part 3

Part 4



Saturday, February 14, 2009