[flexcoders] Re:OS X spotlight component

2007-04-03 Thread Simon Barber
take a look at this component http://examples.kuwamoto.org/completion/ v0.7/Completion.html

[flexcoders] Re:OS X spotlight component

2007-04-02 Thread Simon Barber
You may want to look at extending the ComboBox control and making it editable. Then somehow remove the button on the side.

[flexcoders] Re:OS X spotlight component

2007-04-01 Thread Simon Barber
Are you looking for something that extends the List control?

[flexcoders] Re: Export FLEX page to PDF

2007-01-13 Thread Simon Barber
Hi Grant, What you can do is use the BitMapData class to capture an image of any part of a Flex application and encode into a PNG. Then send that data to your server and write it to PDF. Simon --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a

[flexcoders] Senior Flex and ActionScript Developer (Cape Town)

2006-10-03 Thread Simon Barber
ThoughtFaqtory seeks a Flex and ActionScript Architect/Developer to design, architect, and implement rich internet applications (RIA). The ideal candidate will be an expert ActionScript 2.0 and Flex 1.5 developer with 2+ years of software development experience and a BS/MS in Computer Science

[flexcoders] Resizable components

2006-09-27 Thread Simon Barber
Has anyone been able to implement a rectangular border with anchor points on each corner which resizes. I am trying to create custom components that can be resized visually at runtime using the bounding box. -- Flexcoders Mailing List FAQ:

[flexcoders] Bounding box with anchor point on each corner

2006-09-26 Thread Simon Barber
Hi, I was wondering if anyone has built the bounding box functionality found in the FlexDraw application at http://www.boomslide.com/flexDraw/. When you drag a rectangle of the stage for instance a bounding box with 8 anchor points appear which allows you to resize the rectangle. --

[flexcoders] Re: Making Cairngorm available to all projects

2006-06-30 Thread Simon Barber
Extract Cairngorm to a directory of choice. Open Flex Builder 2. Right Click on your project in the Navigator Panel at the top left. In the dialog window press on [Flex Build Path]. Select the Library path tab and press the [Add SWC...] button. Navigate to the directory where you extracted

[flexcoders] Cairngorm 2 SequenceCommand issues

2006-02-13 Thread Simon Barber
Hi, Here are 5 steps that lead to my issue. 1. The user types his username, password and clicks login. 2. The LoginEvent is dispatched with the user details. 3. The LoginCommand execute method is called and my Application Delegate calls the remote method on the server. 4. onResult callback is

[flexcoders] Re: Cairngorm 2 SequenceCommand issues

2006-02-13 Thread Simon Barber
mx.core.Application) It should solve your issue. Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Simon Barber Envoyé : lundi 13 février 2006 13:00 À : flexcoders@yahoogroups.com Objet : [flexcoders] Cairngorm 2

[flexcoders] Re: Cairngorm 2 SequenceCommand issues

2006-02-13 Thread Simon Barber
the login command result handler? Ex. : Application.application.dispatchEvent(new SomeEvent()); Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Simon Barber Envoyé : lundi 13 février 2006 15:38 À : flexcoders

[flexcoders] Re: Flex 2.0 Form validation

2006-01-08 Thread Simon Barber
click=submitForm(); enabled=false/ /mx:Form /mx:Canvas /mx:Application What i have done here is when the change event is fired on the text1 TextInput the handleValid function is called. This checks to see if the string is valid. Let me know if this works, Simon Barber

[flexcoders] RE: FileIO Example

2005-11-09 Thread Simon Barber
We have been messing with the fileIO.swf tutorial and have tried everything in the book to get it working with no luck, can anyone help with some suggestions, when we unzip it the main.mxml will not even load the browse window. We would also like to handle the file with php vs cf but we cant even