[flexcoders] New event manager

2005-04-01 Thread Seth Voltz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey everyone, So I'm considering writing an event handler slightly different than the one in cairngorm and wanted to make sure I can't already do it or that it doesn't already exist somewhere in a similar form. So currently the way events work in

RE: [flexcoders] New event manager

2005-04-01 Thread Robert Stuttaford
Seth, I think you're looking for a way to notify multiple views/other elements when a command is complete. Cairngorm maps a single command to a single event. It doesn't prescribe much about what to do when the event is done, but provides ViewLocator to find the views you might need to update.

RE: [flexcoders] Re: Extending the ComboBox

2005-04-01 Thread Abdul Qabiz
Not sure...But if you are looking for attachment corresponding to this thread, I can forward you offlist.. -abdul -Original Message- From: bhaq1972 [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 2:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Extending the

Re: [flexcoders] Re: Flex 1.5 price

2005-04-01 Thread Scott Barnes
isn't that the interview room :) On Apr 1, 2005 7:33 PM, Steven Webster [EMAIL PROTECTED] wrote: customer. (Even though they may have a mugshot in their interview rooms reading DO NOT HIRE THIS CLOWN) You sure it's the interview room ? I saw it hanging beside the pool table. ;)

[flexcoders] Re: Extending the ComboBox

2005-04-01 Thread bhaq1972
yes please. thanks Abdul just send to [EMAIL PROTECTED] regards bod(bhaq1972) --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Not sure...But if you are looking for attachment corresponding to this thread, I can forward you offlist.. -abdul -Original

[flexcoders] Tab navigator questions ANYONE ?

2005-04-01 Thread r0main
Hello again, my first post was probably hidden in the massive flex-pricing battle, so I repost it: Few questions regarding a TabNavigator: - I'd like to left-align tab label inside of fixed-width tabs, how can I do this ? - I'd like to manage the placement of the icons I can display in tabs,

[flexcoders] CF Component and remoting

2005-04-01 Thread joao_m_fernandes
Hi there, I'm invoking cfcs with remoteObject inside Flex and for basic functions it works just great but when I used cfset somevar = listappend(list,value,delimit) inside my remote function I got this error from the FB network debugger. [object] : code[String] : Server.Processing

[flexcoders] Tweening Library 1.0 - OpenSource

2005-04-01 Thread tor.kristensen
Learn more and download the code and docs here: http://magnus.te-consulting.dk/flash/index.html Description The TietoEnator Tweening classes extend the useful FMX Tween class, and allow the creation of complex sequences of: Tweens, Events, Commands, Delays and SetValue

[flexcoders] Re: PrintJob()

2005-04-01 Thread Rich Tretola
Does anyone have any ideas about this ? On Mar 31, 2005 3:06 PM, Rich Tretola [EMAIL PROTECTED] wrote: I am trying to print an mlmx file at the same level as the one calling the printjob. Here is my code: public function testPrintJob():Void { var printJob:PrintJob = new

[flexcoders] Re: New event manager

2005-04-01 Thread r0main
Hello, not sure global-multicasting is a better event handling than the Cairngorm's core-handling. In the past a good software re-design allowed me to skip a lot of requirements I was asking Steven to put into Cairngorm, like event sequencing... Can't a central model fit your need ? (updated by

[flexcoders] NameFilter extends Filter

2005-04-01 Thread [EMAIL PROTECTED]
Hi, i'm using a good example find http://www.flexauthority.com/samplesIndex.cfm Data Filtering. i'm using only NameFilter. But if i wish that my dataGrid will be filtered as sql like function? If few word in this examples i'm using this return item.descrizione.substr(0, __match.length) ==

[flexcoders] Filling a basic line chart from an array of VO's

2005-04-01 Thread digital_eyezed
Hi, Whats the easiest way to fill a basic line chart from an array of value objects passed back from a remoteobject call? The array contains value objects which themselves contain a String (for the label) and two numeric values. Do I have to rip through the array and fill an xml model? The

[flexcoders] Loading time detection

2005-04-01 Thread Anthony Merryfield
Title: Loading time detection Hello everybody, Is there some kind of trigger or function that I could use to redirect a user to a non Flex page if the the client is using a slow connection? Or any other ways to detact the connection speed and save a 56k user the pain of a 244k download?

RE: [flexcoders] Remote object mapping properties

2005-04-01 Thread Doodi, Hari - BLS CTR
Yes, they should match. Thanks! Hari -Original Message- From: Jeff Krueger [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 7:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Remote object mapping properties Sorry if this is an obvious one, but I

[flexcoders] Re: PrintJob()

2005-04-01 Thread Rich Tretola
Well it appears that the object must be added to the file calling the print job with an mxml tag and can not be simply created in an actionscript methohd. On Apr 1, 2005 7:12 AM, Rich Tretola [EMAIL PROTECTED] wrote: Does anyone have any ideas about this ? On Mar 31, 2005 3:06 PM, Rich

[flexcoders] Re: Filling a basic line chart from an array of VO's

2005-04-01 Thread digital_eyezed
It's Okay I worked it out. Turns out that the new release of JBOSS doesn't function very well with flex 1.5! I kept getting memory errors and property value errors. I installed Tomcat 4.1 and voila: mx:Panel width=100% mx:ColumnChart id=chart

RE: [flexcoders] Re: PrintJob()

2005-04-01 Thread Doodi, Hari - BLS CTR
Hi Rich, If you don't mind can you post the working example? I have a similar requirement to work on. Thanks in adnvance. Thanks! Hari -Original Message- From: Rich Tretola [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 8:50 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: Filling a basic line chart from an array of VO's

2005-04-01 Thread Mika Kiljunen
What JBoss version ? What problems did you have? Have you used previous JBoss versions with Flex and it worked fine before? -Mika From: digital_eyezed [mailto:[EMAIL PROTECTED] Sent: 1. huhtikuuta 2005 6:10 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Filling a

RE: [flexcoders] Key class Help

2005-04-01 Thread Doodi, Hari - BLS CTR
Excellent Abdul, This is what I am look for. Thank you very much for your help. Thanks! Hari -Original Message- From: Abdul Qabiz [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 1:22 AM To: flexcoders@yahoogroups.com; 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Key

Re: [flexcoders] Tab navigator questions ANYONE ?

2005-04-01 Thread Manish Jethani
On Apr 1, 2005 5:33 PM, r0main [EMAIL PROTECTED] wrote: Few questions regarding a TabNavigator: - I'd like to left-align tab label inside of fixed-width tabs, how can I do this ? mx:Style Tab { text-align: left; } /mx:Style - I'd like to manage the placement of the icons I can

[flexcoders] Re: Filling a basic line chart from an array of VO's

2005-04-01 Thread digital_eyezed
Hi, I was using JBoss 4.0.1SP1, and was continuosly getting memory stack overflow errors and stupid errors like this: 5 Errors, 1 Exception found. Error /Main.mxml:80 Property elements may not have attributes Error /Main.mxml:81 Property may only contain one value Error

[flexcoders] Dynamic link population

2005-04-01 Thread Cindy Lee
I'm trying to generate a table, each cell of which is a link. The number of rows in the table can be variable, and the link for each cell is generated dynamically and passed to Flex as part of the data model. Here's an example of what a simplifed version of the table might look like: mx:Grid

RE: [flexcoders] Key class Help

2005-04-01 Thread Abdul Qabiz
Nice to know, it works for you :) Feel free to shoot more queries on the same... -abdul -Original Message- From: Doodi, Hari - BLS CTR [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 8:21 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Key class Help Excellent

RE: [flexcoders] Flex 1.5 price

2005-04-01 Thread Simon Fifield
Perhaps Macromedia are planning a version of Flex that will allow the programmer to use MXML/Actionscript to generate an SWF, without the whole Flex Server Side Application (sorry - Flex Enterprise Server!) I imagine that the price for this would still be more than Flash MX 2004 Pro say

[flexcoders] Re: Extending the ComboBox

2005-04-01 Thread terry_hrtn
Abdul, can you post the code here, I never received it (I thing anti-virus caught it). Thanks, Terry --- In flexcoders@yahoogroups.com, bhaq1972 [EMAIL PROTECTED] wrote: yes please. thanks Abdul just send to [EMAIL PROTECTED] regards bod(bhaq1972) --- In

RE: [flexcoders] Flex 1.5 price

2005-04-01 Thread Robert Stuttaford
Simon, It is possible, currently, to use Flex with FlashORB for remoting. Apart from the license, its perfectly capable of being a standalone product mxmlc.exe is the compiler, I imagine a simple GUI for that would be all one would need. Technically sensible, but I think Macromedia

RE: [flexcoders] Flex 1.5 price

2005-04-01 Thread Simon Fifield
Good point Robert. Regards, Simon -Original Message-From: Robert Stuttaford [mailto:[EMAIL PROTECTED]Sent: 01 April 2005 18:46To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 1.5 price Simon, It is possible, currently, to use Flex with FlashORB

RE: [flexcoders] Dynamic link population

2005-04-01 Thread Abdul Qabiz
Hi, What about creating a custom component extending from Link component. I have made a simple example, might help you.. ##LinkEx.mxml## mx:Link xmlns:mx=http://www.macromedia.com/2003/mxml; click=openLink(); mx:Script import mx.controls.Link; var link:String;

RE: [flexcoders] Re: Extending the ComboBox

2005-04-01 Thread Tracy Spratt
Get the list as email in Outlook. Searching is much better that way also. Tracy -Original Message- From: bhaq1972 [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 4:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Extending the ComboBox Can someone tell me how to

Re: [flexcoders] Flex 1.5 price

2005-04-01 Thread Matthew Shirey
I was already told by our MM rep that its counted by the physical processor. Dual core is still one. M. On Apr 1, 2005 1:28 AM, Anthony Merryfield [EMAIL PROTECTED] wrote: It'll be interesting what the policy will be on dual core CPUs when they arrive? T -Original Message-

[flexcoders] Making an array of buttons

2005-04-01 Thread nostra72
I am trying to make an array of Objects that hold Number values and for some reason this code does not work can someone explain why it does not work? I am trying to get it to show the number ten in the TextInput box. ?xml version="1.0" encoding="utf-8"?mx:Application

[flexcoders] [ChangeEvent()] and binding

2005-04-01 Thread Andora, Greg
Title: [ChangeEvent()] and binding Hi all, I'm trying to expose a property of a custom component to be available for binding and can't seem to get it tor work. Below is the code for a very basic example of what I'm trying to do. I have a property (myVar) whose changes are triggered by

RE: [flexcoders] Flex 1.5 price

2005-04-01 Thread Lucian Beebe
Wow, Hans, I couldnt have said it better. We really do hear you. We really are trying to make the absolute best Flex development platform possible. And focus is the whole way we are getting there. The passion in this thread has served to underscore the desirability of Flex, and for

[flexcoders] Making an array of Numbers

2005-04-01 Thread nostra72
I am sorry I meant to put the words an array of Numbers in the subject value not an array of Buttons I know how to make an array of buttons just not numbers. Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this

RE: [flexcoders] Making an array of buttons

2005-04-01 Thread Andora, Greg
Title: Message You never actually call your addnumbersup() function. If you place it in your placenumberdown() function, it should start working. For example: public function placenumberdown(){ addnumbersup(); thenumberitself.text =String(addup);} Thank you, Greg Andora

[flexcoders] administrativa : yahoogroups thread mode is unusable.

2005-04-01 Thread dduuggllaa
Could someone please instruct me in how to drive thread mode in the group. It behaves about as broken as is possible. My needs are simple, folks. - I want to walk the thread forward in time - I want to walk the thread backward in time I want to do either with out loosing my mind. -Douglass

RE: [flexcoders] Making an array of buttons

2005-04-01 Thread Andora, Greg
Title: Message Also, to make the array of Numbers (not objects with a property named "Number"), you'd probably rather have your array object like this: mx:Array id="numberstoaddup" mx:Number0/mx:Number mx:Number1/mx:Number mx:Number2/mx:Number mx:Number3/mx:Number mx:Number4/mx:Number

Re: [flexcoders] Making an array of buttons

2005-04-01 Thread nostra72
I se well thats most helpful if thats the case then can I just make an array of buttons by doing this mx:Array id="buttonstouse"mx:Button label ="1" / mx:Button label ="2" / mx:Button label ="3" / mx:Button label ="4" / mx:Button label ="5" / /mx:Array Yahoo! Groups Links To visit

[flexcoders] FlashForward2005 - San Francisco

2005-04-01 Thread Robert Brueckmann
Anyone on this list going to this conference next week? I cant waitsome of the seminars look greatgranted its not Flex-oriented it still should provide some interesting info on actionscript, components, RIAs and what have you based on the what Ive read in the descriptions on some of the

RE: [flexcoders] [ChangeEvent()] and binding

2005-04-01 Thread Andora, Greg
Title: Message That did it, thanks a lot. Greg Andora -Original Message-From: Ashish Goyal [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 11:35 AMTo: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] [ChangeEvent()] and binding Hi Greg, The problem is

[flexcoders] Re: administrativa : yahoogroups thread mode is unusable.

2005-04-01 Thread jacksodj
Sounds like a perfect flex app. tree nav etc. --- In flexcoders@yahoogroups.com, dduuggllaa [EMAIL PROTECTED] wrote: Could someone please instruct me in how to drive thread mode in the group. It behaves about as broken as is possible. My needs are simple, folks. - I want to walk the

[flexcoders] SOT: Flex Developer wanted in Atlanta

2005-04-01 Thread Jeremy Bruck
MfgQuote (www.MfgQuote.com) is looking for another CFMX Macromedia Flex developer to join the team. Applicants should have used Flex for the past 6 months minimum, and ColdFusion for the last 2-3 years. Must be very good with CFCs. Prefer those that have used Mach-II in production. A

[flexcoders] upload in central

2005-04-01 Thread Rich Tretola
Does anyone know the reference that I need to use on the coldfusion side of a flex/ventral upload ? I know that the .cfm page is being called but I don't know what to reference in the cffile tag ? cffile action=UPLOAD filefield= destination=#tempImageDir#

Re: [flexcoders] upload in central

2005-04-01 Thread Spike
Use cflog to log the names of the form fields that get posted. You can then check the log file to see what the name was. Spike Rich Tretola wrote: Does anyone know the reference that I need to use on the coldfusion side of a flex/ventral upload ? I know that the .cfm page is being called

[flexcoders] render html in flex

2005-04-01 Thread Kyle
Hi, I'm new to Flex and am curious if it is possible to design a Flex app that has an embedded html rederer within it. We currently have a web app that renders some of its content from a content management system (using iframes). We are considering switching the main app to Flex but would

[flexcoders] un-selecting a row in datagrid

2005-04-01 Thread Doodi, Hari - BLS CTR
Hi, Does any one know how to un-select an already selected row in a datagrid? Situation is like this, user can navigate data either by selecting an item from datagrid or by clicking PrevBtn or NextBtn. When user selected an item from DG and then used PrevBtn or NextBtn then data displayed on

RE: [flexcoders] Key class Help

2005-04-01 Thread Gordon Smith
Use application instead of _root. - Gordon -Original Message- From: Matt Horn [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 1:30 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Key class Help Another variation on this is to use addEventListener on the keyUp

[flexcoders] Datagrid rowcount

2005-04-01 Thread Tom Fitzpatrick
Setting a datagrid's variableRowHeight property to true (and enabling wordwrap in one of the columns) seems to make it impossible to reset the rowCount, which stays at the default of 6 rows even though I define the rowCount property as 2 (or try to have it match the length of the

Re: [flexcoders] Re: New event manager

2005-04-01 Thread Seth Voltz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not sure I understand what you mean by a central model I can't hard code a single class to send requests to many places if that's what you're suggesting. The reason for this is I'm developing a core application that can have any number of

RE: [flexcoders] Datagrid rowcount

2005-04-01 Thread Ashish Goyal
For variable row height DataGrid, rowCount is not supported. Since the rowheight is not constant in a VRH DG, its not possible to show fix number of rows in a fixed height datagrid. Make sense? To show 2 rows in a VRH DG, you can set DataGrid height such that it only shows 2 rows ;) It will

RE: [flexcoders] Dynamic link population

2005-04-01 Thread Cynthia Lee
Abdul, Thanks for the example. This works great! One further question though -- is there a way to get rid of the Changes to unknown property, drilldown, will not be detected warning? It doesn't pose a major problem, in that the link won't change once it's been populated, but it would be nice

RE: [flexcoders] Dynamic link population

2005-04-01 Thread Abdul Qabiz
HI Cynthia, You can prevent it by explicit casting links to String, like this... ##yourApp.mxml## mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns:local=* !-- Your entire app code goes here //-- mx:Grid width=100% mx:Repeater id=rptRowRep

[flexcoders] resizing textarea

2005-04-01 Thread Tom Fitzpatrick
I'm populating a textArea's text property in a custom component via actionscript. Is there any way to get it to resize to accommodate the amount of text it is receiving? I keep getting scrollbars no matter what I try. - Tom Yahoo! Groups Links * To visit your group on the web, go to:

Re: [flexcoders] My Apologies

2005-04-01 Thread John Dowdell
Mehdi, Agha wrote: I have to set Out of the Office reply for a week while I am out. I apologize if it causes any inconvenience. I could unsubscribe from the list and re-subscribe but than I'd miss a lot. If anyone does have any objections then I will un-subscribe. :-( Yahoo Groups has a nice

RE: [flexcoders] Dynamic link population

2005-04-01 Thread Cynthia Lee
Hmmm, I thought this had to with the link not automatically updating if the data from the data model changed. Anyway, I tried casting the links, but still got the same errors. -Original Message- From: Abdul Qabiz [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 3:10 PM To:

Re: [flexcoders] upload in central

2005-04-01 Thread Rich Tretola
I already tried that and did not have anything in form, or url scope. On Apr 1, 2005 3:57 PM, Spike [EMAIL PROTECTED] wrote: Use cflog to log the names of the form fields that get posted. You can then check the log file to see what the name was. Spike Rich Tretola wrote: Does

RE: [flexcoders] Key class Help

2005-04-01 Thread Matt Horn
Yup, brain fart. This works just grand: application.addEventListener("keyUp",mx.utils.Delegate.create(this, keyHandler)); From: Gordon Smith [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 4:38 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Key class

RE: [flexcoders] resizing textarea

2005-04-01 Thread Matt Horn
Tom, have you tried mucking with the setScrollProperties() method of the ScrollView class (of which TextArea is a subclass)? That's about the only thing I could think of, and admit it seems like a long shot. Matt Horn From: Tom Fitzpatrick

RE: [flexcoders] FlashForward2005 - San Francisco

2005-04-01 Thread Lucian Beebe
If anyone is in town for the show, please let me know. Ill get some of the Flex team together and we can all meet up at some point. Reply to the list and Ill collect names and see what we can do according to the number of people. Lucian Beebe Flex product manager Macromedia