RE: [flexcoders] Vertical Accordion?

2005-05-06 Thread Gordon Smith
Title: Message Can you show us how you are using a vertical accordion? We were kind of surprised when developers started asking for one. Do you want the labels to be readable sideways, or L o o k l i k e t h i s ? - Gordon -Original Message-From:

RE: [flexcoders] Re: Cairngorm Result Question

2005-05-06 Thread Steven Webster
Iain, I thought a bug was to blame, but have pasted some code for a quick browse: Nothing jumps out as embarassing :) Can you confirm at which point your array isn't being returned as expected ? Go into gateway-config.xml and turn on debug; that'll let you see what comes over the wire in

RE: [flexcoders] Alex Uhlmann: Rotation class help

2005-05-06 Thread Alex Uhlmann
Hi Duccio, As you said, your component is centered around 0,0. For your effect to work properly, you need to simulate the registration point with modifying the x and y postions of the component. The current version of AP 1.05 doesn't support a setRegistrationPoint method of Rotation. But the

Re: [flexcoders] Re: Filtering data in Flex

2005-05-06 Thread Ketan Bengali
Thanks once again Manish. Used your Filter class. This is what I required. Thanks a ton again. Regards, Ketan Bengali 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:

RE: [flexcoders] Alex Uhlmann: Rotation class help

2005-05-06 Thread Duccio Del Ministro
Thanks Alex. Regards Duccio Del Ministro --- Alex Uhlmann [EMAIL PROTECTED] ha scritto: - Hi Duccio, As you said, your component is centered around 0,0. For your effect to work properly, you need to simulate the registration point with modifying the x and y

RE: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-06 Thread Peter Farland
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brett Palmer Sent: Friday, May 06, 2005 1:53 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect I think Pradeep's question is the

RE: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-06 Thread Peter Farland
You simply get the HttpServletRequest object from flashgateway.Gateway.getHttpRequest() and then call getSession from there. If a session doesn't exist you need to pass true to getSession so that it will create one for you. This method only works if you are within the same thread that made the

RE: [flexcoders] web services suddenly stopped working!!

2005-05-06 Thread Steve Pruitt
I have been using mxmlc called by an ant scriptfor about a year. I don't specify a context root only the Flex config file and location of the Application mxml. I have made no changes to this process. Everything worked fine on Wednesday. Yesterday, I developeda fewnew GUI components,

[flexcoders] Re: Microsoft Sharepoint Portal and Flex

2005-05-06 Thread Dave
I'm currently working on a project utilizing Flex and SPS. We're accessing Flex apps through SPS web parts. What are you looking for? -Dave --- In flexcoders@yahoogroups.com, Tolulope Olonade [EMAIL PROTECTED] wrote: Yeah I am interested in this too very much :-) If its possible anyway..

[flexcoders] Re: MXML VTM's for Homesite?

2005-05-06 Thread stevenkeys2003
Brian.. please keep us abreast of your progress, this is needed big time! -Steve --- In flexcoders@yahoogroups.com, cpsdesigns2002 [EMAIL PROTECTED] wrote: Yes definitely...In need of tag insights for Homesite. Sometimes you just don't need all the bells and whistles of dreamweaver/flex

[flexcoders] j2ee/net/dwh interview on 7th may PCMM level 5 chennai rush ur resumes

2005-05-06 Thread j2eenetdwhjobs
Hi All, We are a Leading Resource Consultant catering to various MNCs in India and Abroad. We are looking for Our World's Largest PCMM Level 5 Client in Chennai [CANDIDATES SHOULD BE AVALIABLE IN CHENNAI TO ONE INTERVIEW ON 07/05/2005] REQUIREMENT I : C#,.NET Professionals Position :

[flexcoders] Re: Microsoft Sharepoint Portal and Flex

2005-05-06 Thread heybluez
interesting. since I am not a windows programmer, here is an ignorant question. does sharepoint have an API? Could I patch an app into it? if so, where do i need to go? --- In flexcoders@yahoogroups.com, Dave [EMAIL PROTECTED] wrote: I'm currently working on a project utilizing Flex and

[flexcoders] backgoundImage style property

2005-05-06 Thread AC
The backgroundImage style property of a container component; is there a way of positioning the background image so its origin is not in the centre but at the very top-left of the image? Thanks in advanced. Yahoo! Groups Links * To visit your group on the web, go to:

RE: [flexcoders] web services suddenly stopped working!!

2005-05-06 Thread Peter Farland
Something you did yesterday somehow changed your web service. Rather than trying to guess what that waslets try to solve the issue. From the solution you can then construct what might have changed.From your flashlog trace output it seems that a {context.root} token has creeped in to the

[flexcoders] Updating HTTP Service Whitelist at Runtime

2005-05-06 Thread Harris Reynolds
What would happen if you updated the whitelist for HTTP services within flex-config.xml at runtime? Would Flex notice the change and reload the configuration? This would be a very nice feature for building dynamic applications where users may want to add services on the fly. Of course this

RE: [flexcoders] Updating HTTP Service Whitelist at Runtime

2005-05-06 Thread Peter Farland
The flex configuration file is read once at start up time in Flex 1.5. It does not watch for changes. Some application servers allow you to auto re-deploy an application when a particular file has changed (JRun can do this by registering a file as a mandatory finger print for a web

[flexcoders] Reloading Data Question

2005-05-06 Thread David Terry
Hello, I hope everyone is having a happy Friday. I have another basic question for everyone How do you reload data into a tileList or in general? So I have a tileList that is feed from an XML file. The user can drag items from the list to a canvas, and I remove the item from

[flexcoders] Pie Chart Sizing

2005-05-06 Thread Battershall, Jeff
I'm having some problems getting pie charts to consistently size. Problem is I've got 3 charts side-by-side, and the callout labels string lengths are of different lengths in each chart. The result is one of the charts renders considerably smaller than the rest and makes the callouts virtually

[flexcoders] Re: Tree Drag and Drop help

2005-05-06 Thread pilby1
Ashish, that works! Thank you very much! --- In flexcoders@yahoogroups.com, Ashish Goyal [EMAIL PROTECTED] wrote: One correction.. 'treeItems' should be in quotes. var items = event.dragSource.dataForFormat(treeItems); _ From: flexcoders@yahoogroups.com

RE: [flexcoders] Pie Chart Sizing

2005-05-06 Thread Ely Greenfield
Hi Jeff. Let me get a little more clarity on your question. Are you trying to: - make the text size of the callouts larger? - make the size of the pie itself larger? - make the size of all of your pies consistent? Thanks. Ely. -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Pie Chart Sizing

2005-05-06 Thread Battershall, Jeff
Ely, I'm trying to make the size of the pies consistent, if possible. I've gotten some success by breaking the callout text across multiple lines via a callout function. It would be nice to determine priorities in the sizing algorthim, namely to have the size of text and pie size remain a

RE: [flexcoders] Pie Chart Sizing

2005-05-06 Thread Ely Greenfield
Unfortunately, I have bad news for you then :( There's no way, at least no obvious direct way, to direct the pie chart to lock down the size of the pie and adjust the labels accordingly (this is something you _can_ do with the other charts, by setting the gutter styles). We're considering

Re: [flexcoders] HttpRequest and HttpSession access in Remote Obj ect

2005-05-06 Thread James Ward
Hey Brett Pradeep, Flex 1.5 uses the flashgateway.Gateway.getHttpRequest(), flashgateway.Gateway.getHttpResponse(), and flashgateway.Gateway.getServletConfig() methods. To use these methods, you must have the WEB-INF/lib/flashgateway.jar file in your classpath. Taken from

RE: [flexcoders] ColumnChart picture

2005-05-06 Thread Matt Chotin
Hey Devis, We asked around and in theory what you're trying to do should work. Unfortunately I don't really have time to try to write an example and see what needs to be done, but the dataTip is supposed to support html and that html is supposed to support the img tag. Can you try loading that

RE: [flexcoders] Pie Chart Sizing

2005-05-06 Thread Jeff Beeman
If it helps add to the push for this feature, I'm also needing to be able to lock down the pie chart size when using callouts. /** * Jeff Beeman **/ -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] Reloading Data Question

2005-05-06 Thread Matt Chotin
Maybe try doing dataProvider={catalog.product.clone()}. Basically the problem is that youre messing with your original dataProvider and deleting everything in it. You need to pass your TileList a copy of the dataProvider so that you can muck with it without doing permanent damage.

Re: [flexcoders] help enabling or disabling a control when a user selects something

2005-05-06 Thread Craig Newroth
well, it is supposed to test for the content of the selected item and then what I want to do is enable or disable a list control.. I have tired both the number zero (the selected index) of my first list and the text value and cannot get it to work. --- Manish Jethani [EMAIL PROTECTED] wrote: On

Re: [flexcoders] Re: CSSI Security Issues and Flex (Proof of concept exploit)

2005-05-06 Thread John Dowdell
Eric Raymond wrote: Here is a sample exploit. It requires you to trick the user into clicking a link. But if you can do that some percent of the time, with the aid of a flash decompiler to explore the app, you might be able to do all sorts of interesting things. Thanks, Eric. I suspect one

RE: [flexcoders] Re: Tree Drag and Drop help

2005-05-06 Thread Tracy Spratt
I just sent it to you directly. I use Outlook to handle this list so I just get attachments normally. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of heybluez Sent: Friday, May 06, 2005 8:22 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Reloading Data Question

2005-05-06 Thread Tracy Spratt
Also, you dont use binding braces in AS script: lstElements.dataProvider = {catalog.product} Id do something like: var oDPInitial:Object = catalog.product.clone(); Then in Reload: lstElements.dataProvider = oDPInitial; Tracy From: flexcoders@yahoogroups.com

Re: [flexcoders] Reloading Data Question

2005-05-06 Thread Manish Jethani
On 5/6/05, David Terry [EMAIL PROTECTED] wrote: Or is it going to be some like var objData:Object; objData = catalog.product.clone(); See this: ?xml version=1.0? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns=* mx:Script import mx.utils.ObjectCopy;

RE: [flexcoders] help enabling or disabling a control when a user selects something

2005-05-06 Thread Tracy Spratt
The enable toggle works correctly right? Say if you were to run it directly from a button? And the drag/drop works correctly? Your code wasn't complete enough for me to run, so I need to ask, When you drag an item into the list, is it automatically selected? If so, you want to test:

RE: [flexcoders] Reloading Data Question

2005-05-06 Thread David Terry
So let me try to understand this - I'm coming from a .Net world. When I create a mx:Model of data and bind that to a control, the control alters the data from the original mx:Model state? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish

RE: [flexcoders] Reloading Data Question

2005-05-06 Thread Tracy Spratt
I guess clone() was psuedocode! I just found objectCopy in the livedocs flex api, and it is supposedly for internal use only. But I also found Darron Schall's article about it here: http://www.darronschall.com/weblog/archives/000148.cfm Also, for a simple array of objects, it is easy to write

Re: [flexcoders] backgoundImage style property

2005-05-06 Thread Manish Jethani
On 5/6/05, AC [EMAIL PROTECTED] wrote: The backgroundImage style property of a container component; is there a way of positioning the background image so its origin is not in the centre but at the very top-left of the image? I'm Feeling Hacky. ?xml version=1.0? mx:Application

Re: [flexcoders] Reloading Data Question

2005-05-06 Thread Manish Jethani
On 5/7/05, David Terry [EMAIL PROTECTED] wrote: When I create a mx:Model of data and bind that to a control, the control alters the data from the original mx:Model state? Yes. If you call removeItemAt(0) on a DataGrid, it modifies the underlying DataProvider object. If you don't want it

RE: [flexcoders] Reloading Data Question

2005-05-06 Thread David Terry
Interesting Thank you very much for the information and the sample code. ~David T. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Friday, May 06, 2005 14:26 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Reloading Data

RE: [flexcoders] Reloading Data Question

2005-05-06 Thread Matt Chotin
Sorry, I forgot to double-check I was using the real method name. myArray.concat() will produce a shallow copy of the array (meaning a new array that has the same contents). Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt

RE: [flexcoders] Reloading Data Question

2005-05-06 Thread Tracy Spratt
Oh, yeah, I forgot, that is actually what I use! I think slice will make a copy as well. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Friday, May 06, 2005 3:39 PM To: flexcoders@yahoogroups.com Subject: RE:

RE: [flexcoders] Reloading Data Question

2005-05-06 Thread Tracy Spratt
Yes, when you use one of the dataProvider API methods. When you do: myDataGrid.removeItemAt(), you are really doing myDataGrid.dataProvider.removeItemAt(). Note: When you update a cell in an editable datagrid column, the data is NOT automatically modified in the dataProvider. You must call

[flexcoders] DataGrid display problem

2005-05-06 Thread Fernando Barros
Hi there, I have this situation: My main app proposta.mxml has: mx:ViewStack id=bodyStack changeEffect=Fade width=52% height=100% xmlns=componentes.* Proposta_Atual PropostaSel={PropostaSel} stRevenda={stRevenda} aDepto={aDepto} aLinha={aLinha}/ /mx:ViewStack In this component

RES: [flexcoders] DataGrid display problem

2005-05-06 Thread Fernando Barros
I have to pass them to other datagrid by drag. Im new on this if you have a better idea or Im doing the wrong way, just say it. Ill change it now! Thks again. --- Fernando Barros --- De: flexcoders@yahoogroups.com

RE: [flexcoders] DataGrid display problem

2005-05-06 Thread Tracy Spratt
Ok, that is definitely wrong.  Take the strings out of the dataGridColumn array. Now, do you want those strings to appear in the DataGrid? (That does not seem logical, there are 4 columns and only three strings) Or somewhere else, like a List?  Dragging strings to a DataGrid does not

RE: [flexcoders] DataGrid display problem

2005-05-06 Thread Tracy Spratt
Yes. You populate the DataGrid using a dataProvider, which contains all of your data, including the fields you do NOT want to show. The dataGridColumn array specifies the columns you DO want to show. The hidden data is still in the dataProvider items, but is not visible. When you drag

[flexcoders] Using HttpService (a jsp) as dataprovider

2005-05-06 Thread Rajesh Jayabalan
Hi, I am trying to use a jsp file which generates a xml ?xml version=1.0 encoding=utf-8 ? clcrstatuses status label=-- Select -- data= / status label=Credit Hold data=Credit Hold / status label=Deduct data=Deduct / status label=Pending data=Pending / status label=Pre-Pay

[flexcoders] Re: Newbie Question - referencing value in Remote Object

2005-05-06 Thread dval823
Tried that with no luck --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Did you try: ro.getCerts.result[i]['field_name'] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dval823 Sent: Friday, May 06, 2005

[flexcoders] Re: Using HttpService (a jsp) as dataprovider

2005-05-06 Thread Rajesh Jayabalan
Hi, I have found the solution I had to add mx:Application initialize=clcrSModel.send() xmlns:mx=http://www.macromedia.com/2003/mxml; in the begining and in the dataprovider I had to change old dataProvider={clcrSModel.status} new dataProvider={clcrSModel.result.clcrstatuses.status} I

RE: [flexcoders] Re: Newbie Question - referencing value in Remote Object

2005-05-06 Thread Peter Farland
Two things, first - I'd use the NetConnection Debugger that ships with the Flex 1.5 extras to try and get a better understanding of the structure of the data types being returned... Also you could try introspecting the object yourself in ActionScript using for in loops, typeof(), instanceof tests

Re: [flexcoders] Reloading Data Question

2005-05-06 Thread Fernando Lobos
i strong recomended change to remote object, with httpservice only problems On 5/6/05, Tracy Spratt [EMAIL PROTECTED] wrote: Yes, when you use one of the dataProvider API methods. When you do:myDataGrid.removeItemAt(), you are really doing myDataGrid.dataProvider.removeItemAt().Note: When you