I finally found a solution for this problem. I debuged methods of a tree and found out that there are actually two internal data provider variables:...
hi! here's the deal: I create multidimensional array with integeres and references to some dynamically created object. I save this array in SharedObject and...
I bet you have binding involved somewhere. If you use binding on data that is actually stored in a SharedObject the SO will write out undefineds for any...
Can you file an enhancement request at http://www.macromedia.com/go/wish <http://www.macromedia.com/go/wish> ? It may be that this is what you have to do for...
I tried placing my war file from windows onto a Linux Server and ran into a problem. My server is headless (ie not graphics card) and Flex seems to have an...
4869
Dave Carabetta
dcarabetta@...
Nov 1, 2004 4:44 pm
In the flex-config.xml file, there is a <headless>false</headless> setting. Change that value to true, restart, and you're good to go. Regards, Dave....
well I do not use binding at all I've just discovered an interesting thing these object references disappear after exactly 60 seconds :) and I wonder why? ...
Hi ilya, mx.utils.ClassUtil.findClass(className:String) where className is the fully qualified class such as com.yourCompany.anyClass. Sorry for taking so long...
We're evaluating moving to Flex, and would like to build something to integrate with an existing application running on ATG Dynamo 5.6.1, which doesn't support...
Hi, I had a problem a while ago, where I have an asociative array (Object),
containing arrays, containing objects that contains an array. This last
array also...
Anthony, No problem. Good to know. I had problems in the past with the mx.utils.ObjectCopy class, and I
thought that the two step approach would work (as...
Hi Matt 1) Please can you give an example (if your'e not too busy). I have a similar requirement to Mika (i want to see the textinput with a red box around it...
Hi, today I installed Flex 1.5 and I had to notice, Flex 1.5 does not work with Java 1.5 . Will there be a version of Flex 1.5 which works with Java 1.5? ...
?? I am using Flex 1.5 and Java 1.5 together too, but seems things are working out fine... On which part do you have trouble? ... From: Christoph Guse To:...
4879
Lucas Sherwood
lsherwood@...
Nov 2, 2004 8:57 pm
Hey Nik, I find this works better :) <mx:Text html="true"> <mx:text> <![CDATA[ Line 1<br />Line2 ]]> </mx:text> </mx:Text> L....
4880
Abdul Qabiz
aqabiz@...
Nov 2, 2004 9:48 pm
Hi Steven, It would be cool if we have a RSS feed for this mailing list? I guess, Yahoo! groups has some options to do that. Regards, Abdul...
Hi Peter, when I try to look at the RSL Example, I get the following error: An unexpected error occurred that prevented /samples/rsl/index.jsp from being...
Hi, I am trying to build a datagrid to view table data where the table's structure is not fixed (users can add/delete columns via a data dictionary). The...
hi, I am having some problems dynamically populating datagrids. Here's the rundown: I have a comboBox which is populated by an external XML file ("file 1")....
Hi Flexcoders, I am looking at deploying some of the Flex apps I have been developing in our Portal Environment. I am using Sun JES Portal Server 6 and Sun...
Lucas, The only problem that I see with using HTML="true" is that you can't apply CSS styles to the text. I would prefer to use CSS. Allen Allen Manning ...
We can make archives public if people prefer .... the list preference originally was not to make the archives public, to protect email addresses/etc from spam....
Mark, We've been working with Sun in the UK, and I know that they recently deployed one of our apps into the Sun JES appserver. I'm in New Orleans right now...
As a security feature, I'd like to timeout the user after x minutes if no interaction has occurred with the .swf. My off-the-cuff idea of how to approach this...
Jeff, I have that feature on the spec I'm working off of right now. Our ideas were something similar, sniff for events and have it reset a clock. But it...