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] 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

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

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

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

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] 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

[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

[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

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

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] 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] 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] 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

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

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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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

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

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

[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

[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

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:

<    1   2   3   4   5   6