[flexcoders] TextInput

2005-03-29 Thread [EMAIL PROTECTED]
Hi to all, stupid question i wish that TextInput is disable or readOnly but i can't fire keyDown event, there's a method to do, i think if there is a readOnly property this would work. Devis Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group

[flexcoders] I stole Mach-II for Flex hehe...

2005-03-29 Thread Scott Barnes
I've been working (for the past 5 days) on my own framework, well my own meaning cherry picked some damn fine ideas from Mach-II.com At anyrate, I posted my basic theory online via my blog, and yall being FLEXCoders here, I thought I would ask folks thoughts on my plan of attack for a FLEX framew

Re: [flexcoders] Flex 1.5 price

2005-03-29 Thread christoph larch
hi there, latest news from macromedia sales directly : on 1st april the price will rise. eur 15K / CPU but there will be a 4 CPU license for round about eur 28K both packages contain 5 flex builder licenses... Yahoo! Groups Links <*> To visit your group on the web, go to: http://group

RE: [flexcoders] Flex 1.5 price

2005-03-29 Thread Robert Stuttaford
url? -Original Message- From: christoph larch [mailto:[EMAIL PROTECTED] Sent: 29 March 2005 01:25 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex 1.5 price hi there, latest news from macromedia sales directly : on 1st april the price will rise. eur 15K / CPU but the

Re: [flexcoders] Flex 1.5 price

2005-03-29 Thread Scott Barnes
It won't be officially public until probably day before 1st of April or close to it. I've had like 10 debates now offline with various pro-FLEX-anti-Price folks on it and its heated, so I can only imagine the sales folks / product managers / conferences will be heckled even further on this point.

[flexcoders] Validator->requiredFieldError

2005-03-29 Thread Christoph Guse
Hi List, I'm doing some work with validators and I found the property requiredFieldError. With this property I can set a custom text to be displayed instead of "The field is required". When I put a static text in this property like requiredFieldError="you should fill in a name" everything wor

Re: [flexcoders] Flex 1.5 price

2005-03-29 Thread Sjors Pals
I dont know or its mentioned, but when i read the website it says: $12,000 USD or 14,400 € Isn't that strange? One Euro is $1,29 So the price should be something like : 11,162 Has this something to do with export taxes or something? Regards, Sjors Pals Robert Stuttaford wrote: > url? > > --

Re: [flexcoders] Flex 1.5 price [Macromedia Italy tech]

2005-03-29 Thread [EMAIL PROTECTED]
It's true Sjors, it's a strange Macromedia Conversion! but it will be difficult to find clients prepared to spend 2, with already 14000 "they open wide me the eyes ", despite the final product is of good impact. However I don't think that Macromedia will lower the costs, to the last It

[flexcoders] IF flex_price > 12k usd THEN should_I_consider_to_Buy = undefined

2005-03-29 Thread mlaudrup1986
Hello flexcoders, I've been evaluating this product for about 2 months for now... I'm not a Flash/Flex developer and the learning curve of the AS2 principles in addition to the Flex framework was quite steep. I managed to develop my first application and many thanks for the flexcoders user g

Re: [flexcoders] Flex 1.5 price

2005-03-29 Thread david.aaron
When Flex came out, the joke went around that its price was a rounding error for Java folk. I suspect the Euro price is just rounded up to make the maths easier. Meanwhile is anyone involved in this beta who feels they can let the rest of in on the mobile story? http://www.cxotoday.com/cxo/jsp/a

Re: [flexcoders] Flex 1.5 price

2005-03-29 Thread JesterXL
What parts of mobile? Flash Lite works on many mobile devices, and you can work on it right now: http://www.macromedia.com/devnet/devices/ http://www.macromedia.com/devnet/devices/articles/flashlite_ols.html - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, March 29

[flexcoders] xml as input for a datagrid

2005-03-29 Thread Jeroen De Vos
Hi guys,   My data comes wrapped in an xml object. Can I easily put the data in a datagrid?   Thanks, Jeroen.     Jeroen De Vos Gemeentelijk Havenbedrijf Antwerpen C/ICT - AMARIS   Deze e-mail en alle gek

[flexcoders] Comboboxes in datagrid

2005-03-29 Thread Tom Fitzpatrick
I'm trying to create a datagrid that holds three-column rows with a comboBox in each cell. I assume I have to use a cellrenderer to accomplish this - is this correct? I've been experimenting with cellrenderer examples on the rich internet apps site (Webster/McLeod) and one posted by Dirk Eisma

RE: [flexcoders] Comboboxes in datagrid

2005-03-29 Thread Dirk Eismann
Hi, I usually subclass the DataGridColumn class to customize the assigned cell renderer. This way you can easily pass extra information (in your case the dataprovider for the combo boxes) directly to the column. The cellrenderer then "asks" its row for the dataprovider to use:

Re: [flexcoders] Flex 1.5 price

2005-03-29 Thread david.aaron
I am aware of Flash Lite in its current limited form but I have been hearing rumours about its replacement which should have RIA abilities. I am curious if these extend to the mobile platforms. David Aaron Mobile 44+7976-973-451 Skype planetzog Certified Macromedia Developer and Trainer Blog http

Re: [flexcoders] xml as input for a datagrid

2005-03-29 Thread Pushkar Phatak
Jeroen, May be you can take a look at the classic flexexplorer version of the datagrid. That probably has what you are looking for. http://flexapps.macromedia.com/flex15/explorer/explorer.mxml Pushkar On Tue, 29 Mar 2005 17:04:57 +0200, Jeroen De Vos <[EMAIL PROTECTED]> wrote: > > > > Hi g

[flexcoders] ProgressBar

2005-03-29 Thread [EMAIL PROTECTED]
Hi, i have 3 ActionScript function , and i wish to create a progress bar into a tileWindow and destroy it when finish. Can you help me please Devis Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this grou

[flexcoders] code 2 my blog

2005-03-29 Thread Clint Tredway
I have posted the code to my blog on the blog... I changed the UI this morning to use cellrenderers and made it flow a bit better... The only thing missing is a true admin for the blog... I will add that in the next few days... I hope some learn something from it and I can learn from others look

[flexcoders] Tab from Modal not working

2005-03-29 Thread joao_m_fernandes
Hi there, I'm trying to avoid modal window to tab from a popupwindow field (this case a dg) to the background application. Is this possible? I want to have tab enabled but preventing to tab to another container. Thanks, João Fernandes Yahoo! Groups Links <*> To visit your group on

RE: [flexcoders] How to pass AS Objects to a CFC

2005-03-29 Thread Mehdi, Agha
You can also implement mapping like this = 1. AS VO -- Class TestVO { public var test1 : String; public var test2 : Array; function TestVO () { Object.registerClass ( "testVO", TestVO );

Re: [flexcoders] code 2 my blog

2005-03-29 Thread Pushkar Phatak
Clint, Thanks. This helps a lot!! regards Pushkar On Tue, 29 Mar 2005 10:43:20 -0600, Clint Tredway <[EMAIL PROTECTED]> wrote: > > I have posted the code to my blog on the blog... > > I changed the UI this morning to use cellrenderers and made it flow a > bit better... The only thing missing

Re: [flexcoders] Flex 1.5 price

2005-03-29 Thread Sjors Pals
Wrong calculation ;) Its even worse in Euros 9.302 is the equivalent of $12.000. Sorry.. Sjors Pals Sjors Pals wrote: >I dont know or its mentioned, but when i read the website it says: > >$12,000 USD or 14,400 € > >Isn't that strange? One Euro is $1,29 > >So the price should be something l

RE: [flexcoders] How to pass AS Objects to a CFC

2005-03-29 Thread Mohanraj Jayaraman
I was about to post a question on 'Using Value Objects with CFC' and your example explains it all. Thanks again. Mohanraj --- "Mehdi, Agha" <[EMAIL PROTECTED]> wrote: > You can also implement mapping like this > > = > 1.AS VO > -- > Clas

RE: [flexcoders] Comboboxes in datagrid

2005-03-29 Thread Tom Fitzpatrick
Dirk - Many thanks for your suggestions - but I'm still struggling to make this work. I guess I need a more complete, simple example of multiple comboboxes in multiple datagrid rows so I can build off of that. Can you - or anyone else - provide or point to such an example? - Tom At 10:34 AM

[flexcoders] Rowheight

2005-03-29 Thread gevgelija50
Is there a way to resize a particular row of a datagrid based on certain criteria? Say if row 75 is clicked and column 0 == 'Yes', I want to increase the row height for row 75, and row 75 only. Thanks, Alex Yahoo! Groups Links <*> To visit your group on the web, go to: http://grou

[flexcoders] referencing id in parent titlewindow from another titlewindow?

2005-03-29 Thread stevenkeys2003
Guys, I'm launching a titleWindow from another titleWindow. I need to reference id of container in parent titleWindow. How? I've done this with components, but unable to figure this one out when it comes to titleWindow referencing another titleWindow.. i've tried _parent, _root, mx.core.Applic

RE: [flexcoders] Comboboxes in datagrid

2005-03-29 Thread Michael Griffin
Hey Tom,   You should check out http://www.markme.com/pent/archives/flex/solutions/cellrenderers.zip from Peter Ent's blog for a bunch of good cellrenderers (including a combobox) and the Flex explorer has 2 examples cellrenderers you can use as templates.  Send me a note if you can't get thes

RE: [flexcoders] Change Events for Custom Classes

2005-03-29 Thread Andora, Greg
Title: Message Thanks a lot, I had quite a brain fart there... Thanks, Greg Andora -Original Message-From: Gordon Smith [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 8:02 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] Change Events for Custom Clas

[flexcoders] custom theme error

2005-03-29 Thread d_marttila
Hi, I've been trying to load a custom theme in Flex and have had no luck. Here's the code: http://www.macromedia.com/2003/mxml"; theme="theme/DougHalo.swc"> I get the following error: "unable to load theme theme/DougHalo.swc" I am using FlexBuilder 1,5, Flex 1.5, and MX2004 Pro. In add

[flexcoders] super.super?

2005-03-29 Thread Simon Fifield
Hi Flexcoders,   Is it possible to make a call like:super.super.layoutChildren(); The compiler says "There is no such method with the name 'super'."   Is there another way around?       Kind Regards,   Simon Fifield Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups

Re: [flexcoders] IF flex_price > 12k usd THEN should_I_consider_to_Buy = undefined

2005-03-29 Thread Scott Barnes
Heya, This raises a good question as to what FLEX is really meant to do. In that, you've stated that you've experienced memory leaks and so forth, and i must admit if i load too much into the one screen stack, i too will see some CPU climb - but thats easily fixed by removing un-needed container

Re: [flexcoders] code 2 my blog

2005-03-29 Thread Clint Tredway
thanks! On Tue, 29 Mar 2005 12:22:38 -0500, Pushkar Phatak <[EMAIL PROTECTED]> wrote: > > Clint, > Thanks. > This helps a lot!! > regards > Pushkar > > > On Tue, 29 Mar 2005 10:43:20 -0600, Clint Tredway <[EMAIL PROTECTED]> wrote: > > > > I have posted the code to my blog on the blog... > > >

RE: [flexcoders] super.super?

2005-03-29 Thread Gordon Smith
Title: Message super.super isn't supported in AS2. Can you describe your situation? Why do you need to inherit from a class higher up the inheritance chain, instead of from your superclass?   - Gordon   -Original Message-From: Simon Fifield [mailto:[EMAIL PROTECTED] Sent: Tuesday,

[flexcoders] responding to a custom event - help requested

2005-03-29 Thread Jonathan Hirschi
Hey all, i've got a situation that I don't think i'm handling correctly... situation: I have a main application that contains a datagrid. I create a popup to handle editing and when the edit has gone through, i want to refresh the main datagrid. I'm trying to do this through an event (is that

Re: [flexcoders] IF flex_price > 12k usd THEN should_I_consider_to_Buy = undefined

2005-03-29 Thread Dennis Jackson
I have never had good luck with cold fusion and its memory management. Especially with com objects. I have a couple of known bugs that were opened and have resolved much of this by shipping COM work to .net and using MX's webservices to access it, and in some cases having the entire COM object

Re: [flexcoders] super.super?

2005-03-29 Thread Chris Velevitch
If you are in a method of say class C which extends class B, then calling super.someMethodName works. If class B extends class A and B doesn't redefine a method of A, say, called methodOfA, then in class C you can call super.methodOfA. This is because, through inheritance, all unredefined methods

Re: [flexcoders] code 2 my blog

2005-03-29 Thread Chris Velevitch
Which version of Flex are you using? Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.co

Re: [flexcoders] code 2 my blog

2005-03-29 Thread Clint Tredway
1.5 is what I am using On Wed, 30 Mar 2005 12:29:03 +1000, Chris Velevitch <[EMAIL PROTECTED]> wrote: > > Which version of Flex are you using? > > > Yahoo! Groups Links > > > > > -- My Blog http://www.clinttredway.com Are you diabetic? http://www.diabetesforums.com Yahoo! Groups

RE: [flexcoders] Security Sandbox Violation when loading image

2005-03-29 Thread Dimitrios Gianninas
Hi,   It should work without having to convert into to the AS2 type class as you did. If you simply do:   results[0].price results[1].price   this should get you the price of the first product and seconds products. I assumed "results" is the name of the object that contains the results of

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-29 Thread Dimitrios Gianninas
Hi Josh,   Make sure the Group class in Java has:   - no args constructor - getter/setter method for every field - serializable   On the AS2 side, make sure you have specified within the class:   static var regClass = Object.registerClass("com.package.Group", com.package.Group);   Jimmy

RE: [flexcoders] responding to a custom event - help requested

2005-03-29 Thread Abdul Qabiz
Hi, Code looks fine. I am guessing, there are object scope or context issues. That is, callback function is called in different context instead of supposed one... Use Delegate, just change the following line and see what happens... instwin.addEventListener("recAdded", mx.utils.Delegate.create(

Re: Re: [flexcoders] code 2 my blog

2005-03-29 Thread nithya lakshmi radhakrishnan
  hai   I am now working on an ecommerce application in flex1.5.. I would like to know if it is possible to place a link on the header bar of an Accordion container.. if yes i want to have the code for it.. also i want to know how to make a tab navigator to appear on click of the link being

Re: Re: [flexcoders] code 2 my blog

2005-03-29 Thread Clint Tredway
The header of an accordion is already clickable.. and when its clicked it broadcasts a change event which you can tie a function to that will execute any code you want. make sense? On 30 Mar 2005 05:05:00 -, nithya lakshmi radhakrishnan <[EMAIL PROTECTED]> wrote: > > > > > > hai

[flexcoders] unsubscribe

2005-03-29 Thread Jasper Blues
unsubscribe ~~--- This e-mail may contain confidential information. If you are not the intended recipient, please notify the sender immediately and delete this e-mail from your system. You must not disclose this e-mail to anyone without express permission from the sender. The contents

RE: [flexcoders] Weird tree issue

2005-03-29 Thread Matt Chotin
Make sure you’re using the TreeDataProvider methods which means selectedItem.getProperty(“data”), not .attributes (since that will only work for XML and not when you use an object graph).   Matt   From: Ted Casey [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2005 9:51 AM

RE: [flexcoders] Security Sandbox Violation when loading image

2005-03-29 Thread Matt Chotin
You shouldn’t have had to create an AS class, I’m not sure why it wouldn’t have worked.  The regular object should have had the data you needed.  Best practice is to create the class though.   Matt   From: Kristopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, March 28, 2

RE: [flexcoders] TextInput

2005-03-29 Thread Matt Chotin
editable="false"? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 12:11 AM To: Flex Coders Subject: [flexcoders] TextInput Hi to all, stupid question i wish that TextInput is disable or readOnly but i can't fire keyDown event, the

RE: [flexcoders] Validator->requiredFieldError

2005-03-29 Thread Matt Chotin
Flex 1.x doesn’t allow databinding into validators.  It’s something we hope to address in the next version.   Matt   From: Christoph Guse [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 4:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Validator->requiredFi

RE: [flexcoders] Rowheight

2005-03-29 Thread Matt Chotin
I think you’d need a cell renderer in that row to grow based on some property of the item.  Then when the cell renderer sees that property change it changes height (and when the item for that cell is re-assigned it goes back to normal).   Matt   From: gevgelija50 [mailto:[EMAI

RE: [flexcoders] referencing id in parent titlewindow from anothe r titlewindow?

2005-03-29 Thread Matt Chotin
I think parentDocument is what you’re looking for.   Matt   From: stevenkeys2003 [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 29, 2005 11:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] referencing id in parent titlewindow from another titlewindow?   Guys,

[flexcoders] prevent Double click

2005-03-29 Thread [EMAIL PROTECTED]
Hi, have some suggestion from prevent double click on the button? for example my button throw some functions on back-end, i wish to disable button until the function are end. It's possible? Devis Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/gr