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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 129302 - 129331 of 149550   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
129302
... From: "markflex2007" <markflex2007@...> To: <flexcoders@yahoogroups.com> Sent: Saturday, November 01, 2008 3:27 AM Subject: [flexcoders] How to pass...
Paul Andrews
pauland2513
Offline Send Email
Nov 1, 2008
8:28 am
129303
I even changed it to this: selected = ( selected == false ? true: false); When I click on a checkbox then all visible rows in the DG get checkbox checked...
markgoldin_2000
Offline Send Email
Nov 1, 2008
11:07 am
129304
My first post on this marvellous but bewildering resource... I am a designer/art director heading in the direction of development - and I am presently baffled...
spinglittery
Offline Send Email
Nov 1, 2008
2:21 pm
129305
I need to pass data back from a popup window. How is this done? The data consists of 2 numbers. Thanks, Louise...
Louise Rains
weezee49
Online Now Send Email
Nov 1, 2008
3:04 pm
129306
Oh, never mind about passing data back - I can see it in the example. It just seems a bit inelegant to poke it back in the parent window. Louise...
Louise Rains
weezee49
Online Now Send Email
Nov 1, 2008
3:16 pm
129307
You can send a custom event and use that to transport your data.. ... From: Louise Rains To: flexcoders@yahoogroups.com Sent: Saturday, November 01, 2008 3:16...
Paul Andrews
pauland2513
Offline Send Email
Nov 1, 2008
3:57 pm
129308
Hi Everyone, can someone point me in the right direction for accomplishing the following. I have a value object that contains a username and an array of...
donvoltz
Offline Send Email
Nov 1, 2008
4:32 pm
129309
It isn't clear why you are considering using Flex or what it is you are trying to accomplish. Maybe rephrase your question to make it more targeted. Your...
Mike Chabot
logicalthoug...
Offline Send Email
Nov 1, 2008
4:40 pm
129310
A good suggestion, but I'm not sure if this will work for my purposes. I do have a reference to the child object in question, but I first need to determine if...
Aaron Miller
amiller@...
Send Email
Nov 1, 2008
7:07 pm
129311
Something along these lines: var hiddenArea:int = myCanvasChild.height - (myCanvas.height - myCanvasChild.x); if (hiddenArea > 0)...
Tim Hoff
turbo_vb
Offline Send Email
Nov 1, 2008
10:32 pm
129312
In thinking about this more, you're going to have to find the localToContent point x value for myCanvasChild; to see if it's in the viewable area of the...
Tim Hoff
turbo_vb
Offline Send Email
Nov 1, 2008
11:51 pm
129313
Is there a way to disable the right-click menu while dragging? If not, how do I formally request this? It's pretty annoying to accidently hit the right menu...
jmfillman
Offline Send Email
Nov 2, 2008
12:22 am
129314
Of course, looking at y values would certainly make more sense for vertical scrolling. :( -TH ... is ... I'm ... know ... view ... children ... is ... the ... ...
Tim Hoff
turbo_vb
Offline Send Email
Nov 2, 2008
1:09 am
129315
Not even a "custom" event. Dispatch an ordinary Event, with a specific name. In the handler, use the event.target reference to access the value in a public...
Tracy Spratt
nts333rd
Offline Send Email
Nov 2, 2008
2:35 am
129316
Why are you using the "label" property? That property is not on your item object. You should do something like this: super.data = value; var xmlData:XML =...
Tracy Spratt
nts333rd
Offline Send Email
Nov 2, 2008
2:41 am
129317
So, what you want is: 10 11 12 etc. Joe sick work play Bill work work work John play play work You need to check out the...
Randy Martin
mariposasw
Offline Send Email
Nov 2, 2008
5:18 am
129318
Hi I am new to plugin development and I startded off by creating a sample plugin using flex builder 3 plugin version. These are the steps that I followed a)...
rviswanathan
v_ramakrishnan@...
Send Email
Nov 2, 2008
5:48 am
129319
Hi I am new to plugin development and I startded off by creating a sample plugin using flex builder 3 plugin version. These are the steps that I followed a)...
rviswanathan
v_ramakrishnan@...
Send Email
Nov 2, 2008
5:48 am
129320
Ok. So, it appears that searching via the group's web interface is not reliable. When I searched through the emails I'd received from the group, I found all...
lagos_tout
Offline Send Email
Nov 2, 2008
8:20 am
129321
Thanks for the example, Tracy. That helped me, too. I was able to move my event listening and dispatching away from the loaded systemManager and onto the...
lagos_tout
Offline Send Email
Nov 2, 2008
8:26 am
129322
I would think about the datastructure u use... an Array of mixed content is not necessarily the optimum. I for example would create a new datatype. If u need a...
florian.salihovic
florian.sali...
Offline Send Email
Nov 2, 2008
9:30 am
129323
Good morning A/all I was wanting to know if anybody has had any experience using the Wildwest domains as a webservice. Any help/Direction or examples will...
James Riffe
masterjtforyou
Offline Send Email
Nov 2, 2008
9:39 am
129324
myTabBar.selectedIndex = myTabBar.getChildIndex(myTabBar.getChildByName(e.label)); does not work because the child name is not the tab label text. How would I...
Mic
chigwell23
Offline Send Email
Nov 2, 2008
10:20 am
129325
Maybe you can add name="{label}" to the children? Ralf....
Ralf Bokelberg
ralf.bokelberg@...
Send Email
Nov 2, 2008
12:47 pm
129326
... This should actually be accounted for by the fact that a CheckBox is a toggle button. ... grid's ... That sounds like maybe your dataProvider expression...
Amy
droponrcll
Offline Send Email
Nov 2, 2008
3:05 pm
129327
Hello Devs, I an loading URLs in my mx:HTML component and since it takes time to load the URL pages, I want to show the busy cursor. How do I do that? ...
hworke
Offline Send Email
Nov 2, 2008
5:45 pm
129328
Tried that - I think :-) public function createTabList():void { for each (var node:XML in _paraSightDataset.tab) { var newItem:Object = new Object(); ...
Mic
chigwell23
Offline Send Email
Nov 2, 2008
5:53 pm
129329
That seems like a complicated and difficult way to do it. Why not just loop over tabArray, comparing your value to tabLabel, and when you match, use that loop...
Tracy Spratt
nts333rd
Offline Send Email
Nov 2, 2008
6:29 pm
129330
OK, great thanks! I guess I was making it more complicated then it needed to be. ... Heh, it's ok. I have to do it in both directions, so either one is...
Aaron Miller
amiller@...
Send Email
Nov 2, 2008
7:22 pm
129331
Hi, I'm trying to write a little .MP3 player component that displays a "buffering" state while the file is buffering, then swaps to a different (audio-visual)...
burttram
Offline Send Email
Nov 2, 2008
8:15 pm
Messages 129302 - 129331 of 149550   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