[flexcoders] Possible to use labelFunction and change text color?

2006-01-19 Thread Stacy Young
It's the wee hours of the morning and my brain is fried. Is it possible to set the text color for the label of an individual node in a tree? Thanks! Stace -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] Re: Updating the data back to database

2006-01-19 Thread Dave Wolf
In Flex 1.5 there is not. However Flex 2.0 will include the "Enterprise Data Services" which include exactly this functionality. This was demonstrated at MAX last fall and Adobe has presented several web casts on it. As you note (and much like other existing client/server products like PowerBui

[flexcoders] Re: Flex application on PDA

2006-01-19 Thread dopenhagen
1. Hardly... you are likely to run out of memory if you get a device that eventually supports the player required. 2. Get it down on non-volatile memory, as I am sure that your clients eventually will run our of juice and thus loose all state. 3. ha ha 4. dunno 5. Motorola and Nokia are the lead

Re: [flexcoders] Updating the data back to database

2006-01-19 Thread JesterXL
Binding. While Flash MX 2004 had considerable amounts of code that did plug-in's to various data sources, Flex takes a much simpler approach. Since any datatype is bindable, you are notified of changes. Array's/Objects (dataproviders) still spit out the modelChanged event as well. Therefore,

[flexcoders] Updating the data back to database

2006-01-19 Thread mydmjac
Does Flex provide any ways of identifying data changes made by users? Obviously I am new to Flex, and I noticed that there are lots of tips, information on interface, controls, also how to retrieve data from the server. However I haven't been able to find any reference for updating process, som

[flexcoders] Re: Displaying results from a query

2006-01-19 Thread douglowder
It might help to provide more information on how your srv object is defined. The issue could be there, or it could be as simple as the whitelist in flex-config.xml not being configured to allow your service to execute when called by Flex. Doug --- In flexcoders@yahoogroups.com, "Jeremy Rottma

[flexcoders] Re: Continous Mouse Over for an Auto Scroll Effect?

2006-01-19 Thread douglowder
You could set a timer using setInterval(), like so in Flex 1.5: scrollTimer = setInterval(mx.utils.Delegate.create(this, doScroll), 500, canvas); Put the above into your autoScroll function, move your scrolling code into new function doScroll(canvas), and then add another new function that cal

Re: [flexcoders] AS3/Flex2 - Effects and Cancelling them

2006-01-19 Thread JesterXL
Upon the user interaction, change the xTo and yTo properites before calling endEffect. - Original Message - From: "Trey Long" <[EMAIL PROTECTED]> To: Sent: Thursday, January 19, 2006 3:28 PM Subject: [flexcoders] AS3/Flex2 - Effects and Cancelling them I am using the Move effect to cr

RE: [flexcoders] AS3/Flex2 - Effects and Cancelling them

2006-01-19 Thread Ashish Goyal
There will be three new methods in the next beta release which will enable you to pause, resume and reverse any effect. In your case, when you want the effect to stop playing on certain user input, you can either call pause or you can call reverse to play the effect in reverse from that point to t

Re: [flexcoders] AS3/Flex2 - Effects and Cancelling them

2006-01-19 Thread Johannes Nel
you could always extend that effect class and implement your own stop methodOn 1/19/06, Trey Long <[EMAIL PROTECTED] > wrote:I am using the Move effect to create a really nice tween in my Flex app. I want to stop the effect during certain user input and there is anendEffect() method that will al

[flexcoders] AS3/Flex2 - Effects and Cancelling them

2006-01-19 Thread Trey Long
I am using the Move effect to create a really nice tween in my Flex app. I want to stop the effect during certain user input and there is an endEffect() method that will allow me to stop the event but it abruptly jumps to the destination of the Move, whatever the Move.xTo property is. Can anyon

Re: [flexcoders] Yahoo Maps questions

2006-01-19 Thread Tom Fitzpatrick
Thanks, John - yes, I've posted to that list, but there don't seem to be many people there either working with the Flex API. - Tom At 03:30 PM 1/19/2006, you wrote: >Tom Fitzpatrick wrote: > > Any input or pointers to other Flex/Yahoo Maps code examples much > appreciated. > >I haven't been abl

RE: [flexcoders] Line Chart - Customization?

2006-01-19 Thread Battershall, Jeff
Ely, Thanks a bunch - that does the trick. Jeff -Original Message- From: Ely Greenfield [mailto:[EMAIL PROTECTED] Sent: Thursday, January 19, 2006 2:31 PM To: Battershall, Jeff Subject: RE: [flexcoders] Line Chart - Customization? Hi Jeff. I can give you a solution to your problem

Re: [flexcoders] Yahoo Maps questions

2006-01-19 Thread John Dowdell
Tom Fitzpatrick wrote: > Any input or pointers to other Flex/Yahoo Maps code examples much appreciated. I haven't been able to dig as deeply as I'd like, and so can't answer the questions, but I do know a riper venue for such discussions: http://groups.yahoo.com/group/yws-maps/ jd -- John D

Re: [flexcoders] Re: Flex application on PDA

2006-01-19 Thread Bruno Martins
Hi Renaum,   You are wrong, because the Flex/Flash components are created only with AS 2, the problem for using then for mobile devices is because the performance of hardware. You canot compare a Intel P4 HT(2Ghz) in a PC to a Sansung processor(200MHz) in pocket PC.   I not sure if the Flash Pl

Re: [flexcoders] Re: Flex application on PDA

2006-01-19 Thread JesterXL
I've managed to get a Flex app to show the initial loading bar & a button on my Nokia 6680 with Flash Lite 2... but uh... that's it. It runs out of memory. 22 megs doesn't fit into 1meg of space, know what I mean? - Original Message - From: "Renaun Erickson" <[EMAIL PROTECTED]> To:

[flexcoders] Re: Flex application on PDA

2006-01-19 Thread Brendan Meutzner
Shahnavaz, A couple years ago, we developed a timesheet application using Flash for PPC (v6). The application used the SDK components for PPC development, and we had relatively good success with the application development. Using Shared Objects we were able to accomplish a "sometimes connected"

[flexcoders] Re: Using the "mx:Repeater" tag -- S.O.S

2006-01-19 Thread ffej1138
I have something similar, not sure if it's the right way to do it, but it works. {movieIDInput.text} 6 http://www.domain.com/my/path/to/images/{myHTTPData.result.MOVIES.MOVIE[boxShots.currentIndex]}.jpg"; width="65" height="90" mouseOverEffect="bigBoxShot" mou

[flexcoders] Continous Mouse Over for an Auto Scroll Effect?

2006-01-19 Thread ffej1138
Maybe effect is the wrong word, but... I have an HBox with a bunch of images in it. Now, the number of images exceeds the width I have for the box, so a scroll bar appears. No problem, right. I want to make it so you can mouse over the leftmost or rightmost ends of the HBox and have it "auto scro

Re: [flexcoders] Get IP address from client

2006-01-19 Thread Johannes Nel
use your app/webserver to get itOn 1/19/06, Robson Thanael Poffo <[EMAIL PROTECTED]> wrote: Hi..   I need to get the ip address of the client via flex. How I do it?   Bye. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.tx

[flexcoders] Re: Drag and Drop in Tree Componet

2006-01-19 Thread augie3333
http://www.richinternetapps.com/archives/66.html Hope this helps, -Augie Marcello --- In flexcoders@yahoogroups.com, "kjlinboomer" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am developing a tree component with drag and drop dunctionality > within > itself (ie -- if a drag a leaf from

[flexcoders] Get IP address from client

2006-01-19 Thread Robson Thanael Poffo
Hi..   I need to get the ip address of the client via flex. How I do it?   Bye. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SP

[flexcoders] Global classpath help (Flex 1.5)

2006-01-19 Thread augie3333
Hi All, I have added a global class-path on a network drive in: Flex\WEB-INF\flex\flex-config.xml As follows: networkServer:\codebase\dev\actionscript /WEB-INF/flex/user_classes The problem that I am having is that I get an error when I try to instantiate any classes from Packages

[flexcoders] Re: Flex application on PDA

2006-01-19 Thread Renaun Erickson
As far as Flash Lite 2.0 it says its FlashPlayer 7, but it will not support Flex. Most likely because the components are not part of the player. I hope my information is wrong, On a similiar topic. Is there a flash player for Microsoft Mobile 5? --- In flexcoders@yahoogroups.com, "JesterXL"

RE: [flexcoders] Drag and Drop in Tree Componet

2006-01-19 Thread Tracy Spratt
Here is an example to get you started. Tracy http://www.macromedia.com/2003/mxml"; width="400" height="600" marginLeft="6" marginRight="6" >

[flexcoders] Re: Flex 1.5 - How to Set Link Object to look "selected"

2006-01-19 Thread Libby
Hi, Andrew! Well, your suggestion doesn't work... Link.setStyle("textDecoration", "underlined"); has no effect on the single Link. However, LinkBar.setStyle("textDecoration", "underlined"); causes all the Links to be underlined. I do not understand why...maybe it has something to do with style inh

[flexcoders] setPropertiesAt and Cairngorm are not playing together nicely

2006-01-19 Thread rhoska
Hello everyone, I�m having a bit of trouble getting setPropertiesAt to work as needed in the Cairngorm framework. I need to be able to alter the background colors of a datagrid as it loads. I have placed the testDG.setPropertiesAt(2, {backgroundColor:0xFF}); code in all the likely places

Re: [flexcoders] Flex application on PDA

2006-01-19 Thread JesterXL
As far as #3, you could utilize Flash MX 2004 or Flash 8 and develop using ActionScript 2 with similiar components to Flex, and export for Flash 6.  3 years ago, I saw pretty decent performance for forms based apps on a Pocket PC.   - Original Message - From: Bruno Martins To: fle

[flexcoders] Line Chart - Customization?

2006-01-19 Thread Battershall, Jeff
I'd like to create a line chart that has an icon - but only on certain items in the series. In other words the icon would only show given certain criteria of the series data. How could this be accomplished? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637

RE: [flexcoders] DataGridRow Color---really Urgent

2006-01-19 Thread anil thakur
Hi Neha Check  this hope you like it.   Changing the background color of a Datagrid Row in Flex I have heard this question many times and I don't think it is documented. If you want to change the color of an entire row within a Datagrid in Flex use the following code dg.setProperties

RE: [flexcoders] DataGridRow Color---really Urgent

2006-01-19 Thread Nick Weekes
Check Brandon's blog here:   http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=1052   btw, dont put 'Urgent' or 'really Urgent' in your questions dude, theres no obligation for the kindly folk here to answer your questions.    From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECT

[flexcoders] Why JBoss WebService not working! I duno whose fault ( jboss, flex or just me!)

2006-01-19 Thread flexhtoo
I tried to call web service from jboss 5 alpha version ( latest CVS checkout).It just too hard to call web service from flex. After I spend couple of hour and i found something. here is the soap request from SOAP monitor. It is failed version. http://s

[flexcoders] DataGridRow Color---really Urgent

2006-01-19 Thread neha
I want to change the color of an entire Data Grid row in accordance with data of dataProvider Does anyone know how to do it...?     Regards, NehaSend instant messages to your online friends http://in.messenger.yahoo.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fl

Re: [flexcoders] Flex application on PDA

2006-01-19 Thread Bruno Martins
On 1/18/06, shahnavaz Alware <[EMAIL PROTECTED]> wrote: Hi,   We are developing web application using Flex 1.5 for desktop. Now there is planning to make same application available on PDA's. Flex is my first encounter with Flash Programming (J2EE Developer). That's being said I have few quest

[flexcoders] Flex 2.0 (Tree Drag and Drop)

2006-01-19 Thread sourcecoderia
I have a web service returning an e4x resultformat. Applied to the tree control the object type of a node becomes a "XMLTreeDataProvider" data type. Now Flex 2.0 allows us to drag and drop the nodes just fine but the operation only correctly updates the datasource not the tree? IOW Everything

Re: [flexcoders] Drag and Drop in Tree Componet

2006-01-19 Thread Danger
Good Luck~ http://www.sephiroth.it/file_detail.php?id=133 On 1/19/06, kjlinboomer <[EMAIL PROTECTED]> wrote: > Hi all, > > I am developing a tree component with drag and drop dunctionality > within > itself (ie -- if a drag a leaf from one branch to another). Can > somebody point me in the right

Re: [flexcoders] modelChanged event and mx:Tree

2006-01-19 Thread Alias
That whole "write your own damn tree component" trick? Snark ;) Alias On 1/18/06, Johannes Nel <[EMAIL PROTECTED]> wrote: > Hi All > > I have a model which dispatches the model change event which in turn gets > caught by the mx:Tree (i have established this by subclassing the tree and > checki