Re: [flexcoders] Flex Libs Source Code

2006-08-09 Thread Eduardo Dias
Hello, Someone know if is possible have access the source code of the Flex Libs(playerglobal.swc,flex.swc,framework.swc,etc...). I thank any help. Eduardo Dias __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

[flexcoders] Red 5

2006-11-30 Thread Eduardo Dias
Can i use RED 5 to connect my client application in a Server Application using AMF3 and remote objects?

[flexcoders] RED5

2006-11-30 Thread Eduardo Dias
Can RED5 be used to connect client applications in an Applications Server environment using AMF3 and remote objects like FDS ? in other words, Can I use the Mx:RemoteObject tag to transfer data between client and server like FDS? Thanks, Eduardo Dias

[flexcoders] Datagrid - Disable row

2007-04-03 Thread Eduardo Dias
Hi, I have a datagrid with three columns. In my first column I have a itemrenderer with checkbox and in the other two columns I have two labels. I'm trying to disable a row of the datagrid when the user pick a checkbox in the first column. I used selectedItem to get a row and itemToItemRenderer

[flexcoders] Generate PDF

2007-04-16 Thread Eduardo Dias
Hi, I'm doing a http call to the server and the response is a input stream of a PDF file, i'm not using Livecycle Data Services 2.5. How i can take this file and open in a different browser window? Regards, Eduardo Dias

[flexcoders] MXMLC compile multiple swf

2007-05-30 Thread Eduardo Dias
Anyone know how to compile multiples MXML to generate multiples SWF using the ANT Tasks? Thanks

Re: [flexcoders] MXMLC compile multiple swf

2007-05-30 Thread Eduardo Dias
I have a directory with a lot mxml: com mycompany On 5/30/07, Roman Protsiuk [EMAIL PROTECTED] wrote: Make several calls to mxmlc? R. On 5/30/07, Eduardo Dias [EMAIL PROTECTED] wrote: Anyone know how to compile multiples MXML to generate multiples SWF using the ANT Tasks? Thanks

Re: [flexcoders] MXMLC compile multiple swf

2007-05-30 Thread Eduardo Dias
There are some way to make it using the flex ant tasks? On 5/30/07, Eduardo Dias [EMAIL PROTECTED] wrote: I have a directory with a lot mxml: com mycompany On 5/30/07, Roman Protsiuk [EMAIL PROTECTED] wrote: Make several calls to mxmlc? R. On 5/30/07, Eduardo Dias [EMAIL PROTECTED

[flexcoders] Collapse Panel

2007-10-26 Thread Eduardo Dias
; } invalidateSize(); } Regards, Eduardo Dias

[flexcoders] Flex Buider don't import mx package

2006-05-22 Thread Eduardo Dias
Hi,I am trying import mx package in Action Acript Project but the Flex Buider don't show me this package. If i try import this package the Flex Builder show me a message could not be found. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

[flexcoders] [flex coders]Flex Buider don't import mx package

2006-05-22 Thread Eduardo Dias
Hi,I am trying import mx package in Action Acript Project but the Flex Buider don't show me this package. If i try import this package the Flex Builder show me a message could not be found. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] Flex Buider don't import mx package

2006-05-23 Thread Eduardo Dias
PROTECTED] wrote:On Monday 22 May 2006 19:21, Eduardo Dias wrote: Hi, I am trying import mx package in Action Acript Project but the Flex Buider don't show me this package. If i try import this package the Flex Builder show me a message could not be found. There is no such package as 'mx'.--Tom

[flexcoders]FlexCharting with SmartClient

2008-02-15 Thread Eduardo Dias
Hello, We are investigating a few different charting tools in addition to Fusion Charts which is already integrated with SmartClient. Are there any significant barriers we should know regarding the potential use of Flex Charting? Would there be any general integration issues between Flex and

[flexcoders]Flex Charting - Export to PDF and Images

2008-02-16 Thread Eduardo Dias
Is there any way with Flex Charting (or some 3rd party tool integrated with Flex) to output a FlexChart as a PDF or an image for inclusion in a report?

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-17 Thread Eduardo Dias
with the results. http://www.alivepdf.org/ http://code.google.com/p/alivepdf/ -Andy On Feb 16, 2008 9:40 PM, Eduardo Dias [EMAIL PROTECTED] wrote: Is there any way with Flex Charting (or some 3rd party tool integrated with Flex) to output a FlexChart as a PDF or an image for inclusion

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-20 Thread Eduardo Dias
involve flex in this matter... On Wed, Feb 20, 2008 at 3:27 PM, Eduardo Dias [EMAIL PROTECTED] wrote: Ok, We know that we can generate a PDF with alivePDF in the client and also send the data to the server to be process. However we also will need schedule a job that will generate an email

[flexcoders]FlexCharting - Schedule PDF

2008-02-20 Thread Eduardo Dias
Hi, Ok, We know that we can generate a PDF with alivePDF in the client and also send the data to the server to be process. However we also will need schedule a job that will generate an email with a pdf from charts. In this case we'll also need to create the services to receive and proccess the

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-20 Thread Eduardo Dias
for that. http://code.google.com/p/as3corelib/ On Feb 17, 2008 7:01 AM, Eduardo Dias [EMAIL PROTECTED] wrote: Ok, and what about converting a Flex chart into a JPG or other image? Does ALDS do that too? Or, some other Adobe tool? On Feb 17, 2008 3:03 AM, Andrew D. Goodfellow [EMAIL

Re: [flexcoders]Flex Charting - Export to PDF and Images

2008-02-22 Thread Eduardo Dias
we know that itext can generate the pdf in the server, but and about the image? are there any way to generate an image from flex chart in the server-side? On Thu, Feb 21, 2008 at 6:31 AM, Paul Hastings [EMAIL PROTECTED] wrote: We're using java maybe have a look at iText.

[flexcoders] Error #1009 in Transfer Objects

2008-03-11 Thread Eduardo Dias
We're having the famous error #1009 http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=2postId=7483when we try load our TOs (reference). We already created a RSL, put all TOs inside them and load in the Main Application, but for some strange reason our application

[flexcoders] - FLVPlayback FullScreen Mode

2009-07-15 Thread Eduardo Dias
Hi Everyone, I'm using the FLVPlayback in one of my projects and i'm having problems when it enter in fullscreen mode. The problem is the video player don't fill the whole screen on width, just in height. Have you guys passed through of similar situation? video:FLVPlayback id=flvPlayback

Re: [flexcoders] - FLVPlayback FullScreen Mode

2009-07-16 Thread Eduardo Dias
scaled. 2009/7/16 Eduardo Dias eduardod...@gmail.com Hi Everyone, I'm using the FLVPlayback in one of my projects and i'm having problems when it enter in fullscreen mode. The problem is the video player don't fill the whole screen on width, just in height. Have you guys passed through

[flexcoders] - MXMLC -includes

2009-08-31 Thread Eduardo Dias
Hello Guys, I would like to force the flex compiler to include a set of class from a specific dir. I'm using ant to compile my project and i know that i can use the compiler option -includes to links one or more classes. However i don't want to everytime I create a new class have to add it at the

[flexcoders] Error #2025 - UIMovieclip and Focus Manager

2009-12-01 Thread Eduardo Dias
someone who already has passed through the same problem could suggest some alternative solution? -- Best Regards, Eduardo Dias

[flexcoders] Flex Component Kit and RSL

2009-12-15 Thread Eduardo Dias
Hello Everyone, Does anyone already tried before to use the SWC component generated by the Flex Component Kit as a RSL? I'm trying that but it seems it doesn't cause any effect over the swf size. Probably all SWC components generated by the FCK have linkage type *merged into the code.* Any

[flexcoders] Flash Builder 4

2010-03-09 Thread Eduardo Dias
will have to afford if i purchase a Flex Builder 3 now and decide to upgrade to Flash Builder 4. Thank you everybody in advance -- Best Regards, Eduardo Dias

[flexcoders] Flash Builder 4 - How to update?

2010-03-22 Thread Eduardo Dias
Hi Guys, Does anyone know how can i update the Flash Builder 4 from beta to the newest final release? Thanks ! -- Best Regards, Eduardo Dias

[flexcoders] OLAPDatagrid with hierarchical dimensions

2010-08-12 Thread Eduardo Dias
Hi Guys, Does anyone knows if is that possible to create an OLAP data grid with hierarchical dimensions? -- Best Regards, Eduardo Dias

[flexcoders] OLAPDatagrid with hierarchical dimensions

2010-08-12 Thread Eduardo Dias
Hi Guys, Does anyone knows if is that possible to create an OLAPDatagrid with hierarchical dimensions? -- Best Regards, Eduardo Dias