[flexcoders] Flex prototype - production approach

2005-11-04 Thread superabe superabe
Just curious about what folks here on the list think / have experienced about the prototype based approach to RIA developemnt with Flex. Am evaluting a potential project that needs to be prototyped first and eventually built using Flex, and trying to decide what to use for prototyping and how

RE: [flexcoders] Dual core license policy

2005-11-04 Thread João Fernandes
I must be missunderstanding it but the Licensing paragraph says and I quote: " However, the trend seems to be counting dual-core chips as a single processor as Microsoft, IBM, Intel, and AMD support this view. Oracle was counting each core as a processor but came up with a formula that

[flexcoders] custom components and custom data provider - howto?

2005-11-04 Thread negttid
Hi there, I am looking at Flex (1.5) for my diploma thesis, which is about RIAs. I want to build a sample application using different approaches: html/js, openlaszlo, flex, etc. I have already started. html/js was usual, openLaszlo was easy, too. But with Flex I have several problems to get

[flexcoders] FLEX Partnership Opportunity

2005-11-04 Thread Alex Alex
Hello developers, I own a 4 cpu Flex license which apparently cannot be sold and I am entitled to free upgrade to FLEX 2.0 Enterprise etc... I am looking for serious Flex developers who have a project in mind or on the way or even ready to partner with or arrange some kind of deal. I will

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

2005-11-04 Thread Mink, Joseph
Dear to the heart, indeed! A recent lane-split passed 5 cars recently on I66 has me revisiting the pattern in this lane-splitting-illegal state of VA. Luckily the whole experience was one of braking, because I'd have only had ~30hp to put to the road if acceleration was involved : ) "So

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

2005-11-04 Thread Andrew Kinloch
There is a way, it seems somewhat backwards and im sure there a re better methods but this is what I did. 1. Change the servers flex config file and set production mode to false. 2. Restart flex 3. Browse to the .mxml file and it will recompile it 4. Once you are happy that

[flexcoders] Job Opening with Yahoo! Maps

2005-11-04 Thread Aaron King
Hi again, I forgot to mention in my previous email about the Yahoo! Maps Beta release that were hiring a Senior Flex Engineer/Architect. If anyone is interested, please send me your resume. Aaron King (408) 349-2506 [EMAIL PROTECTED] -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: Code-only Flex apps

2005-11-04 Thread Daniel Cascais
OK, so the unanimous response is: Use MXML! Got some good points from you guys, thanks. I'll probably be around more often from now on, now that I'm getting acquainted with Flex and its Framework. Just to make things clear (Dave): As you can see from my posts, I am not preaching… Only making

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

2005-11-04 Thread Anatole Tartakovsky
Sorry if asking the obvious - are you using java.util.Date or java.sql.Date? - Original Message - From: Dave Wolf [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 03, 2005 6:00 PM Subject: [flexcoders] Re: dates, AS, and Java That sounds like a bug in the

Re: [flexcoders] Seeing double in DataGrid

2005-11-04 Thread P Trisnadi
Here is a simple app I did: -- ?xml version="1.0" encoding="utf-8"? mx:Model id="allCompModel" source="comps2.xml"/ mx:DataGrid id="allComp" width="240" height="600" dataProvider="{allCompModel.computer}" mx:columns mx:Array mx:DataGridColumn headerText="A" width="20"

[flexcoders] need help from web service in action script 2

2005-11-04 Thread collection711
hi there! i'm try to write custom a class about make the call web service to .net webservice server. The class will be in actionscript 2 , i can not find any document to do that. i found some example code like this: new mx.servicetags.Service(this._url,

[flexcoders] Reuse form for create and update

2005-11-04 Thread Richard Rodseth
Are there any special tips or tricks or sample code for re-using a form component in a create scenario (perhaps in a modal dialog) and an update scenario? In particular, I wondered about omitting the submit/cancel buttons from the reusable piece vs setting attributes to control whether they are

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

2005-11-04 Thread Douglas Knudsen
holy obviousness batman! That was it! Can I blame Eclipse? I mashed organise imports or wahtever its called and it chose java.sql.Date instead. I completely missed it. /me crawls back into the corner, head hung low. DK On 11/3/05, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Sorry if

[flexcoders] Re: Forcing Recompile in production mode

2005-11-04 Thread Dave Wolf
The goal was to not restart the server. There is some irony in a setting called production which requires the server to come down wink. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In

[flexcoders] holomatix with Flex

2005-11-04 Thread cuec7564
Has someone already tried to use holomatix with Flex ? If so, could he give me an Howto information ? thanks Yahoo! Groups Sponsor ~-- Most low income households are not online. Help bridge the digital divide today!

Re: [flexcoders] Is there a way to force a toolTip to show rather than rolling mouse over ?

2005-11-04 Thread Bruno Martins
Hi, First: Try use this functions in flex 1.5: ToolTipManager.createAndShowTip(); ToolTipManager.hideAndDestroyTip(); Second: Use this: mx:Tree showDataTips=true/mx:Tree Tell me, if it works. Bye. On 11/1/05, parinda_b_patel [EMAIL PROTECTED] wrote: Hi,Is there a way to fire an event or

RE: [flexcoders] need help from web service in action script 2

2005-11-04 Thread Mink, Joseph
Hi, I was unable to dynamically instantiate Webservice objects in ActionScript (this has been rather extensively discussed in this group previously). Macromedia pretty much told me that dynamic instantiation of Webservice objects was not supported in Flex 1.5, and that you must define the

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

2005-11-04 Thread Greg Johnson
Nope --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: 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,

Re: [flexcoders] Re: Flex2: pricing info

2005-11-04 Thread Robert Thompson
That's cool, but believe me, I've seen things that one should not see from actual Microsoft documents. Flash is here to stay, but I believe a battle will ensue in the next year or so and it will be diversionary as is always the case with ms. They are smart people but apply less of their smarts

RE: [flexcoders] Re: Image ScaleContent

2005-11-04 Thread Janice Karin
Its actually working as expected. By default, the size of an Image control is the size of its contents. scaleContent is set to true by default, but that only says the image itself should fill the Image control and thus has no effect unless you add width and height properties to the Image

RE: [flexcoders] HTML Text in TextArea

2005-11-04 Thread Matt Horn
I don't know how to link to places in LiveDocs. In livedocs, the actual URL of the page you are currently viewing is at the bottom of the page. For example, at the bottom of the page you provide a path to, it says: "Current page:

[flexcoders] Re: Flex2: pricing info

2005-11-04 Thread Dave Wolf
I am a former lead Product Manager from the .NET servers team at Microsoft. I think I have a pretty good perspective here smile They have a saying in Redmond. Its better to chase tail lights then blaze head lights In other words, let everyone else go establish the market, let everyone else

RE: [flexcoders] Dual core license policy

2005-11-04 Thread Jeff Whatcott
Interesting discussion. Our current licensing is by processor and we don't make any special distinction for dual core processors. We're studying this closely right now, and of course we reserve the right to change our licensing policies in the future, but for now there is no distinction

[flexcoders] TextInput/List matching

2005-11-04 Thread Matt Boles
Anyone have code to share to accomplish the following: A blank TextInput and populated List controls are used As the user types into the TextInput, the List control dynamically displays only words than match what the user has entered thus far into the TextInput When

[flexcoders] Cellrenderer For ComboBox

2005-11-04 Thread moyosaned
created an cellRenderer, I want to use this cellrenderer in a combobox; I tried the following: ?xml version=1.0 encoding=utf-8? mx:ComboBox xmlns:mx=http://www.macromedia.com/2003/mxml; creationComplete=initApp() mx:Script ![CDATA[ import bla.bla.FlexBoxRenderer;

[flexcoders] Re: Image ScaleContent

2005-11-04 Thread jwc_wensan
Janice: That worked. Thanks, Jack --- In flexcoders@yahoogroups.com, Janice Karin [EMAIL PROTECTED] wrote: It's actually working as expected. By default, the size of an Image control is the size of its contents. scaleContent is set to true by default, but that only says the image itself

[flexcoders] Re: TextInput/List matching

2005-11-04 Thread huhgawz
Maybe this help you: http://www.richinternetapps.com/archives/79.html --- In flexcoders@yahoogroups.com, Matt Boles [EMAIL PROTECTED] wrote: Anyone have code to share to accomplish the following: 1.A blank TextInput and populated List controls are used 2.As the user types into

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

2005-11-04 Thread Matt Horn
If you're talking Flex 2, then check out this chapter in the DevApps book: http://livedocs.macromedia.com/labs/1/flex/1051.html hth, matt horn flex docs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: Thursday, November 03, 2005

Re: [flexcoders] Re: TextInput/List matching

2005-11-04 Thread Stanislav Zayarsky
Hello Matt, I have just implemented this feature! :) If you will have questions about implementation I will gladly help you. The sample here http://www.richinternetapps.com/archives/79.html is using much memory but pretty fast, I created application that uses less memory but more cpu

Re: [flexcoders] take that roger!

2005-11-04 Thread JesterXL
Can you hurry up and blog that please? I want to try it this weekend. - Original Message - From: Dirk Eismann [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, November 04, 2005 2:52 AM Subject: RE: [flexcoders] take that roger! Great - just send me one of those Timbuk2

Re: [flexcoders] Flex prototype - production approach

2005-11-04 Thread JesterXL
Jesse Warden does A, Darron Schall does B (I would think). I like to build stuff quickly, ironing out the weird, diffucult things, and just continually kneed the mofo like dough, improving, and releaseing working builds to prove progress. Sometimes, you realize a re-write is best, and

Re: [flexcoders] Flex prototype - production approach

2005-11-04 Thread Tariq Ahmed
I'll second the A approach. I'm a firm believer in the iterative development approach (sometimes called the prototyping model, lightweight methodology, etc...), as opposed to the waterfall approach (define, analyze, scope, design, build, test, implement, support). No matter how much

[flexcoders] Re: Flex prototype - production approach

2005-11-04 Thread Dave Wolf
We feel very strongly about this subject. We developed all our Flex/RIA solutions so far using a front to back approach. Effectively we do what we call a Model Design phase where we develop out the entire UI in Flex. In the past we would call this wire framing and would use static images to

Re: [flexcoders] Re: Flex2: pricing info

2005-11-04 Thread Robert Thompson
Nice to hear your comments; after all, the employees there are just people too; but it's the influence of a culture started long ago (billg: I think Jobs needs to learn to program -- and this coming from a Basic programmer /:-\ I'm not unaware at all that there are those from ms that read these

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

2005-11-04 Thread Boddula, Sridhar
Im talking Flex 1.5 Thanks, Sridhar Boddula, EIS - New Tech. Development 617-664-8566(Work) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Horn Sent: Friday, November 04, 2005 11:32 AM To: flexcoders@yahoogroups.com Subject: RE:

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

2005-11-04 Thread Benoit Hediard
Apparently, this is a known bug: http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=584; threadid=1072386 Benoit Hediard -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Greg Johnson Envoyé : vendredi 4 novembre 2005 14:34 À

[flexcoders] Reverse yaxis (FLEX 2)

2005-11-04 Thread yaagcur
I want to do a chart which is a ranking of team's position (y axis) in a league over time (x-axis). I would like to reverse the y axis so that if a team is improving over time (say from rank 4 to rank 2) the graph shows an upward movement rather than the downward movement that results from a

RE: [flexcoders] Reverse yaxis (FLEX 2)

2005-11-04 Thread Ely Greenfield
No, the axes don't really support inversion. The easiest way would probably be: 1) pre-multiply your values by -1. 2) put a labelFunction on your vertical AxisRenderer that multiplies the label value by -1 to make it look like it's positive. 3) if you want datatips, you'll have to add a

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

2005-11-04 Thread Tracy Spratt
just stuff AS into our mxml. If it bites us later we'll just refactor No, man, dont do that. In 1.5, the 32k problem *will* bite you. Just start off putting the AS into a helper class (static or otherwise). Then youll do: MyHelperClass.myFunction() From the beginning instead of

[flexcoders] Processor Speed vs Video Card Speed

2005-11-04 Thread Tariq Ahmed
Hey guys. Has any testing been done, or does anyone know what will affect performance more: Processor Speed or Video Card speed? I'm at a new job (left eBay 3 weeks ago), the goal at the new gig is to re-engineer the application here (or at least make it way more usable). The application is

Re: [flexcoders] Processor Speed vs Video Card Speed

2005-11-04 Thread JesterXL
CPU. Even with the bitmap renderings, the only hardware Flash utilizes is with Flash Player 8 on the Mac. Granted, you get higher refresh rates with better video cards, and thus higher framerates actually look like they should, but no one should be developing above 30fps in Flex anyway. CPU

[flexcoders] Flex 2: TitleWindow popup bug

2005-11-04 Thread Muzak
And here's another bug with the TitleWindow (in addition to the center bug). If the TitleWindow has a close button (closeButton=true), try clicking the close button and while holding down the mouse, move the mouse. The TitleWindow will jump all the way to the right. regards, Muzak

Re: [flexcoders] Processor Speed vs Video Card Speed

2005-11-04 Thread Tariq Ahmed
That's what I needed. Thank you sir! JesterXL wrote: CPU. Even with the bitmap renderings, the only hardware Flash utilizes is with Flash Player 8 on the Mac. Granted, you get higher refresh rates with better video cards, and thus higher framerates actually look like they should, but no

[flexcoders] Need advice on XMLSocket architecture (1.5)

2005-11-04 Thread Tracy Spratt
Title: Need advice on XMLSocket architecture (1.5) I have 100 fixed clients running a Flex 1.5 app on an intranet. A Dot.Net integration tier maintains individual states for each client. The integration tier talks asynchronously to third party apps over async tcp sockets and even mail

[flexcoders] Re: -- PayPal API

2005-11-04 Thread alariccole
Paypal already offers a webservice which like any webservice can be used with httpservice or webservice components. But it's set up as a monthly service. --- In flexcoders@yahoogroups.com, Robert Thompson [EMAIL PROTECTED] wrote: I was getting ready to delve into a .NET object for PayPal and

[flexcoders] New To Flex

2005-11-04 Thread Alan
I've been playing with Flex on and off over the last year. I recently downloaded Flex 2 Alpha 1 and I like what I see, however I'm a newbie to application development. I would like to get my arms around Flex 2, but other than the few tutorials that Macromedia has on thier site I haven't been

[flexcoders] Re: Flex2: pricing info

2005-11-04 Thread Dave Wolf
This thread is getting off-topic and I probobly shouldn't keep it alive, but I did want to make one short comment. First off I clearly a *former* employee and I can only comment on what I saw when I was there, but many of the things that from the outside look like very well planned very well

RE: [flexcoders] New To Flex

2005-11-04 Thread Matt Chotin
Understanding Flash is not a pre-requisite to understanding Flex. Sometimes it even confuses people J Id look at the Developing Rich Clients book even though its for 1.0, the concepts of how to build an application remain. The 1.5 tutorials that you find out on the web also should

[flexcoders] Flex2: TitleWindow close button click event error

2005-11-04 Thread Muzak
When defining a click event for a custom TitleWindow, clicking anywhere within the TitleWindow triggers the event, allthough the docs say it is used for the close button. Furthermore, when trying to close the TitleWindow in the click event handler, an error pops up. Here's the mxml: ?xml

Re: [flexcoders] Flex2: TitleWindow close button click event error

2005-11-04 Thread Darron J. Schall
Muzak wrote: When defining a click event for a custom TitleWindow, clicking anywhere within the TitleWindow triggers the event, allthough the docs say it is used for the close button. I believe that's a known issue. For now, do this: closeButton=true click=if ( event.target ==

[flexcoders] [Flex 1.5] Cairngorm Store's Filtering Functionality

2005-11-04 Thread fowleryj
I'm trying to implement the filtering functionality shown in the Cairngorm Store example, but the differences between my data set and theirs is creating a rather large hurdle. The particular page I'm working on involves a ComboBox and a DataGrid: the default on the ComboBox is All, so upon

[flexcoders] Mapping java.sql.Timestamp to ActionScript

2005-11-04 Thread Oscar . Cortes
We are reading a collection of Java Value Objects with one of the attributes being of java.sql.Timestamp datatype. How can I map this to ActionScript? We already have a ActionScript VO mapped to the Java VO using object.RegisterClass, it seems that it is reading the value OK but when send the

[flexcoders] Obtaining data from the outer HTML's DOM

2005-11-04 Thread Mink, Joseph
I just read about fscommand (): http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=2349.htm ...very wierd. Anyway, I was hoping to actually obtain information as a return value from a JS function that gets

RE: [flexcoders] Obtaining data from the outer HTML's DOM

2005-11-04 Thread Tracy Spratt
Could you use a callback setup? Fscommand or getURL out to the wrapper, then FlashMovieObject.setVariable(myData) back to Flex? Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mink, Joseph Sent: Friday, November 04, 2005 3:56 PM To:

Re: [flexcoders] Mapping java.sql.Timestamp to ActionScript

2005-11-04 Thread Clint Modien
Ya flexwon't do it for you... you might try pulling the timestamp out of your db as a string and converting it back to a timestamp before you save it to the database. On 11/4/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: We arereading a collection of Java Value Objects with one of

Re: [flexcoders] Flex2: TitleWindow close button click event error

2005-11-04 Thread Muzak
Thanx for the confirmation. I worked around it by doing something similar. mx:TitleWindow xmlns:mx=http://www.macromedia.com/2005/mxml; xmlns=* closeButton=true creationComplete=windowInit() mx:Script ![CDATA[ import flash.events.*; import mx.managers.PopUpManager;

RE: [flexcoders] Obtaining data from the outer HTML's DOM

2005-11-04 Thread Tracy Spratt
And a quick follow-up: setVariable() will work with a Flex setter function, so you can use it to trigger any action in flex. I use this callback setup for programmatic security. I use getURL(_javascript_:myWrapperFunc(mydata)); Tracy From: flexcoders@yahoogroups.com

[flexcoders] PDA

2005-11-04 Thread Howard, Dave
has anyone successfully depolyed a Flex 2 app to a PDA running Pocket PC? Can this be done? Dave Howard__ Technology Leader Linium -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Obtaining data from the outer HTML's DOM

2005-11-04 Thread Mink, Joseph
I was just recently made aware of this link: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_15683 Which basically shows a way, from JS,to set the value of a variable in the Flash Player. Awesome! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Obtaining data from the outer HTML's DOM

2005-11-04 Thread Mink, Joseph
Thanks again, Tracy. That's awesome info! Definitely easier than I would've thought... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy SprattSent: Friday, November 04, 2005 4:24 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Obtaining data from

RE: [flexcoders] Obtaining data from the outer HTML's DOM

2005-11-04 Thread Mink, Joseph
Yes indeed! I just found out about the FlashMovObj.setVariable...didn't know about that! Thanks much! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy SprattSent: Friday, November 04, 2005 4:18 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders]

Re: [flexcoders] PDA

2005-11-04 Thread John Dowdell
Howard, Dave wrote: has anyone successfully depolyed a Flex 2 app to a PDA running Pocket PC? Can this be done? Not yet. The alpha Flex 2 uses the alpha Macromedia Flash Player 8.5 -- even desktop browsers aren't at this level of support yet. Pocket devices are usually a few versions back:

[flexcoders] Just be wary that Flex2 Rich Clients are a threat to Media Player and Lightweight Client vs bulkly GUI

2005-11-04 Thread Robert Thompson
Well, some of each of our last 2 postings have had elements of off-topic and I'm willing to stop it also; but it was and is something I'm researching as far as, as you say "my competetive plug in" problems (which is not the case here at all and I'll either end this or make sure it's on topic by

Re: [flexcoders] Re: Flex prototype - production approach

2005-11-04 Thread superabe superabe
Thanks for all the replies. So the majority seem to favour approach A and iterative development. Question though,doesnt iterative mean you arebuilding towards a production app? Meaning the prototype would constantly get refactored and eventually become the production app. As opposed to a

Re: [flexcoders] Re: Flex prototype - production approach

2005-11-04 Thread JesterXL
Absolutely! 9 out of 10 times I'm building, re-factoring production code as I go. I think the important thing to note here is the purpose of milestones via iterations is to get a build done, working, and testable by a real user, not just a developer. This garners relevant feedback, the

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

2005-11-04 Thread Muzak
In addition to this. I tried adding a Stage resize event listener to a TitleWindow (inside a custom mxml component which extends TitleWindow) in order to be able to keep it centered. When doing so I receive the following error, when resizing the swf: TypeError: Error #1009: null has no

[flexcoders] Flex2: link not working with non selectable html text

2005-11-04 Thread Muzak
When setting the selectable property to false of a Text tag, anchor tags (a href='') no longer work. mx:Text width=100% selectable=false id=info_txt mx:htmlText ![CDATA[info: a href='http://www.muzakdeezign.com/mxi_creator'http://www.muzakdeezign.com/mxi_creator/a]] /mx:htmlText