[flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread maxym.hryniv
Thanx for reply Tim, but you didnt't understand my question. If i bind the same value object (data) to more than one view(component) i'll have the same information in both views, but i must have different information. Before you change the view state, you dispatch the getMessages event (to

Re: [flexcoders] fds 2 samples not working from mydomain.com

2006-05-15 Thread Paolo Bernardini
anyone else had this problem? or has an idea of how to solve it? I try to explain myself better in case I wasn't clear before. when testing from my internal network either by server name or local ip the data services samples work fine, but when I try testing from a public domain the data

[flexcoders] a problem of VideoDisplay and TabNavigator

2006-05-15 Thread calvin33castic
In my application, I used VideoDisplay and TabNavigator. But there's a problem, when I switched between the tab of TabNavigator. the videodisplay will auto paused. who can give me some idea? here's my code: ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml mx:Canvas

[flexcoders] need help about setup webservice in FDS

2006-05-15 Thread nmsflex
i have .net web service api example http://190.100.1.102/ws/Service.asmx wsdl address: http://190.100.1.102/ws/Service.asmx?WSDL is anyone can show me how to set up webservice in fds to access my .net web service api if configure flex-proxy-service.xml by adding destination id=myWS

Re: [flexcoders] Flex Beta 3 with TOMCAT JTOM ACTIVEMQ Work

2006-05-15 Thread Paolo Bernardini
Hi Devis I've a problem, after installing fds beta3 on a tomcat 5.5.17 server. when I test the contact manager samples from my internal network either by server name or local ip address:myServerNameOrLocalhost:8080/samles/dataservice/contact/contactmgr.mxmlit works fine and I'm able to see the

[flexcoders] Re: Knowing the index of a Tile/Cell within a TileList?!?!

2006-05-15 Thread moyosaned
PFFf...stupid!!! public var listOwner:Object public var getCellIndex:Function; But now a new approach .. how do a redirect the click-event,to select the Tile in the list. because I use buttons in the Tile.. I want a use a canvas over the button which will catch the event and will select the

[flexcoders] FDS and Dynamic IP Address

2006-05-15 Thread João Fernandes
Hi there, Each time my machine changes its IP address (we use dynamic IP attribution), I have to restart my flex instance so I can use FDS again . Is this an expected behavior? João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida João Crisóstomo, Nº 72

[flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
All the examples seem to be based around a combined Flex and ColdFusion server instance, is that right ? Is it possible to use CFC remoting with two seperate hosts ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP.

[flexcoders] Re: Cairngorm Architecture Diagram

2006-05-15 Thread stefan_schmalhaus
--- In flexcoders@yahoogroups.com, Kevin Roche [EMAIL PROTECTED] wrote: I am trying to understand the cairngorm 2 architecture and in order to do that have tried to anaylse an application and produce a diagram. Kevin, Great idea! I've done some doodles myself here. I'm afraid your

Re: [flexcoders] Re: Cairngorm Architecture Diagram

2006-05-15 Thread Kevin Roche
Stefan, Your diagram was lost too!! Will upload it later. Am on th road today. Kevin -- Original Message -- From: stefan_schmalhaus [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com Date: Mon, 15 May 2006 09:48:06 - --- In

[flexcoders] wsdl/xsd problem flex2 beta3

2006-05-15 Thread p_b_kennedy
I have a doc/lit web service whose wsdl file imports and references an xsd file. Flex correctly gets the wsdl file then requests the xsd file. Flex will also fetch any xsd files referenced by this xsd and so on. My problem is that the wsdl imports xsd A, xsd A imports xsd B, xsd then

[flexcoders] Re: Cairngorm Architecture Diagram

2006-05-15 Thread stefan_schmalhaus
--- In flexcoders@yahoogroups.com, Kevin Roche [EMAIL PROTECTED] wrote: Your diagram was lost too!! Sorry for the confusion. I didn't upload anything. When I wrote here, I meant the pile of paper on my messy desk... lol. I wouldn't dare to share my doodles at this stage. I can hardly read

RE: [flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread Dimitrios Gianninas
Hi, Unless I don't fully understand your problem, the solution is simple. You don't need to create 2 different models for the same data. You create the variable to hold your data on the ModelLocator (ex.: ModelLocator.messages) and then bind this variables to controls on our 2 views. First

[flexcoders] Flex 2 Beta 3

2006-05-15 Thread mepaninaresh
I tried to upgrade my application from Flex 2 Beta 2. I have a few of these errors :- Access of possibly undefined property result through a reference with static type mx.rpc.http.mxml:HTTPService. Any ideas? -- Flexcoders Mailing List FAQ:

[flexcoders] Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-15 Thread Larry Liang
Hi all, I just donwloaded the latest cairngorm framework for fb2 beta 3. I found that the viewhelper and viewlocator are still included in the package. I remeber (please correct me if I'm wrong) that these two classes are deprecated for flex 2. If this is the case, then suppose a command

[flexcoders] Re: Flex 2 Beta 3

2006-05-15 Thread Geoffrey Williams
HTTPService.lastResult See here for changes: http://labs.adobe.com/wiki/index.php/Flex:Beta_2_to_Beta_3_Changes --- In flexcoders@yahoogroups.com, mepaninaresh [EMAIL PROTECTED] wrote: I tried to upgrade my application from Flex 2 Beta 2. I have a few of these errors :- Access of

[flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread maxym.hryniv
True, You don't understand my problem. I have 1. 2 different set of delegates (different classes) 2. 2 different data instances (the same data class) 3. 2 instances of ONE view that support 2 modes. I have to see in THE SAME TIME one instance of view with one set of data and another with

[flexcoders] Flex2 :: Doc comments :: Can develpers use it

2006-05-15 Thread Michael Schmalle
Hi, Adobe... As all styles such as paddingTop and fontFamily are the same and component developers use them when either extending or implementing the API; Can we developers copy your doc comments for a style such as paddingTop ? I say this becasue I have many components and it would just be

[flexcoders] Cairngorm Diagram

2006-05-15 Thread Kevin Roche
http://blog.objectiveinternet.com/backpage/index.cfm Here you will find my attempt at a diagram of the cairngorm architecture. How accurate is it? Please let me know if it is accurate or not. Kevin Roche -- Flexcoders Mailing List FAQ:

RE: [flexcoders] cf flex intergration

2006-05-15 Thread John
Hi João,Thanks do much for all your help`-`I am wondering if I have to configue anything in the flex-enterprise-services.xml file? There is the channel:channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel"endpoint

RE: [flexcoders] cf flex intergration

2006-05-15 Thread João Fernandes
John, Flex and cf should work fine with the cf-amf. The Cf-amf points to the /flex2gateway instead of the /messagebroker/amf. I dont know if there is any difference between those two but since CF just for remoting uses that end-point, lets keep it that way. João Fernandes Dep.

RE: [flexcoders] Mystic CFC Wizard

2006-05-15 Thread Bill Sahlas
These objects cab be built based not only tables but on Views as well and these are a great alternative. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Sunday, May 14, 2006 4:40 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] cf flex intergration

2006-05-15 Thread Kevin Roche
John, I think I have the same problem. The documetation seems to be for an earlier version (Beta 2?). The xml is quite differnet in Beta 3. I am hoping someone can send me their flex-enterprise-services.xml file. Kevin -- Original Message -- From:

RE: [flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread Dimitrios Gianninas
Ok, maybe if you can provide some sample code or a screenshot of what these two views look like would help. Is it that the two views are going to update the data in two different fashions? Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com

RE: [flexcoders] Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-15 Thread Dimitrios Gianninas
No better way, you go it. ViewLocators and ViewHelpers are still in Cairngorm for backward compatibility, but you can basically do what you need without using these two components. I used both these components alot initially in my first Flex projects but used them less and less as I went

[flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread maxym.hryniv
Dimitrios, thank you for quick reply, but please don't post reply if you are not in context. It's a question about architecture and i'm wondering why you are asking for a screenshot? I'll try to clarify my question I have 1. 2 different set of delegates (different classes) 2. 2 different

[flexcoders] Cannot publish application source

2006-05-15 Thread pnw_s
When I try to publish application source in FlexBuilder 2.0 Beta 3, I get the following error message: Flex Builder could not publish the project source: null Anyone has an idea what's going wrong? Regards pnw_s -- Flexcoders Mailing List FAQ:

RE: [flexcoders] cf flex intergration

2006-05-15 Thread John
Hi,Where do I configure the "/flex2gateway"?" I looked in the flex-enterprise-services.xml, but could not find it. I looked in ther xml files in the flex directory,but could not located it either. Basically,I can't find the /flex2gateway configure location. I thought that it was in

RE: [flexcoders] cf flex intergration

2006-05-15 Thread John
Hey Kevin,Yeah been having problems getting this working, but I will get it. I think that everything is working, but I am not connected to the right getway,...Will be working on this tomorrow, and I will let you know if I get it.JohnKevin Roche [EMAIL PROTECTED] wrote: John, I think I have

[flexcoders] Padding around Text or Label

2006-05-15 Thread Jean-Luc ESSER
Hello there ! I've been trying to get rid of the top and bottom padding of a Text or Label, so that i can stick for example an image just underneath a Label, with no space at all showing in between. There is no such property on a Label, and it has no effect on a Text. It looks like a

[flexcoders] FB2B3 programmatically select an item in a ComboBox

2006-05-15 Thread Steve Gustafson
Greetings and thanks in advance for your help!I have a ComboBox that displays a countries. The label is a country Name The data is a country codeI then retrieve a users record via AMF. Standard stuff with First Name, Last Name etc. I am populating various fields with the retrieved data, which

[flexcoders] Flex2B3 :: Container subclass :: viewMetrics - borderMetrics

2006-05-15 Thread Michael Schmalle
Hi Adobe, I am pulling my hair out here. I have looked at the framework source now and really understand it. Except for this one little thing that makes NO sense to me. The way borderMetrics works in Container is obvious; Check to see if there is a border of Rectangular border and return

[flexcoders] AnimateProperty bug on TextInput ?

2006-05-15 Thread bobpardoe1959
If I apply the AnimateProperty effect to a focusInEffect tag, after the animation plays, the focus rectangle on the TextInput does not show. I have tried altering both the width of the control and also the backgroundAlpha of the style and the nett result is the same. Is this a 'feature' or a

Re: [flexcoders] Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-15 Thread Peter Hall
The only way that I can think of is to have a string variable in ModelLocator class which is bound to the label text property. andthen command class can update the label text through this stringvariable. I'm sure there is a better (best practice) way to update aview in a command class. Please

[flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread maxym.hryniv
Yeah i thought about that way, but it sounds like work-around and doesn't fit to cairngorm architecture. Maybe someone of cairngorm authors can describe clean and logical solution? --- In flexcoders@yahoogroups.com, Dimitrios Gianninas dimitrios. [EMAIL PROTECTED] wrote: I asked for

[flexcoders] Flex2 beta3: FileReference.download() bug

2006-05-15 Thread Benoit Hediard
When migrating from beta2 to beta3, our download fonctionalities don't work anymore. The download dialog box shows up but nothing happens after validation. When using service capture, I don't see any HTTP call to get the file. Anyone can confirm this is a bug in beta3/FP9? Benoit

[flexcoders]F2B2 Question about graphics object

2006-05-15 Thread rs
Hi there, I want to create cut outs in a image, these cut outs can take any shape. I thought lets use the graphics object from the image. In there I can easily draw any shape I want. That part works fine, but now I want to set the transparency of the image. I want to use the shapes I've

[flexcoders] Flex 2 Beta 3

2006-05-15 Thread mepaninaresh
I tried to upgrade my application from Flex 2 Beta 2. This code gives me an error :- mx:Effect mx:WipeDown name=showDetail duration=300/ mx:WipeUp name=hideDetail duration=300/ /mx:Effect Could not resolve mx:Effect to a component implementation. Any ideas? -- Flexcoders

[flexcoders] preload an Array of Image Flex 1.5

2006-05-15 Thread Antoine Malpel
I have some canvas in my application but because to display them I want to preload some Images (like 50 of them) displaying a personalized MC displaying the global swf loading (img + canvas etc) So How can I do this ? * If I first load all these images, will they be cached well I call for a

[flexcoders] Re: generic sorts for DataGridColumns?

2006-05-15 Thread djbrown_rotonews
The frustrating thing? This type of functionality was available in Beta1.5, but has since evaporated. Note their example of implementing sortCompareFunction is EXACTLY what I'm wanting to do in Beta2 and beyond. --- In flexcoders@yahoogroups.com, djbrown_rotonews [EMAIL PROTECTED] wrote:

[flexcoders] Limited number of nodes on Line Chart

2006-05-15 Thread dodenoros
Hi I'm using the CartesianChart for implement the multiple line chart. One of it's series is the LineSeries. The problem is that when the data source array get's 61 values the chart stops to display the specified series. Less nodes could be displayed. -- Flexcoders Mailing List

[flexcoders] how to hide the toolbar,statusbar,addressbar,menubar when page loads in beta3

2006-05-15 Thread vemula rao
Hi One n All, I have stucked up with an issue. The issue is : How to hide the toolbar,addressbar,menubar in a browser when my flex application loads. I would be thankful if Anyonehelps me in this regard to resolve this issue,Thanks Regards, Nag. Why was V. Sehwag warned by

RE: [flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread Dimitrios Gianninas
I am one of the committee members :) The cairngorm micro-architecture wasn't build to handlemultiple instances of the same view because in standard web apps, this is not required (usually you have one instance of a particular view). So this is the best way to accomplish this for now. Of

[flexcoders] Re: Calendar pop-up window out of the bound

2006-05-15 Thread dodenoros
The following are the parts of code include the DateField: mx:Canvas backgroundColor=#F2F4F3 xmlns:mx=http://www.macromedia.com/2003/mxml xmlns:local=* width=700 height=220 vScrollPolicy=off hScrollPolicy=off creationComplete=drawIt(); ... ... !-- statistics and filter area canvas --

Re: [flexcoders] how to hide the toolbar,statusbar,addressbar,menubar when page loads in beta3

2006-05-15 Thread Tom Chiverton
On Mon, May 15, 2006 at 3:02 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hi One n All, I have stucked up with an issue. The issue is : How to hide the toolbar,addressbar,menubar in a browser when my flex application loads. Newer web browsers won't let you. Tom Chiverton

[flexcoders] Problems using Flex Builder 2.0 Beta 3

2006-05-15 Thread Diego Gomes
Hello, I am having problems using the Flex Builder 2.0 Beta 3. Everytime I compile my .mxml file, the following message appears: C:\WINDOWS\system32\Macromed\Flash\Flash8b.ocx Flex Builder cannot locate the required versionof the flash player. You may need to install Flash Player 9.0 or

[flexcoders] swc, mxp, import statement

2006-05-15 Thread Helen Triolo
Yahoo Maps for flex includes this line in the script section: import com.yahoo.maps.MapViews; and they make available YahooMap.mxp and YahooMap.swc. What do I need to do/install to keep that import statement in my mxml file from generating an error when I try to run the application? thx,

[flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread maxym.hryniv
Don't u think that u have to change cairngorm core architecture? Every architecture is set of limitations that doesn't allow you to create fully crapped solution, but good architecture DOESN'T put a limitations on functionality. One instance per one class it's unaccaptable limitation i

Re: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
On Mon, May 15, 2006 at 11:02 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Is it possible to use CFC remoting with two seperate hosts ? To put it another way: I create a destination in flex-enterprise-services.xml on the Coldfusion server, for a CFC I want to access from flex,

[flexcoders] mxml.xsd Flex 2

2006-05-15 Thread Devis
Hi, where i can find mxml.xsd ? please Devis -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com YAHOO! GROUPS LINKS Visit your group

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Bill Sahlas
When the flash app is compiled it uses this compiler flag -services C:\iPlanet\Servers\docs\WEB-INF\flex\flex-enterprise-services.xml and in that file is the connection (end-point URI) information. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom

Re: [flexcoders] swc, mxp, import statement

2006-05-15 Thread Michael Schmalle
Is this Flex 1.5? Peace, MikeOn 5/15/06, Helen Triolo [EMAIL PROTECTED] wrote: Yahoo Maps for flex includes this line in the script section: import com.yahoo.maps.MapViews; and they make available YahooMap.mxp and YahooMap.swc. What do I need to do/install to keep that import statement

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
On Mon, May 15, 2006 at 3:50 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: When the flash app is compiled it uses this compiler flag - services C:\iPlanet\Servers\docs\WEB- INF\flex\flex- enterprise- services.xml and in that file is the connection (end- point URI) information.

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Dirk Eismann
Hi, I suppose I need to tell FDS where the CF version of flex- enterprise- services.xml is somehow ? this depends :) If you want to use CF remoting, then point to the flex-enterprise-services.xml on your CF server. If you want to use the Data Management Services then you have to modify the

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Bill Sahlas
For the on-the-fly compiler make sure that your FDS servers WEB-INF\flex\flex-remoting-service.xml has the same config information as the one under the CF Servers WEB-INF\flex\flex-enterprise-services.xml. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] events

2006-05-15 Thread Doug Arthur
Where can I find a suitable list of events for ActionScript 2.0? I know the obvious ones such as click, enter, change, but where can I find a complete list that I can reference? Thanks! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] swc, mxp, import statement

2006-05-15 Thread Helen Triolo
no -- can I not use the maps api with f2b3? Michael Schmalle wrote: Is this Flex 1.5? Peace, Mike On 5/15/06, *Helen Triolo* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Yahoo Maps for flex includes this line in the script section: import com.yahoo.maps.MapViews; and they

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
On Mon, May 15, 2006 at 4:23 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: this depends :) If you want to use CF remoting, then point to the flex- enterprise- services.xml on your CF server. If you want to use the Data Management Services then you have to modify the I'm just

Re: [flexcoders] swc, mxp, import statement

2006-05-15 Thread Michael Schmalle
Just curious, Do you have the swc in the Properties(project) - Flex Build Path - LibraryPath ? The Flex compiler then would know where it is. PS mxp ??? I didn't know Flex used mxps. I thought swc was the end of the road and mxp was for Flash Extension Manager? Some one enlighten me a bit

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
On Mon, May 15, 2006 at 4:14 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: For the on- the- fly compiler make sure that your FDS server's WEB- INF\flex\flex- remoting- service.xml has the same config information as the one under the CF Servers WEB- INF\flex\flex- enterprise-

Re: [flexcoders] events

2006-05-15 Thread Tom Chiverton
On Mon, May 15, 2006 at 4:19 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I know the obvious ones such as click, enter, change, but where can I find a complete list that I can reference? It's listed per tag in the documentation, see 'events' of

Re: [flexcoders] Problems using Flex Builder 2.0 Beta 3

2006-05-15 Thread Chris Maloney
I found that if you uninstall by running C:\windows\system32\Macromed\Flash\UninstFl.exe and rerunning your Flex Builder install to install the debugging version of of Flash 9 seemed to solve the problem for me. You could alternately install the Flash9 install from the labs site. Regards,

[flexcoders] question for cairngorm mavens

2006-05-15 Thread michael . corbridge
For those of you who are developing using the cairngorm framework, are there any opinions on the use of multiple modelLocators in a (potentially) very large Flex2 app. Consider, for example, a Main.mxml that uses a tabNavigator to view five separate custom components, each of which is a large

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread João Fernandes
Tom, Your destination should be defined in your flex-remoting-service.xml. João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel (+351) 213 185 200 . Fax (+351) 213 540 370 [EMAIL PROTECTED]

RE: [flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread Steven Webster
If I'm understanding this thread correctly, you have a component MyView.mxml that renders some data, we'll call it myData. You want to have multiple instances of MyView.mxml that render different instances of myData - eg myData1, myData2, myData3, etc. So I'm not sure why you can't manage:

[flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread Tim Hoff
Communication is often difficult to achieve when cultural and language differences exist. I must applaud Dimitrios for his restraint. If I understand you correctly, you need to be able to show multiple instances of the same screen, with different data, at the same time. If that is true,

[flexcoders] Re: Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-15 Thread Tim Hoff
Dimitrios, What are you using instead of ViewLocators to handle view specific logic. I know that Jesse Warden swears-by still using a common ViewLocator (a good topic for debate), but what does the committee recommend as best practice? Tim Hoff --- In flexcoders@yahoogroups.com,

Re: [flexcoders] question for cairngorm mavens

2006-05-15 Thread Tom Chiverton
On Mon, May 15, 2006 at 4:48 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: For those of you who are developing using the cairngorm framework, are there any opinions on the use of multiple modelLocators in a (potentially) very large Flex2 app. Why wouldn't you just have

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Tom Chiverton
On Mon, May 15, 2006 at 4:48 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Your destination should be defined in your flex- remoting- service.xml. Oh, OK. :moves Nah: 15/05 16:57:33 error Could not pre-load servlet: MessageBrokerServlet

[flexcoders] Re: Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-15 Thread Tim Hoff
I meant viewHelpers. Sorry. - TH --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Dimitrios, What are you using instead of ViewLocators to handle view specific logic. I know that Jesse Warden swears-by still using a common ViewLocator (a good topic for debate), but

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Bill Sahlas
Yes - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Monday, May 15, 2006 11:36 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Mystic CFC remoting On Mon, May 15, 2006 at 4:14 PM, in message [EMAIL PROTECTED],

RE: [flexcoders] Limited number of nodes on Line Chart

2006-05-15 Thread Ely Greenfield
You'll need to provide us with more information and/or code. I've built charts with LineSeries rendering thousands of points, so something odd is going on here. What version of flex are you using? Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Accepting MXML attribute's width in percentage on a custom component

2006-05-15 Thread leo4beer
Accepting MXML attribute's width in percentage in a custom component Hi, I have a component I've created by inheriting UIObject class In my mxml I have the following lines used for initiating my component: my:comp width=400…. In my AS code I can trace the value of __width, in this case the

[flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread maxym.hryniv
Thanx for reply, Steven. It's correct but 1. Using this approach i'm loosing all advantages of flex data binding, cause if i make decomposition (i did) of my view, binding to specific property will be really painfull thing and has to be done by hands. 2. What about different set of delegates

Re: [flexcoders] FB2B3 programmatically select an item in a ComboBox

2006-05-15 Thread Simeon Bateman
Well I dont know exactly what is wrong, but using flex builder it would be pretty easy to set a break point on the if line of code and then step through the loop to ensure that those to variables are what you think they should be. I use a mac and so my solution is to just use an alert to pop up

Re: [flexcoders] FB2B3 programmatically select an item in a ComboBox

2006-05-15 Thread jeremy lu
well, I believe all the getItemAt() methods are removed from List-base components like Combobox, List, DataGrid in F2B3. to do the loop correctly, try this: for(var i:Number = 0; i cboCountry.dataProvider.length; i++) { var itm:* = cboCountry.dataProvider.getItemAt(i); if( itm.data ==

[flexcoders] overriding protected methods

2006-05-15 Thread gakhar_anuj
I have run into a small problem here. I have a LinkBar control in my Flex application which is populated with a array of items. Like this. mx:LinkBar id=NetworkLinkBar1 direction=vertical itemClick=connectionLinkBarClicked(event.index); mx:dataProvider mx:Array mx:Object label=1

[flexcoders] Problem with Unicode

2006-05-15 Thread marksdean2000
Hi, I would like to set a string to a unicode value to be displayed (label). I am unable to do this because when I set the string to the unicode value(see example below) the value of the string displayed is the actual code (in this case \u2122 rather than the trademark sybmol. The trademark

Re: [flexcoders] events

2006-05-15 Thread Doug Arthur
What about keyListeners? How can I implement a KeyListener, because when I run the following code, it errors trying to access the Key variable. Lines 3 6. This statement is not permitted in a class definition. var keyListener = new Object(); keyListener. { x = Key.getAscii(); trace(You

[flexcoders] Jbuilder X Flex 2

2006-05-15 Thread Devis
Hi, pls someone have integrate flex tag, code completition into Jbuilder? Pls can you help me. Thank's Devis -- 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] Re: Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-15 Thread Dimitrios Gianninas
Basically I am using data binding to show/hide, enabled/disable different components on my viewwhereI need to. Also in Flex2 the view states are really nice as well, but you have to be careful of a few caveats (still in the middle of figuring out some details). Dimitrios Gianninas

RE: [flexcoders] question for cairngorm mavens

2006-05-15 Thread Dimitrios Gianninas
Actually I do this, I have several models, each model contains data that is logically group. This is left up to every developer to decide... eventually one model with hundreds of variables on it is not a good idea :) Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From:

RE: [flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with different data.

2006-05-15 Thread Dimitrios Gianninas
Actually come to think of it, in the command, once the data comes back from the server, it can create the view (if its a pop-up window like in my case) and pass it the data. Don't know why I didn't think of this 4 months ago, but hey, we learn as we go along and this would be even cleaner.

RE: [flexcoders] problems accessing a tree with xml from a HTTPService

2006-05-15 Thread Tracy Spratt
First, Flex is converting the xml into an Object. To change this to keep it xml, set resultFormat=xml Second, for hierarchical data providers use selectedNode, not selectedItem. Third, var node:Object=event.target.selectedNode.attributes; is not returning a node, it is probably returning an

[flexcoders] RemoteObject || Multiple signature

2006-05-15 Thread david_gal-reyniez
Hi everybody. Is it possible to call 2 methos of a remote object with different signature? I suppose with the tag mx:arguments But I don't know how I may differenciate both arguments call. Thanks for your help. David **

[flexcoders] Re: Cairngorm Architecture Diagram

2006-05-15 Thread stefan_schmalhaus
Ok, I gave it a try: http://www.blog2e.com/assets/pdf/cairngorm_diagram.pdf Let me know what you think. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: Are ViewHelper and ViewLocator deprecated in Cairngorm 2?

2006-05-15 Thread Tim Hoff
Yeah, same here. But for little functions, like filterGrid(), are you binding this to the model as well? I'm doing this in a viewHelper. It just seemed like a little overkill to create an event, command and model definition for such a small function. I know that state and model are

[flexcoders] Beta3 - RemoteObject destination error with stateful parameter

2006-05-15 Thread thunderstumpgesatwork
Guys, as of Beta3 I am getting an error in my remote object configuration. It is complaining about the stateful parameter. Below are the configurations and the error I'm receiving. For now I've removed this statement. Was this changed or removed for Beta3? I didn't see it in the upgrade docs,

RE: [flexcoders] RemoteObject || Multiple signature

2006-05-15 Thread Peter Farland
The remoting service on the server attempts to bind to an appropriate method signature based on both the number of arguments provided and also their data types.Some type marshalling must take placeto cater for the weaker type system on the client.This method lookup is cached for the

[flexcoders] Movinig from Wedge to Wedge of pie chart the effect doesn't work properly

2006-05-15 Thread dodenoros
hi The PieChart is used The purpose is to display any box with details appropriate to wedge. When the mouse is over wedge the box with details appears, mouse out of wedge box dissapears. Moving mouse on wedge it works properly, but moving imidiately (without leaving the pie) to another

RE: [flexcoders] Padding around Text or Label

2006-05-15 Thread Gordon Smith
If the Image and Label are in a vertical-layout container like Application or VBox, put a Spacer with negative height between them. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Luc ESSER Sent: Monday, May 15, 2006 6:05 AM To:

[flexcoders] Does anybody know where I can enroll in a Flex teacher lead class with hands-on exercises?

2006-05-15 Thread Mahmoud Elsayess
Greeting, Does anybody know where I can enroll in a Flex teacher lead class with hands-on exercises? Thank you. A new kid to Flex. Mahmoud Elsayesswww.readverse.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Movinig from Wedge to Wedge of pie chart the effect doesn't work properly

2006-05-15 Thread Ely Greenfield
Well, if the chart is sending the mouseOutData event after the mouseOverData event, then your code will fail. You might want to try something like this: ![CDATA[ private var _mouseOverIndex:Number; function visible_true(idx) { statistics_box.visible=true; _mouseOverIndex =

RE: [flexcoders] Flex 2 Beta 3

2006-05-15 Thread Gordon Smith
Flex 2 has eliminated the need for the mx:Effect tag, so you need to remove it. You'll also need to change name=... to id=... on each effect. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mepaninaresh Sent: Monday, May 15, 2006

RE: [flexcoders] Padding around Text or Label

2006-05-15 Thread Tracy Spratt
Containers use verticalGap and HorizontalGap to provide space between controls. This can be set to 0, but that will affect all the controls in the container. You would need to use mx:Spacer to put the gaps back whre you want them. Tracy From: flexcoders@yahoogroups.com

Re: [flexcoders] Problem with Unicode

2006-05-15 Thread Mahmoud Elsayess
Hello Mark, I need to use Unicode to display Arabic words and I hope you can share your experience with Unicode. The attachment is an example of using Unicode with HTML but I do not know how to use Unicode with Flex. Thank you. Mahmoud Elsayesswww.readverse.com - Original Message

RE: [flexcoders] Beta3 - RemoteObject destination error with stateful parameter

2006-05-15 Thread Peter Farland
I'd just delete the stateful property. stateful would now be scope in Beta 3, but since you're relying on the default, just remove the property. Note that scope now takes three possible values, request, session or application. -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Beta3 - Error with @Embed - worked in Beta2

2006-05-15 Thread thunderstumpgesatwork
Hi guys, were there changes to @Embed statement for Beta3? All of my @Embed statements are now failing. These used to work in Beta2, and I didn't see any documentation refereces mentioning changes to the syntax... The images exist in the same place and format as they did previously. This

RE: [flexcoders] Beta3 - Error with @Embed - worked in Beta2

2006-05-15 Thread Clarke Bishop
Put a "/" in front of the path like this:"/af/images/config.png" That fixed if for me! Clarke From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatworkSent: Monday, May 15, 2006 2:14 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Beta3 -

Re: [flexcoders] swc, mxp, import statement

2006-05-15 Thread Michael Schmalle
Pardon me, thanks Clint for clearing that up. Thats what I get for talking about something I havn't used yet :) Peace, MikeOn 5/15/06, Clint Modien [EMAIL PROTECTED] wrote: The current Yahoo! Maps API is written in AS2 it won't work in an AS3 app.On 5/15/06, Michael Schmalle [EMAIL

  1   2   >