[flexcoders] Flex Project Management App

2010-07-08 Thread Angelo Anolin
Hi FlexCoders, I came across a Flex PM site and I would like to ask what are the necessary controls / things I need to do to achieve the same application. The site's page is: http://www.radscientist.com/flexpm/demo/index.html I am having problems re-creating those items which expands when the

Re: [flexcoders] Flex Project Management App

2010-07-08 Thread Brendan Meutzner
You posted on this a few weeks ago, and I replied with some suggestions a few weeks ago. If you need additional help, reply to your original thread. On Thu, Jul 8, 2010 at 3:47 PM, Angelo Anolin angelo_ano...@yahoo.comwrote: Hi FlexCoders, I came across a Flex PM site and I would like to

Re: [flexcoders] Flex Project Management App

2010-07-08 Thread Angelo Anolin
@yahoogroups.com Sent: Thu, 8 July, 2010 13:56:55 Subject: Re: [flexcoders] Flex Project Management App You posted on this a few weeks ago, and I replied with some suggestions a few weeks ago. If you need additional help, reply to your original thread. On Thu, Jul 8, 2010 at 3:47 PM, Angelo Anolin

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread dorkie dork from dorktown
all your questions will be answered with google spreadsheets and google domain key... On Mon, Jun 28, 2010 at 8:51 AM, Paul Andrews p...@ipauland.com wrote: I have a potential client who has an excel spreadsheet they'd like to make into a proper application, delivered via a web page. Problem

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Paul Andrews
On 29/06/2010 10:43, dorkie dork from dorktown wrote: all your questions will be answered with google spreadsheets and google domain key... The idea is that the user has a slick UI and doesn't have access to the formulas, so I'm not sure Google Spreadsheets helps. Ideally I need a

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Andriy Panas
Have a look at AS3XLS library http://code.google.com/p/as3xls/ Example of the usage: http://ippblog.intuit.com/blog/2010/06/flex-to-excel-or-excel-to-flex-now-that-is-the-question.html -- Best regards, Andriy Panas On 29 June 2010 17:10, Paul Andrews p...@ipauland.com wrote: On

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Tom Chiverton
On Monday 28 Jun 2010 14:51:29 you wrote: As far as I know the only way to make use of what they have is to build a Java calculation engine that runs on the server and takes inputs from the Flex front end and returns the outputs. As long as they don't mind telling someone else (under NDA /

RE: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Gregor Kiddie
How about running open office on your back end, having it open the spreadsheet on request and doing the work there? Gk.

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Jeffry Houser
Paul, I'd love to find out more off-list. The next Flextras component will be a Spreadsheet; however your described use case is not something we considered. We've been designing it so that formulas are easily accessible; just like Excel. Our implementation does support disabled cells, so

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Paul Andrews
On 29/06/2010 15:20, Andriy Panas wrote: Have a look at AS3XLS library http://code.google.com/p/as3xls/ Example of the usage: http://ippblog.intuit.com/blog/2010/06/flex-to-excel-or-excel-to-flex-now-that-is-the-question.html -- Best regards, Andriy Panas That's an interesting idea, but I

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Paul Andrews
On 29/06/2010 15:49, Tom Chiverton wrote: On Monday 28 Jun 2010 14:51:29 you wrote: As far as I know the only way to make use of what they have is to build a Java calculation engine that runs on the server and takes inputs from the Flex front end and returns the outputs. As long as they

Re: [flexcoders] Flex version of excel spreadsheet?

2010-06-29 Thread Paul Andrews
On 29/06/2010 15:53, Gregor Kiddie wrote: How about running open office on your back end, having it open the spreadsheet on request and doing the work there? It's an interesting idea. I'll check it out. Paul Gk.

[flexcoders] Flex version of excel spreadsheet?

2010-06-28 Thread Paul Andrews
I have a potential client who has an excel spreadsheet they'd like to make into a proper application, delivered via a web page. Problem is that they are protective of the formulas used in the spreadsheet and don't want them running on the client (I may talk to them about that again). As far as

[flexcoders] Flex 4 Loading Run time CSS

2010-06-24 Thread method_air
Is it possible to load run time CSS with Flex 4/Spark. Loading Flex 3 style modules with the StyleManager is throwing an error, is there a Flex 4 way to do it? Thanks, Philip

Re: [flexcoders] Flex 4 Loading Run time CSS

2010-06-24 Thread Alex Harui
All modules must be on the same version. Flex 4 cannot load CSS style modules compiled with Flex 3. Recompile the modules in Flex 4. On 6/24/10 12:00 PM, method_air loudj...@hotmail.com wrote: Is it possible to load run time CSS with Flex 4/Spark. Loading Flex 3 style modules with the

[flexcoders] Flex Profiler will not connect

2010-06-22 Thread s_grollins
Hi all, I'm trying to get the flex profiler to work but I'm having no luck. I've come across a few posts about the profiler but none of them have helped: http://stackoverflow.com/questions/115420/flex-profiler-gives-socket-timeout-error-why-for

Re: [flexcoders] Flex Profiler will not connect

2010-06-22 Thread Alex Harui
Did you reboot? That is usually the problem for me. On 6/22/10 12:49 PM, s_grollins s.groll...@hotmail.com wrote: Hi all, I'm trying to get the flex profiler to work but I'm having no luck. I've come across a few posts about the profiler but none of them have helped:

[flexcoders] Flex 4 datagrid paging AND filtering

2010-06-20 Thread kbond1...@rocketmail.com
Using flex 4 w/ a mysql database w/ about 5 million records. I've got Zend and PHP. I've got paging enabled in my datagrid. How do I add filtering? I'm guessing I would need some sort of server-side filtering but can't for the life of me figure it out. Can anyone point me to a tutorial...been

RE: [flexcoders] Flex 4 datagrid paging AND filtering

2010-06-20 Thread Scott
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of kbond1...@rocketmail.com Sent: Saturday, June 19, 2010 8:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 4 datagrid paging AND filtering Using flex 4 w/ a mysql database w/ about 5

RE: [flexcoders] Flex 4 datagrid paging AND filtering

2010-06-20 Thread Scott
: [flexcoders] Flex 4 datagrid paging AND filtering You need to modify the PHP function to do the filtering then modify the FB4 code to work with the function. Out of the box, FB4 does not provide that functionality. It sounds like you did the auto-generated php wizard. If you did

[flexcoders] Flex 4 image scaling for multiple devices/screens

2010-06-20 Thread fusionpage
I can't seem to get the image to appear when assigning the source at runtime? Works fine if the source is hardcoded. My remoteobject calls loads to a list of images. On select of an image, I want to display the selected image and have it scale. What is the best way to do this in Flex 4? I

Re: [flexcoders] Flex 4 image scaling for multiple devices/screens

2010-06-20 Thread dorkie dork from dorktown
bitmap image doesn't support loading remote images at runtime. you currently have to use mx:Image. for scaling you can use scaleX and scaleY properties. in the new mobile version of the flex sdk, called slider, you will be able to specify dimensions by inches, centemeters, millimeters and the

[flexcoders] Flex 3 : Equivalent of HTML onload()

2010-06-18 Thread Ankur Kumar
Hi, I have a page which ic called when a button is clicked. I want to call a function when this page is loaded. In HTML onLoad() was called everytime a page is loaded. Is there an equivalent function?   Also, I would want to start a timer which would call an event after a particular time which

[flexcoders] Flex builder problems

2010-06-17 Thread ACasualObserver
I am using Flex Builder 3.0.2 and 3 things that use to work do not anymore 1- Outline window is always empty 2- No intellisense. 3- Double clicking or right click - Go To on an error in the Problem Window does not go to the error line in the source How these can be fixed? Thanks

[flexcoders] Flex Breadcrumb and Lightbox components

2010-06-15 Thread method_air
Where can I find decent Flex breadcrumb and Lightbox components? Thanks, Philip

Re: [flexcoders] Flex load testing

2010-06-14 Thread Paul Baratto
Hi guys, I work for Neotys and we have just released a version of NeoLoad able to record/load test RTMP, RTMPS and RTMPT apps. You can try it from http://www.neotys.com/product/technologies-rtmp-stress-testing.html and we’ll be very happy to get your feedback on the product! Hope this can

[flexcoders] flex 4 - NavigatorContent question / element parent

2010-06-09 Thread bhaq1972
I added a Panel component into a NavigatorContent public function aMethod():void { var nc:NavigatorContent = new NavigatorContent(); nc.addElement(myPanel); } Now, in another method I want to access this NavigatorContent eg public function anotherMethod(myPanel:Panel):void { var

Re: [flexcoders] flex 4 - NavigatorContent question / element parent

2010-06-09 Thread Alex Harui
Try myPanel.owner On 6/9/10 8:23 AM, bhaq1972 mbha...@hotmail.com wrote: I added a Panel component into a NavigatorContent public function aMethod():void { var nc:NavigatorContent = new NavigatorContent(); nc.addElement(myPanel); } Now, in another method I want to access this

[flexcoders] Flex Webservices

2010-06-08 Thread flexnewbie06
Hi group. I'm using flex data services (sdk 2.0) and wondering if anyone has ever tried to set up operation parameters pro grammatically? I can't seem to figure out how one would do so without specifically binding to some variable. for example here is the service operation.

Re: [flexcoders] Flex Webservices

2010-06-08 Thread Hans Wichman
Hi Jenn, this might be related to something completely different, but if you import mx.rpc.soap.WebService and create it manually you can simply call the method on it with all the parameters you want without using mxml. Is that what you mean? regards Hans On Tue, Jun 8, 2010 at 7:34 PM,

[flexcoders] flex SSL facebook graph api and IE

2010-06-03 Thread fotis.chatzinikos
Hello all ... Anybody playing with Facebook's new graph api? I have an application that uses: https://graph.facebook.com/me?access_token=...token here... To get the logged in user's data (name, surname ,...) Firefox, chrome it works perfectly in IE i get an IOError without any descriptive

[flexcoders] Flex 4 Spark HSlider ThumbSkin with ellipses?

2010-06-01 Thread turdontherun
Hi. I am having trouble locating the HSlider Skin classes (for Flex 4 Spark component) that use an ellipse for the thumb. All the classes I find in the SDK source seem to be using rects? Am I delusional? Anyone have any ideas where the source for this is? (I am trying to create a derivative

Re: [flexcoders] Flex 4 Spark HSlider ThumbSkin with ellipses?

2010-06-01 Thread Tim Statler
The thumb graphic is a Rect/ whose radiusX/radiusY settings make it appear circular, e.g.: s:Rect height=20 width=20 radiusX=10 radiusY=10 s:stroke s:SolidColorStroke caps=none color=#5380D0 / /s:stroke s:fill s:SolidColor color=#ff/ /s:fill /s:Rect The HSliderThumbSkin.mxml file contains

Re: [flexcoders] Flex Training

2010-06-01 Thread Mark Lapasa
Why not just google Flex 4 in a Week? It's like free-ninety-nine. I believe that covers a good breathe of the concepts out there. I don't think there is much value learning from advanced Flex 3 tactics (with the exception of those mx components that haven't made it's way into spark). On Mon, May

Re: [flexcoders] Flex Training

2010-06-01 Thread greg h
Hi aasifqau, We currently have 2 weeks (8 days) Flex 4 Instructor Led Training Confirmed. Dates: - Tuesday, June 8 to Friday, June 11 - Monday, June 14 to Thursday, June 17 Details here: http://blog.halcyonsolutions.net/2010/05/25/flex4_classes_in_las_vegas/ We can reschedule a similar

[flexcoders] Flex Training

2010-05-31 Thread aasifqau
I am looking for flex training institute in USA that can offer us a advanced course for 2 to 3 weeks long duration for a group of 5 persons. If any one interested please contact...

[flexcoders] Flex 4 layout documentation for spark ActionScript components

2010-05-30 Thread Florian
Hi, i was and i am still running into problems with sizing and placing components in skins programmatically for spark ActionScript and MXML/ActionScript components. I want to initialize the components in MXML and size and position the children in the component's (a component's skin)

Re: [flexcoders] Flex 4 layout documentation for spark ActionScript components

2010-05-30 Thread Alex Harui
I would create a new Layout class and properly measure and layout in its measure() and updateDisplayList() methods and use that as the contentGroup’s layout, otherwise the Group’s default layout class is going to be arguing with your code. On 5/30/10 3:36 AM, Florian

[flexcoders] Flex 4 DatetimeAxis issue any solution ............

2010-05-28 Thread jayvardhan_ietk
when we are using flex 4 with datetimeaxis in areachart with following code: when we use flex 4 Horizontal axis starts from 12/09 and end at 1/09 But when we use same code at flex 3.5 then it starts from 1/09 and end at 12/09. !-- Sample data provider -- mx:ArrayCollection id=dp

[flexcoders] Flex Webservice for .NET - converting to C#

2010-05-25 Thread cjsteury2
I need to re-write my Flex app for C#.. this webservice will not run in VS2005, and I am pulling my hair out (not much left!). Does anyone have an idea why I get this error System.NullReferenceException: Object reference not set to an instance of an object at VTResults.GetResult() This is a

Re: [flexcoders] Flex Webservice for .NET - converting to C#

2010-05-25 Thread Oleg Sivokon
Erm... set breakpoint somewhere before the loop an hit F11 until you see it? there may be to many things, like, maybe you mistyped a name of the property... Funny I didn't know C# allows variables in array initializer... :)

[flexcoders] Flex in Visual Studio

2010-05-20 Thread guy
Anyone here using any of the Flex plugins for Visual Studio? Anyone got advice/recommendations about a good Visual Studio based setup? TIA Guy This message was sent using IMP, the Internet Messaging Program.

[flexcoders] Flex Tree with infinite parents and children

2010-05-17 Thread jarottman
I am working on a tree component and I am having a bit of the issue with populating the data-provider for this tree. The data that I get back from my database is a simple array of value objects. Each value object has 2 properties. ObjectID and ParentID. For parents the ParentID is null and for

[flexcoders] Flex Events

2010-05-14 Thread itaid1
Hi Does anyone know if the actual invocation of dispatchEvent() is performed asynchronously? If call it twice, and there is one Event Listener registered, is there any internal locking mechnisim in place, to prevent a race condition in the event handler? is there any guarantee on the order

Re: [flexcoders] Flex Events

2010-05-14 Thread Tom Chiverton
On Friday 14 May 2010 13:46:11 you wrote: Does anyone know if the actual invocation of dispatchEvent() is performed asynchronously? If call it twice, and there is one Event Listener registered, is there any internal locking mechnisim in place, to prevent a race condition in the event

Re: [flexcoders] Flex Events

2010-05-14 Thread Oleg Sivokon
dispatchEvent is a regular method and it id executed synchronously. If you call it twice, then the same group of listeners will be called twice in the same call stack. If you want to manage the order in which handlers are called you can specify priority when adding them, however, if you must add

[flexcoders] Flex 4 - Datagrid column header and data problem

2010-05-13 Thread Kovács Richárd
Dear List, I am new to flex, and to the list as well. I have a very strange behaviour which I cannot really understand. There is a Datagrid in my app, and there is an arraycollection connecting to it. The column's headers of the Datagrid come from another arraycollection. The header sometimes

Re: [flexcoders] Flex 4 - Datagrid column header and data problem

2010-05-13 Thread Alex Harui
That is expected. A . in the dataField means that the column should display sub-properties of complex objects. You can set the headerText separately from the dataField. On 5/13/10 7:18 AM, Kovács Richárd krich...@halamar.hu wrote: Dear List, I am new to flex, and to the list as well. I

[flexcoders] Flex/ColdFusion Developer seeking employment

2010-05-11 Thread Tina Scurlock
Hello Everyone, I am a looking for a position as a Flex and/or ColdFusion Developer. I have four years experience using Flex and eight years experience using ColdFusion. I have developed and supported several applications in my career and have a full understanding of all the phases of the

[flexcoders] Flex 4 ButtonBarButton skin to look like a LinkBar skin

2010-05-06 Thread bhaq1972
Hi I'm trying to create a ButtonBar skin which looks like a halo LinkBar skin. However, i'm having a few issues with trying to create the separator graphic. So far my ButtonBarButton skin has a Label. 1) Do I create the separator graphic in updateDisplayList()? If so can someone help with a

[flexcoders] flex toggle button question

2010-05-05 Thread adrian roston
Hi All, I have a toggle button (play / pause), that needs to be 'clicked' externally from flash (e.g. a javascript call thru external interface to pause the video). I am able to make the button switch state by saying playPauseButton.selected=true This succeeds in toggling the skin for the

Re: [flexcoders] Flex 4: using controlBarLayout, controlBarGroup, controlBarContent with AS3

2010-04-29 Thread Haykel BEN JEMIA
controlBarLayout and controlBarContent are simple properties and you can access them directly, controlBarGroup is a skin part and you need either to create a new skin to change it or access it by overriding the partAdded method. Haykel Ben Jemia Allmas Web RIA Development

[flexcoders] Flex 4: Advice on tricky extending problem, architecturing help needed

2010-04-28 Thread astronaute75
Hello fellows :) The situation: Actually I extend an AS component CompA into many other MXML components CompA1, CompA2... CompA500 and so on. They all share same skin CompASkin, because it is convenient and maintainable. Now, there is a requirement: small sub part of the skin have to be

Re: [flexcoders] Flex 4: Advice on tricky extending problem, architecturing help needed

2010-04-28 Thread Oleg Sivokon
If there are going to be 500 different skins you cannot avoid making 500 of them :) However you can use inheritance or decorators if all skins will share common traits. The skin could actually adjust itself, if, for example, the difference in appearance may be determined from the type of the host

[flexcoders] flex/coldfusion paypal example

2010-04-27 Thread ZIONIST
hey guys i would like to know how to use paypal to make payments for goods on my flex/coldfusion app. basically, a person clicks to buy something and he is redirected to paypal, makes the payment then redirected back to the flex app. would like to use coldfusion as the server language. any

[flexcoders] Flex Validator — Show Red Error Border on DataGrid Cell

2010-04-27 Thread G
I can successfully add a validator on an item in my datagrid, by passing in the particular element in the dataProvider to the validator, but I can't get the red border to show up around the cell if the validation fails. I have stepped through the validator, and confirmed that it is passing back

[flexcoders] Flex 4: using controlBarLayout, controlBarGroup, controlBarContent with AS3

2010-04-27 Thread de.newsight
Hi all, I have a AS3 class extended form a spark TitleWindow class, and now I am looking for a way how I can change the controlBarLayout, controlBarGroup and add items to controlBarContent directly with AS. I'vo goggled a lot but couldn't find any example. Can anyone help me? Thanks, Artur

[flexcoders] Flex 4 - Is it possible to create a generic Button skin

2010-04-27 Thread bhaq1972
I have a set of button skins which all look like the following skin s:SparkSkin xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark fx:Metadata [HostComponent(spark.components.Button)] /fx:Metadata s:states s:State name=up /

Re: [flexcoders] Flex 4 - Is it possible to create a generic Button skin

2010-04-27 Thread Haykel BEN JEMIA
Try this (not etsted): s:SparkSkin xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library://ns.adobe.com/flex/spark fx:Metadata [HostComponent(spark.components.Button)] /fx:Metadata s:states s:State name=up / s:State name=over / s:State name=down / s:State name=disabled / /s:states

[flexcoders] Flex 4 RichEditableText component ignores multipe space

2010-04-27 Thread johanlopes
I have a use case where we have two Flex 4 RichEditableText components. (Using the latest public Flash Builder 4; Flex 4 SDK version: 4.0.0.14159). One of the component is bound to the other's 'text' property through TextConverter.importToFlow. The problem is, after hitting the space key on

RE: [flexcoders] Flex 4 RichEditableText component ignores multipe space

2010-04-27 Thread Peter DeHaan
: [flexcoders] Flex 4 RichEditableText component ignores multipe space I have a use case where we have two Flex 4 RichEditableText components. (Using the latest public Flash Builder 4; Flex 4 SDK version: 4.0.0.14159). One of the component is bound to the other's 'text' property through

[flexcoders] Flex 3 to 4 Path

2010-04-23 Thread Lee Jenkins
Anyone know of significant gotchas when going from Flex 3 to Flex 4? Thanks, -- Warm Regards, Lee

Re: [flexcoders] Flex 3 to 4 Path

2010-04-23 Thread Haykel BEN JEMIA
Hi Lee, I have ported an application from Flex 3 to Flex 4 and here are the points I can remember: - The good news is you don't need to replace the halo components with their spark equivalents at the beginning - You should use the Spark theme and correct any errors to be ready to go

[flexcoders] Flex Testers are needed in Tampa, FL

2010-04-23 Thread leylabalaskas
Please contact Leyla Balaskas leyla.balas...@ajilon.com if you know anyone seeking employment in the Flex testing area. Thanks

[flexcoders] Flex 4 and StyleManager

2010-04-22 Thread bobby_world
Hi! I have a Flex4 based Application and I'm trying to load Styles from a swf file. StyleManager.loadStyleDeclarations(styles/BlueBackground.swf, true); I get an error saying this is deprecated in Flex4. Bobby

Re: [flexcoders] Flex 4 and StyleManager

2010-04-22 Thread Haykel BEN JEMIA
Hi, Flax 4 supports per-module style management and the StyleManager is not a singleton anymore. Each module has its own StyleManage and you have to reference that one. For UIComponent and subclasses (all visual Flex components), the style manager is available in the styleManager property. For

[flexcoders] Flex 4 HGroup and Group background colour

2010-04-22 Thread bhaq1972
Why does this work s:Group width=100% height=28 s:Rect top=0 right=0 bottom=0 left=0 s:fill s:SolidColor color=0x4960a6 / /s:fill /s:Rect /s:Group But this doesnt? s:HGroup width=100% height=28 s:Rect s:fill s:SolidColor color=0x4960a6 / /s:fill

[flexcoders] Flex App Resize

2010-04-22 Thread Jeff
I have a flex application embedded within an HTML page. I've been trying to resize the html element dynamically via an ExternalInterface call to a javascript function in the host page. Unfortunately, listening to Resize events and/or overriding the updateDisplayList method on the Application

RE: [flexcoders] Flex 4 HGroup and Group background colour

2010-04-22 Thread Peter DeHaan
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of bhaq1972 Sent: Thursday, April 22, 2010 4:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 4 HGroup and Group background colour Why does this work s:Group width=100% height=28 s:Rect top=0 right=0 bottom=0 left=0

Re: [flexcoders] Flex App Resize

2010-04-22 Thread Alex Harui
MeasuredHeight measures the content of the app, not its assigned height. On 4/22/10 7:27 AM, Jeff britton.j...@gmail.com wrote: I have a flex application embedded within an HTML page. I've been trying to resize the html element dynamically via an ExternalInterface call to a javascript

Re: [flexcoders] Flex 4: How to make draggable and resizable modules?

2010-04-21 Thread Adnan Doric
Thank you for your response, I already saw your blog post :) But in Flex 4, I can't find the mx.core.FlexModuleFactory. What to use instead ? On 20/04/2010 23:41, Alex Harui wrote: You can try starting here: http://blogs.adobe.com/aharui/2007/08/popup_dialogs_as_modules.html

[flexcoders] Flex Upload/Download using XML-RPC

2010-04-20 Thread Manu Dhanda
Can someone please shed some light like how we can upload/download files using XML-RPC in Flex? Had anyone tried it? Thanks. -- View this message in context: http://old.nabble.com/Flex-Upload-Download-using-XML-RPC-tp28287819p28287819.html Sent from the FlexCoders mailing list archive at

Re: [flexcoders] Flex Upload/Download using XML-RPC

2010-04-20 Thread Oleg Sivokon
Why would you want to use XML for that? XML imposes quite a lot of restrictions on the content, such as for example, it may not contain certain bytes or byte sequences, whilst these restrictions may not necessarily apply to the files you want to transfer. Generally there are three ways of sending

[flexcoders] Flex 4: How to make draggable and resizable modules?

2010-04-20 Thread astronaute75
Hello, I would like to make an application using Flex modules (mx.modules.Module), the requirement is that those modules have to be draggable and resizable inside the main application shell. What is the best practice to make this kind of applications in Flex 4? Thank you in advance for your

Re: [flexcoders] Flex 4: How to make draggable and resizable modules?

2010-04-20 Thread Alex Harui
You can try starting here: http://blogs.adobe.com/aharui/2007/08/popup_dialogs_as_modules.html Someone else probably has an example of how to add resizing to a TitleWindow. On 4/20/10 7:35 AM, astronaute75 astrona...@gmail.com wrote: Hello, I would like to make an application using Flex

[flexcoders] Flex 4 HSlider Tick? Where is it?

2010-04-19 Thread bdavisflash
Hiya! Flex 4 HSlider Tick? Where did the tick go? I don't see it anywhere in the component. Am I missing something?

[flexcoders] Flex and Google Check Out

2010-04-17 Thread Wally Kolcz
Anyone see an example out there using Flex or Flex/CF to use Google Checkout? Client prefers Google. Thanks!

[flexcoders] flex online training

2010-04-15 Thread Manoj Kumar
Hi,   is there any online flex training Could you please let me know   Regards,   Manoj. --- On Thu, 4/15/10, Zdenek Mikan zde...@amsoft.cz wrote: From: Zdenek Mikan zde...@amsoft.cz Subject: [flexcoders] EPUB reader in Flex To: flexcoders@yahoogroups.com Date: Thursday, April 15, 2010,

Re: [flexcoders] flex online training

2010-04-15 Thread Kerry Thompson
Manoj Kumar wrote: is there any online flex training Could you please let me know Hi Manoj, You shouldn't hijack a thread. If you have a new question, don't reply to an existing thread. Start a new one. Did you try Google? A search on Adobe flex online training turns up dozens of sites.

[flexcoders] flex as3 programming pdf

2010-04-15 Thread ew6014
hi guys does anyone know where to get the updated version of PROGRAMMING ACTIONSCRIPT 3.0 FOR FLEX pdf? the latest version i have is 2009. does anyone know where to get latest? that resource is a huge godsend for explaining actionscript in a clear and provides tons of examples ... :)

Re: [flexcoders] Flex Coloring with CMYK

2010-04-14 Thread Oleg Sivokon
Hi. CMYK color separation is a science all by itself, you'd need to learn and understand hardware color profiles, printing techniques and all that involves rasterizing images before they get printed. I'm afraid there is nothing built in in the framework for that purpose as it is a quite particular

[flexcoders] Flex 4 State Names and Binding

2010-04-14 Thread turbo_vb
Hi All, Unlike Flex 3, it seems that Flex 4 doesn't allow state names to be bound to constants anymore. An example that no longer works would be something like this: mx:State name={ MyNavigationConstants.STATE_OPEN }/ While I appreciate the improvements that have been made to Flex 4 states,

[flexcoders] Flex 4 RichText clickable hyperlinks + maxDisplayedLines

2010-04-13 Thread astronaute75
Hello, RichText support maxDisplayedLines attribute, but doesn't support clickable hyperlinks. RichEditableText support clickable hyperlinks, but doesn't support maxDisplayedLines attribute. Well, I need to limit maxDisplayedLines on my clickable hyperlinks, how can I achieve that please ?

[flexcoders] Flex Coloring with CMYK

2010-04-12 Thread cholid
Hi all how to use cmyk in coloring on flex? thanks

[flexcoders] Flex 4 list of text elements!

2010-04-10 Thread cuttenv
I have a list of text elements in an item renderer. When I try to scroll the lis though I have to make sure my mouse is not over the text areas, even though my textareas don't have any scroll bars!! Is there a way to disable the scrolling completely? I would still like the users to be able to

Re: [flexcoders] Flex 4 list of text elements!

2010-04-10 Thread Baz
In the layout tag there is verticalScrollPolicy=off and horizontalScrollPolicy=off Baz

[flexcoders] Flex 4: List with itemRendererFunction

2010-04-07 Thread Claus Wahlers
Hi list, im using a Spark List with an itemRendererFunction to have it display different item renderers for different types of items, more or less like this: private function selectRenderer(item:Object):ClassFactory { var classFactory:ClassFactory = new ClassFactory(DefaultItemRenderer);

Re: [flexcoders] Flex 4: List with itemRendererFunction

2010-04-07 Thread Oleg Sivokon
Try dispatching update collection event from the collection assigned? I don't think it is a good workaround, because dispatching events from outside the dispatcher is a bad practice, but just for the experiment, I'd try. Best. Oleg

Re: [flexcoders] Flex 4: List with itemRendererFunction

2010-04-07 Thread Claus Wahlers
It appears to be a Flex SDK bug: http://stackoverflow.com/questions/2231036/spark-list-reusing-the-wrong-item-renderers (Solution: reassign itemRendererFunction after changing the dp) http://stackoverflow.com/questions/2231036/spark-list-reusing-the-wrong-item-renderers Cheers, Claus. On Wed,

[flexcoders] Flex File component?

2010-04-07 Thread markflex2007
I am looking for a Flex File component that is similar with html file that used for upload file. Thanks Mark

[flexcoders] Flex 4 and GC roots

2010-04-06 Thread kazoobrewer
I'm using the FlashBuilder 4 profiler, and I'm finding odd things labeled as GC roots (e.g., an Image control that's no longer on the display list, nor static). Are there more explicit rules for what make something a GC root than Alex's comment here

Re: [flexcoders] Flex 4 has radically changed my components

2010-04-03 Thread Alex Harui
How did you do it in Flex 3? On 4/2/10 3:56 PM, Raymond Brown silenttr...@yahoo.com wrote: Any suggestions on the two idea's below (In Flex 3 it was easy and there is no samples yet that I have seen.) 1. Create an controlBar that is consisting of a list of 80x50 buttons with images and

Re: [flexcoders] Flex Certs

2010-04-02 Thread Jochem van Dieten
On Thu, Apr 1, 2010 at 4:14 PM, arutheunicorn wrote: Those who are certted in Flex, can you share your experience with the test? What areas can you recall that were heavily in questions on the exams http://partners.adobe.com/public/en/ace/ACE_Exam_Guide_FlexAIR.pdf Jochem -- Jochem van

[flexcoders] Flex 4 has radically changed my components

2010-04-02 Thread Raymond Brown
Any suggestions on the two idea's below (In Flex 3 it was easy and there is no samples yet that I have seen.) 1. Create an controlBar that is consisting of a list of 80x50 buttons with images and read in from an xml. i.e. xml document tells them the list of buttons to read in. 2. A list

[flexcoders] Flex load testing

2010-04-01 Thread sanjitcs
Hi, I am testing application which uses server side push using RTMP protocol to get data from server.I need to perform load testing for application. Could anyone please suggest any Load testing framework. Currently I have tried to develop flex application which subscribes different consumer.

[flexcoders] Flex Certs

2010-04-01 Thread arutheunicorn
Those who are certted in Flex, can you share your experience with the test? What areas can you recall that were heavily in questions on the exams, any questions you can recall would be nice. I'd like to perpare for the cert myself and I know there are others who would as well. Would be nice to

[flexcoders] Flex 3 Eclipse and Java

2010-04-01 Thread timgerr
Hello all, I have over the last few years been using PHP for my back end in order to communiate to Flex. I now want to use Java and Blazeds. The problem is that I need to get a version of Eclipse that will be able to install Java and the Flex 3 SDK. I have been working for hrs to get Eclipse

Re: [flexcoders] Flex 3 Eclipse and Java

2010-04-01 Thread Samuel Colak
Flex builder comes in two versions, an IDE plugin to eclipse (32 bit only!) or with the eclipse ide. You might be best served by using the version WITH the ide rather than a plugin and keeping your environments separate. Regards Samuel On Apr 2, 2010, at 6:16 AM, timgerr wrote: Hello all,

[flexcoders] Flex 4 - How to refresh all rows of a spark List ?

2010-03-31 Thread Adnan Doric
Hello all, How to refresh all rows of a spark List please, there is no invalidateList() method anymore ? Thank you in advance, Adnan

Re: [flexcoders] Flex 4 - How to refresh all rows of a spark List ?

2010-03-31 Thread Alex Harui
You could try setting itemRenderer=null and then restoring it. On 3/31/10 8:04 AM, Adnan Doric astrona...@gmail.com wrote: Hello all, How to refresh all rows of a spark List please, there is no invalidateList() method anymore ? Thank you in advance, Adnan -- Alex Harui Flex SDK Team

<    1   2   3   4   5   6   7   8   9   10   >