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 ...
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...
... 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...
... 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@...
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 ... ...
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...
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@...
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@...
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...
... 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@...
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...
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....
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...
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? ...
Check out the following tech notes - http://www.macromedia.com/support/flex/technotes.html ...
10506
Shell Bryson
shell.bryson@...
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...
Thak's for your help, now code work without "warning". Devs ... From: Matt Chotin <mchotin@...> To: flexcoders@yahoogroups.com Date: Tue, 1 Mar 2005...
Thanks Matt...I really need to work on my patience factor with searching the APIs. Sorry...such an idiot I am. ________________________________ From: Matt...
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@...
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...
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@...
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. ...
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...
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@...
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...