[flexcoders] Re: Trouble Converting java List to ArrayCollection

2007-02-12 Thread lepusmars
ecially in this example where the throws is USELESS > because you are already treating the exception with the try clause) The > throws clause passes the exception treatment to a higher scope, this scope > may not import de DAOException needed to process it properly. Simply never > do this. &

[flexcoders] Re: Trouble Converting java List to ArrayCollection

2007-02-12 Thread ytseshred
g my first problem, but I originally had my VO's defined with constructors, so I could create the VO like: TestVO vo = new TestVO(rs.getInt("id"), rs.getString("data")); But Flex gave a runtime error when it was constructing the array collection saying something like T

Re: [flexcoders] Problem with changing viewstack programatically

2007-02-12 Thread Clint Tredway
rks ok, I have 2 problems. 1). The new viewstack does not grey out the option in the linkbar so there is no indication that I am on a different page 2). Clicking on option #0 in the linkbar menu raises the following error: RangeError: Error #2006: The supplied index is out of bounds.

[flexcoders] Re: Trouble Converting java List to ArrayCollection

2007-02-12 Thread lepusmars
o I could create the VO like: > > TestVO vo = new TestVO(rs.getInt("id"), rs.getString("data")); > > But Flex gave a runtime error when it was constructing the array > collection saying something like TestVO init expected 2 arguments and > got 0. >

[flexcoders] Re: Trouble Converting java List to ArrayCollection

2007-02-12 Thread Doug Lowder
rs.getString("data")); > > But Flex gave a runtime error when it was constructing the array > collection saying something like TestVO init expected 2 arguments and > got 0. > > --- In flexcoders@yahoogroups.com, "lepusmars" wrote: > > > > I have to

Re: [flexcoders] Java developer is glad to participate in open source Flex project.

2007-02-12 Thread dorkie dork from dorktown
Hi Alex, It sounds like OpenAMF might be a good place to start as well. I would personally like to see more support (documentation, installation docs) on this project. Let me know what you decide (contact offlist). On 2/12/07, Igor Costa <[EMAIL PROTECTED]> wrote: Hi Alexander you

[flexcoders] SWFLoader, doesn't show the loaded swf !!!

2007-02-12 Thread nicolasparziale
, the main application is a zinc compiled exe made entirely in Flex 2 and runs local, the swf i'm trying to load is also local and Flex 2, with as2 swfs i don't have any problem. only with action script 3 ones. if i load the swf from a swfloader placed in the main mxml app it works fine, the t

[flexcoders] referencing form data in class based model?

2007-02-12 Thread ronnlixx
Hi, How do you reference form data or controls in a imported custom class? for example, how would I port this mxml based model to a class based model? {clientList.selectedItem.id} {client_name.text} {client_address.text} {client_initials.text} {client_city.text} {client_state.text} {client_zip.t

[flexcoders] Error 2025 with images?

2007-02-12 Thread John Wilker
to entry in the DG I get the below. It seems to happen when entries have images linked from other sites. [SWF] Users:johnwilker:Documents:Flex Builder 2:360FlexRSS:bin: main-debug.swf - 972,300 bytes after decompression getting the feed: http://www.red-omega.com/blog/rss.cfm?mode=full You Selec

[flexcoders] Re: Animated Drag Tile

2007-02-12 Thread napearson99
I was able to dl the source with IE 6. Firefox 2.0 throws that error. --- In flexcoders@yahoogroups.com, "napearson99" <[EMAIL PROTECTED]> wrote: > > When I right click to view source I get the error: > > Routing Error > > Recognition failed for "

RE: [flexcoders] referencing form data in class based model?

2007-02-12 Thread Battershall, Jeff
] On Behalf Of ronnlixx Sent: Monday, February 12, 2007 4:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] referencing form data in class based model? Hi, How do you reference form data or controls in a imported custom class? for example, how would I port this mxml based model to a class

[flexcoders] Re: Animated Drag Tile

2007-02-12 Thread napearson99
I cant find the BitmapTile file for the Drag Tile custom itemrenderer. Am i making a mistake? --- In flexcoders@yahoogroups.com, "napearson99" <[EMAIL PROTECTED]> wrote: > > I was able to dl the source with IE 6. Firefox 2.0 throws that error. > > --- I

[flexcoders] SizeableTitleWindow 1024: Overriding

2007-02-12 Thread app.developer
I have an error that has begun to pop up in Flex 2.0.1 When I create an small application with the ColdFusion/Felx Application Wizard I now get an error 1024:Overriding a function that is not marked for override., referencing SizeableTitleWindow.as disabling the compile process. Has anyone

[flexcoders] Re: Trouble Converting java List to ArrayCollection

2007-02-12 Thread lepusmars
> > my VO's defined with constructors, so I could create the VO like: > > > > TestVO vo = new TestVO(rs.getInt("id"), rs.getString("data")); > > > > But Flex gave a runtime error when it was constructing the array > > collection saying something like TestVO init expected 2 arguments > and > > got 0. > >

[flexcoders] coords on dragged object

2007-02-12 Thread Douglas Knudsen
ok, I have a List populated from a AC of objects. I have drag+drop setup to drag one of the items from the list and drop it onto a VBox contained view. I need to get the x-coord relative to the object being dropped. Anyone have a idea? in 1.5 I used a undocumented piece DragManager["_dragProxy"

[flexcoders] Re: How to clear a TileList of its items?

2007-02-12 Thread Jason Hanson
ArrayCollection 2) run a filter on the bound ArrayCollection to limt the results to 3 3) apply a different ItemRenderer to the TileList Every time I run those steps I get this error: [ERROR] TypeError: Error #2007: Parameter child must be non-null. at flash.display::DisplayObjectContainer

Re: [flexcoders] Re: Animated Drag Tile

2007-02-12 Thread Troy Gilbert
You'll need Ely's library for those. If you look in the navigation at the bottom of his blog, there are some links to all of the components on individual pages. One of the links is to a zip of "all" of his source code from the blog. That's the easiest one to grab. Troy.

Re: [flexcoders] Re: VideoDisplay won't load first frame

2007-02-12 Thread Muzak
n flv (drag and drop file on app, browse for file dialog, command line parameter), so the setVideoSource method was called from 3 different actions. regards, Muzak - Original Message - From: "klumikaze" <[EMAIL PROTECTED]> To: Sent: Monday, February 12,

[flexcoders] Re: Cross domain confusion

2007-02-12 Thread John buono
That is a great suggestion, but I am using FlexBuilder 2, and can not find that option anyplace, anyone have any ideas? On Saturday 10 Feb 2007, Pedro Pastor wrote: > cause for this error, but I supposed that by default an SWF file have > granted access to a local data file. You s

[flexcoders] Re: FlexAntTasks and tokens

2007-02-12 Thread Chris Luebcke
Hi Olivier, There are two ways I know of to define properties, and one consistent syntax for using them. To define properties in your build.xml file itself, you use the tag. Example: A common pattern is to define properties which may vary between developer machines or between dev/qa/produ

[flexcoders] should i convert pngs to jpegs before embedding them in a flash movie?

2007-02-12 Thread jpc14_99
When I make a website I design it with PNGs and when it's all good and done I convert to jpegs to shrink the file sizes. I'm doing the same with my flash/flex movies, but based on the file sizes it looks like when the .swf is compiled the PNGs are already being compressed. Is this the case? O

RE: [flexcoders] Re: Animated Drag Tile

2007-02-12 Thread Ely Greenfield
napearson99 Sent: Monday, February 12, 2007 1:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Animated Drag Tile I cant find the BitmapTile file for the Drag Tile custom itemrenderer. Am i making a mistake? --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.

[flexcoders] Re: Trouble Converting java List to ArrayCollection

2007-02-12 Thread Doug Lowder
ection > > > using the as keyword. > > > > > > I'm not sure what was causing my first problem, but I originally > > had > > > my VO's defined with constructors, so I could create the VO like: > > > > > > TestVO vo = new TestVO(rs.getInt("id"), rs.getString("data")); > > > > > > But Flex gave a runtime error when it was constructing the array > > > collection saying something like TestVO init expected 2 arguments > > and > > > got 0. > > > >

RE: [flexcoders] How to get the current build options FB uses?

2007-02-12 Thread Gordon Smith
orking? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Derek Vadneau Sent: Monday, February 12, 2007 7:30 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to get the current build options FB uses? I thought the point of dump-config was to dump the conf

RE: [flexcoders] Can someone tell me what I am doing wrong.

2007-02-12 Thread Gordon Smith
x27;t be necessary. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oim415 Sent: Saturday, February 10, 2007 5:51 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can someone tell me what I am doing wrong. Hello, I am

RE: [flexcoders] Using setSyle on dynamic created button not working

2007-02-12 Thread Gordon Smith
It would be newButton.setStyle("bottom", 10); because the 'bottom' style has type Number. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of darylgmyers Sent: Friday, February 09, 2007 1:46 PM To: flexco

RE: [flexcoders] Datefield inconsistencies? Or is it just me!

2007-02-12 Thread Gordon Smith
I am trying to populate a datagrid with values from a table based on the day selected in the datefield. I can use the datefield to choose and pass the value to my webservice but the result returned does not reflect the date selected. For example I can select 2/9/2007 and the service sends 2/8/2007

[flexcoders] Re: Animated Drag Tile

2007-02-12 Thread napearson99
Nice, use me all you like. I enjoy it and I think I'll learn a lot. Now I get: "Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found." the page comes up but there aren't any tiles. --- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL

[flexcoders] Re: Animated Drag Tile

2007-02-12 Thread napearson99
ECTED]> wrote: > > Nice, use me all you like. I enjoy it and I think I'll learn a lot. > > Now I get: "Error #2044: Unhandled IOErrorEvent:. text=Error #2035: > URL Not Found." > > the page comes up but there aren't any tiles. > > --- In flexcoders@y

[flexcoders] Re: Animated Drag Tile

2007-02-12 Thread napearson99
img2.jpg ect and they came up, although these pictures > are at 1900x1680 so i might want to rescale them first to make sure it > works. > > --- In flexcoders@yahoogroups.com, "napearson99" wrote: > > > > Nice, use me all you like. I enjoy it and I thi

[flexcoders] Re: Animated Drag Tile

2007-02-12 Thread napearson99
> > are at 1900x1680 so i might want to rescale them first to make sure it > > works. > > > > --- In flexcoders@yahoogroups.com, "napearson99" wrote: > > > > > > Nice, use me all you like. I enjoy it and I think I'll learn a lot. > >

[flexcoders] Source formatting

2007-02-12 Thread Nick Collins
Ok, maybe I'm just lazy, or maybe I'm the only one that doesn't like to do some things manually, but I love the source formatting tools in Dreamweaver and Flash, and I have to wonder, why do we not have something similar in FlexBuilder? Yes I know I can select a block of text, right click and clic

[flexcoders] Printing High Resolution Graphics is Flex.

2007-02-12 Thread zgaff
Is there a issue printing high resolution graphics with flex. I have a app that prints out information about users and a couple of high resoution graphic. The graphics do not scale correctly. The image is 1200 dpi so on a 600 dpi printer i would think it would print an image 2 inch wide and 2

RE: [flexcoders] OSS, framework for functional testing. Error including automation_agent.swc

2007-02-12 Thread Matt Chotin
There should be an automation_agent_rb.swc somewhere that needs to go in your locale folder I think. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pmotzfeldt Sent: Monday, February 12, 2007 6:16 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Source formatting

2007-02-12 Thread Gordon Smith
oups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Collins Sent: Monday, February 12, 2007 11:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Source formatting Ok, maybe I'm just lazy, or maybe I'm the only one that doesn't like to do some things manually, but I lov

[flexcoders] Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-12 Thread newtoflexworld
Hi All, I am trying to display a large amount of data in a datagrid and the performance takes a dip as the number of data increases. I want to know if there is an upper limit to the memory that can be used by the Flex plugin? Also if such a limit exists , is it possible to increase that limit so

RE: [flexcoders] Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-12 Thread Gordon Smith
What is a "large amount" in your case? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of newtoflexworld Sent: Monday, February 12, 2007 2:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Urgent: Is there an upp

Re: [flexcoders] Datefield inconsistencies? Or is it just me!

2007-02-12 Thread Shannon Hicks
n the day selected in the datefield. I can use the datefield to choose and pass the value to my webservice but the result returned does not reflect the date selected. For example I can select 2/9/2007 and the service sends 2/8/2007 if it sends any data at all. Is my error in flex or in my webserv

[flexcoders] Re: Self Signed Cert. For Secure SecureRTMPChannel

2007-02-12 Thread vitopn
> > > > > O=Presidio, L=San Francisco, S=California, C=CA" -validity 3650 > > > > > > > > > > and configure the channel like this: > > > > > > > > > class="mx.messaging.channels.SecureRTMPChannel"> > > &g

[flexcoders] Change Parent Value

2007-02-12 Thread jmfillman
I have an mx:Grid with two columns and two rows. I need to programitically move something from the first column, second row, to the second column, second row. >From what I can tell, I need to change the Parent name, which is Read- Only. Any other suggestions?

[flexcoders] xml-rpc

2007-02-12 Thread joshua gatcke
Does anyone know of an xml-rpc class or package for AS3? I found this one: http://www.hrum.org/people/debedb/pro/blog/2006/12/ xmlrpc_in_flex_2actionscript_3_1.html however, I cannot seem to get it to work. XML-RPC from flex would be the ultimate solution for me. Does any one know of any

[flexcoders] Re: Scroll Position

2007-02-12 Thread jmfillman
Thanks Amol, these worked exactly as needed.

Re: [flexcoders] Java developer is glad to participate in open source Flex project.

2007-02-12 Thread James Ward
The buni.org project is also looking for volunteers. They have a Flex 2 based email client. http://www.buni.org/ -James On Mon, 2007-02-12 at 05:48 -0800, Igor Costa wrote: > Hi Alexander > > you could start looking at Code Google > and > > www.riaforge.com > www.osf

[flexcoders] relative img path in rss feeds

2007-02-12 Thread John Wilker
) the img path is relative /blah/blah.image and the loader freaks out. "Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found." THanks! -- John Wilker Vice President Software Development/Writer Red Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com "Everyth

[flexcoders] Re: xml-rpc

2007-02-12 Thread lepusmars
know of an xml-rpc class or package for AS3? I found this > one: http://www.hrum.org/people/debedb/pro/blog/2006/12/ > xmlrpc_in_flex_2actionscript_3_1.html however, I cannot seem to get > it to work. XML-RPC from flex would be the ultimate solution for me. > Does any one know

[flexcoders] Re: Trouble Converting java List to ArrayCollection

2007-02-12 Thread lepusmars
--- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > Nope, I didn't misinterpret. I know TestVO is a Java class > (probably with a Flex counterpart class), and the way the Java class > is coded can definitely have an effect when it is accessed from > Flex. It isn't a

[flexcoders] remote object coldfusion issue

2007-02-12 Thread teknofreakz
So yea im starting to get into Flex2 and coldfusion remoting. So i was playing with a simple datagrid and tree component. Which thanks alot to this group, went pretty well. But i was testing on a staging area (windows 2003, IIS, cf7.02 standard using developer mode) and i created like 4 virtual

[flexcoders] Re: Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-12 Thread newtoflexworld
wrote: > > What is a "large amount" in your case? > > - Gordon > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of newtoflexworld > Sent: Monday, February 12, 2007 2:05 PM > To: flexcoders@

[flexcoders] Re: Trouble Converting java List to ArrayCollection

2007-02-12 Thread Doug Lowder
The multiple public constructors in the example is part of what I was talking about. I wasn't aware Flex would play nice with private properties, however. Perhaps I had that in my mind from classes that didn't implement getters/setters, or maybe it's an improvement over the Flex 1.5 days. In any

RE: [flexcoders] Re: Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-12 Thread Paramjit Jolly
groups.com <mailto:flexcoders%40yahoogroups.com> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of newtoflexworld > Sent: Monday, February 12, 2007 2:05 PM > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> >

[flexcoders] Re: xml-rpc

2007-02-12 Thread chuvakgu
See http://debedb.blogspot.com/2007/02/xmlrpc-for-as-30-howto.html and http://tech.groups.yahoo.com/group/flexcoders/message/58427 for more details.

[flexcoders] Controlling embedded SWF files, within Flex Application

2007-02-12 Thread Mike Anderson
few times, as that's the method 1.5 version of Yahoo Maps uses, to allow the API to work from inside of Flex (this will of course, go away when the 2.0 version of the Yahoo Maps API comes out). Must I use the LocalConnection method, in order to simply speak to my Embedded SWF Files? Or is

RE: [flexcoders] Re: FlexAntTasks and tokens

2007-02-12 Thread Stembert Olivier \(BIL\)
Chris Luebcke Sent: Monday, February 12, 2007 11:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FlexAntTasks and tokens Hi Olivier, There are two ways I know of to define properties, and one consistent syntax for using them. To define properties in your build.xml file itself

[flexcoders] duplicate function definition

2007-02-12 Thread learner
Hello all, When I am doing this : public var vbox:VBox; public function set vbox(val):void{ vbox = val } Why am i getting a error like *Duplicate function definition *when i am defining my set vbox function. Regards Mayur

RE: [flexcoders] duplicate function definition

2007-02-12 Thread Stembert Olivier \(BIL\)
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of learner Sent: Tuesday, February 13, 2007 7:54 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] duplicate function definition Hello all, When I am doing this : public var vbox:VBox; public function set vbox(val

RE: [flexcoders] Datefield inconsistencies? Or is it just me!

2007-02-12 Thread Gordon Smith
the result returned does not reflect the date selected. For example I can select 2/9/2007 and the service sends 2/8/2007 if it sends any data at all. Is my error in flex or in my webservice. I know this is not a coldfusion forum but I use a cffunction

RE: [flexcoders] Re: Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-12 Thread Gordon Smith
, February 12, 2007 7:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Urgent: Is there an upperlimit to Flex plugin memory ? Around 5000 rows from the DB (25 columns per row) and pagination is not an option for the application...we need to display all the data at a time...this

[flexcoders] int not serializing properly from Java to ActionScript

2007-02-13 Thread ytseshred
d:int; public var data:String; } ActionScript outputting the data (the ArrayCollection of my TestVO's are bound to a list with the following renderer: http://www.adobe.com/2006/mxml";> When displaying the data in a list I see data field properly, but every i

Re: [flexcoders] duplicate function definition

2007-02-13 Thread Ralf Bokelberg
Yes, it's because the name is duplicated. Adding an underscore is the usual practice to mark properties. I don't think though, that an internal setter is created automatically. I guess it's just the error message, which is a little bit misleading. Cheers, Ralf. On 2/13/07, Stembe

Re: [flexcoders] duplicate function definition

2007-02-13 Thread learner
Thanks I got that :) On 2/13/07, Stembert Olivier (BIL) <[EMAIL PROTECTED]> wrote: Hi Mayur, When you define a member variable, a setter method is internally created. You have to rename your variable vbox and define it as private. private var _vbox:VBox; public function se

Re: [flexcoders] int not serializing properly from Java to ActionScript

2007-02-13 Thread Tom Chiverton
On Tuesday 13 Feb 2007, ytseshred wrote: > When displaying the data in a list I see data field properly, but > every id displays as 0 in Flex. I've output the records on a JSP page Your VO doesn't have [Bindable] set, does that help ? -- Tom Chiverton Helping to preemptively m

Re: [flexcoders] filter AS syntax question

2007-02-13 Thread Tom Chiverton
On Saturday 10 Feb 2007, nasawebguy wrote: > return(ProductItem.Product == item.Product OR > ProductItem.Product ~= item.ProductRelatedProducts); return (a == b || a == c) || is the or operator, and && and. -- Tom Chiverton Helping to heterogeneously target next-

Re: [flexcoders] Bitmap or BitmapData used for backgroundImage

2007-02-13 Thread Tom Chiverton
On Monday 12 Feb 2007, polestar11 wrote: > My reason for this is that I store all my styling assets in a swf file > & have a method that extracts them as MovieClips & transforms them > into Bitmaps. Why can't you just have PNG's or whatever in the style sheet and ha

Re: [flexcoders] Missing SDK Source Code

2007-02-13 Thread Tom Chiverton
On Friday 09 Feb 2007, j.conley wrote: > Just wondering why the source for I/O related classes are mysteriously > missing from the Flex2 SDK when it is present for most other components. At a guess, the same reason most flash.* classes are missing - they are part of the player. -

[flexcoders] DataGrid Header Randar Example......

2007-02-13 Thread sanjaypmg
Randared column? Or Is there any other way to rendar a grid header to populate the combobox with using column value? Please help me to resolve this issue. Thanks, Sanjay sharma = GridHeaderRendar.mxml http://www.adobe.com/2006/mxml"; layout="absolu

[flexcoders] Actual location of UIComponent

2007-02-13 Thread Bhuvan Gupta
Hi All, How can I find the coordinates/location of a component at runtime when the component is inside a container like Panel and has been rendered as per parent's layout. Thanks

Re: [flexcoders] Re: Flickr and Flash Player Sandbox

2007-02-13 Thread Webdevotion
Hello List, Is there anyone who can shed a light on how to deploy a Flex / Flickr mashup without those domain security errors ?

[flexcoders] Re: Using setSyle on dynamic created button not working

2007-02-13 Thread darylgmyers
ROTECTED]> wrote: > > It would be > > newButton.setStyle("bottom", 10); > > because the 'bottom' style has type Number. > > - Gordon > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROT

[flexcoders] Dynamically created list with AllowMultipleSelection=true-can not load selected

2007-02-13 Thread darylgmyers
Dynamically created list with AllowMultipleSelection=true - I can not load selectedItems or selectedIndices. When I set either array, they are there at debug time, but do not show as selected in the list. //add list field var newList:List = new List; newList.percentWidth=100; newList.allowMulti

[flexcoders] Re: Cross domain confusion

2007-02-13 Thread Pedro Pastor
I'm also in the same case: working with FlexBuilder 2. How does the "trust file" works? Pedro --- In flexcoders@yahoogroups.com, John buono <[EMAIL PROTECTED]> wrote: > > That is a great suggestion, but I am using FlexBuilder 2, and can not > find that option a

[flexcoders] Populating DataGrid from XML attributes

2007-02-13 Thread Shidan
I have xml that looks like this: and I want to populate a DataGrid so that the first column gets populated by the "value" attribute of the param with name attribute "type" and so on. Do I have to transform the xml to another data model format first? Hopefully

[flexcoders] Re: Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-13 Thread newtoflexworld
Initially the data comes up really fast...only when we try to scroll through it , the screen freezes. The datagrid has almost 25 columns and 20 visible rows at a time --- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > Is it slow to show

[flexcoders] Re: OSS, framework for functional testing. Error including automation_agent.swc

2007-02-13 Thread pmotzfeldt
___ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of pmotzfeldt > Sent: Monday, February 12, 2007 6:16 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] OSS, framework for functional testing. Error > including automation_agent

[flexcoders] Re: int not serializing properly from Java to ActionScript

2007-02-13 Thread lepusmars
> public var id:int; > public var data:String; > > } > > > > ActionScript outputting the data (the ArrayCollection of my TestVO's > are bound to a list with the following renderer: > > > http://www.adobe.com/2006/mxml";> > >

[flexcoders] No core library?

2007-02-13 Thread arne.deutsch
Hi there, does someone know if there is still a "core library" in AS3 as it was in AS2? A library where all basic classes ("Number", "String" but also "Sprite") are defined as intrinsic or native classes? In the Flex builder is the "Global.as" for the primitives, but without "Sprite" or similar. I

[flexcoders] On E4X Programming

2007-02-13 Thread Pedro Pastor
>From a previous discussion, it seems like people coming from XPath language (like me) meed a kind or re-training on the E4X way of dealing with XML traversing and query. Does anybody know a source of documentation for E4X with examples and extended information about have E4X "interpreter" works.

RE: [flexcoders] On E4X Programming

2007-02-13 Thread Merrill, Jason
ctiveness From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Pastor Sent: Tuesday, February 13, 2007 6:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] On E4X Programming From a previous discussion, it s

RE: [flexcoders] Re: Cross domain confusion

2007-02-13 Thread Matt Horn
Not all compiler options have matching GUI controls. In that case: 1) Select Project > Properties. 2) Select Flex Compiler. 3) Add -use-network=false in the "Additional Compiler Arguments" field. hth, matt horn flex docs > -Original Message- > From: flexcod

[flexcoders] Re: Using data in an Array Collection

2007-02-13 Thread jryano001
Brilliant thanks for all your help. Can you do one more thing and explain exactly what the line below is doing please? checkData(item:Object,column:Object):String Is it converting the parsed XML data in my ArrayCollection to a String before searching the converted string for the number 2

Re: [flexcoders] Controlling embedded SWF files, within Flex Application

2007-02-13 Thread Hilary Bridel
Hi Mike, This might help a bit: http://www.bridel.org/?p=9 Hilary -- On 2/13/07, Mike Anderson <[EMAIL PROTECTED]> wrote: Hello All, I am presently using SWFLoader, to bring in my Vector Maps, but now the time has come where these compiled SWF Files, will be multi-framed, as w

Re: [flexcoders] Re: Using data in an Array Collection

2007-02-13 Thread Clint Tredway
and displayed in that column for that row. You could return a number, boolean etc just by changing the return type of the function. make sense? On 2/13/07, jryano001 <[EMAIL PROTECTED]> wrote: Brilliant thanks for all your help. Can you do one more thing and explain exactly what the line

Re: [flexcoders] No core library?

2007-02-13 Thread Ralf Bokelberg
Hi Arne, it looks like the flex_sdk_2\frameworks\libs directory contains a few swc components with the data you need. Cheers Ralf. On 2/13/07, arne.deutsch <[EMAIL PROTECTED]> wrote: Hi there, does someone know if there is still a "core library" in AS3 as it was in AS2?

Re: [flexcoders] Controlling embedded SWF files, within Flex Application

2007-02-13 Thread Igor Costa
maybe could help you in some uses. http://www.igorcosta.org/?p=18 Best. On 2/13/07, Hilary Bridel <[EMAIL PROTECTED]> wrote: Hi Mike, This might help a bit: http://www.bridel.org/?p=9 Hilary -- On 2/13/07, Mike Anderson <[EMAIL PROTECTED]> wrote: > > Hello All,

[flexcoders] Re: Cross domain confusion

2007-02-13 Thread John buono
news, I was really worried I was going to have to recommend that we continue with VB instead of switching to flexbuilder. john Not all compiler options have matching GUI controls. In that case: 1) Select Project > Properties. 2) Select Flex Compiler. 3) Add -use-network=false in

RE: [flexcoders] Re: Cross domain confusion

2007-02-13 Thread ilya . devers
t Project > Properties. > > 2) Select Flex Compiler. > > 3) Add -use-network=false in the "Additional Compiler Arguments" field. > > hth, > > matt horn > flex docs > >> -Original Message- >> From: flexcoders@yahoogroups.com >> [mailto:[EMAIL

[flexcoders] Re: Cross domain confusion

2007-02-13 Thread lepusmars
Under Flex Compiler in the project properties, there is an HTML wrapper section. uncheck all the boxes and most if not all of those extra files will no longer be required. The debug files do not need to be deployed and probably should not be deployed with the application. --- In flexcoders@yahoog

[flexcoders] Changing TextFormat

2007-02-13 Thread mindmillmedia
Hello all, I posted a note earlier about using Mathematical Equations in Flex / Flash. I know that mx.core.UITextFormat (which inherits from flash.text.TextFormat) controls how text in a text field is displayed. Does anyone know how I would create a new class to manage a text field so that the t

Re: [flexcoders] On E4X Programming

2007-02-13 Thread Brian Dunphy
http://www.actionscript.org/resources/articles/222/1/Intro-to-E4X/Page1.html That's a pretty good article on beginning E4X in Flex 2 / AS3. Cheers, Brian On 2/13/07, Merrill, Jason <[EMAIL PROTECTED]> wrote: > > > > > > > > There's a lot in the Flex he

[flexcoders] Re: Using data in an Array Collection

2007-02-13 Thread jryano001
specific field in the array collection and determine its value, then it > sets a string to be returned and displayed in that column for that row. You > could return a number, boolean etc just by changing the return type of the > function. > > make sense? > > On 2/13/

[flexcoders] disable Bind

2007-02-13 Thread Pablo
Hi All. I have one MXML component MainLoginForm fields receives data through bind. Also I have another MXML component LocalLoginForm that child of previous one: MainLoginForm ^ | LocalLoginForm And I want that in LocalLoginForm similar fileds (inherited from MainLoginForm) dont r

[flexcoders] DataGrid Sort Arrow

2007-02-13 Thread Dana Gutride
Hi: I've spent a good deal (too much) time trying to change the data grid sort arrow location. My header row is all custom renderers with text that is rotated 90 degrees. Because of that, the sort arrow ends up in a horrible location. Any ideas on how to move it to the bottom/center of the hea

Re: [flexcoders] No core library?

2007-02-13 Thread Doug McCune
sdk_2\frameworks\libs directory contains a few swc components with the data you need. Cheers Ralf. On 2/13/07, * arne.deutsch* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi there, does someone know if there is still a "core library" in AS3 as it was

[flexcoders] Re: int not serializing properly from Java to ActionScript

2007-02-13 Thread ytseshred
> My ActionScript VO: > > > > public class TestVO { > > > > public var id:int; > > public var data:String; > > > > } > > > > > > > > ActionScript outputting the data (the ArrayCollection of my TestVO's >

[flexcoders] Re: Actual location of UIComponent

2007-02-13 Thread ytseshred
If you have a references to the panel and the component: var pnl:Panel; var cmp:UIComponent; import flash.geom.Point; var pnt:Point = pnl.localToGlobal(new Point(cmp.x, cmp.y)); pnt.x and pnt.y will contain the global coordinates of the UIComponent. Is that what you're looking for? --- In fl

[flexcoders] Inverting a Shape

2007-02-13 Thread Sebastian Mohr
Hi there, I want to create a mask which prevents a component from being shown, but the following code is doing the exact opposite: var surroundingMask:Shape = new Shape(); surroundingMask.blendMode = BlendMode.INVERT; surroundingMask.graphics.beginFill(0x00, 0.5); surroundingMask.graphics.d

[flexcoders] RemoteObject and SOAP

2007-02-13 Thread ltannerinps
Hi all, Really just asking for a confirmation on this - does RemoteObject in Flex 2.0 only communicate via AMF? Therefore SOAP is no longer an option and is only supported by WebService? I know about the performance and general efficiency gains to be had by adopting AMF over SOAP, however I

[flexcoders] convert e4x xml results to arraycollection or xmllistcollection

2007-02-13 Thread Cashorali, Tanya M.
I want to filter the results (which are in e4x format) of an HTTPService call (display_samples) and push certain ones into a new arrayCollection. This code populates a Tree just fine: But when I do this: Alert.show(all_samples.length.toString()); It's showing the size as 0. I can't se

[flexcoders] Flex 1.5: List problem: CellRenderer not selectable

2007-02-13 Thread Ralf Bokelberg
, Ralf -- Ralf Bokelberg <[EMAIL PROTECTED]> Flex & Flash Consultant based in Cologne/Germany Phone +49 (0) 221 530 15 35

[flexcoders] ColdFusion and Flex, composite CFCs, and Arrays

2007-02-13 Thread Douglas Knudsen
work, addressArray has to be a Array(). I blogged about away to get around this with a mutator. http://www.cubicleman.com/2007/02/13/coldfusion-and-flex-composite-cfcs-and-arrays/ HTH someone -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?

RE: [flexcoders] Re: Animated Drag Tile

2007-02-13 Thread Ely Greenfield
son99 Sent: Monday, February 12, 2007 3:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Animated Drag Tile Ely, the tiles disappear when you rearrange inside the same data provider. It happens your demos and in the code I downloaded. -Nate --- In flexcoders@yahoogroups.com <mail

<    2   3   4   5   6   7   8   9   10   11   >