RE: [flexcoders] Navigating between Screens

2006-10-01 Thread Dimitrios Gianninas
Easy :) mx:ViewStack selectedIndex={ ModelLocator.activeView } ... /mx:ViewStack then your buttons would have: mx:Button click=ModelLocator.activeView = ModelLocator.LOGIN_VIEW; / mx:Button click=ModelLocator.activeView = ModelLocator.DATA_VIEW; / Dimitrios Gianninas Optimal Payments Inc

RE: [flexcoders] Problem with Session Java/Flex

2006-10-03 Thread Dimitrios Gianninas
; } then in some other MXML/AS, you do: var myLanguage:String = ModelLocator.language; Hope that helps. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of jonathan_merey Sent: Tue 10/3/2006 1:43 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] SQL Server and Flex 2

2006-10-03 Thread Dimitrios Gianninas
the posts from others before me for further info. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Joe Sent: Tue 10/3/2006 5:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] SQL Server and Flex 2 Okay, I'm pretty new

RE: [flexcoders] Get Attribute of FlexSession in Flex

2006-10-06 Thread Dimitrios Gianninas
Question is why are you putting in the session? For the simple answer, just create a method on a java class that will retrieve that object and call it from Flex, like so: public getLogin() { return FlexContext.getFlexSession().getAttribute("user"); } Dimitrios Gianninas RIA

RE: [flexcoders] Re: Get Attribute of FlexSession in Flex

2006-10-07 Thread Dimitrios Gianninas
, then it makes sense. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of jonathan_merey Sent: Fri 10/6/2006 11:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Get Attribute of FlexSession in Flex Because I need it after; I need

RE: [flexcoders] Where to Download Eclipse 3.1.x?

2006-10-14 Thread Dimitrios Gianninas
-in and thats all you need. Sorry dont know about JBossIDE, dont use it. Hope that helps! Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Ronald Kinion Sent: Thu 10/12/2006 8:07 PM To: flexcoders@yahoogroups.com Subject: RE

RE: [flexcoders] Acceptance testing

2006-10-14 Thread Dimitrios Gianninas
built with Flex. This is type of thing where u record action, play them back and do some validation. For #2, you will have to contact Adobe about further info, or perhaps some Adobe employee can reply to this thread with further info. Dimitrios Gianninas Optimal Payments Inc. -Original

RE: [flexcoders] cairngorm2 model - viewstack

2006-10-14 Thread Dimitrios Gianninas
it in the command ModelLocator.vsIndex = 2; // or some variable here Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of relisanhard52 Sent: Fri 10/13/2006 11:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] cairngorm2 model

RE: [flexcoders] How to invalidate ViewStack Pages

2006-10-14 Thread Dimitrios Gianninas
Use the onShow() event of that component (I assume u are using a Box or Panel or Canvas, etc...) to reset its data. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of jlentz2112 Sent: Fri 10/13/2006 11:16 PM To: flexcoders

RE: [flexcoders] cairngorm .99 to cairngorm 2

2006-10-14 Thread Dimitrios Gianninas
Hi, Cairngorm 0.99 and 2.0 are very similar so I dont think there is anything to watch out for in particuliar. Perhaps you might want to read an article by Alex just in case: http://weblogs.macromedia.com/auhlmann/archives/2006/07/cairngorm_2_for.cfm Dimitrios Gianninas Optimal Payments Inc

RE: [flexcoders] Re: Where to Download Eclipse 3.1.x?

2006-10-14 Thread Dimitrios Gianninas
think there is any problem running FlexBuilder stand-alone with any other version of Eclipse, side-by-side. Just make sure they dont share the same workspace (ex.: C:\dev), I think there are problems with this. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From

RE: [flexcoders] problems assigning an object to an object

2006-10-15 Thread Dimitrios Gianninas
try: model.currentUser = Users(event.result); Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of boy_trike Sent: Sun 10/15/2006 10:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] problems assigning an object

[flexcoders] Flex modules

2006-10-16 Thread Dimitrios Gianninas
ike Canvas? Or is it really not important? I was using your MXML sample more than the AS one. Thanks Roger and looking forward to more. Dimitrios Gianninas RIA Developer Optimal Payments Inc. AVIS IMPORTANT WARNING Ce message électronique et ses pièces joint

RE: [flexcoders] Flex modules

2006-10-17 Thread Dimitrios Gianninas
Thats what I like to hear! Thanks! Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Matt Chotin Sent: Tue 10/17/2006 12:20 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex modules It's finished in the next

RE: [flexcoders] Not Receiving Flexcoder Posts

2006-10-17 Thread Dimitrios Gianninas
Your members settings are correct, there is nothing out of the ordinary. I'm no expert, but perhaps the flexcoder emails are being filtered by your company's spam filter? Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf

RE: [flexcoders] (Cairngorm App) Advice on Deleting a VO, from a DataGrid containing an Array of VO's

2006-10-17 Thread Dimitrios Gianninas
Do it exactly as Bjorn said it... or use FDS, its built for that :) Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Bjorn Schultheiss Sent: Tue 10/17/2006 8:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] (Cairngorm

RE: [flexcoders] RSL

2006-10-18 Thread Dimitrios Gianninas
article written by Roger Gonzales, here is the link: http://blogs.adobe.com/rgonzalez/2006/06/modular_applications_part_2.html Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of vitopn Sent: Tue 10/17/2006 1:14 PM To: flexcoders

[flexcoders] FDS and clustering

2006-10-18 Thread Dimitrios Gianninas
I've just realized that I haven't looked into FDS clustering config at all until now. From what I can tell, FDS is not configured to be in a clustered environment until you follow the steps in the "Using software clustering" section (using jgroups). Is this the only way?

RE: [flexcoders] FDS and clustering

2006-10-18 Thread Dimitrios Gianninas
it up and thanks for the extra info. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Jeff Vroom Sent: Wed 10/18/2006 7:13 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FDS and clustering The clustering functionality

RE: [flexcoders] Does FDS project have to compile on the server?

2006-10-19 Thread Dimitrios Gianninas
"true"arg value="-incremental=true" /arg value="-context-root=/billing"/arg value="-locale=en_US"/arg value="-source-path=WEB-INF/flex/locale/en_US"/arg value="-services=WEB-INF/flex/services-config.xml"/arg value="billi

RE: [flexcoders] FlexUnit

2006-10-30 Thread Dimitrios Gianninas
like report (http://weblogs.macromedia.com/pmartin/archives/2006/06/flexunit_ant.cfm#more). Enjoy! Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of flack_gary Sent: Mon 10/30/2006 9:31 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Isn´t there any release of Adobe Ap ollo yet? Alpha maybe....

2006-11-01 Thread Dimitrios Gianninas
occured in the flex app Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon SmithSent: Tuesday, October 31, 2006 3:41 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Isn´t there any release

Flex in a Jrun cluster

2004-06-02 Thread Dimitrios Gianninas
Hi, Is there anything special to do with Flex running on JRun in a clustered enviroment? Just deployed our first app using Flex asits UI in QA and just having some problemsand was wondering if anyone has experienced any problems in a clustered environment (2 serversrunning Solaris)? Jimmy

Combo Boxes, Validation and Binding

2004-06-04 Thread Dimitrios Gianninas
Ok, I have a little dilemma Say you have a ComboBox which has a list of credit card type, which is populate via a remote call: myCombo.dataProvider = myCCList; No problem, that works and it is populated. Each element in the list is an object with two fields, "id" and "name". Except the

RE: [flexcoders] Combo Boxes, Validation and Binding

2004-06-06 Thread Dimitrios Gianninas
-Original Message- From: Dimitrios Gianninas [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 2:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Combo Boxes, Validation and Binding Ok, I have a little dilemma Say you have a ComboBox which has a list of credit

RE: [flexcoders] Re: Screenshot of a flex application

2005-02-23 Thread Dimitrios Gianninas
Very nice indeed... yup, Flex is great for RAD. Jimmy Gianninas Software Developer - Optimal Payments Inc. From: David Solis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 1:06 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Screenshot of a flex application

Single sign-on

2005-02-23 Thread Dimitrios Gianninas
Hi, Has anyone done something regarding single sign-on with Flex UIs ? In my case, I have one Flex UI and need to build two smaller ones over the next month, and want to provide single sign-on to end-users. Anyone do this already? Also the UIs will most likely reside at different

RE: [flexcoders] Cell Renderrers

2004-04-28 Thread Dimitrios Gianninas
the DepthManager orwhatever class is responsible for correct z-ordering of the ComboBox'slayers is mixed up because of the nesting inside the DataGrid.Could MM please check or confirm this?Dirk.-Original Message-From: Dimitrios Gianninas[mailto:[EMAIL PROTECTED]Sent: Monday, April 26, 2004 2:26 PMTo

RE: [flexcoders] FW: Interesting Opportunity

2004-04-30 Thread Dimitrios Gianninas
Yes so am I... I'd like to know when it will be available. Jimmy Gianninas - Software Developer Optimal Payments Inc. (514) 380 - 2700 extension 3249 From: Navita Bhoir [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 8:01 PMTo: flexcoders@yahoogroups.comCc: [EMAIL

RE: [flexcoders] getURL 3rd parameter?

2004-05-13 Thread Dimitrios Gianninas
Hi, I just did what you are trying to do yesterdayhere is how you do it. First imbed your movie inside a JSP page with a special _javascript_ function: %@ taglib uri="FlexTagLib" prefix="mm" % htmlheadscript// //

RE: [flexcoders] Double Clicking -- A Question... and my Answer, the Double Click component.

2005-03-02 Thread Dimitrios Gianninas
Hi, None of the Flex components handle double-click mouse events at the moment. Well you have obviously created an alternative or you cancall the following piece ofcode on thecellPress event of a DataGrid for example to detect and handle a double-click: /*Handles the double-click event on

RE: [flexcoders] UPLOAD

2005-03-03 Thread Dimitrios Gianninas
hi, I wrote a doc on howto do file upload with a Flex UI with JSP, the doc is here: http://www.markme.com/mchotin/archives/2004_11.cfm Basically the Flash player does not currently support file upload/download. If you deploy your Flex UI in Central it does have file upload/download

RE: [flexcoders] Flex setup

2005-03-05 Thread Dimitrios Gianninas
Hi, Yes you can pre-compile the Flex UI into a SWF, but you will still need to have everything under WEB-INF/flex folder in order for the UI to work. You cannot simply compile the SWF and give it away, its against the Flex "Terms and Conditions" or whatever you call it. Within your EAR,

RE: [flexcoders] TabNavigator.

2005-03-06 Thread Dimitrios Gianninas
Hi Gareth, Here are some answers: 1) It does not support this, all tabs display on a single row. Although 30-40 tabs sounds like alot :) Perhaps there is a better way to allow the user to select from multiple sections. 2) Its doesn't do this either, however you could calculate it and set

RE: [flexcoders] Re: Cairngorm namspace bug

2005-03-06 Thread Dimitrios Gianninas
Hi, Attach your files here to the forum so we can try it, reproduce it and hopefully find out what is wrong :) Jimmy Optimal Payments -Original Message- From: dduuggllaa [mailto:[EMAIL PROTECTED] Sent: Sun 3/6/2005 5:02 PM To: flexcoders@yahoogroups.com Cc: Subject:

RE: [flexcoders] Cairngorm view helpers and dynamic loading of content

2005-03-07 Thread Dimitrios Gianninas
Hi Michael, I think the answer to your question is as simple as calling the unregisterView() method on the correct ViewHelper when you are destroying that view all together. Givethat a try and let us know. Jimmy Gianninas Software Developer - Optimal Payments Inc. From: Michael

RE: [flexcoders] Re: WYSIWYG Editor File Upload

2005-03-07 Thread Dimitrios Gianninas
Hi, For file upload you can look at the following doc: http://www.markme.com/mchotin/archives/2004_11.cfm Jimmy Gianninas Software Developer - Optimal Payments Inc. From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 2:35 PMTo:

RE: [flexcoders] Installing Flex on IIS with JRun??

2005-03-10 Thread Dimitrios Gianninas
Hi, Here are some steps to follow: 1) Using JRun admin,drilldown in the "Flex" server instance 2) Delete the "FlashRemoting EAR" Next steps are I am giving you because I don't recall what is in the "default-ear" folder. 3) Stop the "Flex" server instance 4) Delete all the contents

RE: [flexcoders] do you validate WS/RO requests?

2005-03-14 Thread Dimitrios Gianninas
I validate the modelin my case then pass it on to the RO. I think this is typical of anyone using Cairngorm. Jimmy Gianninas Software Developer - Optimal Payments Inc. From: Matt Chotin [mailto:[EMAIL PROTECTED] Sent: Sunday, March 13, 2005 6:28 PMTo:

RemoteObjects and UI within UI problem

2005-03-18 Thread Dimitrios Gianninas
Hi, Just been playing around with having one Flex UI within another and I am experiencing a little problem, and thus I was wondering if anyone has come across this problem and might have a solution. This is all under JRun 4 SP4... so we have the parent UI at

RE: [flexcoders] how can I refresh a datagrid?

2005-02-11 Thread Dimitrios Gianninas
Just change the dataProvider and the DataGrid will refresh itself. Jimmy Gianninas Software Developer - Optimal Payments Inc. From: Miguel D�az Valenzuela [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 8:23 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders]how can I

RE: [flexcoders] Multiple Remote Objects

2005-02-17 Thread Dimitrios Gianninas
Can you show how youare calling them, or isolate the code that causes the same prob is a separate app and post it here so we can take a look? Jimmy Gianninas Software Developer - Optimal Payments Inc. From: Rich Tretola [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 2:01

RE: [flexcoders] form validation

2005-02-25 Thread Dimitrios Gianninas
Hi Robert, For part 1, you willhave to create your own PhoneNumberValidator class that only validates the value if there is one. I had to do the same thing for some other validator. For part 2, I use the StringValidator for validating ComboBoxes, it should be enough,never done it with

RE: [flexcoders] Log-on Driven Application

2005-02-25 Thread Dimitrios Gianninas
Hi Dustin, Are you talking about single sign-on? Meaning, having multiple Flex UIs and only having to login once? I need to do this inthe next month or so, and I plan to have a main Flex UI which provides the login form, once login is successful, it will load the appropriate secondary UI

RE: [flexcoders] Re: change row´s text

2005-02-25 Thread Dimitrios Gianninas
For the "other problem", you could either: A) modify the data on the server before it reaches the UI B) use AS2 to loop thru the dataProvider and modify the appropriate rows. Jimmy Gianninas Software Developer - Optimal Payments Inc. From: Miguel Diaz Valenzuela [mailto:[EMAIL

[no subject]

2005-01-29 Thread Dimitrios Gianninas
Does anyone know... Say I have a TextArea and I type some text in it. Then I highlight a word, is there a way to get the currently highlighted text via AS2? Thanks! Jimmy G. table width=800 cellpadding=4 cellspacing=10 border=0tr bgcolor=BDBDBDtd valign=top width=400font face=verdana

RE: [flexcoders]

2005-01-29 Thread Dimitrios Gianninas
(); var endIndex:Number = Selection.getEndIndex(); var str:String = yourTextArea.text.substr(beginIndex, endIndex); trace(you've selected: + str); - Original Message - From: Dimitrios Gianninas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, January 28, 2005 11:04 PM Subject

RE: [flexcoders]

2005-01-29 Thread Dimitrios Gianninas
. - sometimes triggering the code will have it run after whatever textfield your typing in has lost focus I know this works on textfields, but not too sure about the TextArea. My suggestion is to have this code run in a focusOut event. - Original Message - From: Dimitrios Gianninas [EMAIL

RE: [flexcoders]

2005-01-29 Thread Dimitrios Gianninas
- From: Dimitrios Gianninas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, January 29, 2005 8:54 AM Subject: RE: [flexcoders] Ok, but what is Selection ? The code below does not work as is. -Original Message- From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Fri 1/28/2005

RE: [flexcoders]

2005-01-29 Thread Dimitrios Gianninas
-in class. I can't seem to get this working though either because the triggering event to get the selection takes focus away from the TextArea. I'll see if someone internally might know something, but it'll be a few days. Matt -Original Message- From: Dimitrios Gianninas [mailto:[EMAIL

RE: [flexcoders]

2005-01-29 Thread Dimitrios Gianninas
+= o + newline; } ]] /mx:Script mx:VBox width=100% height=100% mx:TextArea id=test_ta width=300 height=100/ mx:TextArea id=debug_ta width=300 height=100/ /mx:VBox /mx:Application - Original Message - From: Dimitrios Gianninas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday

RE: [flexcoders]

2005-01-29 Thread Dimitrios Gianninas
need the selected text, I can use the stored variables values. Does that make sense? - Original Message - From: Dimitrios Gianninas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, January 29, 2005 1:06 PM Subject: RE: [flexcoders] Ok that works, however I want

[no subject]

2005-01-31 Thread Dimitrios Gianninas
Is it still valid to use source="servlet" on the RemoteObject to gain accessto a server session... I don't see it mentioned in the API or in LiveDocs. Did I miss something and it was removed? Jimmy Gianninas - Developer Optimal Payments Inc.

RE: [flexcoders] Working with special dataProviders

2005-02-03 Thread Dimitrios Gianninas
Just of the top of my head here, you need to change: mx:DataGrid id="dataGrid" dataProvider="{fProvider}" / your curly braces are missing for binding Jimmy Gianninas - Developer Optimal Payments Inc. From: mwelie [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 3:53

RE: [flexcoders] Flex Uploading to server?

2005-02-03 Thread Dimitrios Gianninas
quot; Prof. Edsger W. Dijkstra (1930-2002) -Original Message-From: Dimitrios Gianninas [mailto:[EMAIL PROTECTED]Sent: Thursday, February 03, 2005 2:31 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex Uploading to server? Of course, there is a document I wrote with

RE: [flexcoders] Flex Uploading to server?

2005-02-03 Thread Dimitrios Gianninas
al Message-From: Dimitrios Gianninas [mailto:[EMAIL PROTECTED]Sent: Thursday, February 03, 2005 4:24 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex Uploading to server? LOL! Java is just fine much more fun and much more technologies to play with... its like b

RE: [flexcoders] Security Sandbox Violation when loading image

2005-03-29 Thread Dimitrios Gianninas
Hi, It should work without having to convert into to the AS2 type class as you did. If you simply do: results[0].price results[1].price this should get you the price of the first product and seconds products. I assumed "results" is the name of the object that contains the results of

RE: [flexcoders] Re: Error: Cannot invoke method when using a VO

2005-03-29 Thread Dimitrios Gianninas
Hi Josh, Make sure the Group class in Java has: - no args constructor - getter/setter method for every field - serializable On the AS2 side, make sure you have specified within the class: static var regClass = Object.registerClass("com.package.Group", com.package.Group); Jimmy

RE: [flexcoders] Value Object Help

2005-03-31 Thread Dimitrios Gianninas
Hi, No need to do anything special, just do: myDataGrid.dataProvider = remoteObject.result; Then the data grid should be declared as follows: mx:DataGrid id="myDataGrid" mx:columns mx:Array mx:DataGridColumn columnName="name" headerText="Name" / mx:DataGridColumn

RE: [flexcoders] My Company's Flex Site Live

2005-04-08 Thread Dimitrios Gianninas
Fantastic job, looks great! Jimmy Gianninas Software Developer - Optimal Payments Inc. From: James Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 8:14 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] My Company's Flex Site Live I want to thank everyone on this

RE: [flexcoders] File upload from Jimmy Gianninas Prob

2005-04-15 Thread Dimitrios Gianninas
Hi, Would you happen to have more than Flex UI running when running the example? If yes, the it might be the temp UI generated in the upload.jsp is communicating with the wrong main Flex UI... I have seen this happen myself. I don't think there is any way around this, the Flex UI in

RE: [flexcoders] Namespace Inheritance??

2005-04-15 Thread Dimitrios Gianninas
In the DueDiligence.mxml, you must have: ?xml version="1.0" encoding="utf-8"? mx:Canvas xmlns:mx=http://www.macromedia.com/2003/mxml xmlsns:com="assents.comp.*" width="100%" height="100%" comp:StatePicker id="comp_c_state""/ Jimmy Gianninas Software Developer - Optimal

RE: [flexcoders] Maintaining Session Data/Passing data to other apps

2005-11-30 Thread Dimitrios Gianninas
Hi, Well if the both apps are under the same context (say /myapp ), then they share the same session data... you can just use a RemoteObject call to retrieve the data. If however both apps are under different contexts ( say / myapp and /myotherapp ), they won't share the same session

[flexcoders] Web Service call failing

2005-12-10 Thread Dimitrios Gianninas
Hi, I've called web services before in Flex, however this is the first time I am calling one that accepts a single document object as a parameter. Everytime the call is made, it fails with the message: Parameter userSettings does not exists! Now, I've double checked the web service to

RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Dimitrios Gianninas
Why do you have fop.jar in your WEB-INF/lib folder? Do you need it for your app, is that it? So you have a newer version? Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jaime BermudezSent:

RE: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Dimitrios Gianninas
reporting on my team (I'm working w/ 12 other developers) downloaded the jar and imported it into the app. On 12/10/05, Dimitrios Gianninas [EMAIL PROTECTED] wrote: Why do you have fop.jar in your WEB-INF/lib folder? Do you need it for your app, is that it? So you have a newer version?

RE: [flexcoders] Web Service call failing

2005-12-10 Thread Dimitrios Gianninas
Its is doc/lit :) I worked around it for now. But it would be nice for it to work, if indeed doc/lit is broken. Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson HagerSent: Saturday, December

RE: [flexcoders] Need help in tackling this event problem...

2006-01-07 Thread Dimitrios Gianninas
Hi, The simplest solution is to implement commands :) However, if you want to keep what you have, you will have to save the original event object insome globalvariable so that you can look it up once onResult() or onFault() are fired. Dimitrios "Jimmy" Gianninas RIADeveloper Optimal

[flexcoders] FW: What should I do

2006-01-25 Thread Dimitrios Gianninas
Hi All, I am using Named Web service. I have deployed on Tomcat 5.0 . When I am calling the web service through http://localhost/... Or through local IP (Internal IP), it is working fine But when I am calling the web service through an External IP errors occurs That is 500 Error

RE: RE: [flexcoders] Your preference - Loader or createChild?

2006-02-21 Thread Dimitrios Gianninas
I'd be very interested in this as well. -Original Message- From: flexcoders@yahoogroups.com on behalf of Roger Gonzalez Sent: Tue 2/21/2006 12:46 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Your preference - Loader or createChild? createChild Good: seems to

RE: [flexcoders] Authentication with Macromedia Flex

2006-03-02 Thread Dimitrios Gianninas
or something? DK On 10/7/05, Dimitrios Gianninas [EMAIL PROTECTED] wrote: Ah yes about accessing the session, I read that article as well. I plan to change this in the future, just haven't gotten there yet. Dimitrios Jimmy Gianninas RIA Developer Optimal Payments Inc. _ From

RE: [flexcoders] Re: Authentication with Macromedia Flex

2006-03-02 Thread Dimitrios Gianninas
Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Dimitrios Gianninas [EMAIL PROTECTED] wrote: Hi Allister, Ok let me clear things up for you. We use WebLogic 8.1 around here

RE: [flexcoders] Cairngorm createPopUp in a command

2006-06-11 Thread Dimitrios Gianninas
I've done this... In the ModelLocator keep a reference to the window that you will display, then you can access it from wherever you want, in your case the onResult and onFault events. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Re: Cairngorm createPopUp in a command

2006-06-11 Thread Dimitrios Gianninas
); } public function onFault() { PopUpManager.removePopUp( myWindow); } } Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim HoffSent: Sunday, June 11, 2006 7:17 PMTo: flexcoders@yahoogroups.comSubject

RE: [flexcoders] Re: Cairngorm createPopUp in a command

2006-06-11 Thread Dimitrios Gianninas
ok you are using Flex2... wasn't sure. Change to: var myWindow:IFlexDisplayObject And if you want, move the myWindow variable to the ModelLocator. ModelLocator.myWindow = PopUpManager.createPopUp( .. ); Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders

RE: [flexcoders] Re: Cairngorm createPopUp in a command

2006-06-11 Thread Dimitrios Gianninas
it should work, too simple not too. What line gives the error... paste the offending line. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim HoffSent: Sunday, June 11, 2006 8:01 PMTo: flexcoders

RE: [flexcoders] Re: Cairngorm createPopUp in a command

2006-06-11 Thread Dimitrios Gianninas
wrap the MainPanelView like so: DisplayObject(MainPanelView) Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim HoffSent: Sunday, June 11, 2006 8:16 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders

RE: [flexcoders] Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread Dimitrios Gianninas
might at look at going in this direction as well. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim HoffSent: Monday, July 03, 2006 6:05 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Cairngorm2

RE: [flexcoders] Re: Cairngorm2: ViewLocator - ViewHelper

2006-07-03 Thread Dimitrios Gianninas
Hey Tim, You wrote like setFocus(), filtering a DataGrid, updating a search parameter VO with view component values prior to executing a search command Those kinds of things I do in an AS script block for the particuliar component. Like Jesse mentioned, I too used to created ViewHelpers

RE: [flexcoders] Flex and commercial use

2006-07-04 Thread Dimitrios Gianninas
That\s for FlexBuilder I think he wanted to know about Flex itself, yes it is free for use commercially. I don't have the exactly details, but hopefully someone can point u to yhe right URL. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com

RE: [flexcoders] HashTable

2006-07-05 Thread Dimitrios Gianninas
Look at the Dictionary class for that. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Torey MaerzSent: Wednesday, July 05, 2006 5:04 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] HashTable So

RE: [flexcoders] Not a designer, need some advice

2006-07-06 Thread Dimitrios Gianninas
Quickly... shrink the dg to the left and as u select a record the details appear on the right. Encompass the details portion in a panel or something and move the save/cancel button to that panel... or wait, are the save cancel buttons for the tab navigator? Dimitrios Gianninas

RE: [flexcoders] Using compc and localization

2006-07-06 Thread Dimitrios Gianninas
nvm, figure it out... time always solves everything. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios GianninasSent: Wednesday, July 05, 2006 8:43 PMTo: flexcoders@yahoogroups.comSubject

RE: [flexcoders] Re: WebService Cairngorm 2 Example

2006-07-06 Thread Dimitrios Gianninas
Just read the article, seems much cleaner, something definitely considering. Also don't think its much of bother going from 1.x to 2.0, there are many changes to make upgrading anyways :) Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Re: Cairngorm Responder interface changes

2006-07-10 Thread Dimitrios Gianninas
Good points, but I think that it can be handled in the following fashion. The SearchView is an MXML component and it has a property called results, so its declaration would look something like this: dg:SearchView id=theSearch results={ModelLocator.results} / So once your results return, they

RE: [flexcoders] Re: Cairngorm Responder interface changes

2006-07-11 Thread Dimitrios Gianninas
instance to update afterwards. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim HoffSent: Tuesday, July 11, 2006 2:06 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Cairngorm Responder interface changes

RE: [flexcoders] Re: Cairngorm Responder interface changes

2006-07-11 Thread Dimitrios Gianninas
None taken :) Throwing around ideas will eventually lead to the proper solution. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim HoffSent: Tuesday, July 11, 2006 9:35 AMTo: flexcoders

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread Dimitrios Gianninas
t, so still thinking Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steven WebsterSent: Tuesday, July 11, 2006 5:32 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm ServiceLocator and FDS

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-11 Thread Dimitrios Gianninas
Also, how have people handled DataService responses? Unlike RPC, DS has 4 events: result, fault, conflict and message. Can't use the regular Responder interface in Cairngorm, so I created a DataServicesResponder interface. Dimitrios Gianninas RIADeveloper Optimal Payments Inc. From

RE: [flexcoders] Real world usage of Flex

2007-11-20 Thread Dimitrios Gianninas
one of the best in my opinion is buzzword : http://preview.getbuzzword.com/?s=true Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of real_yoni Sent: Tuesday

RE: [flexcoders] how to create a save as feature

2007-11-20 Thread Dimitrios Gianninas
You want to save the file to the user's local PC? If the Flex app is running in the browser this is not possible due to security reasons. You can however use Flex 3 to write an app that will run in AIR and it will be able to save files to a local PC. Dimitrios Gianninas RIA Developer and Team

RE: [flexcoders] Managing States and Cairngorm

2007-11-21 Thread Dimitrios Gianninas
That sounds will a pretty good way to go about it. Got for it. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of stephen50232 Sent: Wednesday, November 21, 2007 12:01

RE: [flexcoders] Cairngorm ServiceLocator Issue

2007-12-11 Thread Dimitrios Gianninas
anywhere? Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Manu Dhanda Sent: Tue 11/12/2007 11:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm ServiceLocator Issue Hii.. Am wondering why I can not connect

RE: [flexcoders] Cairngorm ServiceLocator Issue

2007-12-12 Thread Dimitrios Gianninas
ServiceLocator Issue Yes, server-side logging is set to Debug. I tried to put the Alert statement after my delegate.methodCall() and it is reaching there. I am not getting any errors anywhere, that is why I am confused like where to look to sort out this issue. Thanks. Dimitrios Gianninas wrote: Hi

RE: [flexcoders] Cairngorm + RemoteObject + Java without FDS(LCDS).

2007-12-12 Thread Dimitrios Gianninas
yes it is, there are options: Granite Data Services: http://www.graniteds.org/confluence/pages/viewpage.action?pageId=229378 Red5: http://osflash.org/red5 Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders

RE: [flexcoders] Cairngorm + RemoteObject + Java without FDS(LCDS).

2007-12-12 Thread Dimitrios Gianninas
. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manu Dhanda Sent: Wednesday, December 12, 2007 9:27 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm

RE: [flexcoders] Cairngorm event types

2007-12-13 Thread Dimitrios Gianninas
I define the event constants in the event class itself, and saves on an import. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nils Millahn Sent: Thursday

RE: [flexcoders] Cairngorm architecture question

2007-12-14 Thread Dimitrios Gianninas
command. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jamie S Sent: Friday, December 14, 2007 1:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm

RE: [flexcoders] What type of applications i can build using flex?

2007-12-16 Thread Dimitrios Gianninas
. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of fahd Sent: Sun 16/12/2007 4:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] What type of applications i can build using flex? Hello everyone , I am a .NET developer and i read

RE: [flexcoders] How to get data from my view

2007-12-20 Thread Dimitrios Gianninas
If you want, you can create multi modellocators for your application. This is what I do, I have GlobalModal, ConsumerModel, FileMgmtModel, etc... Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto

<    1   2   3   4   5   6   >