RE: [flexcoders] JavaScript in flex

2005-11-22 Thread Philippe Maegerman
You can use the LocalConnection object to have 2 flash movies talking to each other. Both flash movies can then talk to Javascript ;) Philippe From: flexcoders@yahoogroups.com on behalf of Mehdi, Agha Sent: Mon 21/11/2005 18:05 To: flexcoders@yahoogroups.com

RE: [flexcoders] JavaScript in flex

2005-11-22 Thread Philippe Maegerman
I think ExternalInterface doesn't allow you to pass native objects between AS/JS, something that the integration kit does very well ;) Correct me if I'm wrong. //Philippe From: flexcoders@yahoogroups.com on behalf of Matt Horn Sent: Mon 21/11/2005 19:44 To:

RE: [flexcoders] Flex Enterprise Servces inf posted to labs

2005-11-22 Thread Philippe Maegerman
Any idea if the CFAdapter will be available for standard + entreprise version, will it be bundled free of charge or sold apart? Regards, Philippe From: flexcoders@yahoogroups.com on behalf of David Mendels Sent: Tue 22/11/2005 4:48 To:

[flexcoders] Dynamic font loading

2005-11-22 Thread Philippe Maegerman
There was a thread last week about loading fonts in Flex. I made a successful try in Flex 2, code here below describes 2 files; one contains a mx:Text object, loads a second mxml where a @font-face is declared, then assigns the font to the mx:Text using 'setStyle'. Opener == ?xml

[flexcoders] shameless plug

2005-11-22 Thread ilya Devèrs
Hi, In one of my projects we use Enterprise Architect extensively as a requirements capture, uml design, code generation (Case tool) (all Java: spring, hibernate, JSF) We just upgraded to version 6, and the funny thing is that this version also support actionscript round tripping!

RE: [flexcoders] Re: Web service question

2005-11-22 Thread Steven Webster
Dave, You can't have thought I'd let this slip ;) flame bait Show what you have, but to me these situations are the biggest proof where abstracted frameworks, especially around event dispatching come back to bite you. Something simple like clicking a button to fire a service wanders

[flexcoders] help with custom cell renderer (Flex 1.5)

2005-11-22 Thread flexkinloch
Hi, i have a checkbox cellrenderer that on click i want to fire a remoteobject request that passes one of the current datagrid rows cell values as one of the arguments but cannot get it to work as the current row is not selected. i need to be able to do one of two things either access this

RE: [flexcoders] help with custom cell renderer (Flex 1.5)

2005-11-22 Thread Philippe Maegerman
getCellIndex().itemIndex From: flexcoders@yahoogroups.com on behalf of flexkinloch Sent: Tue 22/11/2005 12:16 To: flexcoders@yahoogroups.com Subject: [flexcoders] help with custom cell renderer (Flex 1.5) Hi, i have a checkbox cellrenderer that on click i

Re: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-22 Thread Mykola Paliyenko
Dave great post it is definitely worth more than .02$ :). Frank please read Dave's post about EJB. And please lets give proper names to the things. EJB and CMP will never more be the most popular persistence technology. Yeah maybe they are market leaders when it comes to money since others are

RE: [flexcoders] Webservice operations with more than 3 parameters

2005-11-22 Thread Carson Hager
Is your middle web service published as document/literal or rpc/encoded? Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 -Original Message-

RE: [flexcoders] Re: Web service question

2005-11-22 Thread Carson Hager
That would be an egregious bug.All of these SOAP frameworks use reflection to invoke methods. I couldn't imagine performing a match based on arguments rather than method name first. I would look at the SOAP payload to make sure. Carson Carson

Re: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-22 Thread frank_krul
"Frank please read Dave's post about EJB. And please lets give proper names to the things. EJB and CMP will never more be the most popular persistence technology. " I didn't want to mention alternatives like Toplink and Hibernate in an effort to keep the thread concise. It is honest to say that

RE: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-22 Thread Theodore E Patrick
Can we get back to Flex development? This isnt EJBCoders, PojoCoders, or HibernateCoders, its FlexCoders. Ted :) From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 4:19 PM To:

[flexcoders] Re: Dynamic font loading

2005-11-22 Thread pkleppner
Thanks, Philippe. I think you were responding to a thread I started last week. Your example here is a useful one, but doesn't actually address the problem I was posing. In your example, although the embedded font is placed in a separate component, it is still compiled into the main SWF. What

[flexcoders] Webservice problems in Flex 2

2005-11-22 Thread brownd_92
Hi there, I am trying to connect to a webservice on my local machine. I have the crossdomain.xml and everything in place and the flex app does see the service. However, when I try to post to it I get the error: Element http://localhost/bookingsystem:logonResponse not resolvable at

[flexcoders] Decompile SWF

2005-11-22 Thread Mehdi, Agha
Title: Decompile SWF Hi all, I created a flex app and precompiled it into a swf. It was an old file and now I can't find the source mxml file. All I have is that swf. Is there any way I can decompile it. I can't even see what I had there since it was developed with the developer version of

RE: [flexcoders] Decompile SWF

2005-11-22 Thread Carson Hager
Title: Decompile SWF You can decompile into ActionScript but I don't believe there is a decompiler that will generate MXML. If there is, I'd like to see it. Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com Email: [EMAIL

Re: [flexcoders] Decompile SWF

2005-11-22 Thread JesterXL
Title: Decompile SWF This will get you the assts ActionScript: http://www.buraks.com/asv/ ...but as Carson said, no MXML. - Original Message - From: Carson Hager To: flexcoders@yahoogroups.com Sent: Tuesday, November 22, 2005 1:26 PM Subject: RE: [flexcoders] Decompile SWF

[flexcoders] Date objects in TreeDataProvider

2005-11-22 Thread ninjascience
m using an array of ValueObjects that contain arrays of ValueObjects as a DataProvider for a tree component. Everything was working just fine until I added a Date field to one of my Value objects. Now the tree thinks that they should be nodes on the tree. My VOs are like this CategoryVO

[flexcoders] Compiling MXML Offline

2005-11-22 Thread dustin_speer
I understand this is possible, but my searching has not turned up a good tutorial on how to accomplish it. Anyone have any guide or insights? Thanks, DS Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo! Groups. Make Yahoo! your

[flexcoders] Checkbox value

2005-11-22 Thread Mehdi, Agha
Title: Checkbox value How can I make it so that my CheckBox also holds data property of an object and not just show the label. Basically, I have an object with data and label properties and I want the CheckBox to hold the data and display the label. If CheckBox can't do that then I'm gonna

RE: [flexcoders] Checkbox value

2005-11-22 Thread João Fernandes
Agha, looking for something like this? mx:Checkbox label={myobject.mylabelfield} data={myobject}/ or is your object {labelfield: somevalue, data: {some_object} }? mx:Checkbox label={myobject.mylabelfield} data={ myobject.data }/ João Fernandes Secção de Desenvolvimento Departamento de

[flexcoders] icon in parent node of a Tree

2005-11-22 Thread Ghislain Simard
Adding an icon the a child node is working well. But how to add one to the parent node? Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/u8TY5A/tzNLAA/yQLSAA/nhFolB/TM

RE: [flexcoders] Compiling MXML Offline

2005-11-22 Thread Theodore E Patrick
Just do this: http://server/path/application.mxml.swf Save the SWF file. Done. Ted ;) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dustin_speer Sent: Tuesday, November 22, 2005 9:40 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] eval()

2005-11-22 Thread Philippe Maegerman
I see in the doc that eval() has been removed in AS3, is there any equivalent ? //Philippe -- **STATEMENT OF CONFIDENTIALITY** This e-mail and any attached files are confidential and intended solely for the use of the individual

[flexcoders] Re: help with custom cell renderer (Flex 1.5)

2005-11-22 Thread flexkinloch
I had been looking at getCellIndex().itemIndex but i still dont get how to reference the particular column i want eg remoteobject.method(getCellIndex().itemIndex.cellsname) still returns undefined? --- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL PROTECTED] wrote:

[flexcoders] Change icon of custom components in the Insert Bar

2005-11-22 Thread Pacheco Carolina
Title: Change icon of custom components in the Insert Bar I'm trying to show my custom components (mxml files) in the Insert Bar. I did it successfully after I read the following: If you want your custom components to show up in the the Insert Bar, one way is to place them in the

[flexcoders] Change the icon of custom components in the Insert Bar

2005-11-22 Thread Carolina Pacheco
I'm trying to show my custom components (mxml files) in the Insert Bar. I did it successfully after I read the following: If you want your custom components to show up in the the Insert Bar, one way is to place them in the WEB-INF\flex\user_clases folder on the server and then choose Site

RE: [flexcoders] eval()

2005-11-22 Thread Merrill, Jason
Yeah, []. And good riddance to eval(). Jason Merrill | E-Learning Solutions | icfconsulting.com From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Philippe Maegerman Sent: Tuesday, November 22, 2005 4:22 PM To:

[flexcoders] Re: help with custom cell renderer (Flex 1.5)

2005-11-22 Thread Andrew Kinloch
Hi, I had a look at this and you will have to forgive my ignorance a bit but i can't work out how to pass the column to get the value still eg. remoteobject.method(getCellIndex().itemIndex.columnName) returns undefined ?? --- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL

Re: [flexcoders] Compiling MXML Offline

2005-11-22 Thread Kelly
http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentationfile=0860.htm Its a little tricky to figure out at first but once you do its pretty simple. If you are working from Windows do you know how to use the command line?

RE : [flexcoders] Re: help with custom cell rend erer (Flex 1.5)

2005-11-22 Thread Philippe Maegerman
maybe something like listOwner.getItemAt(getCellIndex().itemIndex).columnName De: flexcoders@yahoogroups.com de la part de Andrew Kinloch Date: mar. 22/11/2005 21:51 À: flexcoders@yahoogroups.com Objet : [flexcoders] Re: help with custom cell renderer (Flex 1.5)

Re: [flexcoders] JavaScript in flex

2005-11-22 Thread Mike Chambers
It does. ExternalInterface allows multiple types to be passed back and forth (basically, everything the Flash / Javascript kit supports). mike chambers [EMAIL PROTECTED] Philippe Maegerman wrote: I think ExternalInterface doesn't allow you to pass native objects between AS/JS,

RE: [flexcoders] Checkbox value

2005-11-22 Thread Andora, Greg
Title: Checkbox value If you create a custom component extending the checkbox component, you can accomplish this byadding a property to your checkbox. The AS for creating your property would look "something"like the below...I haven't tested it, so don't shoot me if I'm : private var

Re: [flexcoders] Namespace syntax

2005-11-22 Thread Tom Fitzpatrick
At 03:46 PM 11/22/2005, you wrote: I'm using a button called treeButton to open a custom component called TreeWindow (based on the TitleWindow). snip Never mind - I just forgot to import the components from the namespace. - Tom Yahoo! Groups Sponsor

RE: [flexcoders] Checkbox value

2005-11-22 Thread Tracy Spratt
Title: Checkbox value The checkbox is the same as the other list-based components in that if you have an object in your dataProvider, it will be available through the item in the checkbox. The label and data properties are just defaults for convenience. var myComplexObject:Object =

[flexcoders] Using Macromedia Flashpaper2

2005-11-22 Thread nostra72
How do I use Macromedia Flashpaper to put a pdf file on a flex page? I mean I know I can convert it to a .swf file but what do I put it in do I put it in a loader or an image what do I do? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] Closing via Menu VS via Shortcut Key

2005-11-22 Thread fowleryj
Hello all, I'm able to close a popup window in my application via the menuChangeHandler, like so: private function menuChangeHandler(event) { if(event.menuItem.attributes.data == Close) { getURL(javascript:window.close();); } } However, when I try to close the window via a

RE: [flexcoders] Checkbox value

2005-11-22 Thread Mehdi, Agha
Title: Checkbox value Yeah, thats what I did since CheckBox doesnt support data property (for I dont know what reason). Agha Mehdi IDT - eBusiness Program Manager From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andora, Greg Sent: Tuesday, November

[flexcoders] RTF Editor Integrated into Flex

2005-11-22 Thread someguy7_7
I have seen all the messages about the couple different flash rtf editors that people have created. Has anyone actually integrated one with flex? If so which one? How is it working? Yahoo! Groups Sponsor ~-- Get fast access to your favorite

RE: [flexcoders] Namespace syntax

2005-11-22 Thread Dekayd Media Inc.
Namespaces are relative to your application file or your mapped Actionscript classes directoy. If the namespace you defined is relative to your application file then you reference it the same way you would as if it was in the same directory. -Original Message- From:

Re: [flexcoders] RTF Editor Integrated into Flex

2005-11-22 Thread Aldo Bucchi
Flex2 comes with a rich text editor component out of the box. check it out. For flex1.5 though, I have no clue. On 11/22/05, someguy7_7 [EMAIL PROTECTED] wrote: I have seen all the messages about the couple different flash rtf editors that people have created. Has anyone actually integrated

RE: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-22 Thread Mika Kiljunen
Nope, since this is very interesting. Besides, this should concern almost every one working with flex and application servers with java services. -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Theodore E Patrick Sent: 22. marraskuuta