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 999 - 1028 of 149585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
999
Hello, You may have already seen this, but folks on this list may be interested or know folks who are interested...we have a number of open positions open in ...
David Mendels
dmendels@...
Send Email
Jun 1, 2004
2:23 pm
1000
I have some weird effects when mixing static data with dynamic content. I have some dynamic data that has to have quotes around it. Unfortunately, placing...
Dirk Eismann
DEismann@...
Send Email
Jun 1, 2004
3:55 pm
1001
Hi flexcoders, My Flex apps are getting to the point where it would be very useful to have a unit and/or use case testing framework for the UI -- something ...
Ryan Olson
rdo2000
Offline Send Email
Jun 1, 2004
4:49 pm
1002
Bummer, this looks like a bug. I'll go ahead and file it. As a workaround you should be able to specify the whole value as a binding expression and just do...
Matt Chotin
m_chotin
Online Now Send Email
Jun 1, 2004
5:58 pm
1003
Hi flexcoders, I'm trying to use a TabBar as a drop target for dnd operations. Basically I need to drag list items to individual destination tabs on the...
Ryan Olson
rdo2000
Offline Send Email
Jun 1, 2004
6:00 pm
1004
I asked someone here more familiar with the TabBar and Drag and Drop. Here's what he said: A TabBar is just an HBox, so you can use the getChildAt() function...
Matt Chotin
m_chotin
Online Now Send Email
Jun 1, 2004
6:48 pm
1005
Hi there - Not yet but we will have a live version with code available at some point this summer. l. _____ From: mitch@... [mailto:mitch@...]...
Libby Freligh
libbyfreligh
Offline Send Email
Jun 1, 2004
7:29 pm
1006
Thanks for the info Matt. FWIW I found a better solution than the mouse coordinates approach, I think, using the undocumented mx.containers.tabclasses.Tab...
Ryan Olson
rdo2000
Offline Send Email
Jun 1, 2004
8:03 pm
1007
Is it possible to change the source of a RemoteObject at runtime?...
Marcos Neves
maka3d
Offline Send Email
Jun 1, 2004
8:05 pm
1008
Good news Libby. These are the sample applications people are looking for and learning from. Vinny _____ From: Libby Freligh [mailto:lfreligh@...] ...
Kairoh!
vinny_timmer...
Offline Send Email
Jun 1, 2004
9:00 pm
1009
Hi [again] flexcoders, Is there a trick to using the HTTPService class in a pure AS class, ie without the mx:HTTPService tag? Everything seems to work up until...
Ryan Olson
rdo2000
Offline Send Email
Jun 1, 2004
9:08 pm
1010
It's not something we've set up for in 1.0. What are you trying to do? Maybe there's another solution we could recommend. Matt ... From: Marcos Neves...
Matt Chotin
m_chotin
Online Now Send Email
Jun 1, 2004
9:10 pm
1011
The compiler does some code-gen to make HTTPService work. Is there a reason why you really want HTTPService used in AS-only? I'd encourage you to read the...
Matt Chotin
m_chotin
Online Now Send Email
Jun 1, 2004
9:14 pm
1012
... Thanks! ... whoops - I didn't know that this works, nice one! Dirk....
Dirk Eismann
DEismann@...
Send Email
Jun 2, 2004
6:57 am
1013
I've put my extended DateChooser control online. It provides a method highlightDays(dayArray:Array, highlightColor:Number):Void that can be used to...
Dirk Eismann
DEismann@...
Send Email
Jun 2, 2004
1:16 pm
1014
because that would be useful if your combobox is at the right edge of the page and you want it to be wider than the combobox....
johny_bravo_78
Offline Send Email
Jun 2, 2004
4:13 pm
1015
I was wondering why some classes from Flash 7 aren't available in Flex, particulary the Contextmenu class, could be quite usefull? I recall reading something...
Owen van Dijk
owenvandijk
Offline Send Email
Jun 2, 2004
5:34 pm
1016
All Flash Player classes are available, including the ContextMenu. If you go to livedocs ...
Matt Chotin
m_chotin
Online Now Send Email
Jun 2, 2004
5:42 pm
1017
... If you ... (http://livedocs.macromedia.com/flex/1/flex_docs/wwhelp/wwhimpl/js/html/wwhe ... ...
owenvandijk
Offline Send Email
Jun 2, 2004
5:51 pm
1018
Here's an example... Regards, Kevin Hoyt Sales Engineer Macromedia, Inc....
Kevin Hoyt
parkerkrhoyt
Offline Send Email
Jun 2, 2004
6:14 pm
1019
Hi Owen, Could it be a case-sensitivity issue? Below you said Conextmenu rather than ContextMenu. <i2:shameless-plug xmlns:i2="com.iterationtwo.book"...
Alistair McLeod
alimcleod
Offline Send Email
Jun 2, 2004
6:18 pm
1020
Hi - I looked into this, and I think the easiest thing to do would be to catch the combobox's open() event and manually move the dropdown over by changing the...
Deepa Subramaniam
dsubrama@...
Send Email
Jun 2, 2004
6:24 pm
1021
Hi - I looked into this, and I think the easiest thing to do would be to catch the combobox's open() event and manually move the dropdown over by changing the...
Deepa Subramaniam
dsubrama@...
Send Email
Jun 2, 2004
6:25 pm
1022
What steps are necessary to make custom property bindings work correctly in mxml components? There seem to be initialization/timing issues when extending...
Dirk Eismann
DEismann@...
Send Email
Jun 2, 2004
8:00 pm
1023
Ya... I thought of that... my dropdown is wider than the combobox When I move the dropdown over to the left it gets cutoff at the left edge of the combobox ...
Clint Modien
johny_bravo_78
Offline Send Email
Jun 2, 2004
8:11 pm
1024
If you call getStyle('tabWidth') but didn't explicitly set tabWidth through MXML or setStyle(), you'll get undefined because that is the default value. This...
Susan Chang
soozyqtpie
Offline Send Email
Jun 2, 2004
8:13 pm
1025
Gotcha, I had just been using the tabWidth style incorrectly -- I'd thought I might be able to query it to find out the calculated width if I didn't set it...
Ryan Olson
rdo2000
Offline Send Email
Jun 2, 2004
8:15 pm
1026
I'm glad you figured it out! Cheers! Susan Flex Team ... From: Ryan Olson [mailto:rdo@...] Sent: Wednesday, June 02, 2004 1:15 PM To:...
Susan Chang
soozyqtpie
Offline Send Email
Jun 2, 2004
8:16 pm
1027
Hi all, did anybody try to develop apps using FCS in Flex ? I need some resources ..... Thanks Marco Casario...
Marco Casario
mcasario@...
Send Email
Jun 2, 2004
8:50 pm
1028
Hi Marco, ... We're doing just that at present; what is it you're trying to do exactly ? Best, Steven -- Steven Webster Technical Director iteration::two...
Steven Webster
swebsteratit...
Online Now Send Email
Jun 2, 2004
8:54 pm
Messages 999 - 1028 of 149585   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