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 10489 - 10518 of 149758   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10489
Hi Matt, i have made your correct but flex throws always this worning flex correct: <mx:Binding source="{PfVO(vopf[0].stagione.cdc_stag)==undefined ...
b.devis@...
devis_balsemin
Offline Send Email
Mar 1, 2005
9:02 am
10490
Hi , I have 3 diff. pages in a ViewStack container. I want to reset some values when one of the page in the viewstack is displayed everytime. By using which...
Ketan Bengali
bal_ketan
Offline Send Email
Mar 1, 2005
11:28 am
10491
... if the length is 0 then it won't show any items. can you post some sample code to demonstrate the problem? are you querying the property of the grid's...
Manish Jethani
manish_jethani
Offline Send Email
Mar 1, 2005
11:33 am
10492
... From the docs: change -- Broadcast when the selected child container changes. The event object's target property is a reference to the object that ...
Manish Jethani
manish_jethani
Offline Send Email
Mar 1, 2005
11:37 am
10493
Do you have a link or the source of the Flex application written in ARP Thanks Willem Engelbrecht On Sun, 27 Feb 2005 10:49:41 +1100 ... ...
Willem Engelbrecht
willemengelbrecht@...
Send Email
Mar 1, 2005
12:13 pm
10494
hi coders, here i´m again I have to specify 'x' and 'y' value to display an alert I want to display an alert message but if I don´t set a specific place in...
Miguel Diaz Valenzuela
kyrkovisan
Offline Send Email
Mar 1, 2005
12:21 pm
10495
You're casting the wrong thing here, you need to move the casting parentheses after vopf[0]. <mx:Binding source="{PfVO(vopf[0]).stagione.cdc_stag==undefined ...
Matt Chotin
m_chotin
Online Now Send Email
Mar 1, 2005
1:58 pm
10496
Hey list, Does any1 know if the source is available on this example application? http://www.macromedia.com/devnet/flex/example_apps/netshop/moreinfo.html Im...
Erik Westra
ewestra@...
Send Email
Mar 1, 2005
2:07 pm
10497
The key in this is to merge both web.xml files. Say u deployed ColdFusion first. In the cFusion directory there is a WEB-INF directory. U can open the .war...
Erik Westra
ewestra@...
Send Email
Mar 1, 2005
2:15 pm
10498
Hi Erik, ... We've implemented this same concept of "adaptive presentation" in Flex, which you can see on the product finder for Caledon Bank: ...
Steven Webster
swebsteratit...
Online Now Send Email
Mar 1, 2005
2:17 pm
10499
... Rob - Thanks - that worked perfectly. And, while I'm at it, thanks for correcting the documentation bug related to the datatip formatting code, where...
Tom Fitzpatrick
tom24569
Offline Send Email
Mar 1, 2005
2:33 pm
10500
Hmmm This site doesn't do anything if you have JS turned off... It also causes the browser to run in Quirks mode. ... From: Steven Webster...
Shell Bryson
shell.bryson@...
Send Email
Mar 1, 2005
2:40 pm
10501
Hey guys...I am trying something and getting a strange behavior. I get an array of objects from the database that becomes the data provider for my datagrid....
Robert Brueckmann
rbrueckmann78
Offline Send Email
Mar 1, 2005
2:44 pm
10502
I have seen directions like this before from Ben Forta and was able to merge the existing ColdFusion web.xml file with the Flex web.xml file. However, mxml...
Jeff Chastain
fbxsolutions
Offline Send Email
Mar 1, 2005
2:51 pm
10503
... The Flex HTML wrapper requires JavaScript ... it performs the necessary document.writes() ... ?!?...
Steven Webster
swebsteratit...
Online Now Send Email
Mar 1, 2005
2:52 pm
10504
So as i'm making my first app in Flex, I keep coming across questions. My first question is: Is there a built in event handler for doubleClick detection? ...
stealthbaz
Offline Send Email
Mar 1, 2005
2:56 pm
10505
Check out the following tech notes - http://www.macromedia.com/support/flex/technotes.html ...
Cathy Murphy
cathy2476
Offline Send Email
Mar 1, 2005
3:01 pm
10506
Okay this has strayed off the OP's topic but... The JS seems to just be writing the object tag to the page (which is invalid HTML btw). This was originally...
Shell Bryson
shell.bryson@...
Send Email
Mar 1, 2005
3:07 pm
10507
Thak's for your help, now code work without "warning". Devs ... From: Matt Chotin <mchotin@...> To: flexcoders@yahoogroups.com Date: Tue, 1 Mar 2005...
devis
devis_balsemin
Offline Send Email
Mar 1, 2005
3:49 pm
10508
http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/listclasses/Scr ollSelectList.html#rowCount ...
Matt Chotin
m_chotin
Online Now Send Email
Mar 1, 2005
3:55 pm
10509
Thanks Matt...I really need to work on my patience factor with searching the APIs. Sorry...such an idiot I am. ________________________________ From: Matt...
Robert Brueckmann
rbrueckmann78
Offline Send Email
Mar 1, 2005
4:11 pm
10510
I am trying to make an array of buttons that has an array of strings on it and I was wondering why this code does not work? <?xml version="1.0"...
nostra72@...
nostra72
Offline Send Email
Mar 1, 2005
4:22 pm
10511
http://www.e-consultancy.com/newsfeatures/360236/macromedia-rich-internet-embedded-in-straker-cms.html Weybridge, Surrey, UK, March 1, 2005 - A new licensing...
Tarik Ahmed
tarik_ahmed
Offline Send Email
Mar 1, 2005
4:25 pm
10512
This works: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" > <mx:Script> var...
Erik Westra
ewestra@...
Send Email
Mar 1, 2005
4:32 pm
10513
Hello, Does flex allow user to define custom hot keys or keyboard shortcuts?! If so, ar ethere any pointers? Thanks pushkar...
Pushkar
piper5ul
Offline Send Email
Mar 1, 2005
5:02 pm
10514
Maybe another stupid question but I can't seem to anything in the APIs or LiveDocs about how to have individual tool tips for a number of links I have in a...
Robert Brueckmann
rbrueckmann78
Offline Send Email
Mar 1, 2005
5:30 pm
10515
Hi all, Can Cairngorm be used with Flash and if yes, where do I find any sample that I can look at? Thanks ... Agha Mehdi web developer Littler Mendelson P.C. ...
Mehdi, Agha
amehdi@...
Send Email
Mar 1, 2005
6:36 pm
10516
I am not sure if this is a bug or if I am misunderstanding how the flex HttpService proxy works. But unless I re-start the Flex Server, the Flex proxy...
billheit
Offline Send Email
Mar 1, 2005
6:46 pm
10517
The undocumented ViewStack resizeToContent property works really well. Is there a way to achieve the same effect for Panels? I have a container Panel that...
Tom Fitzpatrick
tom24569
Offline Send Email
Mar 1, 2005
6:58 pm
10518
Hi All, I've seen many examples for building XML datamodels to populate a Tree in Flex But I haven't seen any examples for Tree & Array as a dataprovider. are...
alf@...
Send Email
Mar 1, 2005
7:41 pm
Messages 10489 - 10518 of 149758   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