Lucian, Unfortunately, this isn't entirely the case. During the FB beta, I sent to your engineers a full spreadsheet with exact RAM/Virtual RAM usage numbers...
4084
Matt Chotin
m_chotin
Oct 1, 2004 7:42 pm
The application39;s creationComplete event should fire after its children's creationComplete events, so use that instead of initialize. Matt ... From: Jeppe N....
4085
Matt Chotin
m_chotin
Oct 1, 2004 8:00 pm
I admit I'm very confused by why you're getting an error, it all looks correct. Here's a folder that should match exactly what you're doing that I ran on...
4086
david.aaron@...
zog_dev
Oct 1, 2004 8:56 pm
Matt -- I am sorry to report a failure. I am leaving my machine on tonight and I have left my port 8700 open. You can see the result for yourself on...
4087
Vinny Timmermans
vinny_timmer...
Oct 1, 2004 8:58 pm
Thanks a lot guys. Vinny _____ From: Matt Chotin [mailto:mchotin@...] Sent: vrijdag 1 oktober 2004 18:08 To: 'flexcoders@yahoogroups.com' Subject:...
4088
Matt Chotin
m_chotin
Oct 1, 2004 9:01 pm
Only thing I can recommend at this point is try to create a new flex.war from scratch and start over. Maybe something got messed up. Has anyone else out there...
4089
Christoph Guse
gusesohn
Oct 1, 2004 10:04 pm
Hi Peter, thanks for your answer. I solved the problem in my own way. With the ogojogi-package there is a possibility to write your own XmlRpcCaller class. My...
4090
terraprime99
Oct 1, 2004 10:06 pm
Matt, This seems like an odd choice - to not mimic fairly standard behaviour (at least on the web) of listening to the enter key by default when a button has...
4091
Christoph Guse
gusesohn
Oct 1, 2004 10:10 pm
Hi everybody, I solved my problem with Flex and Umlaute in combination with Opengroupware and ogojogi. Now I have a problem with accessing the results. In some...
4092
Matt Chotin
m_chotin
Oct 1, 2004 10:12 pm
person.addresses['private39;].city should do it Matt ... From: Christoph Guse [mailto:guse@...] Sent: Friday, October 01, 2004 3:12 PM To:...
4093
Christoph Guse
gusesohn
Oct 1, 2004 10:17 pm
Hi Matt, thanks, that works. I didn't do anything with Actionscript before, so my command of Actionscript is very poor. Sorry for that. Greets, Christoph ... ...
4094
Tarik Ahmed
tarik_ahmed
Oct 1, 2004 10:48 pm
Hi, is it possible to do this (embed a flex app in an html file)? I thought that you could, but doesn't seem to work when I try it. Â <OBJECT...
4095
Matt Chotin
m_chotin
Oct 1, 2004 10:52 pm
You need to put .swf on the end of the source urls since .mxml will return an html wrapper with it. If you do a view source when you just request the .mxml...
I tried this <mx:Application width="600" height="500" xmlns:mx="http://www.macromedia.com/2003/mxml"> <form_view xmlns='*'/> <Validator_view xmlns='*'/> ...
4098
Matt Chotin
m_chotin
Oct 2, 2004 1:26 am
I'm not sure what problem you're having. It looks like you're creating the components correctly. Are the contents not showing up? Is something not ...
4099
Dan Plesse
empiricallys...
Oct 2, 2004 1:42 am
Ok here is the error list. Thanks Mat. Do I need to post log files too? If so which ones and what else do you need? Dan 41 Errors found. Error...
4100
Matt Chotin
m_chotin
Oct 2, 2004 2:26 am
OK, I'm guessing that originally this was all in one file and you've separated them? Now the problem is that some components are referring to methods and...
4101
Marco Casario
mcasario@...
Oct 2, 2004 2:48 am
Hi all list, we're very proud of presenting our first real flex application developed for Macromedia Italy : ...
4102
Matt Chotin
m_chotin
Oct 2, 2004 3:24 am
Congratulations! ... From: Marco Casario [mailto:mcasario@...] Sent: Friday, October 01, 2004 7:46 PM To: flexcoders@yahoogroups.com Subject:...
4103
Jeppe N. Madsen
nejsum
Oct 2, 2004 5:29 am
... Well, that was my initial thought. But this doesn't work. My app consists of the following: <mx:Form> <mx:FormItem label="{ui[0].label}"> <at:ConfigCombo...
4104
Roger Gonzalez
rgonzalez@...
Oct 2, 2004 5:53 am
... Yep. Just one of the ways that Flex makes life easier for you over raw ActionScript. ... The String type is a wrapper around the string primitive data...
4105
Jose Lora
Jose_Lora
Oct 2, 2004 6:44 am
Hi Team, How do you manage creation and termination of view stack child objects? I have a script that dynamically creates the vbox inside the stack but I'm not...
4106
Dan Plesse
empiricallys...
Oct 2, 2004 6:50 am
Normally I try to break things up into its smallest components. So in scriptView: I can do this as a header ? <mx:Script> var scriptView : script_view; var...
4107
Dan Plesse
empiricallys...
Oct 2, 2004 6:59 am
Hello, How does flex sift though a WDDX object? Does it have native way to parse it or should I just use something else??? P.S. It looks like a mess. Thanks...
4108
Hans Omli
interactioneer
Oct 2, 2004 7:29 am
Enhancement request for a future version of Flex... It would be great to see a set of FlashPaper tags and an associated API added to Flex that would allow a...
4109
Abdul Qabiz
aqabiz@...
Oct 2, 2004 7:54 am
Hi Jose, Did you try ViewStackInstance.destroyChild(..) or ViewStackInstance.destroyChildAt(..) or ViewStackInstance.destroyAllChildren() methods to remove...
4110
Jeppe N. Madsen
nejsum
Oct 2, 2004 8:42 am
... So in the first case, the parameter is converted to a String and in the second case the switch value is converted to a primitive string? But what happens...
4111
david.aaron@...
zog_dev
Oct 2, 2004 12:16 pm
Matt -- Just a thought, I am participating in the Blackstone Beta. This has many Flex like features. Could there be a conflict? David Aaron Mobile...
4112
Matt Chotin
m_chotin
Oct 2, 2004 2:57 pm
Maybe if you're running flex in Blackstone but there shouldn't be a conflict if you're running Flex in one container Blackstone in another. I haven't tried...