Re: [flexcoders] Drag Drop Question

2007-02-23 Thread Jae Pak
jmfillman, You just need to add event listeners to your button before adding it to your dropBox Canvas. See below. Cheers. - Jae private function dragDropHandler( event:DragEvent) :void { { ...

RE: [flexcoders] Flex SOAP - dateTime to Date conversion bug

2007-02-23 Thread Bas J. Brey
We aren't using java :-) We use apache/php/soap/flex And flex DOES get the correct date information but fails to convert it correctly. _ Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Carson Hager Verzonden: donderdag 22 februari 2007 16:34 Aan:

[flexcoders] amfPHP 1.9 beta 2, malformed amf object question

2007-02-23 Thread Kun Janos
Hi all I updatet amfphp 1.2 to amfPHP 1.9 beta 2. In the old services/dao 's I had some echo/print commands for debugging and amfphp worked just fine. When amfPHP 1.9 beta 2 finds an echo or print in the services it stops working. I mean, the amf object that is sent back is malformed. This

[flexcoders] How to count lines of a DataGrid inside a Repeater ?

2007-02-23 Thread Paul Barbieux
Hi; I have a DataGrid inside a Repeater: I try to adjust the height of my DataGrid depending on the number of lines provided by my DataProvider (bijslagLines is a XMLList). How can I count the number of elements provided by my DataProvider in this case ? I wrote this code, but sometimes it send

[flexcoders] problem in getting value of an editable ComboBox

2007-02-23 Thread sanjaypmg
Hi, I have an editable combo on my flex screen. I have entered some text in combo's editable area. but I am not able to get that value using ComboboxID.selectedID or ComboboxID.text. How can I get that value... Pls help me Thanks in advance Sanjay

[flexcoders] Re: problem in getting value of an editable ComboBox

2007-02-23 Thread sanjaypmg
Hey, I got the solution by using .value property, I got the value. thanks Sanjay --- In flexcoders@yahoogroups.com, sanjaypmg [EMAIL PROTECTED] wrote: Hi, I have an editable combo on my flex screen. I have entered some text in combo's editable area. but I am not able to get that value

Re: [flexcoders] Java to Flex shifting ! Major Hurdles!!! (Shud I say Roadblocks! )

2007-02-23 Thread Jim Cheng
slangeberg wrote: Hey everyone, I know there exists an article/whitepaper from Adobe outlining the new AS3 VM2(?), but I can't find it. Anyone know where that is? I think it would be helpful for this gentleman's situation. A good place to start would be the Adobe Component Developer Summit

[flexcoders] Re: enabling Hibernate logging through log4j with jrun/fds2

2007-02-23 Thread simonjpalmer
PW, which sample did you use for your log4j.properties? Thanks Simon --- In flexcoders@yahoogroups.com, parkerwhirlow [EMAIL PROTECTED] wrote: I have gotten hibernate logging to work by placing log4j.jar into the web-inf/lib directory, and placing a log4j.properties (you can use the sample)

Re: [flexcoders] Using a downloaded theme in an application

2007-02-23 Thread Tom Chiverton
On Friday 23 Feb 2007, André Rodrigues Pena wrote: the site http://www.scalenine.com/ has great themes I'd like to use. But the how to install link doesn't explain how to actually add it to your application. Looking at the Scrawl source, you just need to drop the CSS and the component folders

[flexcoders] Re: parent-child hierarchy of data using Flex, FDS and Hibernate

2007-02-23 Thread simonjpalmer
PW, I did the work to understand log4j and you're right, it is amazingly powerful. I added a new appender to my configuration in log4j.xml because all the literature I found said that the .properties approach was being deprecated. However, this has not worked, so I'm going to try your method

[flexcoders] setCredentials, amfphp 1.9 question

2007-02-23 Thread Kun Janos
Hi all Patrick Mineault wrote in his blog at http://www.5etdemi.com/ that starting with amfphp 1.9 the method table is removed. How does the setCredentials work now? In amfphp 1.2 we had to put roles in the method table and write the _authorize function in the service. Does anybody know how can

[flexcoders] Zooming out of a list ?!

2007-02-23 Thread jamiebadman
Hi, I've been exploring the wonderful world of effects and transitions recently... there's something I would *love* to be able to do - but I suspect this is not possible. Could someone confirm or deny accordingly ?! Here's the idea... I have a horizontal list which consists of a set of

[flexcoders] Re: XML not loading.. can't see what i have wrong.

2007-02-23 Thread Cato Paus
All the release and debug flash players can be found here: http://www.adobe.com/support/flashplayer/downloads.html#fp9 Cato Paus --- In flexcoders@yahoogroups.com, Jayson [EMAIL PROTECTED] wrote: After trying some things on my own, I went to the help docs... I have the function exactly

[flexcoders] Re: FDS/Hibernate Sample of updating hierarchical list of values

2007-02-23 Thread simonjpalmer
PW and Jeff, PW, you and I seem to be in the same boat. I am trying to fight off the people who were flex skeptics to start with. Not being able to write data back makes the whole thing look pretty amateur and confirms people's belief that the technology isn't ready - which given this

[flexcoders] Re: FDS/Hibernate Sample of updating hierarchical list of values

2007-02-23 Thread simonjpalmer
PW, BTW pop over to the FDS forum at Adobe http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=60catid=583 take a look at the thread called Parent Child Hierarchy with FDS and Hibernate SP --- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: PW and Jeff,

RE: [flexcoders] compc - degrees of specification

2007-02-23 Thread Roger Gonzalez
Note that you can also cause an entire directory tree to be compiled in. This should be used with caution, since it will also try to compile any included helper code as if they were classes, which might not be what you want. -rg From:

Re: [flexcoders] Google Map API Flex2.0 Integration?

2007-02-23 Thread Rich Tretola
This can be done through an iFrame, but I would suggest you use the flash version yahoo maps with LocalConnection to communicate instead. Here is a good resource: http://www.asfusion.com/blog/entry/inserting-yahoo-maps-in-a-flex-2-application Also, be sure to vote for Flex 2 support for Yahoo

[flexcoders] How to get Live feed from web service in flex

2007-02-23 Thread suyash jape
Hi I have written a web service which retrieves CPU utilization and memory utilization from the server. I am making web service calls from Flex and displaying it. I want to get Live feed from the server and display it in some charting component in Flex. What do I need to do to get Live

[flexcoders] checkbox with tree component

2007-02-23 Thread sauravsinha79
Hi, I want to add a check box with each tree node(branch/leaf). Any help will be really appreciated.I went through some sample but couldn't understand. I m just a begginer w.r.t flex, but i know AS2 (OOPS). Any help will be really appreciated Regards Thanx Saurav

[flexcoders] Re: How to add a component in the field with AS3

2007-02-23 Thread Daniel Fernandes Credidio
Thanks for the help troy. but i'm still having some problems, The XML is still the same, and i made the change in the for just as you said, but it gets worse, if i do that it doesn't even enters the For, it goes through it. --- In flexcoders@yahoogroups.com, Troy Gilbert [EMAIL PROTECTED] wrote:

[flexcoders] New to Flex

2007-02-23 Thread Robert Shaw
OK I guess I am an idiot. My boss finally decided for us to adapt to Adobe products starting with Flex. I installed the Flex 2.0.1 version and used the Coldfusion application wizard to create a list grid detail page. Worked fine. Created the CFC and displayed the grid. But for the life of me I

[flexcoders] Flex Socket + MSN Protocol

2007-02-23 Thread Michel Scoz
Hi all... I've been reading and searching the archives about sockets but found nothing that would solve my problem, so i was wondering if anyone could give me a light =) Currently I'm tryin to connect a Flex Project using Sockets to a MSN server using MSN Protocol Version 13. The problem im

Re: [flexcoders] New to Flex

2007-02-23 Thread Clint Tredway
the mxml code is here: com.cfgenerated.controllers. look in the cfgenerated directory for more directories as well. On 2/23/07, Robert Shaw [EMAIL PROTECTED] wrote: OK I guess I am an idiot. My boss finally decided for us to adapt to Adobe products starting with Flex. I installed the Flex

Re: [flexcoders] Java to Flex shifting ! Major Hurdles!!! (Shud I say Roadblocks! )

2007-02-23 Thread Tom Chiverton
On Thursday 22 Feb 2007, Ralf Bokelberg wrote: Hi Ravi It sounds, like you have a rather good understanding of what is going on. When we talk about the VM, we have to talk about Flash. Flash is framebased like a movie. As a Flex developer, 99.% of the time, this does not matter to you

Re: [flexcoders] New to Flex

2007-02-23 Thread Tom Chiverton
On Friday 23 Feb 2007, Robert Shaw wrote: displayed the grid. But for the life of me I can't find the page that  xmlns:controllers=com.cfgenerated.controllers.* controllers:windowedApplication top=0 left=0 right=0 bottom=0/ /mx:AddChild The 'xmlns' line says that when you see

[flexcoders] Change the header color of one column (1.5)

2007-02-23 Thread digital_eyezed
Hi, Can I change the header color of one column on a datagrid? I thought I could do this through a headerrenderer, but it seems not? Regards, Iain

RE: [flexcoders] Re: Global Filter Functions

2007-02-23 Thread Dimitrios Gianninas
I use the same method Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Thursday, February 22, 2007 4:07 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] FABridge aclarations...

2007-02-23 Thread Matias Nicolas Sommi
Hello, I'm working in one app and I want to call a method of javascript from actionscript and viceversa. When I download the fabridge from adobe labs, I read the doc, and I don't understand one thing, what are the first steps (in configuration), I say, I need to create a new HTML, and embed into

RE: [flexcoders] Flex SOAP - dateTime to Date conversion bug

2007-02-23 Thread Carson Hager
Ah :) Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com http://www.cynergysystems.com/ Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 From: flexcoders@yahoogroups.com

Re: [flexcoders] How to get Live feed from web service in flex

2007-02-23 Thread Tom Chiverton
On Friday 23 Feb 2007, suyash jape wrote: some charting component in Flex. What do I need to do to get Live feed in Flex. Thanks ... You can only get true real time updates using FDS ro push the data to you. It is almost certainly good enought that your application just polls for new data once

RE: [flexcoders] Re: DataGridColumn showDataTips problem

2007-02-23 Thread Robert Chyko
Nope, no dataTipFunction is declared anywhere. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Doug Lowder Sent: Thursday, February 22, 2007 6:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] FABridge aclarations...

2007-02-23 Thread Karl Johnson
What part are you asking if it needs to be embedded? The javascript side that lives in the HTML definitely does not get embedded. You can launch your app that is using the FABrdige from your next HTML file or you can modify the HTML template file in FB to use the JS code from the FABridge html

[flexcoders] compiler behaviour question

2007-02-23 Thread Douglas Knudsen
Allow me to display acute naivety concerning the inner workings of compilers. In AS3, assume I have a class A with methods and properties within. Consider class B extending class A. If I create 100 instances of class B, does the Flash player have to create 100 instances of A also? Does the

Re: [flexcoders] compiler behaviour question

2007-02-23 Thread Tom Chiverton
On Friday 23 Feb 2007, Douglas Knudsen wrote: within. Consider class B extending class A. If I create 100 instances of class B, does the Flash player have to create 100 instances of A also? Does the same hold for interfaces? Why does it matter ? I believe you'll end up with 100 instances of

Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread Niklas Richardson
Hi Joao, Thanks for the pointer. With another pointer from Tom, and testing your suggestion, it appears that it's just the destination that you need to change. My guess is that, eventhough you have multiple FDS's running, the destinations must be registered in some server wide registry.

[flexcoders] Error invoking asdoc tool

2007-02-23 Thread Vinod M Jacob
Hi, I am geting some problem when i try to invoke the asdoc tool.From the bin directory when i enter the following command to create output for the Flex Button class its shows the error 'JVM not found'. asdoc -source-path C:\flex\frameworks\source I have configured the

Re: [flexcoders] dataProvider question

2007-02-23 Thread Andrey
Thank you, Karl!! you've pointed me to the right direction. Turns out I was doing 2 thins wrong. first off, even though the MyDataList was marked as [Bindable] *inside* my component, it also wanted the [Bindable] tag when i actually defined a reference to the component! ([Bindable] public var

Re: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread João Fernandes
Glad I could help, Yes, they are registered in a central location using RMI to register each destination. Regards, João Fernandes

Re: [flexcoders] compiler behaviour question

2007-02-23 Thread Douglas Knudsen
its a a concern in memory use. But I think I just realised the answer based on your answere, and feel even more naive. Of course! Its the instance variables stupid. Each instance has to have a copy, eh? Time to move my cube to the basement...geesh. DK On 2/23/07, Tom Chiverton [EMAIL

RE: [flexcoders] compiler behaviour question

2007-02-23 Thread Merrill, Jason
Time to move my cube to the basement...geesh. BILL Uh, we're gonna need to move your desk downstairs into Storage B. MILTON No...I...I... BILL Uh, we have some new people coming in and we need all the space we can get. MILTON No...no...no...no...but...but...but...I, I, I - BILL And if you

[flexcoders] Access Flex components from browser

2007-02-23 Thread pioplacz
Hi! The thing I need help with is kind of hard to explain. What I want to do is access the components in flex from the address line in browser. I want to enter text into a textbox from the command line. I want to to work kind of like sending variables to php. Something like

[flexcoders] Two simple List questions

2007-02-23 Thread André Rodrigues Pena
Hi all, I got 2 doubts. 1) I want to populate a List control so I did mx:XMLList xmlns= id=listSource root site name=betanews url=www.betanews.com/ site name=dzone url=www.dzone.com/ /root /mx:XMLList

re: [flexcoders] Flex Socket + MSN Protocol

2007-02-23 Thread Ben Stucki
Michel, Sometimes when debugging white space characters such as carriage return and new line are represented by \r and \n respectively. This is because otherwise you really wouldn't know they're there, but they are coming in from the binary.

[flexcoders] Re: Zooming out of a list ?!

2007-02-23 Thread rd_grimes
I haven't done this, so I'm just throwing out possibilities. Could you not create a custom component that acts as an item renderer for the list, wherein the custom component has two view states (normal and zoomed-in)? The only thing is, since this would operate inline to the list, I'm not

RE: [flexcoders] Access Flex components from browser

2007-02-23 Thread Karl Johnson
There are a few ways you can approach this. One is you can pass the variables in via the querystring and then take them from the querystring and send them to your flex application via flashvars. If you are using php/jsp/asp or some other server side processing, this is really easy to do - just

Re: [flexcoders] FABridge aclarations...

2007-02-23 Thread Matias Nicolas Sommi
Thanks Karl, but i think that I don't explain me very good. Flex generate an MXML app, and, only in the bin folder, autogenerate the swf file. The Javascript code is included in a HTML page. Flex generate an HTML page only in the bin folder containing the javascript methods for history and other

[flexcoders] flex sdk

2007-02-23 Thread mapper2255
Good Morning, I have just downloaded and installed the Flex SDK 2 into Eclipse 3.1. We I start Eclipse I get the Flex Builder Activation box asking for my serial number? I had the trial loaded at one time but it has been uninstalled can someone tell me why I should be asked for a serial

RE: [flexcoders] Two simple List questions

2007-02-23 Thread Karl Johnson
Hi André, Change your labelField property to be labelField=@name Because you are pulling the value from an XML attribute you need to designate it as such using @ before the property name. What do you mean you want to return the URL attribute? You want to display it? Please be more specific

[flexcoders] Re: Two simple List questions

2007-02-23 Thread rd_grimes
The problem is that the help examples use elements, while you are using node attributes. So, you must specify that your labelField is @name. R. Grimes --- In flexcoders@yahoogroups.com, André Rodrigues Pena [EMAIL PROTECTED] wrote: Hi all, I got 2 doubts. 1) I want to populate a List

RE: [flexcoders] FABridge aclarations...

2007-02-23 Thread Karl Johnson
At compile time, FlexBuilder generates your hosting HTML file based on the HTML template in html-template/index.template.html The easiest option right now is to take your generated html file and add in the javascript methods that you need, and save it off as a different html file. Then after

RE: [flexcoders] flex sdk

2007-02-23 Thread Steve Cox
The free SDK is a set of classes and command-line tools. Flex Builder can be used as an Eclipse plugin - but this is not free. I think you may have downloaded Flex Builder in addition to the SDK -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Flex Socket + MSN Protocol

2007-02-23 Thread Steve Cox
Hey bud, Check out the binarysocket class. XMLSocket will always terminate with a null byte \0 - if you use binarysocket instead you'll be able to send any characters you want! HTH Steve -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michel

[flexcoders] ResourceBundle

2007-02-23 Thread Paul DeCoursey
I am having the worst trouble getting a ResourceBundle to work. I have this code... mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Label text=@Resource(bundle='Test', key='carrot') / /mx:Application And I have Test.properties with a key of carrot in it and

[flexcoders] Re: Using a downloaded theme in an application

2007-02-23 Thread potentialunfounded
André, There should be a style folder in the downloaded source. Drop that into the top level of your Flex project. Then, in your Applications MXML, specify the path to the CSS file as the source in your mx:Style tag. If you need more in depth details you can email me at juan [at] scalenine.com.

RE: [flexcoders] Zooming out of a list ?!

2007-02-23 Thread Ely Greenfield
Hi Jamie. That's pretty much exactly how I would reccomend doing it. as for #2: all displayobjects have a property called localToGlobal(), which converts coordinates from the component's coordinate system to the global coordinate system. So you could do: var topLeft:Point =

[flexcoders] Obsure issue with the DateChooser

2007-02-23 Thread greenfishinwater
I've noticed when using the Date chooser part of the DateField that when used, it remembers the month of the previous time it was used. For Example: Today is 23rd February. I set the selected range to be 28 feb to 28 August. Set the selected date to null. User specifies a date, scrolls to month

[flexcoders] Size of text field in an Alert

2007-02-23 Thread greenfishinwater
In the alert control, it is possible to alter the width of the alert. But this does not change the width of the text shown in the alert. If I make the alert wider, I want the textfield to be wider so it does not display the text over 2 lines. Is there anyway to alter the width of the alert text

[flexcoders] Re: htmlText css Span tag

2007-02-23 Thread Derrick Grigg
I have been able to get that to work in TextArea's with the htmlText, however, the fonts start to act crazy for some reason. I was never able to get it to reliably work so I just went with using the font tag in the htmlText to get it to work. A real pain but it does work. Derrick

[flexcoders] flex and Java SE 6 wsgen generated services

2007-02-23 Thread Giles Velarde
Hi All, I was wondering if any of you have been trying to auto-generate WSDLs and web-services using wsgen and access them using Flash. Wsgen separates the message parameters from WSDL file, and keeps them in a separate XSD, but this doesn't seem to be supported right now. Does anyone know of

[flexcoders] show data tips not working for datagrid

2007-02-23 Thread Cashorali, Tanya M.
I'm trying to get a certain field to show up because it is clipped by the cell in my datagrid. I've set showDataTips = 'true' in the datagrid column that I want to show. I've also set a dataTipFunction = showDetails on the datagrid itself and for the column. The function looks like this:

Re: [flexcoders] Two simple List questions

2007-02-23 Thread André Rodrigues Pena
Thank you Karl, number 1 worked! thanks! :) about number 2 considering the code: mx:XMLList xmlns= id=listSource root site name=betanews url=www.betanews.com/ site name=dzone url=www.dzone.com/ /root /mx:XMLList mx:List

[flexcoders] Test for Network Connection

2007-02-23 Thread Matt Maher
I have a few probing questions that will ultimately force my final design. I'm writing an on-line/off-line application that will sync your data once you return to an on-line status. Instead of calling an http service every 15 seconds to test for connection status, is there some way I can see

Re: [flexcoders] Two simple List questions

2007-02-23 Thread André Rodrigues Pena
Karl using your first tip I got to solve the second now just added this to the List : click=Alert.show([EMAIL PROTECTED]) thanks! :) On 2/23/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Thank you Karl, number 1 worked! thanks! :) about number 2 considering the code: mx:XMLList

[flexcoders] Re: Keyboard issues on VISTA

2007-02-23 Thread iko_knyphausen
Did not use Textarea, but it happens both in TEXTINPUT and RICHTEXTEDITOR. I went to a COMPUSA that has a bunch of Internet connected laptops, and the issue appeared on all VISTA machines. Tried on a few XP machines too - and no issues there. What do you mean by thrashed? Sorry, have never heard

Re: [flexcoders] FABridge aclarations...

2007-02-23 Thread Matias Nicolas Sommi
Thanks for the explanation of the html template Karl, I will try it as you say. -- Matías Nicolás Sommi 2007/2/23, Karl Johnson [EMAIL PROTECTED]: At compile time, FlexBuilder generates your hosting HTML file based on the HTML template in html-template/index.template.html The easiest

[flexcoders] Re: Cairngorm's Anaemic Domain Model

2007-02-23 Thread Peter Martin
No Cairngorm Enterprise is still an internal project. We are currently developing our first customer project on Cairngorm Enterprise. Once we have proven it we will then look to release to the community. --- In flexcoders@yahoogroups.com, John Menke [EMAIL PROTECTED] wrote: --- In

RE: [flexcoders] Re: Keyboard issues on VISTA

2007-02-23 Thread Karl Johnson
Just curious, have you tried your app on IE 7 on Windows XP? There was someone else on flexcoders talking about weirdness with form input in IE 7, and since Vista uses IE 7 I am wondering if it is a problem with browser and not the OS. Has anyone from the flash player team heard of an issue

[flexcoders] Detecting a repeat key operation

2007-02-23 Thread mjharris73
Does anyone know how to detect when the user holds down a key desiring repeating key entries? In the KeyboardEvent, I see KEY_UP and KEY_DOWN -- but no KEY_REPEAT.

RE: [flexcoders] Multiple Instances of CF / FDS and messaging broken?

2007-02-23 Thread jason.proulx
We're working with Adobe on, I think, this same issue. Are you just changing the service name in Flex Integration in CF Admin? Jay Proulx [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Niklas Richardson Sent:

Re: [flexcoders] Detecting a repeat key operation

2007-02-23 Thread Brendan Meutzner
Not sure about built-in functionality, but this could be easily accomplished by capturing the keydown, and then repeating a function until keyup occurs... using the Timer or setInterval. Brendan On 2/23/07, mjharris73 [EMAIL PROTECTED] wrote: Does anyone know how to detect when the user

[flexcoders] Firefox (2.0.0.1) content caching and HTTPService calls

2007-02-23 Thread Private Romeo
We have build an application which polls XML data bound to Flex Charting controls via HTTPService. We have noticed that run in Firefox 2.0.0.1 it seems as if the result get cached. Even though the server side data changes the chart does not update. If you select Tools Clear Private Data in

[flexcoders] Re: Keyboard issues on VISTA

2007-02-23 Thread Paul DeCoursey
I've found a lot of bugs in the Flash 9 player on windows related to Events. Most recent are the MouseEvents are not sending all the modifier info and scroll wheel info in the Plugin, but the ActiveX control does. This is on XP and Vista. --- In flexcoders@yahoogroups.com, Karl Johnson [EMAIL

Re: [flexcoders] Firefox (2.0.0.1) content caching and HTTPService calls

2007-02-23 Thread Carson Hager
You need to include no cache headers in the response. What language is your server side xml generation written in? Carson -Original Message- From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Fri Feb 23 13:27:03

[flexcoders] FDS and Cairngorm / Individual Item Updates

2007-02-23 Thread jason.proulx
Hey All, I'm having an issue finding a best-practice approach for CRUD operations with FDS. Create/Read/Delete are easy, I'm having a problem with updates. I can easily encapsulate CRD's in my Commands, but there doesn't seem to be an option to explicitly commit only a single record with

[flexcoders] Image scaling / smoothing

2007-02-23 Thread slangeberg
Not sure if I've seen a solution to this on-list, so here's one I was pointed to, that works swimmingly!: http://blog.739saintlouis.com/2007/02/05/scaling-an-image-with-smoothing/ : : ) Scott

[flexcoders] Hey Adobe Guys

2007-02-23 Thread Nate Pearson
Your blog links are broken. http://www.adobe.com/devnet/flex/index.html?tab:home=1 Click on a link and you get an error page. File not found: /lin/2007/02/tips_for_using_2.cfm I think it just happened.

[flexcoders] Just curious, A big development team or individual developers

2007-02-23 Thread boy_trike
I wonder how many people are working on TEAM to develop their flex applications (and how many are 1 or 2 men (whoops I mean PEOPLE) developers. Please discount the Graphic artists, HTML coders. et. al. If you have 3 or more people working on the same flex application, please answer as a

RE: [flexcoders] Hey Adobe Guys

2007-02-23 Thread Matt Chotin
Looks like just Lin's blog at the moment. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: Friday, February 23, 2007 10:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Hey Adobe Guys Your blog

Re: [flexcoders] Just curious, A big development team or individual developers

2007-02-23 Thread Clint Tredway
right now, just me, in a couple months it will be TEAM. On 2/23/07, boy_trike [EMAIL PROTECTED] wrote: I wonder how many people are working on TEAM to develop their flex applications (and how many are 1 or 2 men (whoops I mean PEOPLE) developers. Please discount the Graphic artists, HTML

[flexcoders] Quadrant chart

2007-02-23 Thread Mehul Doshi
Hi, I'm trying to develop a chart that looks similar to the following: http://www.adaptivepath.com/images/publications/essays/prioritization _chart.gif Essentially, have a set of 'A' values and a set of 'B' values, then calculate the average of 'A' values and show that as a vertical line,

[flexcoders] Re: Just curious, A big development team or individual developers

2007-02-23 Thread Paul DeCoursey
We need a team but alas it is just me (INDIVIDUAL). --- In flexcoders@yahoogroups.com, boy_trike [EMAIL PROTECTED] wrote: I wonder how many people are working on TEAM to develop their flex applications (and how many are 1 or 2 men (whoops I mean PEOPLE) developers. Please discount the

RE: [flexcoders] Quadrant chart

2007-02-23 Thread Ely Greenfield
See my post: http://www.quietlyscheming.com/blog/charts/easy-custom-charts/ Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehul Doshi Sent: Friday, February 23, 2007 11:11 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: FDS/Hibernate - LazyInitializationException when writing AMF output

2007-02-23 Thread Eric D Anderson
Hi PW, I'd suggest that we add you to the latest Data Services beta because either we have fixed this issue, or we will fix this issue in the next release. Can you contact me off-list and I'll add you to the beat so you can test DS with the latest DS and hibernate assembler. Thanks Eric

[flexcoders] Need help seaching and comparing in an ArrayCollection

2007-02-23 Thread Mark
I'm at a bit of a loss right now how to do something. I'm building an app that shows current and future projects with deploy dates, names, etc. One thing they want this app to do is to flag projects that are to be deployed within a week of any other project. In other words, if one is going

[flexcoders] Charting - create a secondSeries with Actionscript 3.0 ???

2007-02-23 Thread mgrayfmr
Hey Gang - Has anyone had any experience with dynamically adding a second series to a chart using actionscript 3.0 ? Using a LineChart object I have been dynamically creating new LineSeries under the linechart's series with no problem. I am not having luck adding a second series though. The

[flexcoders] Re: flex sdk

2007-02-23 Thread mapper2255
Thank you for your reply. I have downloaded a second zip of the sdk both about 28 meg. I am attempting to get the mxml editor to see the mxml files. Is there a good set of instructions for any ant task that may need to be set up? --- In flexcoders@yahoogroups.com, Steve Cox [EMAIL

[flexcoders] Re: Just curious, A big development team or individual developers

2007-02-23 Thread mgrayfmr
Same here - just me, but hopefully not for long. --- In flexcoders@yahoogroups.com, Paul DeCoursey [EMAIL PROTECTED] wrote: We need a team but alas it is just me (INDIVIDUAL). --- In flexcoders@yahoogroups.com, boy_trike boy_trike@ wrote: I wonder how many people are working on TEAM to

Re: [flexcoders] Re: How to get the real X Y of a repeater item

2007-02-23 Thread Keun Lee
Hey you might want to also look into ³localToGlobal² I.e var comp : UIComponent = UIComponent( event.target ); var point : Point = comp.localToGlobal( new Point( comp.x, comp.y ) ); trace( point.x + : + point.y ); -Keun On 2/22/07 9:24 AM, jer_ela [EMAIL PROTECTED] wrote:

[flexcoders] Re: Quadrant chart

2007-02-23 Thread Mehul Doshi
Yeah, I've looked at it, but it seems a bit complex (for a beginner) to do something as simple as creating a single vertical or horizontal line for a specified value. Can that not be done using just a single horizontal and vertical gridline? Or, did you refer me to your custom charts example

Re: [flexcoders] Re: Just curious, A big development team or individual developers

2007-02-23 Thread Brian Dunphy
INDIVIDUAL Just me doing Flex/UI, although we only have 3 developers total so we're quite small. I suspect you'll see a trend of small Flex teams in most startups/companies adopting Flex for the first time since it is so powerful and efficient to develop in that you really don't need huge teams

RE: [flexcoders] dataProvider question

2007-02-23 Thread Tracy Spratt
You do need to use XMLListCollection to get the ui update. XMLList is ike Array, and does not dispatch the necessary events. Either of the collections, or XML will. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrey

Re: [flexcoders] Charting - create a secondSeries with Actionscript 3.0 ???

2007-02-23 Thread leds usop
a code post will help :) --- mgrayfmr [EMAIL PROTECTED] wrote: Hey Gang - Has anyone had any experience with dynamically adding a second series to a chart using actionscript 3.0 ? Using a LineChart object I have been dynamically creating new LineSeries under the linechart's series

RE: [flexcoders] Just curious, A big development team or individual developers

2007-02-23 Thread Robert Chyko
For the project I am on now, it is just me. For the project that is being designed it will be a team. We have 3 inhouse Flex devs currently (myself and 2 others) and will either be hiring more or bringing in some consultants. -Original Message- From:

RE: [flexcoders] Re: How to get the real X Y of a repeater item

2007-02-23 Thread Robert Chyko
or if your container uses absolute positioning you would need to use contentToGlobal -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Keun Lee Sent: Friday, February 23, 2007 2:09 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: flex sdk

2007-02-23 Thread mapper2255
Does Adobe have a link where you can input your licenses for Flash 5, Flash MX and Flash 2004 Pro and then they send you to a page with decent install instructions for troubleShooting the sdk? --- In flexcoders@yahoogroups.com, Steve Cox [EMAIL PROTECTED] wrote: The free SDK is a set of

Re: [flexcoders] Re: FDS and licensing issues

2007-02-23 Thread Chaitanya Mutyala
thanks jayson but my system uses and requires multiple CPU machines. -Chaitanya On 2/22/07, Jayson [EMAIL PROTECTED] wrote: This is copied right from the Adobe download page for Flex and FDS Flex Data Services 2 Express A powerful solution for creating data-intensive rich applications.

[flexcoders] Re: Keyboard issues on VISTA

2007-02-23 Thread iko_knyphausen
Just installed IE7 on an XP/SP2 machine, works smoothly...no problem. --- In flexcoders@yahoogroups.com, Karl Johnson [EMAIL PROTECTED] wrote: Just curious, have you tried your app on IE 7 on Windows XP? There was someone else on flexcoders talking about weirdness with form input in IE 7, and

[flexcoders] Re: .NET Web Services w/Soap Headers

2007-02-23 Thread bsausser
Resolved. Using the Adobe Specifications, I did not create an array within the content:Object. Was: public function headers():void { // Create QName and SOAPHeader objects. var q1:QName=new QName(http://ws.indymanage.com;,

Re: [flexcoders] amfPHP 1.9 beta 2, malformed amf object question

2007-02-23 Thread Patrick Mineault
Try adding this in gateway.php: $gateway-setLooseMode(true); It was an oversight on my part, will be fixed in next version. Patrick Kun Janos a écrit : Hi all I updatet amfphp 1.2 to amfPHP 1.9 beta 2. In the old services/dao 's I had some echo/print commands for debugging and amfphp

RE: [flexcoders] Access Flex components from browser

2007-02-23 Thread Tracy Spratt
ExternalInterface lets you communicate with javascript in the html wrapper. It is delightfully easy to use. And synchronous! Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl Johnson Sent: Friday, February 23, 2007 11:28

  1   2   >