RE: [flexcoders] Re: writeObject() and readObject()

2008-08-13 Thread Claudio M. E. Bastos Iorio
Thanks for answer. But what can I do if I have many DocumentFile objects written in the file? Is there any way to retrieve all objects or filter by value name/id..? just like a database o e4x.. Claudio M. E. Bastos Iorio From: flexcoders

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-13 Thread Claudio M. E. Bastos Iorio
s the last DocumentFile saved in the file.. ____ Claudio M. E. Bastos Iorio From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, August 14, 2008 1:21 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoder

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-14 Thread Claudio M. E. Bastos Iorio
rieve each object, filter? ________________ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Thursday, August 14, 2008 4:46 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: write

RE: [flexcoders] Re: writeObject() and readObject()

2008-08-14 Thread Claudio M. E. Bastos Iorio
oc:DocumentFile = stream.readObject() as DocumentFile;//only stores the last saved DocumentFile, no matter if I have other objects stored } ____________ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar From: flexcoders@ya

RE: [flexcoders] Re: writeObject() and readObject() SOLVED

2008-08-15 Thread Claudio M. E. Bastos Iorio
our help! Have a nice day. ________________ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Friday, August 15, 2008 12:40 AM To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] Flex and Vista 64

2008-08-18 Thread Claudio M. E. Bastos Iorio
I'm using it right now, since a couple of weeks. Seems to be working ok until now. _____ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] O

RE: [flexcoders] Flex and Vista 64

2008-08-18 Thread Claudio M. E. Bastos Iorio
Btw, keep in mind that for some kind of projects (working with IIS directories for example) you will need to run Flex as administrator. _ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar From: flex

RE: [flexcoders] Re: Flex and Vista 64

2008-08-18 Thread Claudio M. E. Bastos Iorio
Since flex is a 32 bit app, vista64 will only assign 2giga (or 3?) for flex, no more. I'm running flex with no params, no compatibility settings.. _____ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.

RE: [flexcoders] Really weird behavior (filestream)

2008-08-18 Thread Claudio M. E. Bastos Iorio
... _ Claudio M. E. Bastos Iorio http://www.blumer.com.ar From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Monday, August 18, 2008 5:49 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Really weird behavior (filestream) If you're running the apps a

[flexcoders] confusions about versions

2008-08-19 Thread Claudio M. E. Bastos Iorio
some) questions. _________ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar

RE: [flexcoders] Binding problem - not refreshing after Array.push

2008-08-22 Thread Claudio M. E. Bastos Iorio
I have the same issue, binding an array. Can you explain or point to any link/resource/reference that explains why an arraycollection is needed for binding instead array? BTW, is there any other type not available to bind? TIA _ Claudio M. E

[flexcoders] itemrender - tilelist - Image - AIR

2008-08-23 Thread Claudio M. E. Bastos Iorio
a? Thanks in advance. _____________ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar

RE: [flexcoders] What is the best hardware configuration (on PC) for building Flex

2008-09-04 Thread Claudio M. E. Bastos Iorio
Am I wrong? _____ Claudio M. E. Bastos Iorio -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, September 04, 2008 8:21 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] What is the best hardware configuration (on PC) fo

[flexcoders] Re: Error #1063: Argument count mismatch using read/writeobject in AIR

2008-10-13 Thread Claudio M. E. Bastos Iorio
? Could be a bug? Do I need to specify any other parameter in the RemoteClass tag? TIA _____ Claudio M. E. Bastos Iorio http://www.blumer.com.ar <http://www.blumer.com.ar> --- In flexcoders@yahoogroups.com, "Claudio M. E. Bastos Iorio"

[flexcoders] Error #1063: Argument count mismatch using read/writeobject in AIR

2008-10-13 Thread Claudio M. E. Bastos Iorio
Hi, I'm using AMF format storing and retrieving objects using write and readobject() in AIR. But I have a problem. Let's say this is my class: (simple, no params in constructor) ActionScript Code: public class MyClass { public function MyClass():void { } } Then, I create an

[flexcoders] component for page flip?

2008-06-10 Thread Claudio M. E. Bastos Iorio
Can anyone recommend any working example for flex, component or link (other than iparigrafika, or page-flip.com) to page flip effect? TIA Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar "Nietzsche: Who

RE: [flexcoders] Generating AS3 code from Java

2008-06-19 Thread Claudio M. E. Bastos Iorio
http://www.graniteds.org/confluence/display/DOC/2.5.+Gas3+Code+Generator http://www.badgers-in-foil.co.uk/projects/metaas/ or even velocity http://velocity.apache.org/engine/index.html Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/>

[flexcoders] disable all controls on stage

2008-07-30 Thread Claudio M. E. Bastos Iorio
ntrol.enabled = false; } Any idea? ________ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar

[flexcoders] upload file to web service

2008-03-31 Thread Claudio M. E. Bastos Iorio
Hi, What can I use in flex to upload a file to a web service? I already built the web service in .NET and is working ok. But I'm trying to add flex in the client part. TIA ___ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar

[flexcoders] horizontal tree control

2008-04-22 Thread Claudio M. E. Bastos Iorio
Is there any control in flex (or custom made) like the tree control but displayed horizontally? I'm trying the tree control, but it doesn't seem to be able to be formatted horizontally. TIA _______ Claudio M. E. Bastos Iorio http://www.blumer.co

[flexcoders] Ribbon in FLEX

2009-03-12 Thread Claudio M. E. Bastos Iorio
Hi, Is there any component (free or paid) similar to the office 2007 ribbon control? TIA __ Claudio M. E. Bastos Iorio

RE: [flexcoders] Ribbon in FLEX

2009-03-13 Thread Claudio M. E. Bastos Iorio
do it using tabs and panels, but an existing FLEX version could save me a lot of time. If I don't find any FLEX version, the silverlight version will help me a lot, thanks. I wish I could use silverlight + .NET, but this is an AIR project L ______ Claudio M. E. Ba

[flexcoders] Problem reading XML returned from Webservice

2009-06-01 Thread Claudio M. E. Bastos Iorio
ma my code works... What am I doing wrong here? TIA _________________ Claudio M. E. Bastos Iorio http://www.blumersolutions.com

[flexcoders] Re: Problem reading XML returned from Webservice

2009-06-01 Thread Claudio M. E. Bastos Iorio
ther xml/lose the namespace that is giving me problems?? How? Thanks. _ Claudio M. E. Bastos Iorio http://www.blumersolutions.com

RE: [flexcoders] Identifying AIR application instance

2008-11-27 Thread Claudio M. E. Bastos Iorio
e app.. ___ Claudio M. E. Bastos Iorio <http://www.blumer.com.ar/> http://www.blumer.com.ar From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ilya_persky Sent: Thursday, November 27, 2008 6:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Identifying AIR applicati

Re: [flexcoders] Adding up Arraycollections to Datagrid!

2011-08-25 Thread Claudio M. E. Bastos Iorio
Hi, you need a hashtable or a dictionary On Aug 25, 2011 7:47 PM, "Venkat M" wrote: > Hi Group, > > I have a basic question on arraycollections. Please assist. > > I have an array collection A populated with values {1,2,3,4,5,6,7,8,9,10} > Also I have an arraycollection B populated with values {on