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: 12336
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

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

The mxml file below shows that when flex sizes components it is not co-ordinating within itself, so that the titles of a tab container are being set at a fixed...
2 May 5, 2004
12:04 am

Matt Chotin
m_chotin
Send Email

Why is it that we can't use a DateFormatter as the value of the dateFormatter attribute for dateField/Chooser controls? ...
2 May 4, 2004
11:13 pm

Matt Chotin
m_chotin
Send Email

I want to (hopefully using the labelFunction) change the background color of a cell in a datagrid... or change the color of the text. Is this possible w/o...
2 May 4, 2004
11:09 pm

Matt Chotin
m_chotin
Send Email

It just occurred to me that my previous post may be unnecessary, in that the debate.xml file that's causing the trouble right now is just a stand-in for what...
2 May 4, 2004
5:22 am

pjfarland
Send Email

hi all, ive used a httpservice to retrieve an xml document at runtime. the result of this service call is used as my datagrid dataprovider. when i click an...
2 May 4, 2004
5:05 am

Matt Chotin
m_chotin
Send Email

I'd like to set up a loop that will block current processing until some condition is met. setInterval, and the various timers I see on the forums allow one to ...
9 May 3, 2004
11:10 pm

Eric Guesdon
1727@...
Send Email

I have several faceless, stand-alone as components. MyList, has a property of datatype Array, "myGroups";. I instantiate it in flex normally, populating the...
13 May 3, 2004
7:57 pm

David Mendels
dmendels@...
Send Email

I shouldn't have been so whiney, this turned out to be easier than I thought, doing just what I said below, using an array to track completion of a queue of...
2 May 3, 2004
5:21 pm

Matt Chotin
m_chotin
Send Email

hi all, im using the command mx.managers.PopUpManager.createPopUp(_root, windowName, true, (deferred: true}); ive got a var declared inside the window that is...
2 May 3, 2004
1:34 pm

Dan Schaffer
danschaffer
Send Email

Hello, Is there anyway to make rounded corners on griditems, just like the rounded corners of the Panel ie. corner-radius:2; Or do i really have to embed a...
1 May 3, 2004
10:51 am

marien van os
marvosmirabeau
Send Email

No idea how my email was picked up for this but I figure others might find interesting. I say the more the merrier...will push the whole concept forward. Stace...
5 May 2, 2004
7:43 pm

Steven Webster
swebsteratit...
Send Email

I will be doing advanced Flex with DB training soon for private classes. Some of you know that I won JDJ trainer of the year a few years past. Also, I plan...
2 Apr 30, 2004
8:56 pm

cekvenich2
Send Email

Hey guys/ladies, Looking for some quick help. I've got a demo flex app i'm working on and I'm trying to capture the databinding event for a datagrid so I can...
3 Apr 30, 2004
8:17 pm

soulpositions
Send Email

Hi all, I made a little script that enables Flex to output debug/trace messages by using the Central Debug Panel ;) The functionality is quite simple: just...
1 Apr 30, 2004
2:52 pm

Dirk Eismann
DEismann@...
Send Email

You can define a labelFunction which will give you the object that the Tree wants to display and you can do whatever you want and return the text you want...
6 Apr 30, 2004
7:50 am

Dirk Eismann
DEismann@...
Send Email

Jeff, You can't set the backgroundColor style on Accordion Header objects, but you can set other style properties, such as fontSize, as the following example ...
4 Apr 29, 2004
7:22 pm

Navita Bhoir
shravage_n
Send Email

When using the mx:HTTPService tag as is, I can set a result handler. When I create my own as class that extends HTTPService, my attempt to set the result...
2 Apr 29, 2004
6:21 pm

Tracy Spratt
nts333rd
Send Email

The result that's being specified in the tag is the handler for the result event, it is not the result property. The result property is filled in ...
1 Apr 29, 2004
5:07 pm

Matt Chotin
m_chotin
Send Email

I suggest you read the Flex/J2EE chapter that Steven and Ali posted on theserverside since it discusses design approaches that can apply to HTTPService even...
1 Apr 29, 2004
5:04 pm

Matt Chotin
m_chotin
Send Email

Say I have three HTTPServices I will use, and each has 5 different sets of request parameters and the reuslts need to go to a corresponding 5 places. The...
1 Apr 29, 2004
2:30 pm

nts333rd
Send Email

Does anyone know of a way to prevent a Tree from displaying items. I have a situation where it appears the following is happening: ... myobject2 shows up as a...
2 Apr 28, 2004
11:57 pm

Matt Chotin
m_chotin
Send Email

Hello, i'm working on getting some data from an MS SQL database into Flex via a .NET Web Service. Right now i'm experimenting with the best/easiest ways to...
4 Apr 28, 2004
11:13 pm

Andrew Stopford
andrewstopford
Send Email

Hi, Are there any ui design guidelines for flex. I am not sure if its related to the way the application ui is designed, but the performance is very slow. It...
3 Apr 28, 2004
11:02 pm

Navita Bhoir
shravage_n
Send Email

hello, Has anyone used Brady IDE for building the UI. As well does anybody know how to download a trial version of Brady. thanks, regards, navita...
3 Apr 28, 2004
7:55 pm

Navita Bhoir
shravage_n
Send Email

How does one get into the brady beta group? I would be very interested in joining. Thanks, Jonathan -- Jonathan Baney Enterprise Data Modeler Thunderbird...
5 Apr 28, 2004
7:37 pm

Thom Theriault
thomtheriault
Send Email

I have my menu on the left side of the screen and the 'working area' on the right separated by a Divider. In my menu (accordian) I have a number of Links. When...
3 Apr 28, 2004
2:59 pm

Dan Schaffer
danschaffer
Send Email

Does anyone have good links to see some really tastey flex apps in action. I've seen the flex store one from MM... TIA Keith...
1 Apr 28, 2004
1:37 pm

Keith Salisbury
keithsalisbury
Send Email

A SWF cannot have a function that contains more than 32K of code in it. Parsing an XML string that is greater than 16K can generate code that is bigger than...
1 Apr 28, 2004
7:21 am

Matt Chotin
m_chotin
Send Email

I can't get a node deleted from a Tree component. The occurs in a DnD dragDrop event handler. My code snippet is: var dragItems =...
2 Apr 28, 2004
5:05 am

Matt Chotin
m_chotin
Send Email

is it possible to tell the tree component to use a different tag or xml structure for its tree control? rather than nodes within nodes ... what i mean is can i...
1 Apr 27, 2004
11:58 pm

achillesflex
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