[flexcoders] Re: HistoryManger state is undefined on loading

2005-07-08 Thread rockmoyosa
This thing is really weird: first save state: DEBUG: - saveState DUMP START this:Object |view = false (boolean) |detailId = 7bd21a76-b716-4501-a196-1acf4265d847 (string) And if I click on Back: DEBUG: - loadState DUMP START this:Object |

[flexcoders] Gartner's Take on Rich Internet Applications

2005-07-08 Thread Tolulope Olonade
Title: Gartners Take on Rich Internet Technology Whats all the hype about NEXAWEB.? Has anybody seen solutions implemented using the tech? How does it stack against FLEX? Why did Gartner select over Flex? Can somebody shed more light ? From: Nexaweb Technologies, Inc.

[flexcoders] Re: remote objects + CF (another question)

2005-07-08 Thread chris.alvarado
ok folks i figured it out. . . =) On 7/7/05, chris.alvarado [EMAIL PROTECTED] wrote: Hello again everyone, I was able to get some data from cold fusion with the following code: mx:RemoteObject id=myService endpoint=http://localhost:8500/flashservices/gateway;

Re: [flexcoders] Gartner's Take on Rich Internet Applications

2005-07-08 Thread Sjors Pals
Its no hype, as far as i read its hard to implement and it uses there own runtimes. I don't think this product is really suitable for internet apps, but more a replacement for traditional desktop applications. Its funny that these kind of products are considered as RIA's since the only

[flexcoders] Multiple components sharing a data provider question

2005-07-08 Thread Tom Jeffery
I'm trying to come up with a way to have multiple tree components share the same global data provider. I want to have all instances of the components updated to reflect changes to any of them, as though it was a file folder. I've created a global HTTP service object in my main application which

Re: [flexcoders] Load a large swf (13MB)

2005-07-08 Thread JesterXL
That article is incorrect and what JD says, holds; as each frame is downloaded, you can view it, thus it's progressive download. - Original Message - From: Clint Modien To: flexcoders@yahoogroups.com Sent: Thursday, July 07, 2005 7:43 PM Subject: Re: [flexcoders] Load a large

RE: [flexcoders] How do I bound XML data into an array that is mydataprovider for a data grid

2005-07-08 Thread joe . g . james
No I am not. How do I use that function? CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient, you must not read,

[flexcoders] remote objects + CF (another question)

2005-07-08 Thread chris.alvarado
Hello again everyone, I was able to get some data from cold fusion with the following code: mx:RemoteObject id=myService endpoint=http://localhost:8500/flashservices/gateway; source=myPath.someCFC showBusyCursor=true result=myResult(event)

[flexcoders] customizing the form class. . .

2005-07-08 Thread chris.alvarado
Hello all, im wondering if it is possible to customize the form class at all. I love the built in validators and I love that I can create a model of the data collected by the form if i use the mx:Form tag. however, im not crazy about the fact that the label for a form element when using

[flexcoders] Difference of Webservice result with result format as XML and Object

2005-07-08 Thread tony_lic
Hi, I have to use a webservice which i will be using the result to generate a column graph. The problem is, the result which i'm getting from the webservice is different when i use different resultformat. If i use result format as 'object', i get only partial result(half of the result)

RE: [flexcoders] Camera

2005-07-08 Thread Philippe Maegerman
It seems this is something you cannot do with a SWC, since you must create your internal assetsfrom withinthe class attached to the componentwith 'createClassObject' or 'createChild' methods. I might be wrong, since I have never played with the SWC in the past. It seems to make the trick

[flexcoders] Re: HistoryManger state is undefined on loading

2005-07-08 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, rockmoyosa [EMAIL PROTECTED] wrote: This thing is really weird: first save state: DEBUG: - saveState DUMP START this:Object |view = false (boolean) |detailId = 7bd21a76-b716-4501-a196-1acf4265d847 (string) And if I

Re: [flexcoders] Scrolling text in flex

2005-07-08 Thread Sreejith Unnikrishnan
Nithya, try this. Code included! http://weblogs.macromedia.com/pent/archives/2004/12/ticker.cfm Manish Jethani wrote: On 7/4/05, Nithya R [EMAIL PROTECTED] wrote: i wnt to know how to create scrolling text in flex.(something like the marquee in html) Put the text inside a Canvas,

[flexcoders] Re: XML Socket Doesn't Work

2005-07-08 Thread cshafer213
--- In flexcoders@yahoogroups.com, Theodore E Patrick [EMAIL PROTECTED] wrote: Ted, Thanks! It is working now. - Chris Ah, there are 2 errors is there, socket is a temporary variable within the connect method and null is not a valid value for the server. Think of the mx:Script block as

RE: [flexcoders] Gartner's Take on Rich Internet Applications

2005-07-08 Thread David Mendels
Title: Gartners Take on Rich Internet Technology Hi, Gartner did not select Nexaweb over Flex. Gartner has not done such a report. I have met many times with Gartner and they are quite excited about FlexI am confident that when and if they do their trademark Gartner Magic Quadrent for

[flexcoders] Re: Control Bar Background Color

2005-07-08 Thread jwc_wensan
Andrew: Yes, I was using the headerColors attribute and was placing it in the CSS file. Since the ControlBar was/is a separate control, I did not think of it as the footer of the Panel, even though, it actually is displayed that way. This works. Thanks for the help. Jack --- In

[flexcoders] Flex + JSP + MySQL

2005-07-08 Thread florianpflueger
Hi I want to programm a guestbook in flex, which should store the entries in a database(MySQL). I wrote a JSP site with a flex script and can so show all the entries in the database. That's works fine. But now I have Problem to get the Data from the Flex Form in the JSP-Variables to store them

RE: [flexcoders] getDropParent() when the branch is closed.

2005-07-08 Thread Jeff Krueger
Unfortunately I just tried to do something like this. The itemRollOver doesnt fire when you are dragging over a itemL Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Thursday, July 07, 2005 10:54 PM To:

RE: [flexcoders] Flex + JSP + MySQL

2005-07-08 Thread Dirk Eismann
Hi Flo, take a look at the HTTPService class. This way you can POST data to the jsp page just the way you would with a traditional HTML form. Basically, you need to populate a the rquest model of the HTTPService instance with the data and then send it to your jsp page by using

[flexcoders] Mixing BubbleSeries LineSeries

2005-07-08 Thread delaquae
The documentation states that it is possible to do this, but you must use a cartesianChart. When I change the chart type from bubble to cartestian (for a bubble chart that is already working) the bubbles fail to render. I was told that this had something to do with the bubble chart's

[flexcoders] application flow, logic question . . .

2005-07-08 Thread chris.alvarado
Good morning everyone, So it looks like I will be rebuilding a year long project that I originially developed in Flash, with Flex. The current structure is that i have a controlling movie that acts as the skeleton. if a user is not logged in they are presented with a login box and that is all.

RE: [flexcoders] How do I bound XML data into an array that is mydataprovider for a data grid

2005-07-08 Thread Tracy Spratt
See the CheckCellRenderer example in the flex samples. http://localhost:8700/samples/explorer/explorer.mxml It is in Explorer ComponentLibrary DataGrid Custom cell renderers CheckBoxRenderer , in the click handler function. Tracy From: flexcoders@yahoogroups.com

RE: [flexcoders] Multiple components sharing a data provider question

2005-07-08 Thread Tracy Spratt
I see two possible issues you may be facing. First, how are you updating the dataProvider? You should use the dataProvider API, addTreeNode(), setProperty(), etc., and NOT any lower level methods like maybe XML class methods. The lower level methods do not broadcast the change events that the

RE: [flexcoders] Background image in button.

2005-07-08 Thread Tracy Spratt
Have you looked at ImageButton? It is in the flex\extras folder. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tony_lic Sent: Friday, July 08, 2005 3:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Background image in button.

[flexcoders] Re: Background image in button.

2005-07-08 Thread alex_harui
ImageButton is definitely worth a look. I don't know what you mean by accepts, but Button doesn't use the backgroundImage style. It's visuals can only be changed via skinning and ImageButton attempts to simply the skinning process. If it doesn't do what you want, read up on skinning. -Alex

RE: [flexcoders] application flow, logic question . . .

2005-07-08 Thread Tracy Spratt
Starting a big project like that, it might be worth your while to look at the Cairngorm framework. Since you know where you are going, you would be able to see pretty quickly if it would suit your needs. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

[flexcoders] HTTPService useProxy question...

2005-07-08 Thread heybluez
Anyone bypass the flex proxy with useProxy=false? I have a flex app that currently uses the server as a proxy but we want to bypass the flex server and go directly to the source HTTP post/request. For example, one source is an RSS feed that will come up in a browser but is an XML file. When I

[flexcoders] Re: Multiple components sharing a data provider question

2005-07-08 Thread joao_m_fernandes
Tom, What I usually do when I have several components using the same source of data, I use the power of databinding. Imagine 1 datagrid and 2 trees all using data from the same source (your http result), what I do, I create a function for each destination that will return the dataProvider

RE: [flexcoders] HTTPService useProxy question...

2005-07-08 Thread Theodore E Patrick
Sorry that should be useProxy=false. Ted ;) When you set proxy=false you need to have crossdomain.xml files set-up to handle the flash player security sandbox. If you do not have crossdomain.xml files configured, the player will block the URL request internally. Here is the lowdown on

Re: [flexcoders] Difference of Webservice result with result format as XML and Object

2005-07-08 Thread Clint Modien
thanx again to Michelangelo Capraro for this one... http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09146.htmlOn 7/8/05, tony_lic [EMAIL PROTECTED] wrote: Hi,I have to use a webservice which i will be using the result togenerate a column graph.The problem is, the result which i'm

[flexcoders] Re: HTTPService useProxy question...

2005-07-08 Thread heybluez
First thanks for the response! Clears a lot of things up. But...if I read this correctly, then all the sites that I am requesting FROM have to have a crossdomain.xml file in their root web directory? Thanks again, Michael --- In flexcoders@yahoogroups.com, Theodore E Patrick [EMAIL PROTECTED]

[flexcoders] Extending DataGridColumn + emitting events = java.lang.NullPointerException

2005-07-08 Thread mrmcfeely8
Hi all, I'm trying to create an easy way to apply a custom cell renderer to a DataGridColumn *and* keep that cell renderer flexible enough so that its behavior can be configured from the mxml file that contains the DataGridColumn. For example, I have a LinkCellRenderer that displays a column's

[flexcoders] unknown property warning

2005-07-08 Thread Rajesh Jayabalan
Hi, I am getting data using a HTTPService from a jsp. which returns an xml of the following format catalog product id1/id nameTable Cloth (Cotton)/name description / imageassets/noimage.jpg/image Attributes Attribute NameColor/Name Attvalues data17/data label /

RE: [flexcoders] unknown property warning

2005-07-08 Thread Abdul Qabiz
Check the FAQs to find why you see this warning. FAQs: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt What is dataObject? I think, if you make it mx:Model id=dataObject /mx:Model It should work properly... -abdul -Original Message- From:

[flexcoders] Re: unknown property warning

2005-07-08 Thread Rajesh Jayabalan
Hi, How do I bind it.. I thought by mx:Array id=attArr{dataObject.Attributes}/mx:Array and then mx:Repeater id=att dataProvider={attArr.Attribute} I thought I was binding it.. but I still get the same error. Rajesh J --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED]