Re: [flexcoders] Will there be a microsoft project like gantt chart in new versions of flex?

2007-03-17 Thread Andrew Muller
Nate You mean something like this: http://dougmccune.com/blog/2007/02/01/building-a-gantt-chart-component-in-flex/ Andrew On 16 Mar 2007 22:08:00 -0700, Nate Pearson [EMAIL PROTECTED] wrote: I just asked some adobe people at Apollo Camp but they didn't know. They suggested that I

[flexcoders] how to add border for BarSeries or ColumnSeries

2007-03-17 Thread li wenzhi
I mean add border line for each bar or each column, and i have tried add stroke attribute with a Stroke object to it, but does not work. how to approach to it? help me out? thanks a lot! No need to miss a

[flexcoders] List bounds error

2007-03-17 Thread applecoremilo
I have a custom component of type List with a item renderer of type Vbox which holds a label and an image. The image is drag enabled, on drag it can be dropped into a canvas. On the drop event im calling a method to remove the remaining information from the list. However the information stays

[flexcoders] Re: Firefox - FileReference.upload and HTTPService do not share sessions/cookies

2007-03-17 Thread pgp.coppens
Oh well, that turned out to be pretty messy First I got worried as the doc states The FileReference and FileReferenceList classes also do not provide methods for authentication. With servers that require authentication, you can download files with the Flash® Player browser plug-in, but

Re: [flexcoders] set percent value to a Panel's width ?

2007-03-17 Thread Michael Schmalle
Hi, panelID.percentWidth = 17; Peace, Mike On 16 Mar 2007 18:27:12 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: how do i set percent values to a Panel's width and height in ActionScript? this is what I want : panelID.setActualSize(17%,100%); // this returns an error OR

[flexcoders] Bug in AMFPHP Service Browser?

2007-03-17 Thread Kevin
Can someone else try this out for me? I am a active user (and fan) of the new AMFPHP service browser (1.9) built in Flex, but I am getting a strange result and I don't know whether it's a bug in the AMFPHP Service Browser or just something I am overlooking. create a PHP service with the

Re: [flexcoders] Wondering why ArrayUtil.getItemIndex() loops through Array Items instead of using Array.indexOf()

2007-03-17 Thread Arul
Yeah! Only when ArrayUtil.getItemIndex() is able to find Objects inside nested arrays it will serve a purpose Regards, Arul - Original Message - From: Troy Gilbert To: flexcoders@yahoogroups.com Sent: Saturday, March 17, 2007 12:19 AM Subject: Re: [flexcoders] Wondering why

Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-17 Thread Nick Sophinos
I like the name association with the idea that Flash is finally landing on the desktop instead of orbiting around it in the browser. Ok, I need a life. - Nick On 3/16/07, Rich Tretola [EMAIL PROTECTED] wrote: Due to a poor service I had to trash the original poll that was posted last

Re: [flexcoders] Runtime Memory Problems

2007-03-17 Thread Mike Collins
Sorry, I wrote down the numbers incorrectly. Our images are between 256Meg and 600Meg and the app grows to 2.5GIG while I only have 2Gig of physical memory. 100 Meg woudl be nice :) Mike On 3/15/07, slangeberg [EMAIL PROTECTED] wrote: Only after I hit a saturation point (Around 2.5Meg)

RE: [flexcoders] Apollo (Should Adobe Keep the Name)

2007-03-17 Thread Gordon Smith
I like the name Apollo myself, and I'm sure the Apollo team is interested in the community's ideas about what the product should be named, but picking a product name is a tricky business that involves legal as well as marketing considerations. Gordon From:

Re: [flexcoders] O'Reilly's Programming Flex 2 book

2007-03-17 Thread Rich Tretola
I have this one: http://www.amazon.com/gp/product/0470102675/002-4312150-6440857?ie=UTF8tag=everythingfle-20linkCode=xm2camp=1789creativeASIN=0470102675 But it is still only a word document on my local machine. :-( It is due out in May as well. Rich On 3/16/07, Merrill, Jason [EMAIL

Re: [flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-17 Thread Rich Tretola
As of 10am est time on 3/17, the vote currently stands at: *Should Adobe keep code name Apollo as the official product name?* yes 89% (174) no 11% (22) If you haven't voted yet, please visit: http://blog.everythingflex.com/2007/03/15/apollo-the-great-debate/ Rich On 16 Mar 2007

[flexcoders] Flex Module for Apache

2007-03-17 Thread John Barrett
Hi, I tried in the past to instal a flex server using JRun, and FDS, but I could not figure it out. Tonight I tried to install the flex module for apache on my mac, but it killed my apache localhost. for a detail of what happened: after installing, restarting apache the httpd server would not

[flexcoders] Some optimalization questions

2007-03-17 Thread Stanislaw Fiedor
Hi! I've got some optimalization questions. What happens when a single property of the dataprovider of a List changes? Is the whole List and all its rows being redrawn or does it happen only to the row corresponding to the dataprovider item? What is the best 'CPUfriendly' practice when I have

[flexcoders] weborb for php, from localhost to webhost

2007-03-17 Thread leo0401flick
In the fast setup manual is een exellent explanation how to set up weborb for PHP. But there is no document how to deploy it on a webserver. Oke, I have created a running application (according fast setup structure) with Flex en weborb for php. in this structure: localhost -- Weborb --

[flexcoders] Re: Apollo (Should Adobe Keep the Name)

2007-03-17 Thread Paul DeCoursey
You are missing the I don't care option. What do I care what they name the product. They could call it Penciluarim and if it still did what they promise then I'd use it. p --- In flexcoders@yahoogroups.com, Rich Tretola [EMAIL PROTECTED] wrote: As of 10am est time on 3/17, the vote currently

[flexcoders] Re: Passing different dataFields to the same itemRenderer component

2007-03-17 Thread missgiggygirl
You need to implement IDropInListItemRenderer (and the listData property). The listData will give you the column that owns you. Wow, that IDropInListItemRenderer opens up a real can of worms. I can't believe that something simple like what I want to do can get so difficult all of a sudden.

[flexcoders] Cairngorm question

2007-03-17 Thread xmrcivicboix
I just picked up on Cairngorm and it seems somewhat confusing. I hope someone would help me clarify this. I have an Array of files that I would like to import. How can I execute each command without manually creating those commands and delegates for each of those file. In the end result, I would

[flexcoders] Can not get data from as db operation class?

2007-03-17 Thread Sandwish
DBOperation.as: import flash.events.*; import flash.net.NetConnection; import flash.net.ObjectEncoding; import flash.net.Responder; import mx.collections.ArrayCollection; import mx.controls.List; import mx.rpc.events.ResultEvent;

[flexcoders] Re: Cairngorm FrontController

2007-03-17 Thread Shannon
Dimitrios, Thanks for your reply, I take that to mean that you are in the Cairngorm isnt designed to do that camp?

[flexcoders] Problems creating a skin with scale-9 from an embed Flash symbol with a bitmap

2007-03-17 Thread João
Is it possible to create a Flex 2 scale-9'ed skin from a symbol created on Flash 8 IDE using a bitmap? I am able to embed symbols from Flash 8 using: overSkin: Embed(source=flex_skins.swf, symbol=AccordionHeader_overSkin); If those symbols have a scale-9 grid, they scale fine. But if they are

Re: [flexcoders] Flex 2.0 Primitive Explorer

2007-03-17 Thread Clint Modien
Bruce.. you might find this article helpful... http://weblogs.macromedia.com/pent/archives/2006/07/writing_flex_2.cfm On 3/14/07, Bruce H. Johnson [EMAIL PROTECTED] wrote: Nice. Exactly what I was look for to create a custom gauge componet in a half-circle. Bruce H. Johnson Sylmar, CA

RE: [flexcoders] Flex 2.0 Primitive Explorer

2007-03-17 Thread Bruce H. Johnson
Yes, I've got that one and will probably use it as a starting place. Bruce H. Johnson Sylmar, CA _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien Sent: Saturday, March 17, 2007 12:21 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

[flexcoders] Re: Will there be a microsoft project like gantt chart in new versions of flex?

2007-03-17 Thread Nate Pearson
Sort of, but his example, although cool, is just vapor ware. I would imagine a full fledge Gantt component to have a time lineline, an api to set startDate, endDate and percent complete. A way to save the state of a chart to use in base lining. A way to set relations between tasks like

[flexcoders] Issue with Drag and drop of Flex 2 Chart with Javascript in IE (See demo)

2007-03-17 Thread Claude Hussenet
I am building an application using the excellent Flex 2 Chart framework. I have currently an issue when I drag and drop a flex chart in IE using Javascript. In order to pinpoint the issue,I created a simple demo with 2 charts samples from Adobe. The demo is located at :

[flexcoders] Type Conversion Error on CRM-Sample (coldfusion_flexPart2)

2007-03-17 Thread ferenlaw
Could anybody help me figuring out the reason for this type conversion error in my CRM-appl. I'm pasting below the flex-console output after I clicked the Trash-Icon on an Employee. In contrast the Deletion of an Company's Object WORKS GREAT and so the usage of java-dao version of this sample !!

Re: [flexcoders] Re: Will there be a microsoft project like gantt chart in new versions of flex?

2007-03-17 Thread Doug McCune
Bah, vaporware!?! Yeah, ok, so you're right to think that I wasn't planning on spending alot of time on that Gantt chart component, and I realize that example is VERY basic and not even close to a complete gantt chart component, but making it into a better component is in the back of my mind. And

[flexcoders] Using correlationID with flex messaging from coldfusion

2007-03-17 Thread neil_durbin
Hi, I'm sending a database query array from a coldfusion gateway to a flex datagrid. The problem is that I am trying to filter which database query goes to which page, in the cfc itself. I didnt want to filter the results in the flex page because I would be sending a huge DB query to each

[flexcoders] Weird sandbox violation error

2007-03-17 Thread Guy Morton
I am seeing a weird violation Security sandbox violation: http://www.mydomain.com/bin/myApp.swf? mh=-118.1258%2C33.8751mc=-118.15411% 2C33.81669mz=0rls=20070202101010 cannot load data from /data/handle/ 2007-03-17 10:10:00.] As you can see I am running this on my server and all http requests

Re: [flexcoders] Weird sandbox violation error

2007-03-17 Thread Guy Morton
I can answer this - it's not, because I'm now encoding the URL and it still barfs. Any ideas would be appreciated. This is very perplexing. Guy On 18/03/2007, at 3:12 PM, Guy Morton wrote: Is Flex barfing over the un-encoded URL?

[flexcoders] Re: Cairngorm FrontController

2007-03-17 Thread helihobby
I think this may help. http://www.helihobby.com/html/alon_desingpattern.html --- In flexcoders@yahoogroups.com, Shannon [EMAIL PROTECTED] wrote: I am new to Cairngorm and Flex (I'm All About Flash) so bear with me. I am creating a component and I want it to use Cairngorm. I also want

[flexcoders] DataGrid multiple selection without CNTL key

2007-03-17 Thread Frank
Is it possible to modify the behavior of the DataGrid so that user can make multiple selections without holding down the CNTL key? I'm converting an Ajax app to Flex, and the HTML component I am replacing does not require the holding down of the control key to make multiple selections. It's not