RE: [flexcoders] Re: Cairngorm Responder interface changes

2006-07-11 Thread Dimitrios Gianninas
ich window instance to update afterwards.   Dimitrios Gianninas RIA Developer 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

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 RIA Developer 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
delegate, but seems redundant, so still thinking   Dimitrios Gianninas RIA Developer 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] C

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 RIA Developer Optimal Payment

RE: [flexcoders] Cairngorm ServiceLocator and FDS

2006-07-12 Thread Dimitrios Gianninas
things done.   Right now I am hanging my DataService instance on one of my models, and everything works great. I am only looking to make things a bit cleaner.   Perhaps what you mentioned below works best for the Flex Messaging portion.   Dimitrios Gianninas RIA Developer Optimal Payments Inc

[flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Dimitrios Gianninas
How in the world do u set the fill style of a pie chart in AS3 ?   I tried pie.setStyle( "fills", someArray ); and it does nothing.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   AVIS IMPORTANT WARNING Ce message électronique et

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Dimitrios Gianninas
Thx that worked!   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt HornSent: Wednesday, July 12, 2006 3:11 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Setting fill value of a pie chart

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-12 Thread Dimitrios Gianninas
flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of Dimitrios Gianninas > Sent: Wednesday, July 12, 2006 2:23 PM > To: flexcoders@yahoogroups.com <mailto:flexcoders%40y

RE: [flexcoders] Setting fill value of a pie chart programmatically

2006-07-13 Thread Dimitrios Gianninas
yes noticed that too, thx Ely.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ely GreenfieldSent: Thursday, July 13, 2006 10:19 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Setting fill

RE: [flexcoders] crossdomain.xml on Weblogic

2006-07-13 Thread Dimitrios Gianninas
It needs to go at the root folder of your web applications. So if your app is in c:/samples ... then put the crossdomain.xml there and then point WL to that folder to deploy your app.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Spring Enable Flex

2006-07-13 Thread Dimitrios Gianninas
Probably not can u describe the problem/issue you are having?   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen RiddleSent: Thursday, July 13, 2006 10:41 AMTo: flexcoders@yahoogroups.comSubject

RE: [flexcoders] efficient way of doing custom formatting on datagrid column values

2006-07-13 Thread Dimitrios Gianninas
Does the lag happen when the renderer is not there? Cause if it is, then are u loading all 1000 records into the client? Maybe you can use FDS and the paging feature. Dimitrios Optimal Payments. -Original Message- From: flexcoders@yahoogroups.com on behalf of Pan Troglodytes Sent: Thu

RE: [flexcoders] DataGridColumn "id" attrubute is gone??

2006-07-13 Thread Dimitrios Gianninas
Hi, I've done this, but in a different way. The DataGrid's column property takes an array DataGridColumn objects, so what u do is create two sets of arrays: ... ... Then, when u need to, switch the columns being attached to the grid, like so: if( ... ) { dg.columns = col

RE: [flexcoders] Re: DataGridColumn "id" attrubute is gone??

2006-07-14 Thread Dimitrios Gianninas
Use my solution and but have another array that gets constructed programmatically based on the use selection and get assigned to the DataGrid. That's how I would do it.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROT

[flexcoders] problem with secure RTMP

2006-07-17 Thread Dimitrios Gianninas
ng stopped.'my-rtmp' channel connect failed.'cds-consumer-consumerDS-null' consumer channel faulted with Channel.Connect.Failed null'cds-consumer-consumerDS-null' consumer starting resubscribe timer.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   AVIS IMPORTANT

RE: [flexcoders] Cairngorm starter question

2006-07-19 Thread Dimitrios Gianninas
t will affect many things (data and views).   Second, i've used fileReference in one app, but I didn't make it part of the ServiceLocator. Should be seperate as I see it.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] RE: gradient background color on VBox

2006-07-19 Thread Dimitrios Gianninas
If not mistaken I don't think this is possible, this would be a nice feature, guess we will have to wait.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Engkee KwangSent: Wednesday, July 19, 2006

RE: [flexcoders] FDS deployment issue

2006-07-19 Thread Dimitrios Gianninas
e you made the change and we can you what to correct.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williamsSent: Wednesday, July 19, 2006 10:37 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders

RE: [flexcoders] gradient background color on VBox

2006-07-19 Thread Dimitrios Gianninas
then again, Jesse might know a thing or two about that :)   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXLSent: Wednesday, July 19, 2006 8:38 PMTo: flexcoders@yahoogroups.comSubject: Re

RE: [flexcoders] So? What are folks here actually building...?

2006-07-20 Thread Dimitrios Gianninas
on the status via JMS. The rest of the app allows the editing of records and searches.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy YoungSent: Thursday, July 20, 2006 2:46 PMTo: flexcoders

RE: [flexcoders] Re: Strange issue with drag and drop between Lists

2006-07-20 Thread Dimitrios Gianninas
    Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gotgoose09Sent: Thursday, July 20, 2006 4:43 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Strange issue with drag and drop between Lists

RE: [flexcoders] MXMLC and Cairngorm

2006-07-20 Thread Dimitrios Gianninas
No need to specify that namespace/manifest in the flex-config.xml. It should work just fine without it, I use the MXMLC myself.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, AghaSent: Thursday

RE: [flexcoders] MXMLC and Cairngorm

2006-07-20 Thread Dimitrios Gianninas
oh :) sorry was thinking u were using 2.0.   maybe someone else can help you then.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mehdi, AghaSent: Thursday, July 20, 2006 8:36 PMTo: 'flexc

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 exe

RE: [flexcoders] Authentication with Macromedia Flex

2006-03-02 Thread Dimitrios Gianninas
n this be done possibly? Create a AuthCommand abstract class to extend 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.

RE: [flexcoders] Re: Authentication with Macromedia Flex

2006-03-02 Thread Dimitrios Gianninas
like writing less code :) -- Dave Wolf 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 Alli

RE: >< Re: [flexcoders] Re: Is there a third-party or opensource market for Flex components?

2006-03-11 Thread Dimitrios Gianninas
This stuff I love... good work. One thing maybe to add is a PanelManager class, so that you can close all panels or allow a panel to be brought to the foreground programmatically.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto

RE: >< Re: >< Re: [flexcoders] Re: Is there a third-party or opensource market for Flex components?

2006-03-11 Thread Dimitrios Gianninas
re maybe a users is doing an action and then that action causes the UI to bring a panel to the foreground to alert/emphasize to the user that, that panel has the info he needs.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PRO

RE: [flexcoders] Re: Flex 1.5 popup issue

2006-03-16 Thread Dimitrios Gianninas
use the fully qualified name:   PopUpManager.createdPopUp( parent, some.folder.Wizard, isModal, initObj );   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of digital_eyezedSent: Thursday, March 16, 2006 10

RE: [flexcoders] Re: Flex 1.5 popup issue

2006-03-16 Thread Dimitrios Gianninas
So you should have a Wizard.mxml under the /components folder right? At the main application lies in the root called app.mxml or something?   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: >< [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-19 Thread Dimitrios Gianninas
I'd go with Flex 2.0 if I were you. Jimmy -Original Message- From: flexcoders@yahoogroups.com on behalf of Richie Rich Sent: Sat 3/18/2006 9:59 PM To: flexcoders@yahoogroups.com Subject: >< [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0? Hello, I am starting a project that I wou

RE: >< [flexcoders] Flexbuilder 2 memory usage :o

2006-03-20 Thread Dimitrios Gianninas
I always use the plug-in version and the memory usage is about the same. And I only have 512 MB of RAM! (yes I'll be upgrading soon). What helps is to turn OFF the automatic building, it really helps. Otherwise you get random pauses which are quite anoying. -Original Message- From: fle

RE: >< [flexcoders] Cairgnorm beta release?

2006-03-21 Thread Dimitrios Gianninas
Nope, keep using the same one you have for Flex 2, its the same.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Oriol GualSent: Tuesday, March 21, 2006 11:08 AMTo: flexcoders@yahoogroups.comSubject

[flexcoders] Flex 1.5 MXMLC question

2006-03-24 Thread Dimitrios Gianninas
it loaded and remote calls worked.   Now I tried it on our actual project, it compiles, but when I throw the SWF into my local web server folder, it loads but when it comes time to execute a remote call, it just sits there (wheel spins forever). Anyone ever experienced this before?   Dimitrios

RE: >< [flexcoders] Re: Flex 1.5 MXMLC question

2006-03-24 Thread Dimitrios Gianninas
nitely be using pre-compilation it right off the bat.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave WolfSent: Friday, March 24, 2006 2:09 PMTo: flexcoders@yahoogroups.comSubject: >< [flexcode

RE: [flexcoders] FB2 :: New ActionScript File :: Package path error

2006-03-28 Thread Dimitrios Gianninas
You have to setup what is your source folder.   1) Right-click on your project and selected properties 2) Goto Flex Build Path 3) enter the appropriate source folder   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] {flexcoders} Beta 2: ViewHelper, ViewLocator

2006-03-30 Thread Dimitrios Gianninas
Hi, First off, the ViewLocator gets setup the minute the first instance for any of your ViewHelpers is instantiated. Just look in the ViewHelper.as base class code and you will see this. Second, I guess you are asking how to convert and event broadcast from Flex 1.5 to Flex 2. Well in Flex 2 i

RE: >< Re: [flexcoders] Code formatter for action script

2006-04-03 Thread Dimitrios Gianninas
it, a build-in formatter is great. Then you can go slap the other developer on his hands :)   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael SchmalleSent: Sunday, April 02, 2006 9:10 PMTo: flexc

RE: [flexcoders] What upload servlet at server side to use along with FileReference class?

2006-04-05 Thread Dimitrios Gianninas
We've experienced the same error as well about a year ago with an we build in Flex 1.5 using flash Player 8.0.22. Currently I believe version 8.0.24 is available for download, not sure if this fixes the problem. Another issue we discovered is that version 8.0.22 doesn't allow file upload over H

RE: [flexcoders] um, where is my session?

2006-04-11 Thread Dimitrios Gianninas
tions you might need.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of box110aSent: Monday, April 10, 2006 10:33 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] um, where is my session? I have been soaki

[flexcoders] Random number or string utils?

2006-05-10 Thread Dimitrios Gianninas
I need to generate random numbers and strings... is this some AS class that already does this? Been looking but can't find it. Need it in Flex 2.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/

RE: [flexcoders] Random number or string utils?

2006-05-10 Thread Dimitrios Gianninas
Nevermind just found it Math.random()   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios GianninasSent: Wednesday, May 10, 2006 3:07 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders

RE: [flexcoders] Random number or string utils?

2006-05-10 Thread Dimitrios Gianninas
thanks!   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim RobsonSent: Wednesday, May 10, 2006 3:12 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Random number or string utils

[flexcoders] FW: Flex, Hibernate and Coldfusion

2006-05-12 Thread Dimitrios Gianninas
-Original Message- From: cichlidguru79 [mailto:[EMAIL PROTECTED] Sent: Fri 5/12/2006 6:44 PM To: [EMAIL PROTECTED] Subject: Re: Flex, Hibernate and Coldfusion I am hoping to implement a ColdFusion / Java hybrid application that uses POJOs and Hibernate in the model, and coldfusio

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

2006-05-15 Thread Dimitrios Gianninas
o as opposed to a owner, which has more power. Yes? Dimitrios Gianninas -Original Message- From: flexcoders@yahoogroups.com on behalf of maxym.hryniv Sent: Mon 5/15/2006 3:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Cairngorm microarchitecture. 2 instances of view with

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 RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com

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

2006-05-15 Thread Dimitrios Gianninas
along (not at all in my first Flex2 project).   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Larry LiangSent: Monday, May 15, 2006 7:53 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Are ViewHelper

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

2006-05-15 Thread Dimitrios Gianninas
r now.   Of course, because of Flex and the fact that you can pop-up multiple instances of the same view, this might be something that we will have to review in the future.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On B

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 view where I 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 RIA Developer Optimal Payments Inc.   From

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

2006-05-15 Thread Dimitrios Gianninas
en cleaner. I'm going to change it next time I get the chance.   Dimitrios Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim HoffSent: Monday, May 15, 2006 11:56 AMTo: flexcoders@yahoogroups.comSubject:

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 RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [m

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

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

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 RIA Developer Optimal Payments Inc.   From: flexc

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 RIA Developer 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 RIA Developer 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

RE: [flexcoders] New to Flex, Questions for datagrid

2005-06-20 Thread Dimitrios Gianninas
I'll quickly give you some answers:   1) you can find info here: http://macromedia.max04.v4.breezecentral.com/p98974576/ 2) you can find something like that here: http://www.richinternetapps.com/archives/2005_01.html 3) you mean paste and whole set of rows and columns? unfortunately not 4)

RE: [flexcoders] Re: New to Flex, Questions for datagrid

2005-06-20 Thread Dimitrios Gianninas
olumns in EXCEL to DataGrid, has anybody done any research on this topic?Thanks,Ritesh--- In flexcoders@yahoogroups.com, "Dimitrios Gianninas" <[EMAIL PROTECTED]> wrote:> I'll quickly give you some answers:>  > 1) you can find info here:> http://macromedia.max04.v

RE: [flexcoders] Object dump

2005-06-22 Thread Dimitrios Gianninas
What you are looking for can be found here:   http://www.macromedia.com/devnet/flex/articles/fast_userguide_print.html   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Fritz DimmelSent: Wednesday, J

RE: [flexcoders] LinkBar question

2005-06-22 Thread Dimitrios Gianninas
I don't think what you are asking can be done with the LinkBar. The TabNavigator should do nicely.   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert BrueckmannSent: Wednesday, June 22, 2005 2

[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 pr

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] Loading MXML via JSP on WebLogic

2005-08-05 Thread Dimitrios Gianninas
hi Matt,   The Flex app is not slow, it just takes long to load everytime. It takes about 45 secs to load everytime and yes CPU usage is high at that time. So it seems to be re-compiling itself everytime? I have modified several options in the flex-config but this has not helped, we are co

RE: [flexcoders] ActionScript "POS" function

2005-08-12 Thread Dimitrios Gianninas
I think what you are looking for is: txt.indexOf("IA")   You can read more here:  http://livedocs.macromedia.com/flex/15/flex_docs_en/1706.htm   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Problems with LocalConnection

2005-08-17 Thread Dimitrios Gianninas
My code is a bit different that yours, perhaps you should look at it and just change things around:   Sender:   myConnection = new LocalConnection(); myConnection.send("phxApp", "messagePosted", "uploadSuccess");   Receiver:   cn = new LocalConnection(); cn.messagePosted = Delegate.create

RE: [flexcoders] Cairngorm Development Cycle

2005-08-25 Thread Dimitrios Gianninas
m framework and so if you start top-down or down-up,its got enough hooks in place to give you a nice footing on eitherdirection? or am i full of crap ? (could be the later, its quitepossible hehe).On 8/25/05, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote:>  > I've discovered

RE: [flexcoders] Cairngorm Development Cycle

2005-08-25 Thread Dimitrios Gianninas
n making sure arguments back and forth are inline with the DTO/VO vision.The "Gluer" can be a bludge/time wastage job at times but other times it can be very crucial as its the brains trust for the UI application.Make sense? On 8/25/05, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote:

RE: [flexcoders] Help: link to a specific viewstack inside a specific tab

2005-09-06 Thread Dimitrios Gianninas
Hi,   Most likely your problem is due to the fact that the viewstack has not yet been instantiated. You should set the creationPolicy="all" on your Tab Navigator for this to work.   Hope that helps.   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoo

RE: [flexcoders] JSP to Flex / Flex to JSP

2005-09-16 Thread Dimitrios Gianninas
Hi,   You need to use the HTTPService in order to pass parameters to a JSP and then retrieve the content it is send back to you. Best place to start is the online documentation in the "Using Data Services" section, start with the link below:    http://livedocs.macromedia.com/flex/15/flex_do

[flexcoders] Undefined weirdness

2005-09-20 Thread Dimitrios Gianninas
Maybe its late and just me, but maybe someone can shed some light on the subject. Here is a debug dump of the AgentVO coming back from the server. As you can see, it contains a field called acctList, which is an ArrayList that contains BasicListItem objects.   (Typed Object #0 'com.optimal

RE: [flexcoders] Undefined weirdness

2005-09-21 Thread Dimitrios Gianninas
nce cannot be correctly stringified by your dumping routine.> try setting a dummy toString() method on the class.>> anyway, that would be strange since toString, I believe, is attached> to Object prototype.>>>>> On 9/20/05, Dimitrios Gianninas <[EMAIL PROTECTED]>

RE: [flexcoders] spell checking

2005-09-26 Thread Dimitrios Gianninas
Yup, I've done it with Flex and Java, like Jesse did. I used a free Java spell checker on the server side, I return back HTML to Flex so that all incorrect words are highlighted in red. Then in Flex, I let the user cycle thru all misspelled words, so he can ignore or correct them as he/she

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Dimitrios Gianninas
Well the UI comes up, but cannot upload, its displays:   fileReference: [object Object] type: onSelect fileReference: [object Object] type: onIOError   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail

2005-09-30 Thread Dimitrios Gianninas
I have the same player version and using FFX 1.0.7. Nevermind I tried to upload a 0 bytes file. I just now uploaded a 504 byte file... all good!   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cars

RE: [flexcoders] Problem with ServiceLocator in Cairngorm

2005-10-03 Thread Dimitrios Gianninas
Perhaps if you showed us your Services.mxml and how it is declared your root MXML file.   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andora, GregSent: Monday, October 03, 2005 2:57 PMTo: 'flexc

RE: [flexcoders] Problem with ServiceLocator in Cairngorm

2005-10-03 Thread Dimitrios Gianninas
What you have found is a workaround.   Everything seems in order, apart from the endpoint which is specified. So the service being called is not on the same machine? You should also check what Malcolm mentioned as well.   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.  

[flexcoders] Weird error

2005-10-04 Thread Dimitrios Gianninas
While trying to call a servlet using HttpService, I get the error "An end tag had no corresponding start tag"... anyone ever seen this?   Needless to say, once I remove the call to the servlet this error doesn't appear.   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.  

RE: [flexcoders] Weird error

2005-10-04 Thread Dimitrios Gianninas
You would think... but the same servlet loaded in another web app works like charm.   It seems like the servlet never gets called. But its there are working, tried in the browser.   I'm still looking. I'll check what Matt wrote as well.   Dimitrios "Jimmy" Gianninas RIA Developer Optimal P

RE: [flexcoders] Weird error

2005-10-04 Thread Dimitrios Gianninas
Ok solved it... the servlet was not even being called by Flex, because of a config in the web.xml. I had a role set under the "auth-constraint" that wasn't needed. Removed it and its working.   The error message is mis-leading to say the least.   Dimitrios "Jimmy" Gianninas RIA Developer O

RE: [flexcoders] Authentication with Macromedia Flex

2005-10-07 Thread Dimitrios Gianninas
kHandler, etc in th eother thread...I have not got it working 100% on JRun yet...but still banging away at it.DK On 9/26/05, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote: Where did you hear that it was not the approach to take? We have it working this way for one of our projects.

RE: [flexcoders] When ModelLocator Databinding does not work...

2005-10-07 Thread Dimitrios Gianninas
I think the only way to address your issue. Use the appropriate ViewHelper to tell the view to refresh itself because the data has been updated.   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of tho

RE: [flexcoders] [Cairngorm] - Question about ViewHelpers

2005-10-08 Thread Dimitrios Gianninas
Hi, A ViewHelper is bound to a specific Form/View. If your case you can do it two ways. You can use one ViewHelper to set the data on the different fields OR the command can save the user data on a ModelLocator and that model is bound to the varius controls, like so: As for the header, you

RE: [flexcoders] Changing the applicaitons background color

2005-10-08 Thread Dimitrios Gianninas
  Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Saturday, October 08, 2005 2:59 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Changing the applicaitons backgroun

RE: [flexcoders] Authentication with Macromedia Flex

2005-10-09 Thread Dimitrios Gianninas
le to check for a failed authentication.  If not here then every command using the service would need this check, eh?  What other way can this be done possibly?  Create a AuthCommand abstract class to extend or something?DK On 10/7/05, Dimitrios Gianninas <[EMAIL PROTECTED]> wrote: Ah

RE: [flexcoders] Changing color of font

2005-10-12 Thread Dimitrios Gianninas
The answer is in the API, which is located at:   http://livedocs.macromedia.com/flex/15/   Dimitrios "Jimmy" Gianninas RIA Developer Optimal Payments Inc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, October 12, 2005 12:59

RE: [flexcoders] role based security vs session based security with a servlet container

2006-11-30 Thread Dimitrios Gianninas
or you. 2) Every app server lets you create a Authenticator, this is what you will have to build. We did for WebLogic, which looks at our user tables and such. HTH, Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of hank williams Se

RE: [flexcoders] Comparing two Dates

2006-12-01 Thread Dimitrios Gianninas
Use the attached... enjoy Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gaurav Jain Sent: Friday, December 01, 2006 5:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] uploading an object

2006-12-01 Thread Dimitrios Gianninas
Yes, use the FileReference class, it does this. There is an example in the documentation. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daryn Nakhuda Sent: Friday, December 01

RE: [flexcoders] How to make ViewStack Item Invisible

2006-12-04 Thread Dimitrios Gianninas
Well a Viewstack by default only shows only one view at a time, so... perhaps you can post a sample of your code? But simply, use the "visible" property: myBox.visible = false; Dimitrios Gianninas RIA Developer Optimal Payments Inc. From:

[flexcoders] file download doesnt work?

2006-12-11 Thread Dimitrios Gianninas
= new URLVariables(); var req:URLRequest = new URLRequest("http://localhost:7001/billing/servlet/FileSvlt";); req.method = URLRequestMethod.GET; req.data = new URLVariables("operation=DOWNLOAD&fileId=2"); var fr:FileReference = new FileReference(); fr.download( r

RE: [flexcoders] porting tool

2006-12-11 Thread Dimitrios Gianninas
dont forget to suggest it via www.adobe.com/go/wish Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pateyog Sent: Monday, December 11, 2006 9:29 AM To: flexcoders@yahoogroups.com Su

RE: [flexcoders] Flex vs. JSP

2006-12-11 Thread Dimitrios Gianninas
communication for debugging purposes. On the client side, using the Flash debug player you can turn on debugging and it will log to local file. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] file download doesnt work?

2006-12-12 Thread Dimitrios Gianninas
e nothing. My upload works like a charm. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Monday, December 11, 2006 3:15 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] file download doesnt work?

2006-12-12 Thread Dimitrios Gianninas
Yes I can call the servlet directly in a browser and it works. The upload works as well. The download does not. My servlet just doesn't get called at all. I just wrote another email with the code I'm using... perhaps u can see if something is missing? Thx! Dimitrios Gianninas RIA

RE: [flexcoders] file download doesnt work?

2006-12-12 Thread Dimitrios Gianninas
Yup tried that too... I'm perplexed! Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Valy Sivec Sent: Tuesday, December 12, 2006 10:26 AM To: flexcoders@yahoogroups.com Su

RE: [flexcoders] Form-based auth on Websphere

2006-12-12 Thread Dimitrios Gianninas
Things to try: 1) set the remote credentials on the ro in the core app for test to see if it works 2) why have two SWFs? 3) the second swf doesnt have a credential info to pass to the server and since you locked down the RO it is failing Dimitrios Gianninas RIA Developer Optimal Payments

RE: [flexcoders] file download doesnt work?

2006-12-12 Thread Dimitrios Gianninas
hing very very small.., any kind of debug I can turn on? Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Holmes Sent: Tuesday, December 12, 2006 4:34 PM To: flexcoders@yahoogrou

RE: [flexcoders] Re: file download doesnt work?

2006-12-13 Thread Dimitrios Gianninas
Close, now my servlet gets called, but the flash player never prompts me where to save my file, so in essence, nothing is downloaded. Maybe my player is foubared! Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Form-based auth on Websphere

2006-12-14 Thread Dimitrios Gianninas
Weblogic 8.1SP3. The login page uses j_security_check as well. So same in your case... one thing to be careful of is that if your login page and swf are under different contexts then you have to make sure they have the same cookie name, or it wont work. Is that your case? Dimitrios Gianninas RIA

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

2006-12-14 Thread Dimitrios Gianninas
Tim... what you need is attached :) Enjoy. I got a whole bunch of them :) Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Sent: Thursday, December 14, 2006 11:08 AM To

<    1   2   3   4   5   6   7   >