[flexcoders] Problems Databinding to Custom Properties (Flex 2.0)

2005-11-03 Thread John Crosby
I get thecompile warning - 'Unable to detect changes to "_sample_ac".' and the binding I have set up won't update unless I manually capture the event and update the controls' text property myself. I was under the inpression that Flex would watch for changes and update the binding chain

Re: [flexcoders] Flex2: pricing info

2005-11-03 Thread Daniel Cascais
Hola, I've heard it is going to be under $1000. Daniel Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] Flex2: pricing info

2005-11-03 Thread Daniel Cascais
That is Flex Builder... On 11/3/05, Daniel Cascais [EMAIL PROTECTED] wrote: Hola, I've heard it is going to be under $1000. Daniel Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

[flexcoders] Flex 2:Can you center a popup from the inside?

2005-11-03 Thread Greg Johnson
Here is the popup function // Error Handler Function public function err(message:String):Void { var errpop:stdErr = stdErr(PopUpManager.createPopUp (this, stdErr, true)); errpop.message.text = message; } And here is the stdErr.mxml file it

Re: [flexcoders] Production development with Flex2... when?

2005-11-03 Thread Scott Barnes
Its currently alpha, when the words final beta, start popping up into play, then i'd suggest *officially starting*..(start now, but don't bank your career / reputation / proposals on it so early in the game as we are still in the dating stage - *getting to know one another* ) I've been just

Re: [flexcoders] Flex 2:Can you center a popup from the inside?

2005-11-03 Thread JesterXL
Is the err function being called from a class that extends UIObject/UIComponent/View? - Original Message - From: Greg Johnson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 03, 2005 3:44 PM Subject: [flexcoders] Flex 2:Can you center a popup from the inside?

[flexcoders] Re: Forcing Recompile in production mode

2005-11-03 Thread jacksodj
we have only ever had success in getting chagnes to show up post restart. In the docs it says production mode will not detect any changes and will not recompile. I believe that to be accurate. --- In flexcoders@yahoogroups.com, David Harris [EMAIL PROTECTED] wrote: Thanks for the answer

[flexcoders] Re: Code-only Flex apps

2005-11-03 Thread Dave Wolf
Actually we have two of top 5 banks in the US as clients where we are developing RIA's, so yeah I have a pretty good understanding of what its like to develop serious apps for them. smile I've never once in my life pontificated that you should push messy code out. But weighting its cleanliness

Re: [flexcoders] Flex2: pricing info

2005-11-03 Thread Aldo Bucchi
Thanks Daniel, Dave Dave, it might be in alpha, but it is still excelent leverage that can be used today. If a big client goes for an expensive Ajax framework for all 2006 then good bye to selling flex for a whole year. I don't want that to happen. On 11/3/05, Dave Carabetta [EMAIL PROTECTED]

[flexcoders] Re: Newbie Question: Drag-And-Drop between two Flex-SWF files

2005-11-03 Thread Pablo Apanasionek
Tom, it's me again. I've tested it the good and the bad way: Flex and localConnection via JS, but using simple operations like sending messages to each SWF, etc. Do you have any examples or link where it shows how to drag and drop using localConnection? Thanks in advance --- In

RE: [flexcoders] Flex2: pricing info

2005-11-03 Thread Kelly R
Serverless flex apps only require that the developers have a copy of Flex Builder 2. @ $1000 that is pretty inexpensive. Couple that with the rapid development and debug time in relation to AJAx and you have a winner. That and you have an application that works relatively predictably. Flex

RE: [flexcoders] Loading a Flash 8 compiled AS 2.0 class into a Flex app and instantiate it

2005-11-03 Thread Dirk Eismann
I finally found a neat way to decorate SWF7 classes with SWF8 functionality. It worked with a simple test case so I still need to test it against a more complex example but the basic idea is the following: - there's an interface called IFoo that defines all functions that should be available

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Julian Suggate
This is an interesting approach. Let me see if I get this right: 1) create components that handle generic behaviour (eg a nav bar that remembers the currently selected link) 2) hide each component behind an interface 3) create mxml that lays out these components, adding visual assets etc as

Re: [flexcoders] Flex2: pricing info

2005-11-03 Thread Dave Carabetta
On 11/3/05, Aldo Bucchi [EMAIL PROTECTED] wrote: Thanks Daniel, Dave Dave, it might be in alpha, but it is still excelent leverage that can be used today. If a big client goes for an expensive Ajax framework for all 2006 then good bye to selling flex for a whole year. I don't want that to

Re: [flexcoders] Flex2: pricing info

2005-11-03 Thread Tariq Ahmed
Well if your company wants to get serious about AJAX be prepared to blow some serious dough. Because you'll of course want to boost the productivity of your developers by using IDE's, tools, libaries, out of the box components, etc... E.g the TIBCO Ajax Accelerator/General Interface starts

[flexcoders] passing javascript values to sws/mxml

2005-11-03 Thread Boddula, Sridhar
Hi, How can I pass any parameters/values from javascript to .swf or .mxml with out reloading .swf/mxml every time? Thanks, Sridhar Boddula, Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Julian Suggate
Hah ignoring the inflamatory statements :-) The version numbering is a very good reason to keep them separate. One thing you might be happy about for Flex2 is that it gives intellisense/code hints within the same file (as you'd hope!) but also across included script files. So that's a bonus.

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Julian Suggate
Robert, I completely agree with everything you just said! If we can't see a clear winner, we'll just pick one way, any way as long as it works and refactor later if we have to. But since our team's at an early stage of Flex dev it seems like a good idea to pick up as many tips as we can before

Re: [flexcoders] Flex2: pricing info

2005-11-03 Thread Scott Barnes
All that in DHTML :) ... err AJAX... amazing, still say its got a limited future... On 11/4/05, Tariq Ahmed [EMAIL PROTECTED] wrote: Well if your company wants to get serious about AJAX be prepared to blow some serious dough. Because you'll of course want to boost the productivity

[flexcoders] dates, AS, and Java

2005-11-03 Thread Douglas Knudsen
ok, say I have a Java VO called FooVO and a AS VO called FooVO. Both have a property called myDate of Date datatype. The Java version has a getter and setter for it. I have the AS Vo registered to map to the Java one. It seems the Java setter can't set the date from the value in the AS VO.

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread JesterXL
Unfortunately, no. A lot of what I'm doing is being utilized on internal apps to generate data; creating forms for people to input specific releavant data associated with existing data. Therefore, design is of the least bit importance. Granted, even by doing nothing but using the

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Julian Suggate
Stephen, Thanks for taking the time to reply. I agree thatthe iterativeapproach you describe is a good way to design new applications from the ground up. Pattern-overuse at the start of a project are like solutions looking for a problem to quote one of my team-mates.However, we are looking to

[flexcoders] Re: Flex2: pricing info

2005-11-03 Thread Dave Wolf
The problem with this argument is that there are indeed very good products which make using AJAX extremely easy these days in a simple 4GL environment. You can do things like right click a control, enable AJAX and bind that right to data. I can do an AJAX development demo that will have you

RE: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Roger Gonzalez
Yeah, that's mostly what I mean. I think the important bit is to keep peers from knowing about each other. For example, imagine an app something like this: Application Scoreboard id=s / Player id=p1 scoreboard={s} / Player id=p2 scoreboard={s} / Game id=g players={[p1, p2]}

[flexcoders] Re: dates, AS, and Java

2005-11-03 Thread Dave Wolf
That sounds like a bug in the serializers to me. Its getting marshalled as a string. Now in a WebService you should use a Calendar rather then a Date. Have you tried that to see if it works better? It definately works with a WebService. biting my lip to not make a WebService vs AMF debate

Re: helper object? what's that? (was Re: [flexcoders] To code-behind or not to code-behind?)

2005-11-03 Thread Julian Suggate
ps no offense about comparing you to my ex-girlfriend's mother lol ;-) i'm sure you're not a crazy feminist lesbian On 11/4/05, Julian Suggate [EMAIL PROTECTED] wrote: Damn that wasgood! Perhaps we should start calling you Speedy Gonzalez :-) You sound like my ex-girlfriend's mother. She was

Re: helper object? what's that? (was Re: [flexcoders] To code-behind or not to code-behind?)

2005-11-03 Thread Julian Suggate
Damn that wasgood! Perhaps we should start calling you Speedy Gonzalez :-) You sound like my ex-girlfriend's mother. She was totally sick on a bike. Used to get off the back of her wheels with legs like spaghetti and a head full of thunderous ear-splitting panic. Took me right back. Mate that

Re: [flexcoders] Flex2: component and generated source code?

2005-11-03 Thread Julian Suggate
That's great news Matt thanks. Jules On 11/4/05, Matt Chotin [EMAIL PROTECTED] wrote: We haven't shipped the source yet but are hoping to in a later build. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Julian SuggateSent: Thursday, November 03, 2005

RE: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Steven Webster
Jules, Many thanks for your replyto cut to the quick So what we are really wondering is, bearing in mind that our goals are the same asthose you mentionbut that we also require flexibility and the ability to reskin our own custom controls, should we be using code behind

Re: [flexcoders] Re: Flex2: pricing info

2005-11-03 Thread Robert Thompson
This is a good argument Dave. I agree AJAX is good in it's data retrieval; but my experiences thus far is that it is a hack more than anything. If you have any good url examples maybe I'll reconsider this. To me, Search Engine Indexing is an issue here also; that may not be important for

RE: [flexcoders] Re: dates, AS, and Java

2005-11-03 Thread Peter Farland
Dates are supported via AMF in the manner you describe. Can you send me the full method signatures that are supposed to line up? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wolf Sent: Thursday, November 03, 2005 6:00 PM To:

[flexcoders] New Flex App API - Yahoo! Maps

2005-11-03 Thread Aaron King
Hey all, Thought you might be interested to know that theres a new Flex app on the web: the new Yahoo! Maps Beta. Check it out: http://maps.yahoo.com/beta. It includes a number of innovative new features such as multi-point driving directions. Also check out the overview map in the

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Julian Suggate
Gah! This is nail-biting stuff. I thought I was going to make this easy switch from the Flash IDE to mxml but the feeling has been growing on me for the past few days, and what you say just confirms it, that rather than being only a tool for laying out visual assets,mxml is actually an

[flexcoders] Re: New Flex App API - Yahoo! Maps

2005-11-03 Thread Dave Wolf
Speaking to my same but different argument about AJAX. Here is living proof to it. AJAX cant do a transparant model window in an MDI frame. Have fun doing that in DHTML. Nice work guys. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email:

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Julian Suggate
Thanks for this JesterXL (I continually write your handle as JesterXML heh). We will definitely be extending the base classes ourselves also so that gives us styles for free. I'm wondering how to create custom List-based controls that don't look like Lists (mostly for the dataProvider

Re: [flexcoders] Force binding for Arrays

2005-11-03 Thread superabe superabe
ok...I do need to reset the array at times, and also to change an item in the index. Is there any perf hit by reassiging the variable to itself ? - superabe On 11/3/05, JesterXL [EMAIL PROTECTED] wrote: You don't need to do that; Array's in Flex already have the DataProvider API (in 1.5), and

[flexcoders] Re: How do you pass bindings into a custom component?

2005-11-03 Thread Rob Rusher
Yeah, I tried that. No workie. Regards, Rob --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: You have to put a change tag above the property in question. Check in the documentation for ChangeEvent: [ChangeEvent(change)] public var flavorStr:String; - Original

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread Julian Suggate
Thanks for your time everyone. Because we have barely scratched the surface with Flex, I am asking stupid questions probably ... apologies if it's coming across as obtuse. I think I wasgetting confused because mxml is the class. Call me slow on the uptake! I only just clicked that separating

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread JesterXL
Took me 3 weeks to get that the root MXML tag was actually the class I was extending. That through me for a loop. - Original Message - From: Julian Suggate To: flexcoders@yahoogroups.com Sent: Thursday, November 03, 2005 10:02 PM Subject: Re: [flexcoders] To code-behind or not

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread JesterXL
Dude, you should see the shiz I put together for work. Custom form elements as list items. Look into DataSelector; he worked great in Flash, and works great in Flex too. Basically, it's an API to make your main (abstract) class have the power of a List. You get dataProvider integration,

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-03 Thread JesterXL
BLEH! BTW, skinning, to me, does not mean CSS margins. Skinning to me means abadoning Halo, and replacing every visual element with your own, typically created by a designer. For now, this consists of: - embed asset in inline AS - create control manually OR set skin invalidate as

Re: [flexcoders] Force binding for Arrays

2005-11-03 Thread JesterXL
Yep; you pretty much reset the entire component. However, most that I've seen don't necessarely do a reset vs. an array.removeAll() differently; you're just re-creating a few variables so go for it G! - Original Message - From: superabe superabe To: flexcoders@yahoogroups.com

[flexcoders] CF cgi.remote_user and Flex woes

2005-11-03 Thread David Harris
We have developed a Flex app that access the cgi.remote_user. What we are finding is that when the Flex app accesses this CFC via a remote object, it is inconsistent in return a value. The results happen like this: The user browses to the MXML file for the first time. Clicks the Check CGI user,

RE: [flexcoders] Re: Flex 1.5 - n checkboxes

2005-11-03 Thread Matt Chotin
So there will be an array on your document called role and you could loop through it and grab the name and selected state. Var selectedRoles:Array = []; For (var i:Number=0; I role.length; i++) { If (role[i].selected) { selectedRoles.push([role[i].label); } } But yes,

Re: [flexcoders] Re: Flex2: pricing info

2005-11-03 Thread Aldo Bucchi
...I strongly believe with the coming of Avalon, and the dramatic milestone in Video Flash Player 8 has made, that we will see the opportunistic activities to try to harm flash player... Yeah... it sometimes scares me to think that MS could do something to harm FP. But then, the only thing

RE: [flexcoders] Problems Databinding to Custom Properties (Flex 2.0)

2005-11-03 Thread Matt Chotin
Looks like you bound to _sample_ac and not sample_ac (without the underscore). (also I wouldnt pass true/true to new Event, just pass sampleChanged). Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of John Crosby Sent: Thursday, November

RE: [flexcoders] Licensing and dev server compilation

2005-11-03 Thread Matt Chotin
if you have their license key you can compile with theirs and just upload the SWFs I guess. This statement doesnt clear you legally, but it probably wouldnt be the end of the world if they really do have the license for their server. From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Forcing Recompile in production mode

2005-11-03 Thread Matt Chotin
I think we did our darndest to make sure that it would keep using what it has and not put the server through a re-compile. So Im not sure its gonna timeout and just load later, youre going to need to bounce the app (and next time not use production-mode I guess and just turn off all the

RE: [flexcoders] Loading a Flash 8 compiled AS 2.0 class into a Flex app and instantiate it

2005-11-03 Thread Matt Chotin
Title: RE: [flexcoders] Loading a Flash 8 compiled AS 2.0 class into a Flex app and instantiate it Nice find! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dirk Eismann Sent: Thursday, November 03, 2005 1:35 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Gaps between list items

2005-11-03 Thread Matt Chotin
Actually verticalGap is not a real style for lists. Try using marginTop and marginBottom instead (on the List) Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Greg Morphis Sent: Thursday, November 03, 2005 9:02 AM To:

RE: [flexcoders] Re: How do you pass bindings into a custom component?

2005-11-03 Thread Matt Chotin
Use a setter for the buttonText property and then in that setter assign button_mc.label. The binding is executing after the createChildren method has been called. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Rob Rusher Sent:

RE: [flexcoders] passing javascript values to sws/mxml

2005-11-03 Thread Matt Chotin
http://livedocs.macromedia.com/flex/15/flex_docs_en/2349.htm From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Boddula, Sridhar Sent: Thursday, November 03, 2005 1:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] passing

RE: [flexcoders] Re: problem adapting to FLEX 2 on defining variables

2005-11-03 Thread Matt Chotin
Youre going to have to provide more of an example of what youre doing thats not working. Do you have a small app? Im guessing youre using a WebService with CF but can you simulate the problem without? The code that you were writing looked OK to me (though [BINDABLE] should have been

RE: [flexcoders] Force binding for Arrays

2005-11-03 Thread Matt Chotin
Its not the end of the world in Flex 1.5, it will not be a good idea in Flex 2 (but we provide new interfaces to make it even easier). It also depends what the binding destination is doing with the array. If its a DataGrid theres a lot more invalidating and redrawing that happens if you

RE: [flexcoders] Resizing images in a TileList

2005-11-03 Thread Matt Chotin
Hmm, is the tile too small for the image now?  What happens if you re-assign the dataProvider after youve adjusted the slider, do the images appear? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of gootish Sent: Thursday, November 03, 2005 4:28

RE: [flexcoders] bugzilla or something like that for Alpha 1?

2005-11-03 Thread Matt Chotin
Ive passed your feedback on internally, were going to see if we can improve the feedback on labs and give you a better sense of our issue status. May be a few weeks but stay tuned. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Muzak

[flexcoders] take that roger!

2005-11-03 Thread Matt Chotin
Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM ~- -- Flexcoders

Re: [flexcoders] take that roger!

2005-11-03 Thread Aldo Bucchi
wow... 10 in a row. jaja, hi matt On 11/4/05, Matt Chotin [EMAIL PROTECTED] wrote: -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links --

RE: [flexcoders] take that roger!

2005-11-03 Thread Roger Gonzalez
Nah, these threads bored me anyway. ;-) I do think Dirk wins the Clever Hack of the Day Award, though! -rg Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back!

RE: [flexcoders] Dual core license policy

2005-11-03 Thread Mika Kiljunen
I disagree with this, basically I still concider dual core CPU as a single CPU. If its counted as 2 CPUs on license policy then youre better off having 2 separate CPUs since they perform much better than the dual cores. If I remember correctly, Oracle counts dual cores as 1.5 processors

RE: [flexcoders] take that roger!

2005-11-03 Thread Dirk Eismann
Great - just send me one of those Timbuk2 messenger bags (black) with a nice moniker stitched onto it, e.g. Flex 2 - only the cool stuff Dirk. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Friday, November 04, 2005

<    1   2