RE : [flexcoders] startDrag() not working

2005-08-03 Thread Philippe Maegerman
It doesn' t work in a Canvas either, that is what I was trying to do in first place, been looking in the archives too. I won't ask why, I supposed that as playing in the flash player sandbox, apply a startDrag() on a MovieClip wouldn't be voodoo ;) but I was wrong. I will go the Manish way,

Re: [flexcoders] Editable ComboBox Display Problem

2005-08-03 Thread Manish Jethani
On 8/3/05, matthew_zju [EMAIL PROTECTED] wrote: Listed is a simple case, mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:ComboBox width=120 editable=true mx:dataProvider mx:Array mx:Object label=Engineering / mx:Object

Re: [flexcoders] Performace please some suggestion

2005-08-03 Thread Manish Jethani
On 8/2/05, devis [EMAIL PROTECTED] wrote: Hi, if you can see my code, work fine ok, but when flex go to render the performance it's very very slow. function Init_Taglie() { dgmisure.removeAllColumns(); myColumn= new

RE  : [flexcoders] startDrag() not working

2005-08-03 Thread Oscar . Cortes
Hi Philippe, You can probably try using a HorizontalList with a cellrenderer. You can then use implement Action Scripts functions for the drag and drop events. The Flex store that comes with the examples shows how to do that.

Re: [flexcoders] Re: hideEffect and deletePopUp

2005-08-03 Thread Manish Jethani
On 8/3/05, zipo13 [EMAIL PROTECTED] wrote: I have another problem because of this - since the effect I'm using is actually a Sequence of effects how do I know when the last effect was executed. I thought about counting the number of times the end effect method is called but I just doesn't

RE : RE  : [flexcoders] startDrag() not working

2005-08-03 Thread Philippe Maegerman
I am no trying to drag items from a component to another in fact. I have a canvas with several 'layers' and I need to be able to reposition one of them. The nice thing with startDrag() and stopDrag() is that it's short syntax, and you have the ability to specify a constraint rectangle in the

[flexcoders] Array of VOs class loading issue

2005-08-03 Thread Rob Rusher
I'm getting an error when working with a VO that is an array of VOs. The error is The class 'myV0' could not be loaded. The class is clearly imported. What am I missing? Code for the myListVO.as import org.nevis.cairngorm.vo.ValueObject; import com.company.app.vo.myVO; class

Re: [flexcoders] Manish Custom DateField

2005-08-03 Thread Manish Jethani
On 8/2/05, joao_m_fernandes [EMAIL PROTECTED] wrote: Manish posted this custom Editable Datefield ( http://manish.revise.org/archives/2005_04_01_archive.html ) wich is very usefull but when editing the field it doesn't dispatch de correct change event. If I pick the date from the pulldown it

Re: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread JesterXL
myV0 != myVO One is a zero, the other is the letter o, right? - Original Message - From: Rob Rusher [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, August 03, 2005 2:15 PM Subject: [flexcoders] Array of VOs class loading issue I'm getting an error when working with a

RE: [flexcoders] How to handle a returned Java Collection in Flex - RemoteObject call

2005-08-03 Thread Shahnavaz Alware
Can you post your code snippet? What you described in your email is right way and should work if your code is doing right thing. Thanks From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 9:32

Re: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread Oscar . Cortes
I think your are missing the parenthesis... var test:myV0 = new myV0();

[flexcoders] Loading MXML via JSP on WebLogic

2005-08-03 Thread Dimitrios Gianninas
Hi guys, We are just getting ready to deploy a new Flex app and we encountered something we did not in our previous endeavors. This new Flex app is located inside a JSP page and seems to take a good 45 secs to load, if you access the MXML directly it comes up in 4 secs or so. In a

RE: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread Rob Rusher
var test:myVO = new myVO; gives this error The class 'myV0' could not be loaded. var test = new myVO; gives this error There is no method with the name 'myVO'. Adding the parenthesis has no effect. (e.g. new myVO()) Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor

[flexcoders] Re: Installing Flex CF

2005-08-03 Thread charlespaz1
Jeff, I've tried this on multiple machines and tried following the directions at http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html and while it serves up CF and MXML pages fine, Remote Objects are Web Services don't work. Web services give Could not load WSDL and with

RE: [flexcoders] Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: Message Alright, I followed all the steps listed here http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html, restarted CF server, made sure CF was running fine after merging web.xml files. Created a sample file under CF web root in IIS

[flexcoders] Re: Flex Install on IIS

2005-08-03 Thread charlespaz1
If you are running Standalone Install of ColdFusion and integrated Flex, you need to put the Flex files in your ISS webroot (default c:\inetpub\wwwroot) --- In flexcoders@yahoogroups.com, Mehdi, Agha [EMAIL PROTECTED] wrote: Alright, I followed all the steps listed here

[flexcoders] Re: Flex Install on IIS

2005-08-03 Thread charlespaz1
With an integrated installation of CF/Flex you need to put your pages in IIS Webroot ( default C:\inetpub\wwwroot ) --- In flexcoders@yahoogroups.com, Mehdi, Agha [EMAIL PROTECTED] wrote: Alright, I followed all the steps listed here

RE: [flexcoders] Flex Install on IIS

2005-08-03 Thread Valy Sivec
I suspect you haven't configured the IIS web connectior. Valy --- Mehdi, Agha [EMAIL PROTECTED] wrote: Alright, I followed all the steps listed here http://www.macromedia.com/support/documentation/en/flex/1_5/flexforcf.html

RE: [flexcoders] Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Flex Install on IIS And that is??? I did configure the mappings in IIS by adding .mxml and .swf and pointed them at the same jrun_iis6.dll that .cfm uses. Am I missing more? Thanks Agha Mehdi IDT - eBusiness Program Manager -Original Message- From:

RE: [flexcoders] Login session problem:

2005-08-03 Thread Dimitrios Gianninas
Hi, Once a user logs in successfully (via login.jsp), you should save his data to the session and then load the MXML and the Flex UI can then load the session data to know who the user is.Also, you should configure the security section of your web.xml to allow only the properly roles to

RE: [flexcoders] Flex Install on IIS

2005-08-03 Thread Valy Sivec
Agha, try this...hope it helps. http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=96611248 Valy --- Mehdi, Agha [EMAIL PROTECTED] wrote: And that is??? I did configure the mappings in IIS by adding .mxml and .swf and pointed them at the same jrun_iis6.dll that .cfm uses. Am I

RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS That's exactly where I have the flex files. Agha Mehdi IDT - eBusiness Program Manager -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of charlespaz1 Sent: Wednesday, August 03,

Re: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Tariq Ahmed
One other thing. Try setting your Execute Permissions to Scripts and Executables. Mehdi, Agha wrote: RE: [flexcoders] Re: Flex Install on IIS That's exactly where I have the flex files. Agha Mehdi IDT - eBusiness Program Manager -Original Message-

RE: [flexcoders] Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Flex Install on IIS Valy, I did find the file but it's under c:\jrun4\lib\wsconfig instead of c:\jrun4\lib\wsconfig\1 and the name of the file is jrun_iis6.ini instead of jrun.ini as mentioned in the article. I did add ignoresuffixmap=false to the ini file,

[flexcoders] Interesting news on Zorn

2005-08-03 Thread Ian Welsh
from Mike Chambers ... http://weblogs.macromedia.com/mesh/archives/2005/08/will_zorn_requi.cfm -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] Interesting news on Zorn

2005-08-03 Thread João Fernandes
Like I posted there, I think this will allow a lot more people to start working with Flex. I'm quite sure that lots of open-source html projects will/could be migrated to a flex environmnent even if the framework available will be limited compared to the server version one. I'll be glad to

RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS Tariq, Same thing. I set to execute Scripts and Executables. João, Yeah, I did copy the lib from flex.war to CF environment. Thanks Agha Mehdi IDT - eBusiness Program Manager From: flexcoders@yahoogroups.com

[flexcoders] JSP code under .mxml page

2005-08-03 Thread endofadam228
Hi All In Flex application, may I use jsp code under .mxml application? If yes, any one could tell me the syntax? Thank you very much! Yahoo! Groups Sponsor ~-- font face=arial size=-1a

RE: [flexcoders] Re: Array of VOs class loading issue SOLVED

2005-08-03 Thread Steven Webster
public static function fromXML( xml:Object ) : myListVO { var o = new myListVO(); for (var i=0; i xml.length; i++) { var q:Object = xml[i]; var j = q.DisplayOrder - 1; o.qArray[j] = myVO(myVO.fromXML(q)); }

RE: [flexcoders] Array of VOs class loading issue

2005-08-03 Thread Steven Webster
I should catchup on email from top to bottom, not bottom to top. Sorry ... hadn't seen Jesse's post. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: 03 August 2005 19:20 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

Re: [flexcoders] RE: Flex Jusitification (Was: if I buy a flex license can I host other peoples apps on the license?)

2005-08-03 Thread Aldo Bucchi
Adding to the personal experiences in the Flex dev venture, I work in a financial services company ( we develop core banking systems, latam based ). My first encounter with flex happened during mid 2004. Since then I have been trying to introduce the technology in every single project. The

[flexcoders] Re: Interesting news on Zorn

2005-08-03 Thread temporal_illusion
Holy cow that's HUGE news! Excellent move, very glad to see this! Jason --- In flexcoders@yahoogroups.com, Ian Welsh [EMAIL PROTECTED] wrote: from Mike Chambers ... http://weblogs.macromedia.com/mesh/archives/2005/08/will_zorn_requi.cfm Yahoo! Groups Sponsor

RE: [flexcoders] Re: Array of VOs class loading issue SOLVED

2005-08-03 Thread Matt Chotin
Just in case the 0 vs. O is a typo in the email, a static function requires dependency variables as well. var o:myListVO = new myListVO(); Always type your variables, and when it seems like a class isnt being created like this example make sure you have an instance variable

RE: [flexcoders] Re: Array of VOs class loading issue SOLVED

2005-08-03 Thread Rob Rusher
I too hate one letter variable names. :) One of the other developers actually wrote the solution. Another created the problem in the first place. A few people mentioned the zeros. Courier New makes it hard to spot. Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor

RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread João Fernandes
Did you take a look at your coldfusion instance logs? does it have any errors? -Original Message- From: flexcoders@yahoogroups.com on behalf of Mehdi, Agha Sent: Wed 03-Aug-05 9:33 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Flex Install on IIS Tariq, Same

[flexcoders] Dynamically created components and resizing

2005-08-03 Thread brendansjunk
Hi All, I'm sure this is gonna be a really simple solution, but it's driving me nuts. I've got a custom component defined in AS in which I'm creating various numbers of sub-components using createClassObject... My issue is that I can't figure out how to tell the parent component to re-measure

RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS There are no errors in the CF Logs. The server is running secure certificate. Can that be an issue? Can CF 7 be an issue (I seriously doubt that one) Agha Mehdi IDT - eBusiness Program Manager -Original Message- From: João Fernandes

[flexcoders] Problem With TileList...

2005-08-03 Thread sir_janksalot
All: I am having a major problem with a tilelist.. Here is a simple explanation of what is happening: I have a tilelist that is using a cellrenderer.. I have 14 total rows (or more according to dynamic data) I have room for 11 rows at once... The 1st row and the 12th row are mysteriously LINKED

[flexcoders] Reverse-binding repeater items

2005-08-03 Thread Sean McKibben
So, I attempted the following: mx:Repeater id=PrerequisitesRepeater dataProvider={ModelLocator.curCourse.prerequisites} mx:HBox width=100% mx:TextInput id=Prerequisite editable=true width=300 text={ModelLocator.curCourse.prerequisites

Re: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Tariq Ahmed
Title: RE: [flexcoders] Re: Flex Install on IIS Hmmm.. well I would say try Ben and Peter's web.xml file: http://www.cflex.net/showfiledetails.cfm?ObjectID=177 If that doesn't work... If it's not too painful, I probably would uninstall everything and re-install from fresh and meticulously

[flexcoders] Re: Dynamically created components and resizing

2005-08-03 Thread Brendan Meutzner
Ok, so apparently I shouldn't have been using createClassObject... Used createChild instead, and worked like a charm... Brendan --- In flexcoders@yahoogroups.com, brendansjunk [EMAIL PROTECTED] wrote: Hi All, I'm sure this is gonna be a really simple solution, but it's driving me nuts.

RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS Ok, I like this suggestion no matter how painful it is. Before I do that though, Ill appreciate if someone can give me step by step guide to install CF to run under IIS, which is running on a secure server and be able to make flex work with

RE: [flexcoders] Re: Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Flex Install on IIS Tariq, I am not sure if you got my last email. I have uninstalled CFMX, Flex and reinstalling CF. What is the best resource available to install flex to work with CF under IIS (no MM Docs) Thanks Agha Mehdi IDT - eBusiness Program

RE: [flexcoders] Re: hideEffect and deletePopUp

2005-08-03 Thread Matt Chotin
Im not sure the docs say it but the effectStart and effectEnd events should have a reference to the effect. You could catch in the effectStart the first event (which would be the sequence I hope), store it and then in every effectEnd see if that stored value is the effect. If it is,

RE: [flexcoders] Dynamic controls

2005-08-03 Thread Matt Chotin
Title: Dynamic controls Im not sure what your question is. This kind of data looks like itd work well inside a DataGrid. So you can just create the grid and set this as your dataProvider, no? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] accessing returned ValueObject properties in mxml file

2005-08-03 Thread Matt Chotin
Just pull off the properties. If you didnt do a registerClass youll get a regular object back that should have the properties for anything where you had a getter in your Java class. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-03 Thread Matt Chotin
Is the flex app itself slow or does it just seem like its taking forever to compile? Whats the CPU like on the WebLogic machine? Maybe the JSP is somehow re-generating each time and not caching the MXML? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

RE: [flexcoders] JSP code under .mxml page

2005-08-03 Thread Matt Chotin
Nope, MXML is not interpreted by a JSP engine. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of endofadam228 Sent: Wednesday, August 03, 2005 1:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] JSP code under .mxml page Hi

RE: [flexcoders] Reverse-binding repeater items

2005-08-03 Thread Matt Chotin
Yeah, Binding tags dont work inside repeaters. Youll need to use AS to do this one, sorry. Were looking into better 2-way binding support in a future version of Flex. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sean McKibben Sent:

RE: [flexcoders] Problem With TileList...

2005-08-03 Thread Matt Chotin
Well the 12th row is the first one that comes from offscreen right? So the TileList is re-using the cells from the 1st row and redrawing the data for the 12th row. Maybe your setvalue method isnt updating everything that it should in the cell renderer? If you shorten the TileList to only

RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-03 Thread Stacy Young
Its neither actuallyquite weird. Every time the JSP is accessed it takes over a minute for the app to load. Accessing the mxml directly, when app has to compile, takes about 12 secs. Even after the app has compiledJSP still takes over a minute while the mxml takes about 4 secs. Also,

[flexcoders] Re: Custom event inheritance

2005-08-03 Thread svktiilikainen
Hi, and thanks so far. Obviusly, event inheritance does not work the way I described. What I really wanted to know was that [Event] metadata should be inherited by the subclasses, not needing to do anything else to use an inherited event in a subclass. So now 'it's time for something

[flexcoders] creationPolicy=queued only works in application mxml?

2005-08-03 Thread Paul Frantz
Title: creationPolicy=queued only works in application mxml? Hi, Just wanted to make sure I'm not missing something. I tried changing the Flex doc example at http://livedocs.macromedia.com/flex/15/flex_docs_en/1152.htm to application.mxml... mx:Application

[flexcoders] Another take on FAQ question: Warning: Changes to unknown property ... detected

2005-08-03 Thread Eric Raymond
We recently ran into the Warning: Changes to unknown property ... will not be detected compiler issue. All the usual tricks did not work and the FAQ did not help. This problem is often the result of the binding being more agressive than needed in dot down situations. The curly brace syntax is

[flexcoders] Login session problem:

2005-08-03 Thread endofadam228
Hi All I am building web admin tools by Flex interface. But I got a big problem about the session login, I tried to build this login page under jsp, but I wanna call .mxml directly. So any one can let me know any session data in Flex? and I wanna know how redircent the URL after checked the

RE: [flexcoders] Passing variables into an alert handler

2005-08-03 Thread Jeff Beeman
Hmm... looks interesting. I'll give it a shot, thanks! /** * Jeff Beeman **/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Tuesday, August

Re: [flexcoders] Exchanging custom objects between Flex .NET

2005-08-03 Thread superabe superabe
Hmm AFAIK, you cannot return a custom class from .Net back to Flex like that (yet)..I could be wrong here so if somebody knows otherwise...please do tell :-) Try this instead : //= public ASObject getEmployee(string au_id) { conn = new SqlConnection(data

Re: [flexcoders] Exchanging custom objects between Flex .NET

2005-08-03 Thread superabe superabe
sorry typo (or cut'n'pasto) === ASObject title = title.ASType = RemoteTest.Title new ASObject(); === SHOULD BE ASObject title = new ASObject(); title.ASType = RemoteTest.Title - superabe On 8/3/05, superabe superabe [EMAIL PROTECTED] wrote: Hmm AFAIK, you cannot return a custom class

[flexcoders] startDrag() not working

2005-08-03 Thread Philippe Maegerman
Hi, trying to implement drag functions to move images in a configuratorbutmy codedoesn't seem to do anything. Here's an example code: ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" width="100%" height="100%"mx:Image

[flexcoders] Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: Flex Install on IIS Hi all, How do I install Flex with IIS? CF is already configured to run under IIS. Thanks Agha Mehdi IDT - eBusiness Program Manager Work: 408.284.8239 Fax: 408.284.2766 -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Flex Install on IIS

2005-08-03 Thread Ashish Goyal
Title: Flex Install on IIS This technote should help http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=96611248 -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, AghaSent: Wednesday, August 03, 2005 9:22 AMTo:

[flexcoders] How to handle a returned Java Collection in Flex - RemoteObject call

2005-08-03 Thread Oscar . Cortes
I have a Java function that returns a Collection of VOs. I declared a RemoteObject in Flex, and tried to assign the event.result to an Array variable, but it actually didn't work. I want to use this data as the DataProvider of ComboBoxes, or List, etc. How can I read this data in Flex?

[flexcoders] accessing returned ValueObject properties in mxml file

2005-08-03 Thread cruegger2000
I want to access the properties of a Value Object returned from a Java business delegate to populate some flex controls (label text, grid data, etc.). However, I do not want to have to write an analogous Value Object class in ActionScript code (don't want to have to keep them in synch). Is

RE: [flexcoders] Flex Install on IIS

2005-08-03 Thread Mehdi, Agha
Title: Flex Install on IIS Ok, so if I understood this article correct then it means that I can install Flex to run under CF, which is running with IIS and Ill be able to get to the flex apps. I can store my files under c:\jrun4\servers\flex\appName and I can get to it by

RE: [flexcoders] Flex Install on IIS

2005-08-03 Thread Battershall, Jeff
Title: Message No, because you're running CF/Flex using a connector. If you're running CF/Flex integrated, your top level MXML files would reside right in your webroot of IIS. If you wish to build a mxml/AS class hierarchy, these would normally reside in