[flexcoders] Question for Flex Builder 3.0.2 installation?

2012-07-26 Thread markflex2007
Hi Sir/Madam, May I install Flex Builder 3.0.2 and Flex Builder plugin 3.0.2 in same computer? Do they affect each other. Thanks for your help. Mark

[flexcoders] Question on extending components for Mobile Apps

2012-01-10 Thread Mike Anderson
Hello All, If I am to create custom components inside of Flash Builder for Mobile, does it always have to begin by extending the View Class? I'm not talking about custom controls, but Views that would contain a ton of custom controls (one being a Loader component). Up until now (for

[flexcoders] Question for Air for IOS?

2011-12-08 Thread markflex2007
I am develop a app for ISO in Air now. I have not register a Apple developer account now. May I create ipa file in Flash Builder without setting a Apple development account? How to do that if it is possible? Thanks Mark

Re: [flexcoders] Question for Air for IOS?

2011-12-08 Thread Csomák Gábor
no, you can't. however you can ask a friend to use his.. On Thu, Dec 8, 2011 at 4:51 PM, markflex2007 markflex2...@yahoo.com wrote: I am develop a app for ISO in Air now. I have not register a Apple developer account now. May I create ipa file in Flash Builder without setting a Apple

[flexcoders] Question for Flex Builder 3 config file

2011-10-21 Thread markflex2007
Hi, I have a issue for Flex builder 3. that take too long time buiding a project I guess I need update the flexbuilder.ini -vmargs -Xms512m -Xmx768m -XX:MaxPermSize=256m -XX:PermSize=64m -Djava.net.preferIPv4Stack=true I need the setting is related to Java virtul machine. Would you please

[flexcoders] question regarding ports and crossdomain / security

2011-08-04 Thread grimmwerks
Ok - so far we've had an application that uses stomp for messaging over port 61616 -- with a crossdomain being served at 843 as it should because the socket connection was in the higher range; now we want to shift it so that we use stomp over 443 (https) because some companies block the upper

[flexcoders] Question about using [RemoteClass(alias=...)]

2010-09-06 Thread John Mesheimer
I have an ActionScript class that creates a custom Review object, like so: / Review.as / Taken from one of Adobe's online samples package samples.restaurant { import mx.formatters.DateFormatter; // [RemoteClass(alias=samples.restaurant.Review)] [Bindable] public class Review {

[flexcoders] Question about FilterFunction of ArrayCollection

2010-08-23 Thread Rishi Sahi
Hi, Please refer Stackoverflow to see screenshots and details about the problem http://stackoverflow.com/questions/3544933/question-about-filterfunction-of-arraycollection Rish

[flexcoders] Question about FXP file type

2010-06-17 Thread timgerr
Hey all, I am still using 3.5 with FlashBuilder and I have a question for you all. Can I take a FXP image file and embed it in Flex like a jpeg or png file? Thanks, timgerr

[flexcoders] Question in regards to html-wrapper, and secured connections (SSL)

2010-06-17 Thread doseman12
I am deploying a Flex app that utilizes BlazeDS and runs on HTTPS. I have properly configured BlazeDS to work over SSL. Everything works great.. I have one small annoying issue that I cannot seem to resolve. the HTML generated by the html-wrapper compilation process is generating code that

Re: [flexcoders] Question: How to Catch/Handle of Exiting of AIR Application

2010-06-16 Thread Alex Harui
Should be flash.events.Event.EXITING On 6/14/10 8:07 PM, Arik de Guzman arik...@yahoo.com wrote: Hi, i would like to ask how can i catch an ALT+F4 close on my application so i set some rules/methods before exiting. i have tried catching a keyboard.keydown event, it directly closes the

[flexcoders] Question: How to Catch/Handle of Exiting of AIR Application

2010-06-15 Thread Arik de Guzman
Hi, i would like to ask how can i catch an ALT+F4 close on my application so i set some rules/methods before exiting. i have tried catching a keyboard.keydown event, it directly closes the application. Thanks in advance for the people who would reply to this post :)

[flexcoders] question on validation

2010-06-03 Thread satish k
Hi, I was trying to implement the below thing but i could not get it can you please help me out with this xxx will pre-populate the text box with the customer name and the CLf associated with the PNG using the following format: customer name_CLF • Spaces in the customer name shall be

[flexcoders] Question about OSX dock menu

2010-05-30 Thread wolfrage76
When I make a dock menu and run my program in OSX, the native menu when you right-click includes a Hide/Show menu option by default. I can't figure out what I'm missing but I'm trying to toggle that when I hide the program using the Invoke event. So what happens is that I'll hide the app and

[flexcoders] Question re: dataTransform.transformCache in ChartElement

2010-05-17 Thread morentsov_d
Hi all, I have a class that extends GridLines in a Flex chart. GridLines is itself a subclass of ChartElement. I need the gridlines to redraw whenever the min/max of the axes changes. I can get it to redraw but in updateDisplayList method, the reference dataTransform object does not contain

[flexcoders] Question on TextInput

2010-04-19 Thread Christophe
Hello, How to limit the value of a textInput to be a Number between 0 and 12 ? Thank you, Christophe,

Re: [flexcoders] Question on TextInput

2010-04-19 Thread Tom Chiverton
On Monday 19 Apr 2010, Christophe wrote: How to limit the value of a textInput to be a Number between 0 and 12 ? Use a NumericStepper instead. -- Helping to collaboratively transition corporate unique dynamic slick IPOs as part of the IT team of the year 2010, '09 and '08

RE: [flexcoders] Question on TextInput

2010-04-19 Thread Gordon Smith
Or use an mx:NumberValidator and specify the minValue and maxValue. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Tom Chiverton Sent: Monday, April 19, 2010 3:34 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders

[flexcoders] question for SWFLoader?

2010-04-12 Thread markflex2007
Hi, I load and show a big swf. May I do play, pause,stop,replay the swf? That will like video player. Thanks Mark S

[flexcoders] Question about the flash detection kit script

2010-04-01 Thread Raymond Brown
Can anyone give advice on how best to use the flash detection kit. My users have 4.0 minimum so I should be able to use the flash_AS_detection.as but I am not sure how to use it. I want to achieve the following: 1. My users go to page https://127.0.0.1:8443/initial/startPage.swf - if they

Re: [flexcoders] Question about the flash detection kit script

2010-04-01 Thread claudiu ursica
Embed the swf with swfobject javascript library. C From: Raymond Brown silenttr...@yahoo.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Thu, April 1, 2010 5:47:09 PM Subject: [flexcoders] Question about the flash detection kit script

[flexcoders] Question about Flex and Actionscript externat file

2010-03-16 Thread fred44455
I believe that Flex 3/4 has it own classes in actionscript 3 like mx Alert.Message etc.. Now if I build a Flex 3 application using only MXML and create an external pure AS3 file for the logic of the program will it work? If the AS3 script file is pure AS3(close to Flash AS3) will Flex3 accept the

[flexcoders] question about event metadata tag

2010-03-06 Thread ztpi1
Does the event type specified in an event metadata tag need to be imported in the class where the event tag is placed?

[flexcoders] Question about currentTarget and Event:Listener

2010-03-04 Thread fred44455
How can I have the button responding when it is clicked with the message : you clicked me I tried but it but it does not work. import mx.controls.Alert; public function createHandlers(e:Event):void { b1.addEventListener(MouseEvent.CLICK, submitForm);

[flexcoders] Question/Problems extending RichTextEditor, Learning

2010-02-18 Thread timgerr
Hello all, I want to extend the RichTextEitor and I have a problem(s) with doing so. So I wrote A action script class trying to extend the Rich Text Editor. I wanted to just add a text box to the toolbar but am getting errors, here is my code: ackage com.DaNaTiRTE { import

[flexcoders] Question about MouseOver and getting the UIComponent ClassName

2010-01-28 Thread timgerr
Hello all, I am having a problem. I am using drag and drop and want to add an event listener on objects that a mouse is over. So I have this panel and then I add a label and maybe a button to the panel. I then attach to the panel, label and button an event listener mouse over to get the

Re: [flexcoders] Question about MouseOver and getting the UIComponent ClassName

2010-01-28 Thread Alex Harui
Not sure I understood the question. Try the rollOver event. On 1/28/10 10:20 AM, timgerr tgallag...@danati.com wrote: Hello all, I am having a problem. I am using drag and drop and want to add an event listener on objects that a mouse is over. So I have this panel and then I add a

Re: [flexcoders] question about inheritance and events and overriding methods

2010-01-19 Thread Tim Romano
Thanks very much, Aaron, for taking the time to compile the code on your end. Without your help, I'd have been spinning my wheels on this for days It appears to be a compiler/debugger bug in beta 2. I started commenting out code and recompiling and then uncommenting and recompiling and

Re: [flexcoders] question about inheritance and events and overriding methods

2010-01-18 Thread Tim Romano
I am having trouble with an override, getting Method marked override must override another method. No problem at all doing this: in the BASE CLASS: protected function foo(): void{} in the SUBCLASS override protected function foo(): void{} But the error given above occurs here: in the BASE

[flexcoders] Question about setStyle/getStyle

2010-01-18 Thread Tino Dai
Am I missing something? var h1:HBox = new HBox(); h1.setStyle(backgroundColor,0xFF); trace(GetStyle of backgroundColor-- + h1.getStyle(backgroundColor)); .trace output... GetStyle of backgroundColor-- undefined Isn't the getStyle suppose to return

Re: [flexcoders] question about inheritance and events and overriding methods

2010-01-18 Thread Aaron Hardy
I just tried it on my machine and it compiled without any problems after I took out the dependencies I didn't have access to. I never got the error you mentioned. Maybe it's referring to something else? Cut everything out of your project (maybe make a new one) except the onResult function you

[flexcoders] question about inheritance and events and overriding methods

2010-01-17 Thread Tim Romano
Let's say I have a class MYHTTPSERVICEBASE which extends mx.rpc.http.HTTPService. This base class of mine checks whether it is being run in debug mode or release, and sets the base URL to localhost or the remote host. Then I have individual http service classes that extend MYHTTPSERVICEBASE.

Re: [flexcoders] question about inheritance and events and overriding methods

2010-01-17 Thread Aaron Hardy
I'll take a crack at it. Can the event object be dispatched from within the MYHTTPSERVICEBASE? Sure. I think there may be a separate underlying question here though. Are you asking how? Maybe you can clarify? Will the GUI hear it if it's dispatched from the base class? First of all, if the

Re: [flexcoders] question about inheritance and events and overriding methods

2010-01-17 Thread Tim Romano
Thank you, Aaron, for the helpful answers. My intention would be to have each of the descendants of MYHTTPSERVICEBASE point to a different destination and raise an event specific to that destination, and to have a separate listeners for each kind of event. If I've understood you correctly,

Re: [flexcoders] question about inheritance and events and overriding methods

2010-01-17 Thread Aaron Hardy
I'm not sure I understand your question clearly but if I assume correctly I think the answer will be yes, there is no need for each descendant to instantiate its own responder. Aaron On Sun, Jan 17, 2010 at 6:37 PM, Tim Romano tim_rom...@yahoo.com wrote: Thank you, Aaron, for the helpful

RE: [flexcoders] Question about 'copyLocale'

2010-01-12 Thread Gordon Smith
: [flexcoders] Question about 'copyLocale' Usage: copylocale srcLocale dstLocale copyLocale is a command to generate framework resource for each locale. I wonder whether srcLocale should be a default locale for dstLocale. In other words, should srcLocale be a locale that is as close as possible

[flexcoders] Question about injection

2010-01-11 Thread Christophe
Hello, How to avoid hacking techniques like injection from a text input in a flex application ? Thank you, Christophe,

Re: [flexcoders] Question about injection

2010-01-11 Thread Tom Chiverton
On Monday 11 Jan 2010, Christophe wrote: How to avoid hacking techniques like injection from a text input in a flex application ? The normal server-side filtering approach should be fairly solid. Anything specific ? -- Helping to appropriately reinvent design-patterns as part of the IT team

[flexcoders] Question about 'copyLocale'

2010-01-11 Thread tungchau81
Usage: copylocale srcLocale dstLocale copyLocale is a command to generate framework resource for each locale. I wonder whether srcLocale should be a default locale for dstLocale. In other words, should srcLocale be a locale that is as close as possible to dstLocale. For example, would the

[flexcoders] Question about flex source

2010-01-04 Thread ztpi1
I notice that the flex source files have commented out sections like this one: ** * Dispatched after the Application has been initialized, * processed by the LayoutManager,

Re: [flexcoders] Question about flex source

2010-01-04 Thread Aaron Hardy
See here under asdoc tags: http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_1.html The @eventType tells the ASDoc generator that what it's seeing on that line is something special and needs to be dealt with in a special way. It shouldn't affect your application's code execution in

RE: [flexcoders] Question about flex source

2010-01-04 Thread Gordon Smith
, January 04, 2010 7:31 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Question about flex source See here under asdoc tags: http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_1.html The @eventType tells the ASDoc generator that what it's seeing on that line is something

[flexcoders] Question about getting the type of item / component with drag and drop

2009-12-09 Thread timgerr
Hello all, I have been tasked with creating a menu that gets build with drag and drop components. I have followed this tutorial (http://www.flexafterdark.com/tutorials/Flex-Drag-and-Drop) and have learned a lot. I have a few questions to get to the next stage so I will ask a few questions.

RE: [flexcoders] Question about getting the type of item / component with drag and drop

2009-12-09 Thread Gordon Smith
Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of timgerr Sent: Wednesday, December 09, 2009 12:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about getting the type of item / component with drag and drop Hello all, I have been tasked

Re: [flexcoders] Question about Flex Actionscript 3 code Flash actionscript 3 code

2009-11-22 Thread Baz
Hey, Flex is nothing more than a framework built using AS3, and AS3 only exists in the flash player, so they are the exact same AS3. An Flex (mxml) component, is just a set of AS3 classes, that you can modify, update, extend, or change in any way. Flex simply provides a high-level and convenient

Re: [flexcoders] Question about Flex Actionscript 3 code Flash actionscript 3 code

2009-11-22 Thread Jeffry Houser
I'm not sure if I'd call an MXML component a set of AS3 classes. The complete Flex Framework is built in AS3 without using any MXML. MXML is an AS3 code generation language and the MXML file is compiled to AS3 by the Flex compiler. But, you cannot use an MXML component in a non-Flex

[flexcoders] Question about Flex Actionscript 3 code Flash actionscript 3 code

2009-11-21 Thread fred44455
I am new to Flex however I have both platforms , Flex 3 and Flash CS4. My question is : When you code AS3 using Flex3 is it totally similar than Flash AS3? Do they use different packages Classes? Is it better to start with Flex 3 first then doing Flash aftwards?or can I learn both platforms

RE: [flexcoders] Question about overlay and transparency

2009-10-23 Thread Alex Harui
...@yahoogroups.com] On Behalf Of guytom19 Sent: Thursday, October 22, 2009 6:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about overlay and transparency Hello, I'm failing to achieve something that sounded trivial at first - please see if you have an idea: - We have a video

[flexcoders] Question about overlay and transparency

2009-10-22 Thread guytom19
Hello, I'm failing to achieve something that sounded trivial at first - please see if you have an idea: - We have a video player - The video player loads a flex application - This flex application we'd like to have a semi transparent (alpha=0.5) black background - on top of the black background

[flexcoders] Question for Math guys/girls

2009-10-19 Thread flexaustin
I have a line which can be horizontal or diagnol, and the user can make it longer or short by dragging an end. If the user should click anywhere on the line I need to keep track of this and place a marker or callout over this clicked spot on the line at all times. So if the user clicks say

[flexcoders] Question?? Best method for plotting a Moving Average

2009-10-18 Thread cjsteury2
Hi all, I am stumped. If I want to add an additional data series to a HLOC Chart that is a line series of a simple 20 day moving average for the closing price (Close) value in an array collection (Array_Tickers)... how would I perform that calculation in Flex? mx:lineSeries id=mavg

[flexcoders] Question about function Date

2009-10-13 Thread Christophe
Hello, Does the function new Date() return the date of the server or the date of the client PC ? Thank you, Christophe,

RE: [flexcoders] Question about function Date

2009-10-13 Thread Gregor Kiddie
@yahoogroups.com Subject: [flexcoders] Question about function Date Hello, Does the function new Date() return the date of the server or the date of the client PC ? Thank you, Christophe,

RE: [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-27 Thread Tracy Spratt
paradigm. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Angelo Anolin Sent: Wednesday, August 26, 2009 2:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question on Flex Script

RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-27 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: Re: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show I'm not sure if this technique is frowned upon but... You could have a new private var boolAlertContinue:Boolean = false; In your alertHandler function, you would set it to true

Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-27 Thread Nick Middleweek
:* Wednesday, August 26, 2009 7:33 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show I'm not sure if this technique is frowned upon but... You could have a new private var boolAlertContinue:Boolean = false; In your

Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-27 Thread Beau Scott
] *On Behalf Of *Nick Middleweek *Sent:* Wednesday, August 26, 2009 7:33 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show I'm not sure if this technique is frowned upon but... You could have a new private var

RE: [Spam] RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-27 Thread Tracy Spratt
, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nick Middleweek Sent: Thursday, August 27, 2009 6:43 AM To: flexcoders@yahoogroups.com Subject: Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show

Re: [Spam] RE: [Spam] RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-27 Thread Nick Middleweek
[mailto:flexcod...@yahoogroups.com] *On Behalf Of *Nick Middleweek *Sent:* Thursday, August 27, 2009 6:43 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show Why won't it work? I can't see why it wouldn't... I'm

Re: [Spam] RE: [Spam] RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-27 Thread Samuel Colak
...@yahoogroups.com] On Behalf Of Nick Middleweek Sent: Thursday, August 27, 2009 6:43 AM To: flexcoders@yahoogroups.com Subject: Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show Why won't it work? I can't see why it wouldn't... I'm still learning Flex so perhaps

Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-27 Thread Beau Scott
available -- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Nick Middleweek *Sent:* Thursday, August 27, 2009 6:43 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [Spam] RE: [Spam] [flexcoders] Question on Flex Script

[flexcoders] Question on Flex Script Execution + Alert.show

2009-08-26 Thread Angelo Anolin
Hi FlexCoders, This has puzzled me a bit.. I have the following scripts in my application: private var myAlert:int; private function testFunction(evt:Event):void { Alert.show('do you want to proceed', 'Title', Alert.YES | Alert.NO, null, alertHandler, null, Alert.YES); if(myAlert == 1)

Re: [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-26 Thread Beau Scott
Alert.show is async, so move the code after Alert.show to the alertHandler method after your if/else block that's already in there. Beau On Wed, Aug 26, 2009 at 12:03 AM, Angelo Anolin angelo_ano...@yahoo.comwrote: Hi FlexCoders, This has puzzled me a bit.. I have the following scripts

Re: [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-26 Thread Angelo Anolin
beau.sc...@gmail.com To: flexcoders@yahoogroups.com Sent: Thursday, 27 August, 2009 0:32:02 Subject: Re: [flexcoders] Question on Flex Script Execution + Alert.show Alert.show is async, so move the code after Alert.show to the alertHandler method after your if/else block that's already

Re: [Spam] [flexcoders] Question on Flex Script Execution + Alert.show

2009-08-26 Thread Nick Middleweek
I'm not sure if this technique is frowned upon but... You could have a new private var boolAlertContinue:Boolean = false; In your alertHandler function, you would set it to true... boolAlertContinue = true; And after the Alert.show and before the if(myAlert == 1) you need to do a do while

[flexcoders] question with text color CSS for mx:Button on roll over.

2009-08-17 Thread Matt Muller
Sorry if this is a really simple question. I have a button and im loading in an external stylesheet and setting the buttons styleName to .removeUserButton. * mx:Button id=removeUser styleName=removeUserButton label=Remove/* .removeUserButton { upSkin:

[flexcoders] Question about how to learn Flex 3

2009-08-09 Thread fred44455
I am learning AS3 with Actionscript 3 Esssential Training(Lynda.com) but I was told that the Flash packages are different from Flex 3 packages. Should I continue learning AS3 with this video? It use Flex 3 as compiler but does not use any mx. packages. Will I get confused when I start learning

[flexcoders] Question about event.label

2009-08-09 Thread fred44455
The label is not defined in this example. How can the label be called without an error? (('right side with ' + event.label)/) Thanks for your time. ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script public function showMsg(msg:String):void {

RE: [flexcoders] Question about how to learn Flex 3

2009-08-09 Thread Tracy Spratt
classes effectively. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of fred44455 Sent: Sunday, August 09, 2009 1:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about

[flexcoders] Question about a flex component

2009-07-23 Thread veena pandit
Hi, I am new to Flex. I am looking for help on designing a custom component that will hold a lot of items. When the items exceed the number that are visible in the ui of this horizontal component on the webpage an icon appears, which if you click will show a list of the other components you can

RE: [flexcoders] Question about a flex component

2009-07-23 Thread Gordon Smith
: [flexcoders] Question about a flex component Hi, I am new to Flex. I am looking for help on designing a custom component that will hold a lot of items. When the items exceed the number that are visible in the ui of this horizontal component on the webpage an icon appears, which if you click

[flexcoders] Question about ArrayCollections

2009-06-05 Thread Raymond Brown
Here is some code of what I am using today: private function startAliveDeadCheck():void { startMonitor(127.0.0.1, 80); } private function startMonitor(location:String, port:uint):void { monitor = new SocketMonitor(location, port);

[flexcoders] Question on Mx:HTTP Service

2009-05-17 Thread myworld100us
I am using an app Server{Jboss] to host Flex files . I want to call mx:HTTPService id=reportProfile resultFormat=e4x useProxy=false result=showReports(event) url=http://machineName:8080/ContextPath/flex/showReports.do/ how do i replace this part url=

RE: [flexcoders] Question on Mx:HTTP Service

2009-05-17 Thread Tracy Spratt
Sent: Sunday, May 17, 2009 5:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question on Mx:HTTP Service I am using an app Server{Jboss] to host Flex files . I want to call mx:HTTPService id=reportProfile resultFormat=e4x useProxy=false result=showReports(event) url=http

Re: [flexcoders] Question regarding FLV protection

2009-05-05 Thread thomas parquier
I don't use fms, but couldnt streaming flv through https or rtmps do the work ? Or maybe a session based authorization ? thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net sip%3awebattit...@ekiga.net téléphone portable : +33601 822

Re: [flexcoders] Question regarding FLV protection

2009-05-05 Thread Alain Thibodeau
, 2009 4:19:48 AM Subject: Re: [flexcoders] Question regarding FLV protection I don't use fms, but couldnt streaming flv through https or rtmps do the work ? Or maybe a session based authorization ? thomas --- http://www.web- attitude. fr/ msn : thomas.parquier@ web-attitude. fr softphone

[flexcoders] Question regarding FLV protection

2009-05-04 Thread Jon Oxtoby
Hi, We're currently using FMS 3.0 as a streaming solution in an effort to prevent people stealing our FLV's, with limited success. The main issue we're running into is people using stream downloading software which is basically creating a new connection to FMS and downloading the stream. My

RE: [flexcoders] Question about ASDocs

2009-04-24 Thread Gregor Kiddie
affiliates. If you are not the intended recipient please contact is.helpd...@inps.co.uk From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of timgerr Sent: 23 April 2009 16:02 To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about

[flexcoders] Question about ASDocs

2009-04-23 Thread timgerr
When I run ASDocs on a project that works fine, I get some errors that somthing was not found at compile time. Is there a way to turn off errors and just write the documentation??? Thanks, timgerr

[flexcoders] Question about accessing Flex from Java

2009-04-06 Thread Mike Foley
Hi, I have a question about accessing Flex from Java. Some context: I am writing automated JUnit integration tests that will call the remote objects in the Flex application that is under test. We also have Junit unit tests and will have automated Flex GUI tests ... but this question is

[flexcoders] Question for [Bindable(event=event)] syntax?

2009-03-31 Thread markflex2007
I confuse the syntax if two event more events triage the Binding? Is the following syntax right or not? [Bindable(event=event1,event=event2,event=event3)] Thanks Mark

[flexcoders] Question an how to create dynamic content with Flex

2009-03-27 Thread timgerr
Hello all, I am creating an application that is a windowed system, I mean that I have windows that will launch and you can move them around. I have ad to create all my content dynamically in Action Script because when my windows close I remove the object. Here is my question for y'all, can

[flexcoders] Question for Amfphp and Flex RemoteObject ?

2009-03-27 Thread markflex2007
Hi, I take a look the Amfphp server code and structure. I do not see service-config.xml and remoting-config.xml file. I need set connection with the two files in server if I use Flex remoteobject. service-config.xml is used for endpoint setting and remoting-config.xml is used for

Re: [flexcoders] Question about binding and circular reference

2009-03-17 Thread Wesley Acheson
:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *enriirne *Sent:* Wednesday, March 11, 2009 8:25 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Question about binding and circular reference Say I have this: // MyForm.mxml [Bindable] public var foo:String

Re: [flexcoders] Question about binding and circular reference

2009-03-17 Thread Josh McDonald
*Subject:* [flexcoders] Question about binding and circular reference Say I have this: // MyForm.mxml [Bindable] public var foo:String; mx:Bindable source=foo destination=myText.text/ mx:Bindable source=myText.text destination=foo/ mx:TextInput id=myText/ Is there an elegant way

Re: [flexcoders] Question about binding and circular reference

2009-03-17 Thread Wesley Acheson
On Tue, Mar 17, 2009 at 2:38 PM, Josh McDonald j...@joshmcdonald.infowrote: I re-read the original post, and it makes sense. I always use change events rather than bindings on the way back from components, which is what I'd recommend rather than two-way bindings. Yes that is what I was

Re: [flexcoders] Question about binding and circular reference

2009-03-16 Thread Wesley Acheson
:* Wednesday, March 11, 2009 8:25 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Question about binding and circular reference Say I have this: // MyForm.mxml [Bindable] public var foo:String; mx:Bindable source=foo destination=myText.text/ mx:Bindable source=myText.text

Re: [flexcoders] Question about binding and circular reference

2009-03-16 Thread Josh McDonald
, formCreatedHandler); mf.foo = bar; } -- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *enriirne *Sent:* Wednesday, March 11, 2009 8:25 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Question about binding

Re: [flexcoders] Question from a C developper

2009-03-14 Thread Manish Jethani
You should check out the int, uint, and Number types. The sizes are predefined in ActionScript 3 and not system dependent (e.g. int is always 32-bit signed). Operator overloading is not available. You can create an 'equals' method and use it like so: if (obj1.equals(obj2)) ... You can

[flexcoders] Question, I am having problems with my encrypted local store

2009-03-13 Thread djhatrick
I am saving some info, and when i save the int goes in correctly, but when I readInt() it comes out a lot bigger, I can't find the relationship Here's what i am dealing with: ##VirtualBounds (x=0, y=0, w=3200, h=1200) READING this.virtualBounds 0 0 819200 307200 It's really

[flexcoders] Question from a C developper

2009-03-12 Thread christophe_jacquelin
Hello, I am a C developper and now I am developing in Action Script. I have questions about ActionScript - Is it possible to define a variable as a long ? - How to program the overloading of an operator like the equal between 2 objects of a same class. - What is the equivalent of a

Re: [flexcoders] Question from a C developper

2009-03-12 Thread Alain Thibodeau
: [flexcoders] Question from a C developper Hello, I am a C developper and now I am developing in Action Script. I have questions about ActionScript - Is it possible to define a variable as a long ? - How to program the overloading of an operator like the equal between 2 objects of a same class

RE: [flexcoders] Question from a C developper

2009-03-12 Thread Yves Riel
Salut Christophe, Other will definitely pitch in but here are some answers: Is it possible to define a variable as a long ? The data type is Number. It's a IEEE-754 double-precision floating-point number. How to program the overloading of an operator like the equal between 2 objects of a

[flexcoders] Question about binding and circular reference

2009-03-11 Thread enriirne
Say I have this: // MyForm.mxml [Bindable] public var foo:String; mx:Bindable source=foo destination=myText.text/ mx:Bindable source=myText.text destination=foo/ mx:TextInput id=myText/ Is there an elegant way to avoid that foo is cleared upon creation of MyForm? Indeed, if I do this in the

RE: [flexcoders] Question about binding and circular reference

2009-03-11 Thread Yves Riel
(FlexEvent.CREATION_COMPLETE, formCreatedHandler); mf.foo = bar; } From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of enriirne Sent: Wednesday, March 11, 2009 8:25 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about binding

Re: [flexcoders] Question about how to draw a line connecting two UIComponent

2009-03-03 Thread carlo giordano
Thanks for the link, but now I would connect the node with straight lines not curved lines. Have you some idea or some tututorial how to do this ? 2009/2/28 Maciek Sakrejda msakre...@truviso.com: It's not a drop-in library, but you may want to take a look at Simon Gladman's node-based UI:

Re: [flexcoders] Question about how to draw a line connecting two UIComponent

2009-03-03 Thread Tom Chiverton
On Tuesday 03 Mar 2009, carlo giordano wrote: Thanks for the link, but now I would connect the node with straight lines not curved lines. Have you some idea or some tututorial how to do this ? Graphics.lineTo(); -- Tom Chiverton Helping to apprehensively integrate visionary magnetic

Re: [flexcoders] Question: Strategies for compiling individual modules into SWCs

2009-03-03 Thread claudiu ursica
Try with ant or maven, have to manually write build scripts though... HTH, Claudiu From: David Adams dpad...@gmail.com To: flexcoders@yahoogroups.com Sent: Friday, February 27, 2009 5:23:56 AM Subject: [flexcoders] Question: Strategies for compiling individual

Re: [flexcoders] Question: Strategies for compiling individual modules into SWCs

2009-03-03 Thread David Adams
On Wed, Mar 4, 2009 at 7:57 AM, claudiu ursica the_bran...@yahoo.com wrote: Try with ant or maven, have to manually write build scripts though... Thanks for the confirmation. I ended up spending a couple of hours the other night writing executable scripts that call the compc compiler in the SDK.

[flexcoders] Question: Strategies for compiling individual modules into SWCs

2009-02-27 Thread David Adams
I'm new to Flex so apologies in advance for what is probably a basic question. I've been working on a code generator that spits out MXML/ActionScript files and dumps them into a directory. For simplicities sake, imagine that I'm dumping out three MXML files and the goal is to produce an individual

  1   2   3   4   5   6   >