Search the web
Sign In
New User? Sign Up
flexcoders · RIA Development with Adobe Flex
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

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

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1622 - 1651 of 149594   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1622
Stacy : "I've built RIAs in flash since mx beta. Flex development blows the doors off in regards to sheer development speed and in my opinion, look and ...
Allen Manning
al_manning
Online Now Send Email
Jul 1, 2004
8:59 am
1623
** Flex is 100% dead on. Much better than working with AS2 directly and the Flash IDE. I wish this ** came out about a year ago. Don't agree. Again it...
Owen van Dijk
owenvandijk
Offline Send Email
Jul 1, 2004
9:07 am
1624
I have the following Requirement: There ia a Panel whcich contains a ControlBar which is dynamically populated with Buttons. Inside the panel a Tab Navigator...
Varun Jain
itsurvarun
Offline Send Email
Jul 1, 2004
10:42 am
1625
Hi, "Is this implying that Flex will eventually be going head-to-head with Avalon? " Not really. I am sure there will be use cases where the two are compared...
David Mendels
dmendels@...
Send Email
Jul 1, 2004
11:17 am
1626
Here's a simple example that you can build on. app.mxml <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"> ...
Kelly Evans
kaptainkettl...
Offline Send Email
Jul 1, 2004
12:56 pm
1627
Is there a way to wrap text in a datagrid? Currently I have a String that is longer then the length of my column width and the string gets truncated. I want...
Kelly Evans
kaptainkettl...
Offline Send Email
Jul 1, 2004
1:55 pm
1628
Is there a way to wrap the column heading in a datagrid? I have a multiple word heading that is wider than I need the column. Such as Order Qty. I want the...
Mark Benton
mbenton2001
Offline Send Email
Jul 1, 2004
2:05 pm
1629
Hi Allen Thanks for your message, my datagrid is linked to the results of the web service, <mx:DataGrid id="orderlist" ...
Bianca Hope
biancahope2001
Offline Send Email
Jul 1, 2004
2:34 pm
1630
OK the following works fine when using onFocusOut, now what if I want to add a button at the end of the reapeater(outside the loop) and read all of the values...
Rich Tretola
rtretola@...
Send Email
Jul 1, 2004
3:58 pm
1631
Does anyone know if Flex includes a license to serve mp3 like the Flash Communication Server provides?...
Wade Picket
zephyros_cn
Offline Send Email
Jul 1, 2004
5:30 pm
1632
Hello, Bianca. This is what I think you will need to do: Create a variable of type Array: var aAllData:Array = new Array();. Create a callback function that...
Tracy Spratt
nts333rd
Offline Send Email
Jul 1, 2004
5:37 pm
1633
Hi Kelly! There is currently no built-in way to wrap text in a DataGrid. The workarounds are making your own cellrenderer or you can check out the Expansion in...
Susan Chang
soozyqtpie
Offline Send Email
Jul 1, 2004
6:31 pm
1634
I have an asp.net web service I was previously accessing through Flash, but trying to use it for flex I can't get past the "URL is not in the proxy's...
Wade Picket
zephyros_cn
Offline Send Email
Jul 1, 2004
6:42 pm
1635
It's not too hard to create a cellrenderer for this, though getting it to work right and nice is harder. Also, all rows in a datagrid must currently be the...
Ronald Kinion
cougron
Offline Send Email
Jul 1, 2004
6:51 pm
1636
That's not a 'named' WebService. Try putting URLs in the unnamed section. -e ... From: Wade Picket [mailto:wadeontheweb@...] Sent: Thursday, July 01,...
Elliot Winard
ewinard@...
Send Email
Jul 1, 2004
6:52 pm
1637
Since you've specified you web service as a named service isn flex-config.xml, you should access as a named service in mxml. <mx:WebService id="dm"...
Cathy Murphy
cathy2476
Offline Send Email
Jul 1, 2004
6:53 pm
1638
Hi Mark - This functionality is something we're working on making easier in future releases, however currently you have 2 options. One is to create a custom...
Deepa Subramaniam
dsubrama@...
Send Email
Jul 1, 2004
6:57 pm
1639
Is there a way to programmatically enable/disable the gathering of profile data? What I'm looking for is the ability to profile just a specific portion of the...
sbyrne_dorado
Offline Send Email
Jul 1, 2004
7:22 pm
1640
Great!! Thanks Susan. Kelly Evans Programmer/Developer 7 Ticks, Inc. Phone: (312) 880-0209 ext. 1004 Cell: (312) 371-3394 E-mail: kevans@... _____ From:...
Kelly Evans
kaptainkettl...
Offline Send Email
Jul 1, 2004
8:47 pm
1641
_global.profile(true) _global.profile(false). Check out the profiling chapter in the docs, it should talk about setting up mm.cfg correctly and using this...
Matt Chotin
m_chotin
Offline Send Email
Jul 1, 2004
9:34 pm
1642
<mx:Script> function getTexts() : Array { var out : Array = new Array(); for (var i = 0; I < ti.length; ++i) { out.push(ti[i].text); } return out; } ...
Matt Chotin
m_chotin
Offline Send Email
Jul 1, 2004
10:44 pm
1643
Thanks-that worked except for one thing; the setToPointer function in the application no longer recieves the event object as an argument. here is what i did: ...
antexorista
Offline Send Email
Jul 2, 2004
1:11 am
1644
You still need to pass it yourself: mx.core.Application.application.setToPointer(event) Matt ... From: antexorista [mailto:antexorista@...] Sent:...
Matt Chotin
m_chotin
Offline Send Email
Jul 2, 2004
1:14 am
1645
I want to do a simple MP3 player using the MediaDisplay (md_MP3) and MediaController (mc_MP3), as well as a click button (btn) and <mx:List> (lst_MP3) to load...
dimitar71
Offline Send Email
Jul 2, 2004
4:30 am
1646
Hi all, Although it is quite evident that this discussion group is around coding (hence "flexcoders") I just wanted to convey my opinions on the flex pricing ...
maelstrom@...
Send Email
Jul 2, 2004
5:24 am
1647
Hi, I am returning a Person object from a createPerson method on a personfacade.cfc ( <cfreturn getManager().createPerson(ARGUMENTS.data).getInstanceMemento()...
Vinny Timmermans
vinny_timmer...
Offline Send Email
Jul 2, 2004
9:03 am
1648
I haven't a clue as to what MM's plans are but I'd be willing to bet the intent was to purposely limit the scope of the 1.0 release to maintain focus. Then...
Stacy Young
xoconnick
Offline Send Email
Jul 2, 2004
5:37 pm
1649
Ok, I have a similar but I think different problem: I have a popup window that comes up automatically when the application starts (a login window). I want to...
pnellesen
Offline Send Email
Jul 2, 2004
8:40 pm
1650
Pat, ... A general technique that we are using, is to have a component, State.mxml, in which we place all our application state; we instantiate State.mxml from...
Steven Webster
swebsteratit...
Online Now Send Email
Jul 2, 2004
8:50 pm
1651
var loginWindow = mx.managers.PopUpManager.createPopUp(myParent, WhatToPopUp, modalOrNot,initObject); loginWindow.variableBoundToTextBoxText = "any text goes...
Clint Modien
johny_bravo_78
Offline Send Email
Jul 2, 2004
10:39 pm
Messages 1622 - 1651 of 149594   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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