Re: [flexcoders] RE: Flash Builder Problem

2012-08-22 Thread Dimitrios Gianninas
Hi Jerry, Your messages will now auto-post with no moderation. But also remember that ppl on this group responded when they can, not when you expect them too :) Hope that helps! Jimmy Flexcoders Moderator On Wed, Aug 22, 2012 at 10:11 AM, Merrill, Jason jason.merr...@bankofamerica.com wrote:

[flexcoders] flex builder 3 update link

2009-03-17 Thread Dimitrios Gianninas
For Flex Builder 3... isn't there an Eclipse update link so I can easily upgrade from 3.02 to 3.03? I swear I've seen this somewhere but can't find it now. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. -- WARNING --- This electronic message and its attachments may

[flexcoders] configuring trace

2009-01-21 Thread Dimitrios Gianninas
Configuring debug tracing in Flex is pretty easy, just do something like so: var t:TraceTarget = new TraceTarget(); t.level = 1; But for PROD, I want the level to be 8... is this the only way? Is there a better way? How do you guys handle it? Dimitrios Gianninas RIA Developer Team Lead

RE: [flexcoders] Roles Based UI

2009-01-20 Thread Dimitrios Gianninas
Pretty simple: 1) Once you app is loaded, call your server to load the user info 2) Assuming you have a User class with a method isUserInRole( role:String ); ... then use this on various Buttons/fields/views to show/hide based on if the user has a particuliar role or not Dimitrios Gianninas

RE: [flexcoders] Roles Based UI

2009-01-20 Thread Dimitrios Gianninas
I do use binding, just forgot to mention that. Example: mx:Button enabled={ModelLocator.getInstance().user.userInRole( Constants.SAVEACCT )}/ Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:flexcod

RE: [flexcoders] What Am I doing Wrong, View will not update when bound data is changed.

2008-12-04 Thread Dimitrios Gianninas
Is the [Bindable] tag present at the top of the RoomModel declaration? Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donvoltz Sent: Thursday, December 04, 2008 4:06 AM

RE: [flexcoders] Tricky one...adding attachments to an email generated from the app

2008-12-04 Thread Dimitrios Gianninas
the user selected and then cache its file as it arrives 4) once u have received all the files (based on the total number), create and send your email Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto

[flexcoders] datagrid cell focus

2008-12-02 Thread Dimitrios Gianninas
I know I've done this before, but it escapes me now how do I programmatically put focus on a cell in a datagrid ? Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. -- WARNING --- This electronic message and its attachments may contain confidential, proprietary

RE: [flexcoders] Re: datagrid cell focus

2008-12-02 Thread Dimitrios Gianninas
perfect thx! Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oneworld95 Sent: Tuesday, December 02, 2008 12:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] Flex 3 - Export to Microsoft Excel?

2008-12-01 Thread Dimitrios Gianninas
. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sailorsea21 Sent: Monday, December 01, 2008 1:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 3 - Export

RE: [flexcoders] Flex Application Memory Footprint

2008-11-06 Thread Dimitrios Gianninas
will never go to most of them. Also if you are caching data that you no longer need, set it to null to let the GC clean it up. hope that helps. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Delays in posts

2008-10-31 Thread Dimitrios Gianninas
/flexcoders/messages Dimitrios Gianninas Flexcoders Moderator From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lagos_tout Sent: Friday, October 31, 2008 4:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Delays in posts You

RE: [flexcoders] Re: Flex 2 to Flex 3 - LCDS

2008-10-28 Thread Dimitrios Gianninas
what about it...thats on the Flex side...so u update your UI and thats it. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of schneiderjim Sent: Tuesday, October 28, 2008

RE: [flexcoders] Flex 2 to Flex 3 - LCDS

2008-10-27 Thread Dimitrios Gianninas
Yes you can leave LCDS as is and use Flex 3 for the UI portion, its what we have done here. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of schneiderjim Sent: Monday

RE: [flexcoders] Cairngorm: should pure view state changes go through the ModelLocator?

2008-10-23 Thread Dimitrios Gianninas
#2 because your app is simple..#1 if you want to be a purist. start simply and add complexity as you go along, thats my rule. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] How long does it usually take for new topics to post?

2008-10-14 Thread Dimitrios Gianninas
much :) So I approved things only this morning. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Tuesday, October 14, 2008 10:47 AM To: flexcoders

RE: [flexcoders] Creating a shake effect

2008-10-14 Thread Dimitrios Gianninas
/ /mx:Sequence then just call shake.play(); from somewhere Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Max Pimm Sent: Tuesday, October 14, 2008 11:37 AM

RE: [flexcoders] Open/Save Dialog for FileReference.download()

2008-10-14 Thread Dimitrios Gianninas
You cannot open local files in Flex, since the app is running inside the browser sandbox. With AIR however you can. As for the later, not sure if and when they will add that capability to AIR, there is no concrete information yet. Dimitrios Gianninas Optimal Payments Inc. -Original

RE: [flexcoders] Flex Builder 4?

2008-10-10 Thread Dimitrios Gianninas
No one from Adobe has said anything yet, but one must assume it will be out at the same time as Flex 4, which is most likely sometime in 2009. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Log4J like library

2008-10-08 Thread Dimitrios Gianninas
drive, make sure it only keeps the last 5 days of something like that. Best of luck and do share with the community, maybe someone else will have the same use case in the future. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From

RE: [flexcoders] Cairngorm

2008-10-02 Thread Dimitrios Gianninas
or just read here: http://www.cairngormdocs.org/ Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of florian.salihovic Sent: Thursday, October 02, 2008 8:49 AM

RE: [flexcoders] BlazeDS Integration

2008-09-25 Thread Dimitrios Gianninas
the error message you are getting might help :) Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Patrick McDaniel Sent: Wednesday, September 24, 2008 6:47 PM

RE: [flexcoders] New to FLEX

2008-09-22 Thread Dimitrios Gianninas
: http://www.adobe.com/devnet/flex/ http://www.adobe.com/devnet/flex/ Good luck and dont hesistate to ask questions on this forum. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Java or C# from Flex

2008-09-19 Thread Dimitrios Gianninas
Yes it is possible, you can call Java from Flex using the RemoteObject class. Best place to start is to use BlazeDS as it has examples on how to call java from Flex...go here for details: http://opensource.adobe.com/wiki/display/blazeds/BlazeDS Dimitrios Gianninas RIA Developer Team Lead

RE: [flexcoders] Cairngorm - BlazeDS Example

2008-09-18 Thread Dimitrios Gianninas
id=systemServices destination=systemService concurrency=single showBusyCursor=false / /cairngorm:ServiceLocator !-- Delegate -- package com.optimal.bluebird.business { import com.adobe.cairngorm.business.ServiceLocator; /** * @author Dimitrios Gianninas */ public class SystemDelegate

RE: [flexcoders] languages

2008-09-17 Thread Dimitrios Gianninas
got your Greek herewhats the question? Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of info.ruicruz Sent: Wednesday, September 17, 2008 11:46 AM To: flexcoders

RE: [flexcoders] Re: Remote Object and Session ???????

2008-09-11 Thread Dimitrios Gianninas
in. Not sure if something like this already exists or not. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of xmwang1982 Sent: Wednesday, September 10, 2008 9:18 PM To: flexcoders

RE: [flexcoders] Remote Object and Session ???????

2008-09-10 Thread Dimitrios Gianninas
application is using the same cookie name on the weblogic.xml and it works. Don't know what app server you are using, but you should lookout for something similar. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com

RE: [flexcoders] DTOs methods?

2008-09-09 Thread Dimitrios Gianninas
If you have a simple method called reset() on your DTO, it wont affect how it does back to the server. Dimitrios Gianninas RIA Developer Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nwebb Sent

RE: [flexcoders] state and country dropdown boxes

2008-08-18 Thread Dimitrios Gianninas
Country list you can get from here: http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Upload file component

2008-08-11 Thread Dimitrios Gianninas
look at the FileReference class Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Jackson Sent: Monday, August 11, 2008 11:48 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: BlazeDS/LCDS on Jboss 4.2.3

2008-08-07 Thread Dimitrios Gianninas
transport-guaranteeNONE/transport-guarantee /user-data-constraint /security-constraint Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of valdhor Sent: Thursday

RE: [flexcoders] AMF Load Testing and open source

2008-08-06 Thread Dimitrios Gianninas
Do you simply want to see the traffic? or you want to record gestures and play them back? Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jbluedelta Sent

RE: [flexcoders] scroll to non-visible item in hierarchical AdvancedDataGrid

2008-08-05 Thread Dimitrios Gianninas
try changing the verticalScrollPosition property. adg.verticalScrollPosition = 5; Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Parker Ault Sent: Tuesday

[flexcoders] index of rollover

2008-08-05 Thread Dimitrios Gianninas
If you are hovering with a mouse over a DataGrid, how do you get the index of the currently highlighted item? Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. -- WARNING --- This electronic message and its attachments may contain confidential, proprietary

RE: [flexcoders] index of rollover

2008-08-05 Thread Dimitrios Gianninas
nevermind, figured it out... you have to listen for the itemRollOver event and get the events rowIndex property Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Downloading a file from a server in AIR

2008-08-04 Thread Dimitrios Gianninas
Brilliant, thx you very much Ryan. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Gravener Sent: Monday, August 04, 2008 12:19 AM To: flexcoders

RE: [flexcoders] Where are the AIR resources?

2008-08-04 Thread Dimitrios Gianninas
I've been building AIR apps recently, I always look at the online docs at http://livedocs.adobe.com/flex/3/html/index.html I usually ask my questions on this list...just a habbit. What questions do you have? Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc

[flexcoders] Downloading a file from a server in AIR

2008-08-03 Thread Dimitrios Gianninas
; ); req.method = URLRequestMethod.POST; //var f:FileReference = new FileReference(); //f.download( req ); var f:File = new File(); f.download( req, bla.pdf ); Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. -- WARNING --- This electronic message and its attachments may contain

RE: [flexcoders] Alert Box with User Input Possible?

2008-08-01 Thread Dimitrios Gianninas
to load it when needed. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Williams Sent: Friday, August 01, 2008 10:24 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] BlazeDS/LCDS on Jboss 4.2.3

2008-07-31 Thread Dimitrios Gianninas
-79AD2A0CC9D5'. However... if I go to my login.jsp and login successfull and then access my Flex app and try a remote call, it all works like a champ! So what am I missing? Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. -- WARNING --- This electronic message

RE: [flexcoders] BlazeDS/LCDS on Jboss 4.2.3

2008-07-31 Thread Dimitrios Gianninas
nevermind, figure out my problem Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Thursday, July 31, 2008 11:16 AM To: flexcoders

RE: [flexcoders] Re: File Uploading

2008-07-16 Thread Dimitrios Gianninas
there is nothing more to it. Hope that makes sense, if not I can post a quick example. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ericbichara Sent: Wednesday, July

RE: [flexcoders] AIR Features

2008-07-09 Thread Dimitrios Gianninas
What you are asking in Windows specific and AIR is cross-platform, so this is not possible. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mvbaffa Sent: Wednesday

RE: [flexcoders] mxml to swf on a J2EE server

2008-07-09 Thread Dimitrios Gianninas
Flex app you are trying to communicate with an HTTPService and you want to pass it the URL? Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pankajtandon2003 Sent

RE: [flexcoders] Cairngorm Result and Fault Handlers not called

2008-07-04 Thread Dimitrios Gianninas
().agentSearchResults = evt.result as ArrayCollection; } public function fault( event:Object ):void { var evt:FaultEvent = event as FaultEvent; //show error message somehow } } Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From

RE: [flexcoders] Flex Builder Plugin and Eclipse 3.4 (Ganymede)

2008-07-04 Thread Dimitrios Gianninas
I think someone mentioned a few days ago that this was not supported yet. Probably have to wait for a patch to FB for it to work on Eclipse 3.4 Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Re: How to Position a Popup relative to the control that invoked the popup?

2008-06-27 Thread Dimitrios Gianninas
maybe its related to what you are specifying as the parent of the PopUp? Make sure it is the same parent that the button is contained within. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] How to Position a Popup relative to the control that invoked the popup?

2008-06-26 Thread Dimitrios Gianninas
= point.y + 10; Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of pbrendanc Sent: Thu 26/06/2008 7:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to Position a Popup relative to the control that invoked the popup? I

[flexcoders] web application firewalls for AMF

2008-04-21 Thread Dimitrios Gianninas
Just got asked this question at work and I couldn't find anything online, so I'd thought I'd ask here, anyone heard of a web application firewall that supports AMF3? Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. -- WARNING --- This electronic message and its

[flexcoders] FW: AIr and NativeDragEvents

2008-04-02 Thread Dimitrios Gianninas
forwarding Dimitrios Gianninas Moderator -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jtgrassie Sent: Wednesday, April 02, 2008 3:28 PM To: [EMAIL PROTECTED] Subject: Re: AIr and NativeDragEvents addEventListener(NativeDragEvent.NATIVE_DRAG_ENTER

RE: [flexcoders] Merged row in grid that have a same content, How ?

2008-02-12 Thread Dimitrios Gianninas
Not sure if that is possible with the DataGrid, however you might want to look at the AdvancedDataGrid in Flex 3 (but i believe that one is not free) which allows u to pass in hierarchical data. (so a tree + grid which is what u basically need) Dimitrios Gianninas RIA Developer and Team Lead

RE: [flexcoders] Currency Validation

2008-02-08 Thread Dimitrios Gianninas
try using the restrict property of the TextInput field: restrict=0-9,\-,\. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sanchivans Sent: Friday, February 08

RE: [flexcoders] RemoteObject question

2008-02-07 Thread Dimitrios Gianninas
Yes it is, you can use BlazeDS, but you have to use Flex 3 http://labs.adobe.com/technologies/blazeds/ Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [p e r c e

RE: [flexcoders] Extending Base Classes

2008-02-07 Thread Dimitrios Gianninas
Cant help with RemoteObject, but for the List based on, use the link below an scroll to the bottom and take a look at the Scheduling framework http://code.google.com/p/flexlib/wiki/ComponentList Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc

RE: [flexcoders] Extending Base Classes

2008-02-07 Thread Dimitrios Gianninas
can u talk in a bit more detail in both cases of what specific needs u have? Cause for the List based component, maybe an item renderer will solve your problem. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders

RE: [flexcoders] Datagrid: how to inline edit entire row

2008-02-07 Thread Dimitrios Gianninas
and ItemEditors, it should help you. If it is more complex than that, they I saw place a form at the bottom of the grid that gets shown when the user selected a row. If you do the overlay like some people suggest, just be careful cause the overlayed component will hide some rows. Dimitrios

RE: [flexcoders] Help upgrading to Flex 3

2008-02-07 Thread Dimitrios Gianninas
Haven't tried that...I would suggest you use Flex 3 with BlazeDS (the open source version of FDS) since its all free! :) That would be the easiest solution and less headaches. http://labs.adobe.com/technologies/blazeds/ Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc

RE: [flexcoders] RemoteObject question

2008-02-07 Thread Dimitrios Gianninas
You are on base yes, look at BlazeDS it does exacty what you want: http://labs.adobe.com/technologies/blazeds/ Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [p e

[flexcoders] setting focus to an itemeditor in a list

2008-02-07 Thread Dimitrios Gianninas
Tried a few things but didn't work, anyone now how to set focus to an itemeditor of a particular row in a List/DataGrid ? Basically when a user adds a new row I want to be able to put his cursor right there to begin editing immediately. Dimitrios Gianninas Optimal Payments Inc. -- WARNING

[flexcoders] FW: LineChart: HorizontalAxisRenderer: (canDropLabels = true) Question

2008-02-05 Thread Dimitrios Gianninas
Forwarding... Dimitrios Gianninas Flexcoders moderator -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fbruegma Sent: Tuesday, February 05, 2008 9:10 AM To: [EMAIL PROTECTED] Subject: Re: LineChart: HorizontalAxisRenderer: (canDropLabels = true

RE: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Dimitrios Gianninas
)} includeInLayout={user.hasRole( Constants.SAVEACCOUNT )}/ Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cool.king08 Sent: Sunday, January 27, 2008 12:04 PM To: flexcoders

RE: [flexcoders] Re: Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Dimitrios Gianninas
in your main app would be as such: bla:ProductView user={ theUser }/ Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cool.king08 Sent: Monday, January 28, 2008 2:26

RE: [flexcoders] FileReferenceList for Downloads?

2008-01-09 Thread Dimitrios Gianninas
dont think this is possible, you would have to FileReference for every file you want to download. Annoying yes, but the upload/download with the Flash is not the best. Unless I am totally wrong and someone corrects me. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc

[flexcoders] FW: How can I tell length or size of object ( not array ) but object ..

2008-01-04 Thread Dimitrios Gianninas
forwarding Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jethro Grassie Sent: Friday, January 04, 2008 4:08 PM To: [EMAIL PROTECTED] Subject: Re: How can I tell length or size

RE: [flexcoders] why frontcontroller doesn't work?

2007-12-28 Thread Dimitrios Gianninas
Are u getting some kind of error message? Did u add trace statements in the command to see if it actually being called? (cause it may be and then your problem might be elsewhere) Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From

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

RE: [flexcoders] Re: SWF File Size

2007-12-20 Thread Dimitrios Gianninas
will have to look into the docs to see more details. Also look into RSLs: http://livedocs.adobe.com/flex/201/html/rsl_124_1.html Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

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] 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] 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 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 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] 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] 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] Re: transient properties of an object using RemoteClass

2007-10-29 Thread Dimitrios Gianninas
I believe so, first time I see it myself, never seen anything like this for Flex 2. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Monday

RE: [flexcoders] Components best practices for a newb

2007-10-25 Thread Dimitrios Gianninas
features and locate bugs. RemoteObjects as well, if you read the Cairngorm stuff, it has that already. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Phill B Sent

RE: [flexcoders] Flex3 - LCDS anyone know status? Does it work?

2007-10-23 Thread Dimitrios Gianninas
, there will be an LCDS 2.6 that will come with the Flex 3 sdk once it is released, so just have to wait a little while for that. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Flex3 - LCDS anyone know status? Does it work?

2007-10-23 Thread Dimitrios Gianninas
Thats the way I look at too, we pre-compile everything fro PROD, I mean in PROD the app isnt going to change and it greatly helps on load/wait time. Just in weaves in nicely with our regular build process, for every app we build the java and flex portion at the same time via ant. Dimitrios

RE: [flexcoders] DataGrid not updating when dataProvider is updated

2007-10-23 Thread Dimitrios Gianninas
You have to make sure your custom ArrayCollection throw the change event I believe the DG looks for this. (could be another event name, not sure, you will need to check the docs) Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From

RE: [flexcoders] Flex's Component definition?

2007-10-23 Thread Dimitrios Gianninas
I look at it as any control or container is a component or combination of the two creates a new component via composition. So basically anything under mx.controls.* or mx.containers.* is a component. Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc

RE: [flexcoders] Re: Flex's Component definition?

2007-10-23 Thread Dimitrios Gianninas
Same as Jeffrey :) Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeffry Houser Sent: Tuesday, October 23, 2007 12:56 PM To: flexcoders@yahoogroups.com Subject: Re

RE: [flexcoders] Flex 3 cost

2007-10-23 Thread Dimitrios Gianninas
to a) is right here: http://www.onflex.org/ted/2007/10/flex-3-beta-2-lower-price-flex-builder.php as for b), well you need to call Adobe to find that out, it depends. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of George Lu

RE: [flexcoders] Livecycle DS

2007-10-22 Thread Dimitrios Gianninas
. That was it, I remember this clearly cause once we added this the clients on server A would get the changes done from clients on server B. Hope that helps! Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com

RE: [flexcoders] Single Sign-On Strategies with LCDS

2007-10-19 Thread Dimitrios Gianninas
in should get access to your server-side collection, unless you are sending some parameters thru to the server-side that cause your code to return nothing to the client? Dimitrios Gianninas RIA Developer and Team Lead Optimal Payments Inc. From: flexcoders

RE: [flexcoders] Re: Error using LCDS, DataStore not initialized

2007-10-18 Thread Dimitrios Gianninas
on the server-side, when your server starts up, it will log the version of LCDS you are using. So check your server specific log, where all the System.out statements get logged into. Dimitrios Gianninas Development Team Lead Optimal Payments Inc. From

RE: [flexcoders] LCDS/Hibernate DataServices Issue

2007-10-18 Thread Dimitrios Gianninas
at the employee/company in the LCDS samples. Dimitrios Gianninas Development Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Garnett Sent: Thursday, October 18, 2007 9:54 AM To: flexcoders

RE: [flexcoders] Re: Unknown destination 'EmployeeServiceRO

2007-10-16 Thread Dimitrios Gianninas
if this is the case for Tomcat. As for not being able to connect, hmmm..is there any more errors before this one? Dimitrios Gianninas Development Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Morphis Sent

RE: [flexcoders] Attn Moderators: A few users need help with configurations

2007-10-16 Thread Dimitrios Gianninas
Already emailed them, thx Alex. Dimitrios Gianninas Development Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Tuesday, October 16, 2007 3:02 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] bindable data type to update datagrid

2007-10-16 Thread Dimitrios Gianninas
Basically you are looking at binding some instance of an ArrayCollection to the dataProvider property of your grid, like so: mx:DataGrid dataProvider={someArrayCollection}/ Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf

RE: [flexcoders] Help Needed Please.for beginner!!!...Flex and Struts Development Instructions

2007-10-16 Thread Dimitrios Gianninas
Yes that is correct, your MXML and AS classes get compiled into one binary file namely your index.swf. So yes if you try to access http://localhost:7001/bla/index.swf you will be accessing your Flex build app. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From

[flexcoders] FW: yahoo maps CustomSWFMarker

2007-09-26 Thread Dimitrios Gianninas
forwarding Dimitrios Gianninas Moderator -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of oivind_gronli Sent: Wednesday, September 26, 2007 8:08 AM To: [EMAIL PROTECTED] Subject: Re: yahoo maps CustomSWFMarker Try this: Alert.show(Type

RE: [flexcoders] Data Management in Flex : Add/Edit/Delete

2007-09-23 Thread Dimitrios Gianninas
, .NET, CF, PHP or whatever 2) use Flex's HTTPService to call a JSP/ASP/CF/PHP server page 3) use Flex RemoteObject to call a Java class or CF object Dimitrios Gianninas Development Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Are you going to MAX?

2007-09-22 Thread Dimitrios Gianninas
I will be there! Dimitrios Gianninas Development Team Lead / Moderator Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, September 21, 2007 9:44 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] FDS Compiler Error Eclipse 3.3

2007-09-22 Thread Dimitrios Gianninas
Which FB plugin version you got? the 2.0? it only works with Eclipse 3.2... you have to have FB 3.0 for it to work Eclipse 3.3 and even then this is on XP, doesnt work on Vista. Dimitrios Gianninas Development Team Lead Optimal Payments Inc. From

RE: [flexcoders] firefox and FileReference.upload over SSL - error 2038

2007-09-22 Thread Dimitrios Gianninas
it to work properly. You shouldn't need to set any special headers. I use Java as my backend, so I have a servlet waiting to receive the files and I just use the FileReference class in Flex to do the upload. Dimitrios Gianninas Development Team Lead Optimal Payments Inc

RE: [flexcoders] Re: Sending custom clases (value objects) to remote services

2007-09-22 Thread Dimitrios Gianninas
it is free is you use the Express edition which runs on only one CPU. If you need more CPUs then yes you have to pay. Dimitrios Gianninas Development Team Lead Optimal Payments Inc. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

  1   2   3   4   5   6   >