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 ...
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@...
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...
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 ...
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@...
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@...
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: ...
... Rob - Thanks - that worked perfectly. And, while I'm at it, thanks for correcting the documentation bug related to the datatip formatting code, where...
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@...
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....
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? ...
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@...
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...
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...
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...
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@...
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...
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...
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...