Re: [flexcoders] Smooth Manual setProgress

2009-07-07 Thread claudiu ursica
Make a flash movie clip and animate it... C From: kenny14390 kenny14...@yahoo.com To: flexcoders@yahoogroups.com Sent: Monday, July 6, 2009 10:29:38 PM Subject: [flexcoders] Smooth Manual setProgress Hey. I'm using a manual ProgressBar to display progress

Re: [flexcoders] TitleWindow closeButton Color

2009-07-07 Thread claudiu ursica
I use this with a swf and works perfectly TitleWindow { closeButtonDisabledSkin: Embed(source=custom_skins.swf,symbol=CloseButtonDisabled); closeButtonDownSkin: Embed(source=custom_skins.swf,symbol=CloseButtonDown); closeButtonOverSkin:

RE: [flexcoders] Horrible... 3 seconds initialization time for the first frame? Frustrated....

2009-07-07 Thread Alex Harui
Using the cached framework should help. If you test from FlexBuilder you may not get correct streaming. Try testing using http: instead of file: Also, there is a bug if you use # in the URL. It blocks streaming of the SWF and delays startup time. Do you see a progress bar at all? Alex

Re: [flexcoders] How to handle keyboard shortcut globally?

2009-07-07 Thread Sergey Kovalyov
Maybe because in my case the application is in full screen mode? On Mon, Jul 6, 2009 at 11:15 PM, Tracy Spratt tr...@nts3rd.com wrote: Why do you say using systemManager does not work? It does for me. Tracy Spratt, Lariat Services, development services available

[flexcoders] LCDS fallback and firewalls which inspect packets

2009-07-07 Thread Johannes Nel
Hi All We have our fall back mechanisms configured, we drop down to port 80 using tunneling et al. Unfortunately my clients's biggest client, thus my meta deity, has a network which inspects packets. They seem to be throwing out out all my AMF over http packets. So...is there something I can do?

Re: [flexcoders] Smooth Manual setProgress

2009-07-07 Thread thomas parquier
I think you could use Tween. 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 056 2009/7/7 claudiu ursica the_bran...@yahoo.com Make a flash movie clip and animate

Re: [flexcoders] ArrayCollection Does Not Show Items In Order When Passed to .NET WebService

2009-07-07 Thread Angelo Anolin
Hi Sam Lai, THanks for the input and my apologies for replying late since I felt the need to get deeper on the issue I am encountering. In my web service, the arraycollection is received as an array list and yes, it is like an array of xml nodes. In my arraycollection, say I have 5 columns

[flexcoders] Performing a Trace with SDK Compiler Only

2009-07-07 Thread Angelo Anolin
Hi FlexCoders, Care to show some examples of performing a trace using the SDK compiler only? As of the moment, I am resorting to Using Alert.show, and it is quite tedious on my part to do that all the time. Thanks and regards, Angelo

Re: [flexcoders] Re: Flex in eclipse

2009-07-07 Thread Tom Chiverton
On Friday 03 Jul 2009, vladakg85 wrote: O yeah, I want to connect eclipse to flex SDK, looking for free solution :) The xsd4MXML project on Google code will allow you to use the Eclipse XML view to edit MXML with full insight support. You can just keep a command line window open for running

[flexcoders] Re: Horrible... 3 seconds initialization time for the first frame? Frustrated....

2009-07-07 Thread Dan
Hi, First of all, thanks for your response! Thanks for reminding about the progressive download, I think the 3 seconds is still to that response time which I mislead by the Charles figure and think that it already downloaded. But there is still one thing that delay the first AMF call. I

[flexcoders] How can detect Flash setting manager popup?

2009-07-07 Thread wjacker2
Hi All, I write a flex application embed to our website,in the flex application will used microphone.this flex will be show on the web when the flash setting manager displayed,in the other time it will be hide out.but i can not find a way for detect flash setting manager popup from search on

[flexcoders] Re: How can detect Flash setting manager popup?

2009-07-07 Thread kaspar.luethi
the sad truth is: you can't, except when using a workaround. register and vote: http://bugs.adobe.com/jira/browse/FP-41 trick is to try to write bitmap data to the stage, which is forbidden when security dialog is open. you cannot detect when and what was changed, though. in my case it did

[flexcoders] Eclipse and flex setup questions

2009-07-07 Thread vladakg85
I connected flex 3 sdk and eclipse classic eclipse-jee-galileo-win32, now: 1) What is better to use for build code with ANT or without ANT? 2) Is there any way to add code hint (Ctrl + Space) while coding AS3 class or MXML file inside eclipse? 3) For code colors, is there some better way than

[flexcoders] Re: Flex in eclipse

2009-07-07 Thread vladakg85
Ok, I downloaded xsd4MXML project and opened it in Eclipse...Build...It works... but what do I get with this? Am I wrong in something? Thanks for understanding --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Friday 03 Jul 2009, vladakg85 wrote: O yeah, I want to

[flexcoders] Graphics on image

2009-07-07 Thread christophe_jacquelin
Hello, I have a mx:image,and I want to display * on the image when the user click on the image at the clicked position. How to make such graphics ? Thank you, Christophe,

[flexcoders] Re: Flex Browse File

2009-07-07 Thread Adrian Resa Jones
I want to provide a preview function prior to uploading a file. Well, what's your use case ? Why do you care where the file comes from ?

[flexcoders] Re: Continuous Multi-colored Line Chart

2009-07-07 Thread kenny14390
That's perfect. Thank you very much for your help, Tim. --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: That one is a little tricky. But, here's one way that you can do it: http://www.timothyhoff.com/projects/LineRendererSample/LineRendererSampl\ e.html

[flexcoders] panel rotation problem

2009-07-07 Thread j2me_soul
If I change the rotation property of a panel, the title will disappear. Although I use the embed font file. How should I do ? mx:Panel title=Title width=300 height=500 id=panel click=panel.rotation+=2;/ CSS FILE @font-face{ src: url(msyh.ttf); font-family: MM; } global { font-family:

[flexcoders] Re: Security sandbox violation error after upgrade to SDK 3.2

2009-07-07 Thread zi or
While I try to run my Flex Profiler I got this error message: In the flash application I got the following exception: Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation:

[flexcoders] Flash MiniBuilder: online AS3 IDE

2009-07-07 Thread Victor D.
This project, currently named ActionScript MiniBuilder, features code assist (code completion) for ActionScript 3 and compilation of one-file AS3 SWF. It runs in your browser, you only need Flash Player 10 and Java. The code assist part is written in pure ActionScript. The compiler runs in a Java

[flexcoders] Re: why does my MXML act differently than my AS?

2009-07-07 Thread valdhor
If it were me, I would submit it as a bug. If it isn't, an Adobe engineer will tell you so. At least you'd get an answer. --- In flexcoders@yahoogroups.com, Pan Troglodytes chimpathe...@... wrote: I'm torn on whether to submit this as a bug. I wish someone at adobe could step in and say

[flexcoders] Re: Nested Objects with webORB PHP

2009-07-07 Thread valdhor
Just treat them as you normally would. WebORB's serialization/deserialization should take care of everything for you. I have used nested objects (Or objects containing other objects) when sending from PHP to Flex. I have not done it the other way but would expect it to work the same. If you

RE: [flexcoders] Flex View Stack / Component Life Cycle Best practice

2009-07-07 Thread Battershall, Jeff
Have each 'page' of your app extend a base class that has a publicfunction you can call when it becomes visible when the ViewStack changes. Jeff From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of claudiu ursica Sent: Friday, June

[flexcoders] Re: ArrayCollection Does Not Show Items In Order When Passed to .NET WebService

2009-07-07 Thread Adrian Resa Jones
Do you think that it would help if you converted your array collection to an array collection of typed objects before sending it to .net? --- In flexcoders@yahoogroups.com, Angelo Anolin angelo_ano...@... wrote: Hi Sam Lai, THanks for the input and my apologies for replying late since I

[flexcoders] Re: Flex Browse File Video

2009-07-07 Thread Adrian Resa Jones
Maybe I'm missing somethingCan you use the flex file browse as a source so that users can preview video before uploading it? Do I need to know where the file comes from? I saw another question about this here and did not see an answer. --- In flexcoders@yahoogroups.com, Adrian Resa Jones

RE: [flexcoders] panel rotation problem

2009-07-07 Thread Battershall, Jeff
Panel has a style declaration for the title �C titleStyleName which per the docs doesn’t inherit CSS. You’ll have to define the style and refer to your embedded font. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of j2me_soul

RE: [flexcoders] Re: Flex Browse File Video

2009-07-07 Thread Battershall, Jeff
I've done similar things with AIR and images but not with video. Seems to me you might be able to do it with FileReference.load(), which gives you access to the btyearray of the uploaded file. Requires FP10. -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Re: Flash MiniBuilder: online AS3 IDE

2009-07-07 Thread valdhor
On going to that page I get... VerifyError: Error #1033: Cpool entry 58 is wrong type. ReferenceError: Error #1065: Variable OrangeLookAndFeel_TextArea_disabledImage is not defined. ReferenceError: Error #1065: Variable OrangeLookAndFeel_Button_defaultImage is not defined. ReferenceError: Error

[flexcoders] Flex/Excel integration

2009-07-07 Thread Battershall, Jeff
Hi, I've been using as3xls for a while now for importing manipulating Excel files within Flex. Works well within certain boundaries - like Excel compatibility mode. It doesn't appear that much is being done with it currently - kind of a shame because it is a real need, IMO. The lack of

[flexcoders] Accesing Webservices behind Firewall

2009-07-07 Thread vin.flex
Hi there, I have developed a Flex app with .NET webservices as the backend. Webservices are deployed beind firewall. How can I access those webservices from my client side Flex app. Can I access using proxie using Weborb? If so what is the edition I need to use. Can any body guide me in this

[flexcoders] how to set linkbutton to stay selected

2009-07-07 Thread kshah0...@ymail.com
I am trying to create a function that would change the label/style of a linkbutton based on results. One of the outcomes enables linkbutton to stay selected (have rollover state on constantly). however the following code is not working lnkButton.seleted = true;

Re: [flexcoders] Re: why does my MXML act differently than my AS?

2009-07-07 Thread Pan Troglodytes
Done! For those interested: https://bugs.adobe.com/jira/browse/FB-21363 On Tue, Jul 7, 2009 at 12:30 PM, valdhor valdhorli...@embarqmail.comwrote: If it were me, I would submit it as a bug. If it isn't, an Adobe engineer will tell you so. At least you'd get an answer. --- In

Re: [flexcoders] Re: ArrayCollection Does Not Show Items In Order When Passed to .NET WebService

2009-07-07 Thread Angelo Anolin
Hi Adrian, I would try, but I have little idea on how I would convert my array collection to an array collection of typed objects. Care to show some sample codes? Thanks. From: Adrian Resa Jones noregret...@gmail.com To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] ArrayCollection Does Not Show Items In Order When Passed to .NET WebService

2009-07-07 Thread Angelo Anolin
Hi Tracy, I would certainly appreciate if you could point me in the right direction on using XMLListCollection and sending it back to .NET as a string.  Thanks. Regards, Angelo From: Tracy Spratt tr...@nts3rd.com To: flexcoders@yahoogroups.com Sent:

[flexcoders] Actionscript on JSR223

2009-07-07 Thread Tim Rowe
Does anyone happen to know of any JSR223 (Java platform scripting) implementation(s) of ActionScript for dynamic use? I'm currently looking through a lot of our business data validation logic which is implemented in two places arguably unnecessarily - both on the front-end in AS and then again

Re: [flexcoders] Re: Flash MiniBuilder: online AS3 IDE

2009-07-07 Thread Sam Lai
I guess Victor fixed a few things after you tried it valdhor, because it works fine for me. I'm using Chrome and I believe the release player though, so that might be why. Pretty cool, would be nice to have a bit more response from the compiler when compiling though. What are the big plans for

RE: [flexcoders] ArrayCollection Does Not Show Items In Order When Passed to .NET WebService

2009-07-07 Thread Tracy Spratt
var sXML:String = root; sXML += myXMLListCollection.toXMLSTring(); sXML+= /root; myWebService.setUserPermits(sXML,sSID); on the .net side: WebMethod(Description:=Updates multiple UserPermit records) _ Public Function setUserPermits(ByVal sRowsXml As String, ByVal sSId As String) As

RE: [flexcoders] Re: Horrible... 3 seconds initialization time for the first frame? Frustrated....

2009-07-07 Thread Alex Harui
What goes on in server communications is not my area. Try posting again with RPC or AMF in the subject. It might then get read by those experts. I thought utility.swc got folded into framework.swc as well. Flex.swc is for folks not using the UI framework. Any classes used in Frame1 cannot

[flexcoders] tree not expanding with expandItem()

2009-07-07 Thread Mic
collSearchHierarchy = new XMLListCollection(procXML); treeSrchHrchy.expandItem(collSearchHierarchy.getItemAt(0), true); Tree is staying collapsed and not expanding. Interesting that stepping through above, treeSrchHrchy.openItems is null before the .expandItem() and does show the top node in