Re: [flexcoders] Install Flex2 Beta2 in tomcat

2006-04-18 Thread Bolo Michelin
I found this tuto for compile with xcodehttp://www.joshbuhler.com/2006/02/06/my-conversion-to-flex-and-how-to-use-xcode-with-flex-2/ i try but have a error :(Tool:0: Command /Developer/SDKs/Flex/bin/mxmlc failed with exit code 2Tool:0: Use 'mxmlc -help' for information about using the command li

[flexcoders] Flex2B2 - PopupManager problem?

2006-04-18 Thread bhaq1972
i'm getting 2 runtime errors when i do the following var pop:Object = mx.managers.PopUpManager.createPopUp(this, LoginPopUp, true); LoginPopUp.mxml looks like this http://www.adobe.com/2006/mxml"; xmlns:nx="*"> and myPanel.

Re: [flexcoders] Flex 2 on Mac OS X

2006-04-18 Thread Bolo Michelin
You really should download the SDK and use the Mac shell scripts that do all the messy java stuff for you. Also, when you use the shell scripts you don't have to specify the framework path or default config file. They get included automatically.So i don't need to use java stuff ? i can do someth

[flexcoders] LoadMovie in mx:Loader swf

2006-04-18 Thread Jonas Windey
Hi, I’m trying to use a tile-based imageviewer made in flash in a flex application, and it seems the .swf can’t use loadMovie for external jpg files. Anyone has an idea how to solve this?   You can reproduce it like this:   In an empty .fla, put this:   this.createEmptyMovieClip("te

RE: [flexcoders] Re: Do RemoteObject results still not operate in parallel?

2006-04-18 Thread Peter Farland
You can't open many HTTP based connections from any client. Off the top of my head I think HTTP 1.1 suggests 2 connections and HTTP 1.0 suggested 4 connections. The flash player can't change this - it's up to what is configured on each OS. I see the batching as desired behavior because over a real

RE: [flexcoders] Re: Do RemoteObject results still not operate in parallel?

2006-04-18 Thread Peter Farland
The player team wouldn't change this before Flex is released. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sof4real03 Sent: Monday, April 17, 2006 6:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Do RemoteObject results still n

[flexcoders] FDS (java dao adapter) problem with castings?

2006-04-18 Thread al77_t
Hi guys, Was wondering if anyone faced this problem and what are the possible workarounds.. I have been experimenting with Flex Data Services and ended up with a small prototype where I have a list of users and each user can have several addresses. Please see AS Classes below. Visually it look

[flexcoders] Re: looking for flex developers in slovenia/croatia

2006-04-18 Thread kosirm2000
--- In flexcoders@yahoogroups.com, "kosirm2000" <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm looking for flex developers in slovenia/croatia and neighbourhood. > We are building commercial ria for tourist branch in croatia, so > anybody with flex 2 & oop skills (experience with Cairngorm) willing >

[flexcoders] Loader control size

2006-04-18 Thread jupepsa
I use the loader control to load other flex app into the principal swf. I put the width and height to 100%. When the app that is loaded on the loader has a defined size (i.e 600x300), the loader take the size, but when the app has the width and height to 100% the loader control take a standard

[flexcoders] mx.managers::HistoryManager$/save -- null has no properties

2006-04-18 Thread mdoberenz
I've been having some issues lately with the HistoryManager object lately. I'm using some TabNavigators to display different pieces of information. Some of the tabs have objects inside them that are created using AS, and they're based on custom components that I've made. Sometimes when I try

Re: [flexcoders] Install Flex2 Beta2 in tomcat

2006-04-18 Thread Xavi Beumala
Are you running a flash player previous to beta 2 release? I think this happened to me and was due to I was compiling with beta2 and running with a previous player (beta 1 in my case)...X. On 4/18/06, sinacapho <[EMAIL PROTECTED]> wrote: Dear all,   My tomcat version is 5.0.28 and i am try t

[flexcoders] Workspace Overlapping

2006-04-18 Thread Bjorn Schultheiss
Hi List, When my workspace is set to its default location C:\Documents and Settings\\My Documents\Flex And I create a new flex project, with the location C:\Documents and Settings\\My Documents\Flex Things work fine :) Well if I switch workspaces to C:\DEV\FLEXB2\ And try to create a new

[flexcoders] Re: [Flex 2b2] Changing a Chart's dataProvider at runtime?

2006-04-18 Thread flexabledev
Change it to a different one. (See below) For example: change dataProvider (via AS3) for summaryChart to "{model.marketSummary}" add a ColumnSeries where yField equals "mktQTY" and categoryField equals "mktLabel" Thanks Ely! Also, while I've got you... Any suggestion on how to drag a column

[flexcoders] Flex Mystic connectivity

2006-04-18 Thread deepu_verma
Hi All, I have installed flex and mystic on JRun server. What will be the flex configuration settings so as to access the cfc using remote object. On this page http://labs.macromedia.com/wiki/index.php/ColdFusion/Flex_Connectivity I was able to find the settings for Flex builder. -- Flexcode

[flexcoders] Install Flex2 Beta2 in tomcat

2006-04-18 Thread sinacapho
Dear all, My tomcat version is 5.0.28 and i am try to install the Flex2 beta2 version in my debian machine. After that i move the flex.war ,samples.war to the tomcat directory and start depolyment. It ok but when i run the mxml it get error. Even i have write a sample mxml myself and it ret

[flexcoders] looking for flex developers in slovenia/croatia

2006-04-18 Thread kosirm2000
Hi, I'm looking for flex developers in slovenia/croatia and neighbourhood. We are building commercial ria for tourist branch in croatia, so anybody with flex 2 & oop skills (experience with Cairngorm) willing to work with us please drop me a note on [EMAIL PROTECTED] Project starts in May. Milan

RE: [flexcoders] [Flex 1.5] File Upload and ColdFusion authentication

2006-04-18 Thread João Fernandes
Carson, It's even worse. I'll try to make it clear: Login with a flex form Use setcredentials inside my delegate to my AuthenticationRO. Use onRequestStart to handle mailto:[EMAIL PROTECTED] On Behalf Of Carson Hager Sent: segunda-feira, 17 de Abril de 2006 19:27 To: flexcoders@yahoogroups.com S

[flexcoders] Flex beta 2: possible bug with image in Text component

2006-04-18 Thread Muzak
Not sure if this is supposed to work in Flex, but it does in Flash, so thought I'd try it out. I have a Text component that contains html text. In the html text there's an image specified, using . some text here.. The image does display in the Text component, but clearing the Text component or

[flexcoders] Re: Flex2B2 - few questions

2006-04-18 Thread bhaq1972
> 3. I'm not clear on whether myBoxComponent is using myBox or myBox is > using myBoxComponent, but I suspect what you are looking for is > "parentDocument" to get at the component that is using you. So maybe you > want > > parentDocument.someObject > What i wrote wasn't clear, sorry Gordo

[flexcoders] Re: Flex 2.0 b2: Data binding

2006-04-18 Thread pk_wasp
think u can only using the tags or for an AS3 only option use event listeners/dispatchers? don't think u can do binding programatically like u can in WPF (though Flex is alot easier when it comes to data binding :) ). --- In flexcoders@yahoogroups.com, "tyombria" <[EMAIL PROTECTED]> wrote: > >

<    1   2