[flexcoders] Re: Auto incrementing values for datagrid

2006-11-17 Thread flxcoder
--- In flexcoders@yahoogroups.com, "flxcoder" <[EMAIL PROTECTED]> wrote: > > I want to have a serial number field in my datagrid that increases or > auto increments with each row. Is this possible? this field should > re-paint itself on sorting of any other fields. &g

[flexcoders] Auto incrementing values for datagrid

2006-11-16 Thread flxcoder
I want to have a serial number field in my datagrid that increases or auto increments with each row. Is this possible? this field should re-paint itself on sorting of any other fields.

[flexcoders] Cairngorm: Opening sibling view?

2006-08-14 Thread flxcoder
I have a heirarchy of classes in my viewstate A. A has child aa, ab and ac. aa, ab and ac are siblings, think about them as being 3 canvases under A. aa has tabNavigator X ab received data and wants to set aa.X.selectedIndex = 1 or something. How can I get reference to the id X since X is a ch

[flexcoders] Cairngorm:One controller, so many commands, so many delegates, so many events

2006-08-14 Thread flxcoder
Now I have about 4-5 events that correspond with the app server and get data back. Each of these events get registered with the CairngormEvent. When the controller executes these events it needs a command associated with the event. Each such command needs a delegate. So for my one interaction w

[flexcoders] Re: Passing an id to a function?

2006-08-10 Thread flxcoder
Thanks all --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > >                     displayTo.text = "Date selected: "; > displayTo = "Date selected: "; > >                 else > >                     displayTo.text = "Date selected: " + > displayTo = "Date > >

[flexcoders] Passing an id to a function?

2006-08-09 Thread flxcoder
In this example, how can I pass the id of the element label to be updated? private function displayDate(date:Date, displayTo:String):void { if (date == null) displayTo.text = "Date selected: "; else displayTo.text = "Date se

[flexcoders] Re: Is there a way to put a close X on the tabnavigator

2006-08-01 Thread flxcoder
l > free to contact me. > > > Jeremy. > > > > > > On 8/2/06, flxcoder <[EMAIL PROTECTED]> wrote: > > > > > > > > I have a way of removing the tab from the tabnavigator using > > > tabs.removeTabAt(x), but I am l

[flexcoders] Re: Cairngorm separation of action script and mxml

2006-08-01 Thread flxcoder
MLList{ > //do ugly stuff > } > > On 8/1/06, flxcoder <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I have a component that gets called in the view:component say. > > > > Now this component has some functions that do operations to format the > &

[flexcoders] Is datagrid not bindable to the dataprovider

2006-08-01 Thread flxcoder
I am trying to manage my datagrid using the dataprovider, so if I delete the nodes in the data provider (an XmlList) I expect the rows in the datagrid to be removed too. Is this a wrong assumption. Please see below? ===start=== http://www.adobe.com/2006/mxml";>

[flexcoders] Cairngorm separation of action script and mxml

2006-08-01 Thread flxcoder
Hi, I have a component that gets called in the view:component say. Now this component has some functions that do operations to format the data in the format that is required to display on screen. These functions are quite large and ugly. I want to move them to a separate scripts.as file, so they

[flexcoders] Re: Is there a way to put a close X on the tabnavigator

2006-08-01 Thread flxcoder
> > I have a way of removing the tab from the tabnavigator using > tabs.removeTabAt(x), but I am looking for a way to add an X on top of > the tab, something similar to the way editors in eclipse do. > > any clues? > any ideas? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fle

[flexcoders] How to handle i18n in Flex

2006-07-31 Thread flxcoder
Hi, Since I am at the start of the project, I think it is better to ask this question now. How do flex developers handle i18n. On the server side, I can manage the internationalized messages, but from the client side, how would I set up my project to handle information such as labels and messa

[flexcoders] Put a comment on the cell of a datagrid

2006-07-29 Thread flxcoder
Hi, All the cells in my datagrid need to have comments when the user mouses over them. Not all cells will have this effect, but some will. I am completely lost, on where to start emulating this behaviour. Any tips/ideas? Thanks/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/gro

[flexcoders] Is there a way to put a close X on the tabnavigator

2006-07-28 Thread flxcoder
I have a way of removing the tab from the tabnavigator using tabs.removeTabAt(x), but I am looking for a way to add an X on top of the tab, something similar to the way editors in eclipse do. any clues? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcode

[flexcoders] Is there a hashmap or similar datastructure in flex/as3?

2006-07-28 Thread flxcoder
Is there a hashmap or similar datastructure in flex/as3? I need a way to store indexes and data. a set data structure would also be nice. Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flex

[flexcoders] Re: DataGrid Totals Row

2006-07-27 Thread flxcoder
us. > Here is what you can do with dataProvider approach: > http://derby.faratasystems.com/fxReporter/presentation/ presentation.html > > Sorry, the live demo is available for Beta 3 player only - commercial > version will be released "second half of 2006" >

[flexcoders] Re: DataGrid Totals Row

2006-07-27 Thread flxcoder
stick with one grid only and keep showing subtotals on the lines or create multiple grids and stack them together. Thanks. --- In flexcoders@yahoogroups.com, "flxcoder" <[EMAIL PROTECTED]> wrote: > > This topic is similiar to what I am looking for. A datagrid that has >

[flexcoders] Addressing each cell in a datagrid

2006-07-27 Thread flxcoder
Hi, Not a very specific question but is there a way to obtain specific cell references in a datagrid. For example, would it be right to assume that a datagrid is like a matrix where dg[5,10] or something similar would give me a reference to the cell in the 5th row and 10th column in a datagrid

[flexcoders] Re: Acegi/Spring/Flex authentication

2006-07-27 Thread flxcoder
T > /secure/**=ROLE_USER > > > > > class="org.acegisecurity.ui.ExceptionTranslationFilter"> >local="authenticationProcessingFilterEntryPoint"/> > >

[flexcoders] Re: Acegi

2006-07-26 Thread flxcoder
thanks for following up. here is the message. the message number was 44891 and url was http://groups.yahoo.com/group/flexcoders/message/ 44059 Re: Acegi/Spring/Flex authentication I am sorry but can you go to the 101 level with this one, I am not very up to speed with acegi, just to the point o

[flexcoders] Re: Acegi/Spring/Flex authentication

2006-07-26 Thread flxcoder
st need > to put the url pattern of the .swf in the Aecegi configuration, so it > will secure it. > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of flxcoder > Sent: Monday, July 24, 200

[flexcoders] Re: DataGrid Totals Row

2006-07-26 Thread flxcoder
This topic is similiar to what I am looking for. A datagrid that has say 10 rows with the 3rd and say the 7th row showing subtotals and the 11th row showing the grand total. >From what I read in this conversation thus far, it seems that the solution is to create multiple datagrids and calculate

[flexcoders] Re: Question regarding datagrids - generating subtotals

2006-07-26 Thread flxcoder
Hi Ralf, The link that you posted below is dead, can you please check whether the site is up. Thanks. --- In flexcoders@yahoogroups.com, "Ralf Bokelberg" <[EMAIL PROTECTED]> wrote: > > Hi flxcoder, > > i just created a small example. You can find it here: > h

[flexcoders] Question regarding datagrids - generating subtotals

2006-07-25 Thread flxcoder
I have a need where like excel, I need to show sub-totals and empty cells on the row where the sub total will appear. This subtotal will be calculated, say as an aggregate function that I can write. But the question is, how can I do this with the datagrid control. I am at a point where I can d

[flexcoders] Re: Acegi/Spring/Flex authentication

2006-07-24 Thread flxcoder
Any tips here? Is it possible to use acegi with Flex? Thanks. --- In flexcoders@yahoogroups.com, "flxcoder" <[EMAIL PROTECTED]> wrote: > > Hi all. > > Maybe not a flex question but relevant. > > I am trying to authenticate flex into my middle tier by using

[flexcoders] Acegi/Spring/Flex authentication

2006-07-20 Thread flxcoder
Hi all. Maybe not a flex question but relevant. I am trying to authenticate flex into my middle tier by using acegi. I am moderately familiar with acegi and the saying goes that the filter checks the entry point as /acegilogin.jsp false Question is then, has anyone integra

[flexcoders] Cairngorm: datagrid dataprovider and columns

2006-07-15 Thread flxcoder
Hi, Trying to work with Cairngorm. view.Employees.mxml has datagrid that needs to have its columns and data set dynamically. Now I can set the data up as ArrayCollection in the ModelLocator and set How can I set up the columns for the datagrid above. Is it something that I can set from the

[flexcoders] Setting a value in a component from a actionScript file

2006-07-15 Thread flxcoder
Say I have these 2 files as/script.as and view/list.mxml. list.mxml has a datagrid with id="dg". Is it possible to set dg.dataProvider from script.as? How can I do that? Thanks. Yahoo! Groups Sponsor ~--> Great things are happening at Yahoo! G

[flexcoders] Re: Explorer-like drag & drop tree (Delayed Open Example)

2006-07-12 Thread flxcoder
awesome - just awesome - thanks. i know i am going to need this soon. --- In flexcoders@yahoogroups.com, "Jason Hawryluk" <[EMAIL PROTECTED]> wrote: > > Here you guy's, gal's go don't forget to change the package location. I use > this technique in allot of way's. Just let me know what you think

[flexcoders] Re: FlexBuilder - cannot access local resource - used to work in b3

2006-06-29 Thread flxcoder
Wierd. I uninstalled and re-installed FlexBuilder. That fixed it. Worried about stability of flexbuilder --- In flexcoders@yahoogroups.com, "flxcoder" <[EMAIL PROTECTED]> wrote: > > I am trying a really simple example > > > http://www.adobe.com/20

[flexcoders] FlexBuilder - cannot access local resource - used to work in b3

2006-06-29 Thread flxcoder
I am trying a really simple example http://www.adobe.com/2006/mxml"; layout="horizontal" creationComplete="srv.send()"> On running this example, I see this error [RPC Fault faultString="Error #2148: SWF file file:///C:/_mystuff/ _programs/eclipse/flex2-2/ws/bin/phones.swf c

[flexcoders] Flex data services - Is it needed

2006-06-28 Thread flxcoder
Hi all, I am trying to understand how I should use Flex. I need to build a multi-screen flex app that would retrieve data from a java app server running my app on Spring. The spring app will return XML. This XML can be consumed by HTTPService e4x module and displayed on the screen. I would pro