Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

flexcoders · RIA Development with Adobe Flex

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 12335
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

event.target.id provides the id of the dataGrid Is there an easy way to get to the id of the drag initiator, so that I can assess if the source and target are...
1 Sep 1, 2004
5:11 pm

connorfulton
Send Email

Hello, Macromedia, here are a couple of features I'd like to see in Flex: 1. The MenuBar control currently does not dispatch an event for a toplevel menuitem....
10 Sep 1, 2004
5:10 pm

Deepa Subramaniam
dsubrama@...
Send Email

I'm just wondering what level of support we can expect Flex to have for Web service interoperability as dictated by the Web Services Interoperability...
7 Sep 1, 2004
4:02 pm

Matt Chotin
m_chotin
Send Email

Hello All: I'm writing an app that shows a list of contract in my main datagrid, then shows the contract line items in a detail panel to the left upon clicking...
5 Sep 1, 2004
2:20 pm

scott_oppliger
Send Email

After accessing the correct doc version... I have the labelFunction for a DataGridColumn compiling. But the item argument passed into my labelFunction is...
6 Sep 1, 2004
1:45 pm

Steve Pruitt
st_pruitt
Send Email

Hi all, i also posted this to the FB beta forum, but nobody’s there anymore :-) Of course I doubt the following is an easter egg… if you have a minute, try...
4 Sep 1, 2004
12:11 pm

Nils Döhring
sp4m@...
Send Email

The global Date() function is well... getting in my way. How do I cast something as a Date? var obj:Object; var dt:Date; obj = new Date(); dt = Date(obj); ...
6 Sep 1, 2004
1:39 am

Clint Modien
johny_bravo_78
Send Email

I have an Array of "Task" objects and each Task object contains a reference to a "Contact" object. I am binding the task array to a DataGrid but would like to...
9 Aug 31, 2004
11:58 pm

Tracy Spratt
nts333rd
Send Email

To flexcoders Owner: It'd be nice if all posts to the group could be archived in a list at www.mail-archive.com (because this Yahoo group search function only...
3 Aug 31, 2004
8:43 pm

scott_oppliger
Send Email

Hi all, it was an old annoyig issue for me... http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=1041 Have you tried if we have the same resul with List...
1 Aug 31, 2004
6:04 pm

Marco Casario
mcasario@...
Send Email

Flexcoders: Macromedia is looking for beta testers for future releases of Flex. It would be great to include you all so you can receive early versions to test...
1 Aug 31, 2004
5:35 pm

Lucian Beebe
lucianbeebe
Send Email

Hi, please can you give me phone or e-mail Macromedia flex reference person? I have urgently need to contact it for price info. If not possibile, some...
2 Aug 31, 2004
4:48 pm

Matt Chotin
m_chotin
Send Email

Hi all, I have a Coldfusion WebService that works fine if called within a .cfm page : <cfinvoke webservice="http://localhost:8103/fatw/cfc/iscritti.cfc?wsdl" ...
3 Aug 31, 2004
4:17 pm

Marco Casario
mcasario@...
Send Email

Hi, Ok, ok, you've convinced us that getting the book source code online is more important than getting our clients to pay us to develop Flex applications ;) ...
43 Aug 31, 2004
4:09 pm

Rich Tretola
rtretola@...
Send Email

Check out View.createChild() in the ASDocs. -Roger Roger Gonzalez mailto:rgonzalez@......
1 Aug 31, 2004
3:23 pm

Roger Gonzalez
rgonzalez@...
Send Email

For a Customer we want to build an application in Flex where we will use a Tree component to manipulate business logic. There are many examples in several...
6 Aug 31, 2004
11:14 am

Alistair McLeod
alimcleod
Send Email

I wrote a custom cell renderer for a data grid in mxml and referenced it in the data grid. The cell renderer contains a button that needs access to functions...
9 Aug 31, 2004
10:38 am

Dirk Eismann
DEismann@...
Send Email

Hi, i have a problem with this scenario, my java class public class Order { private Articles articoli; .... public Articles getItems() ...... .... } where...
3 Aug 31, 2004
7:18 am

b.devis@...
devis_balsemin
Send Email

Does anybody have an idea how to get JSessionId to flex app? Is there a way to read it from the flex's sessionobject? -Mika...
7 Aug 31, 2004
5:20 am

Mika Kiljunen
mkiljune
Send Email

Dear All, I know that Flex will generate swf file in the web container, and the users are requesting the swf file. i would like to ask if we can make flex...
3 Aug 31, 2004
3:35 am

ncelq
Send Email

Hi all, i have the following problem: var doc = new XML(); doc.load("../../../../cms/TreeController.do?style=xml"); network monitor shows an xml receive with...
9 Aug 30, 2004
8:35 pm

Nils Döhring
sp4m@...
Send Email

i'm binding an xml list of nodes to a tree using a dataprovider, and i'm wondering if there is a way i can add a spacer between each row, for presentation. i'm...
2 Aug 30, 2004
7:40 pm

Susan Chang
soozyqtpie
Send Email

Could anyone please tell us how we can extend the Flex Builder to recognize custom components on its palette ?...
2 Aug 30, 2004
6:54 pm

hbw_vt
Send Email

Hi Team, I've been able to successfully code a simple check box cell renderer and use it on a list control but now I need to be able to have an editable combo...
3 Aug 30, 2004
5:19 pm

Jose Lora
Jose_Lora
Send Email

I have an MXML file that's only 24k, when I open it in FB and then do nothing, I can hear the fan on my processor speed up quite fast. Sometimes when I have a...
12 Aug 30, 2004
4:47 pm

Clint Modien
johny_bravo_78
Send Email

Hi all, i have an object created in the first accordion container that stores some data (name, surname...). Now, on the last accordion container i have to take...
7 Aug 30, 2004
11:21 am

Marco Casario
mcasario@...
Send Email

Hi, i'm working in a demo project, i have used the sun design pattern 1) Presentation Layer (Flex / JSF) (it depends how much $$$$ the customer want to spend...
7 Aug 30, 2004
8:12 am

b.devis@...
devis_balsemin
Send Email

Dear All, i am going to modify to below flash actionscript to flex in order to play the netstream from flash comm inside flex. var streamName =...
6 Aug 30, 2004
6:57 am

Dirk Eismann
DEismann@...
Send Email

Hi all, i'm trying to send some data models and an array of my class objects to a WebService to store the info in my db. But i had some problems. This is the...
1 Aug 28, 2004
5:02 pm

Marco Casario
mcasario@...
Send Email

Hello, i'm trying aroud with Flex. In order to learn faster i bought the flex bool written by Steven Webster and Alistair McLeod. It's a nice book but a little...
3 Aug 28, 2004
4:20 pm

Christoph Guse
gusesohn
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help