RE : [flexcoders] Defining default value for missing dynamic properties (doesNotUnderstand:)?

2005-11-20 Thread Philippe Maegerman
// instantiate a new object var myObject:Object = new Object(); // define the __resolve function myObject.__resolve = function (name) { return Hello, world!; }; trace (myObject.property1); // output: Hello, world! trace (myObject.property2); // output: Hello, world

RE : [flexcoders] Styling a link in LinkBar (F 1 .5)

2005-11-20 Thread Philippe Maegerman
http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09363.html De: flexcoders@yahoogroups.com de la part de Tom Fitzpatrick Date: sam. 19/11/2005 13:12 À: flexcoders@yahoogroups.com Objet : [flexcoders] Styling a link in LinkBar (F 1.5) Is there a way to

[flexcoders] Error: Cannot invoke method

2005-11-20 Thread babulj2003
I get this error when trying to use Remote Object via AMF. The most triffling thing is that there is not problem with the way code is written and i cannot find any configuration issues. Moreover i do not know how to get to the exact error. It is a simple code in which i am using a VO there's a

[flexcoders] php flex-2 standalone

2005-11-20 Thread JIGNESH M. DODIYA
hi, do anybody know any alternet way to use php and felx-2 standalone together?? i know that remote object can't work with standalone or need CF adepter plug-in and only work with flex- enterpriese edition but still any idea to club php with flex-2 standalone edition?? regards,

RE: [flexcoders] Re: Returning Object Instances from ColdFusion

2005-11-20 Thread Benoit Hediard
I think that you should use the Flex Metada RemoteClass in your AS class: [RemoteClass(alias=CFIDE.samples.usermanager.components.User)] public class User { ... } But apparently, it is not yet supported in current alpha release... So for the moment, you have to use registerClassAlias : public

Re: [flexcoders] Re: Links to Nice-looking Flex Apps

2005-11-20 Thread Andriy Panas
Hello Renaun, Sunday, November 20, 2005, 8:26:28 AM, you wrote: RE http://www.google.com/search?q=mxml+filetype%3Amxml Smart way to search for MXML pages indexed by Google, I admit. Although this particular search very strongly highlights the existing problem with Google indexing Flash

Re: [flexcoders] Flex2 : databinding itemrenders

2005-11-20 Thread Michael Hansen
Hi Manish, Your trick doesn't seem to work. Actually it throws an exception on app. init. Debugging the thumbnail.mxml file I observe the following: 1. first thumbnail ' function set dataObject' is called with dataObject corresponding to dataprovider[0] multiple times 2. when it do

RE: [flexcoders] Error: Cannot invoke method

2005-11-20 Thread Dimitrios Gianninas
The Employee class must implement Serializable, that's missing, try that and see if it fixes your problem. Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of babulj2003Sent: Sunday, November 20, 2005

[flexcoders] Re: Alert display late in tagged AS code

2005-11-20 Thread endofadam228
Hi all Flex developer I really need your help! Please, thank you very much! --- In flexcoders@yahoogroups.com, endofadam228 [EMAIL PROTECTED] wrote: Alert display late in tagged AS code I wanna create a app with login page, I am testing the alert function with login unsuccessful. After

[flexcoders] File - flexcodersFAQ.txt

2005-11-20 Thread flexcoders
Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper,

Re: [flexcoders] Flex 2: events in interfaces

2005-11-20 Thread Manish Jethani
how do you declare what event should be dispatched in an interface? Same way as you declare it on a class. Manish Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page

Re: [flexcoders] Re: Adding Item to a ComboBox

2005-11-20 Thread Manish Jethani
On 11/19/05, yaagcur [EMAIL PROTECTED] wrote: For the record I get compiler errors on this line public var cities:IList = new ArrayCollection({mx.utils.ArrayUtil.toArray(result)}); of Expecting colon before dot Expecting primary expression before rightbrace Expecting rightbrace before

Re: [flexcoders] List box event

2005-11-20 Thread Manish Jethani
On 11/20/05, Jason Doyle [EMAIL PROTECTED] wrote: I am trying to fire off an event when the user mouses over an item in a list box. Both mouseOver and itemRollOver fire the events anytime the mouse enters the list box, even over whitespace. Any ideas how to get it to fire off only over list

Re: [flexcoders] Flex2 : databinding itemrenders

2005-11-20 Thread Manish Jethani
On 11/20/05, Michael Hansen [EMAIL PROTECTED] wrote: [snip] Isn't there a way to loop through the itemlist, and manually force a rebind of the dataObjects? Okay, if you have the time, can you send me (directly to me, not to the list) a standalone sample (a complete sample that compiles and

Re: [flexcoders] Flex 2: events in interfaces

2005-11-20 Thread Manish Jethani
On 11/20/05, Johannes Nel [EMAIL PROTECTED] wrote: another question, if i go [Event (eventName)] would i be able to replace that string with a public static const? AFAIK, nope. Manish Yahoo! Groups Sponsor ~-- 1.2 million kids a year are

Re: [flexcoders] Flex 2: events in interfaces

2005-11-20 Thread Johannes Nel
doesn't throw a compiler error at the momentOn 11/20/05, Manish Jethani [EMAIL PROTECTED] wrote: On 11/20/05, Johannes Nel [EMAIL PROTECTED] wrote:another question, if i go[Event (eventName)]would i be able to replace that string with a public static const?AFAIK, nope.Manish

Re: RE : [flexcoders] Styling a link in LinkBar (F 1 .5)

2005-11-20 Thread Tom Fitzpatrick
At 04:53 AM 11/20/2005, you wrote: http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09363.html Thanks for this link, Philippe - this works fine, but only if the dataProvider is not a ViewStack, in which case no click event is broadcast. Unfortunately, I do currently use a ViewStack as

Re: [flexcoders] php flex-2 standalone

2005-11-20 Thread Brian Lesser
Hi Jignesh, I've been experimenting a little to see if I could do the same thing with Coldfusion's Remoting gateway and Flex 2. As I understand it Remoting was based on the NetConnection object's call method. You could call a remote method, include parameters and get any type of ActionScript

Re: [flexcoders] php flex-2 standalone

2005-11-20 Thread Scott Langeberg
Does PHP have any webservice libraries? I know with coldfusion, it is easy to set up a component to serve as a webservice. Scott On 11/20/05, JIGNESH M. DODIYA [EMAIL PROTECTED] wrote: hi,do anybody know any alternet way to use php and felx-2 standalone together?? i know that remote object

Re: [Norton AntiSpam] Re: [flexcoders] php flex-2 standalone

2005-11-20 Thread Jeff Tapper
NuSOAP is available for PHP At 01:49 PM 11/20/2005, you wrote: Does PHP have any webservice libraries? I know with coldfusion, it is easy to set up a component to serve as a webservice. Scott On 11/20/05, JIGNESH M. DODIYA mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: hi, do anybody know

[flexcoders] Re: php flex-2 standalone

2005-11-20 Thread Renaun Erickson
You can always connect using the NetConnection code as you do in Flash and AS 2.0. The Flex mxml tags are just nice wrappers that handle a lot stuff for you. I used the AS NetConnection class to connect a Flex 2 app to the current AMF ColdFusion format just fine. The newer RemoteObject

[flexcoders] Java Pojo to AS pojo with ant

2005-11-20 Thread Jim Schneider
Im looking to automatically generate actionscript pojos from java pojos (ejb3 annotations) using Ant. I saw the AS2vogenerator, but it was my understanding that was done in an IDE and was dependent on hbm files. Maybe I misunderstand the capabilities. On a related note, has anyone

RE: [flexcoders] php flex-2 standalone

2005-11-20 Thread Philip Costa
If you're working with PHP, you can call webservices or load XML over HTTP. I've never used it, but I believe the most popular web services library for PHP is NuSoap. The RemoteObject functionality is actually in the version of the Flex Framework you have downloaded, but Macromedia's

[flexcoders] Re: List box event

2005-11-20 Thread Jason Doyle
Hmm, very strange. I wonder if it is because my list box is being created by a repeater. Or becaue drag is enabled on it? here's my code... ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns:ppcView=com.ppc.stickies.view.*