[flexcoders] Flex 4 Modules

2009-07-21 Thread Tyler Kocheran
Are modules in Flex 4 working correctly? When I load a simple module like this: ?xml version=1.0? mx:Module xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:mx=library://ns.adobe.com/flex/halo xmlns:s=library://ns.adobe.com/flex/spark mx:Canvas width=100% height=100%

Re: [flexcoders] Tons of errors using FlexBuilder on Ubuntu

2009-02-25 Thread Tyler Kocheran
. Bye! On Wed, Dec 24, 2008 at 2:54 PM, Tyler Kocheran rfkroc...@gmail.comwrote: Now, before I start, I know that FlexBuilder Linux is in beta still and a lot of stuff isn't working. With that said, I'm experiencing a lot of problems that I don't think other people are experiencing. I'm

[flexcoders] Re: Passing data providers to drop-in item editors/renderers

2009-02-25 Thread Tyler Kocheran
to my itemeditor ComboBox. This is seeming pretty impossible to me at the moment, unfortunately. On Tue, Feb 24, 2009 at 6:11 PM, Tyler Kocheran rfkroc...@gmail.com wrote: I need to pass in data to one of my item editors for a data grid column. I have an array of data objects that are loaded

Re: [flexcoders] Tons of errors using FlexBuilder on Ubuntu

2009-02-25 Thread Tyler Kocheran
the graphical debugger). I certainly hope it makes it out of alpha on Linux eventually. And to the original poster--yes, go with Europa. We've hit a number of problems with Ganymede. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Tyler Kocheran

Re: [flexcoders] Re: Passing data providers to drop-in item editors/renderers

2009-02-25 Thread Tyler Kocheran
component thus keeping the code nice and straight forward. No tricky code. Charlie On Wed, Feb 25, 2009 at 1:36 PM, Tyler Kocheran rfkroc...@gmail.comwrote: Does anyone know how to do this? I'm really confused on this one, and I honestly need some help. I resorted to using a static variable

Re: [flexcoders] Tons of errors using FlexBuilder on Ubuntu

2009-02-25 Thread Tyler Kocheran
I definitely agree. What are the problems that you are experiencing? Are you running Eclipse Ganymede? On Wed, Feb 25, 2009 at 12:54 PM, Kelly dek...@gmail.com wrote: Who still uses Windoze? Srsly. Windoze is just expensive patented spyware. It spys on you in about 50 different ways.

[flexcoders] State transitions to align components in horizontal center

2009-02-25 Thread Tyler Kocheran
Is it possible? I've got two states which I'd like to transition from, and I'd like to tween the currently selected item to the horizontal center of the screen. I set my Application's layout property to absolute to allow components to move freely, should I be doing it another way? -- And do

[flexcoders] Passing data providers to drop-in item editors/renderers

2009-02-24 Thread Tyler Kocheran
I need to pass in data to one of my item editors for a data grid column. I have an array of data objects that are loaded at runtime and I need to pass that collection to item editors so they can use it as a data provider. Here's an example of what I need to do. I'm loading a bunch of TKImage

[flexcoders] Creating Nestable data MXML Components

2009-02-23 Thread Tyler Kocheran
I'm looking to create nestable MXML data components. I'm working on a validation codebase for a current requirement and the default Flex validators weren't sufficient for me. I'm basically looking to create something that would look like this in MXML: v:ConjunctionValidator

Re: [flexcoders] Tons of errors using FlexBuilder on Ubuntu

2008-12-25 Thread Tyler Kocheran
, it is OK, i guess the problem was caused your eclipse version. i didn't try to setup fb on Ganymede. foodyi -- *From:* Tyler Kocheran rfkroc...@gmail.com *To:* flexcoders@yahoogroups.com *Sent:* Thursday, December 25, 2008 6:54:28 AM *Subject:* [flexcoders] Tons

[flexcoders] Tons of errors using FlexBuilder on Ubuntu

2008-12-24 Thread Tyler Kocheran
Now, before I start, I know that FlexBuilder Linux is in beta still and a lot of stuff isn't working. With that said, I'm experiencing a lot of problems that I don't think other people are experiencing. I'm using Ubuntu as my OS, and Ganymede for my Eclipse version with Flash Player 10 release

Re: [flexcoders] FlexTasks: Compc for Flash Player 10

2008-12-23 Thread Tyler Kocheran
Awesome I'll give it a whirl. On Mon, Dec 22, 2008 at 9:09 PM, Robert Stehwien rstehw...@gmail.comwrote: On Mon, Dec 22, 2008 at 3:50 PM, Tyler Kocheran rfkroc...@gmail.comwrote: I'm aware that I can do compc on commandline with FP10, but is it possible yet to do it in FlexTasks for Ant

Re: [flexcoders] FlexTasks: Compc for Flash Player 10

2008-12-22 Thread Tyler Kocheran
I'm aware that I can do compc on commandline with FP10, but is it possible yet to do it in FlexTasks for Ant? I haven't looked at the Flex 4 SDK yet, I've just been getting nightly builds of 3. On Mon, Dec 22, 2008 at 12:39 PM, Manish Jethani manish.jeth...@gmail.comwrote: On Mon, Dec 22,

[flexcoders] FlexTasks: Compc for Flash Player 10

2008-12-20 Thread Tyler Kocheran
Is there a way to use compc to generate a SWC file targeting Flash Player 10? Google yields little results on the matter. -- And do this, knowing the time, that now it is high time to awake out of sleep; for now our salvation is nearer than when we first believed.

Re: [flexcoders] Re: Text Layout Framework in Flex 4

2008-11-20 Thread Tyler Kocheran
Yeah. Post this to the JIRA, or else Adobe probably won't get it. I already created an issue that deals with the problems with HTML text in Flash Player. You can either add this to mine or create your own, but be sure you do post on JIRA. Adobe isn't and shouldn't be responsible for scanning the

[flexcoders] Using a NumericStepper in a DataGrid component as an ItemEditor

2008-11-12 Thread Tyler Kocheran
When I try doing this, I get errors that I can't seem to resolve. Here's my code: mx:DataGrid mx:DataGridColumn mx:Component mx:NumericStepper minimum=0 maximum=50/ /mx:Component /mx:DataGridColumn /mx:DataGrid This is the error that I'm getting. I don't know

Re: [flexcoders] Re: Problem with Flex form

2008-11-12 Thread Tyler Kocheran
Under HTTPService in LiveDocs: Due to a software limitation, HTTPService does not generate user-friendly error messages when using GET. Could that be your problem? On Tue, Nov 11, 2008 at 3:55 PM, brucewhealton [EMAIL PROTECTED]wrote: Did you try the form itself? I guess I didn't show the

[flexcoders] New to ItemRenderers

2008-10-31 Thread Tyler Kocheran
I'm trying to create a simple List-based application to try and learn more about ItemRenderers. How do I make my ItemRenderer automatically size to fit whatever is inside of it? Right now I've got this as my ItemRenderer: mx:VBox mx:Text text={data.label} width=100%/ /mx:VBox I'm not

Re: [flexcoders] load fla file into web UI then edit image inside it

2008-10-31 Thread Tyler Kocheran
Well, first you need to implement some backend programming which will read a FLA file. You can try opening an FLA file with Notepad or maybe as a ZIP Archive... I'm not sure which format the FLA type follows, if it even has a format. Once you 'get in' to the FLA file's contents, you'll have to

Re: [flexcoders] Re: New to ItemRenderers

2008-10-31 Thread Tyler Kocheran
Thanks, that's exactly what I needed! On Fri, Oct 31, 2008 at 9:21 AM, Tim Hoff [EMAIL PROTECTED] wrote: On the list tag, variableRowHeight=true; -TH --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Tyler Kocheran [EMAIL PROTECTED] wrote: I'm trying to create a simple

Re: [flexcoders] Re: Do you use a Mac?

2008-10-30 Thread Tyler Kocheran
Ubuntu [?] On Wed, Oct 29, 2008 at 10:46 AM, dnk [EMAIL PROTECTED] wrote: On 29-Oct-08, at 6:56 AM, Fotis Chatzinikos wrote: Are you sure that you cannot run Leopard (MacOSX) on a vm? The desktop, no (unless it is hacked?), however if you run OS X server, it is supported in VM's (IE I

[flexcoders] Re: Changing MenuBar open and close Transitions

2008-10-28 Thread Tyler Kocheran
Do I need to define a custom ItemRenderer? On Mon, Oct 27, 2008 at 5:38 PM, Tyler Kocheran [EMAIL PROTECTED] wrote: How do I implement custom MenuBar opening and closing transitions? I've tried changing the showEffect and hideEffect properties on a MXML MenuBar node, but nothing changes

[flexcoders] Changing MenuBar open and close Transitions

2008-10-27 Thread Tyler Kocheran
How do I implement custom MenuBar opening and closing transitions? I've tried changing the showEffect and hideEffect properties on a MXML MenuBar node, but nothing changes. Does anyone know how to do this? I have scoured the livedocs and reference and couldn't find anything. I've looked at using