Skip to search.
flexcoders · RIA Development with Adobe Flex

Group Information

  • Members: 9019
  • Category: Development
  • Founded: Mar 17, 2004
  • Language: English
? 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.

Messages

  Messages Help
Advanced
Messages 10489 - 10518 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10489 b.devis@...
devis_balsemin Offline Send Email
Mar 1, 2005
9:02 am
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 ...
10490 Ketan Bengali
bal_ketan Offline Send Email
Mar 1, 2005
11:28 am
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...
10491 Manish Jethani
manish_jethani Offline Send Email
Mar 1, 2005
11:33 am
... 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...
10492 Manish Jethani
manish_jethani Offline Send Email
Mar 1, 2005
11:37 am
... From the docs: change -- Broadcast when the selected child container changes. The event object's target property is a reference to the object that ...
10493 Willem Engelbrecht
willemengelbrecht@... Send Email
Mar 1, 2005
12:13 pm
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 ... ...
10494 Miguel Diaz Valenzuela
kyrkovisan Offline Send Email
Mar 1, 2005
12:21 pm
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...
10495 Matt Chotin
m_chotin Offline Send Email
Mar 1, 2005
1:58 pm
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 ...
10496 Erik Westra
ewestra@... Send Email
Mar 1, 2005
2:07 pm
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...
10497 Erik Westra
ewestra@... Send Email
Mar 1, 2005
2:15 pm
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...
10498 Steven Webster
swebsteratit... Offline Send Email
Mar 1, 2005
2:17 pm
Hi Erik, ... We've implemented this same concept of "adaptive presentation" in Flex, which you can see on the product finder for Caledon Bank: ...
10499 Tom Fitzpatrick
tom24569 Offline Send Email
Mar 1, 2005
2:33 pm
... Rob - Thanks - that worked perfectly. And, while I'm at it, thanks for correcting the documentation bug related to the datatip formatting code, where...
10500 Shell Bryson
shell.bryson@... Send Email
Mar 1, 2005
2:40 pm
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...
10501 Robert Brueckmann
rbrueckmann78 Offline Send Email
Mar 1, 2005
2:44 pm
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....
10502 Jeff Chastain
fbxsolutions Offline Send Email
Mar 1, 2005
2:51 pm
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...
10503 Steven Webster
swebsteratit... Offline Send Email
Mar 1, 2005
2:52 pm
... The Flex HTML wrapper requires JavaScript ... it performs the necessary document.writes() ... ?!?...
10504 stealthbaz Offline Send Email Mar 1, 2005
2:56 pm
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? ...
10505 Cathy Murphy
cathy2476 Offline Send Email
Mar 1, 2005
3:01 pm
Check out the following tech notes - http://www.macromedia.com/support/flex/technotes.html ...
10506 Shell Bryson
shell.bryson@... Send Email
Mar 1, 2005
3:07 pm
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...
10507 devis
devis_balsemin Offline Send Email
Mar 1, 2005
3:49 pm
Thak's for your help, now code work without "warning". Devs ... From: Matt Chotin <mchotin@...> To: flexcoders@yahoogroups.com Date: Tue, 1 Mar 2005...
10508 Matt Chotin
m_chotin Offline Send Email
Mar 1, 2005
3:55 pm
http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/listclasses/Scr ollSelectList.html#rowCount ...
10509 Robert Brueckmann
rbrueckmann78 Offline Send Email
Mar 1, 2005
4:11 pm
Thanks Matt...I really need to work on my patience factor with searching the APIs. Sorry...such an idiot I am. ________________________________ From: Matt...
10510 nostra72@...
nostra72 Offline Send Email
Mar 1, 2005
4:22 pm
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"...
10511 Tarik Ahmed
tarik_ahmed Offline Send Email
Mar 1, 2005
4:25 pm
http://www.e-consultancy.com/newsfeatures/360236/macromedia-rich-internet-embedded-in-straker-cms.html Weybridge, Surrey, UK, March 1, 2005 - A new licensing...
10512 Erik Westra
ewestra@... Send Email
Mar 1, 2005
4:32 pm
This works: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" > <mx:Script> var...
10513 Pushkar
piper5ul Offline Send Email
Mar 1, 2005
5:02 pm
Hello, Does flex allow user to define custom hot keys or keyboard shortcuts?! If so, ar ethere any pointers? Thanks pushkar...
10514 Robert Brueckmann
rbrueckmann78 Offline Send Email
Mar 1, 2005
5:30 pm
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...
10515 Mehdi, Agha
amehdi@... Send Email
Mar 1, 2005
6:36 pm
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. ...
10516 billheit Offline Send Email Mar 1, 2005
6:46 pm
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...
10517 Tom Fitzpatrick
tom24569 Offline Send Email
Mar 1, 2005
6:58 pm
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...
10518 alf@... Send Email Mar 1, 2005
7:41 pm
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...
Messages 10489 - 10518 of 165211   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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