[flexcoders] Datagrid question

2009-04-20 Thread elevight
Imagine a mx:DataGrid with 3 columns. The first and second columns are people's first and last names, respectively. The third column is a custom MXML component that displays a button with its 'label' property set to a random number generated within the component; this number is generated during

RE: [flexcoders] Datagrid question

2009-04-20 Thread Tracy Spratt
Almost nothing generated at instantiation: of a renderer is meaningful. Either you know what it is because you set it at design time, or it is unpredictable, depending on the vagaries of the List functioning. Remember that renderers are recycled and are just a temporary view of the underlying

[flexcoders] Re: Encrypt Flash SEO for Flash

2009-04-20 Thread Cato Paus
have look at http://simplifiedlogic.com/ but some company like http://www.amayeta.com/ call's it encrypting but is realy obfuscation read on http://www.preemptive.com/obfuscator.html HP have a decompiler out now for security reason HP SWFScan, a free tool developed by HP Web Security Research

RE: [flexcoders] loading swf's dynamically

2009-04-20 Thread Kenneth Sutherland
Why don't you listen for the complete event. The swfloader will fire of the 'complete' event when its loaded. So you don't try to display it until it has fully loaded. At the same time you can listen to the 'progress' event to see how much has loaded and maybe inform the user that your app is

Re: [flexcoders] Re: Encrypt Flash SEO for Flash

2009-04-20 Thread Ju Aedis
Is the SWF after encrypted still be indexed by search engines? -- Sorry, I talk about the seo problem after encrypted. 2009/4/20 Cato Paus ca...@brannsikring.no have look at http://simplifiedlogic.com/ but some company like

Re: [flexcoders] flex2gateway and proxies

2009-04-20 Thread Tom Chiverton
On Monday 20 Apr 2009, Seona Bellamy wrote: Can someone please give me a step-by-step on what I need to do to make the flex2gateway work from behind a proxy? I know it's got something to do with Is this a proxy the client has between them and the internet, or one you have in front of your

Re: [flexcoders] chart axis renderers inside data area

2009-04-20 Thread Tom Chiverton
On Sunday 19 Apr 2009, thomas parquier wrote: Has anyone any suggestion about how to get axis rendered inside data area, as an overlay ? with someway no outside gutters... DataDrawingCannas from http://www.quietlyscheming.com/blog/charts/easy-custom-charts/ would do the job, maybe. --

[flexcoders] Help in menubar issue

2009-04-20 Thread heman babu
Hello friends, I am developing web based flex application , which contains a menubar and few textinput controls.In the menu bar i have edit menu which includes cut,copy,paste,find,replace.The keyboard shortcut and context menu item for cut,copy,paste of the textinput are working fine.But i need

[flexcoders] repeater binding

2009-04-20 Thread johndoematrix
hi am trying to bind a text component to a selected item in a repeater but i get the following error Error: Repeater is not executing. at mx.core::Repeater/get currentItem() at custom_comps::home/creatednewzPopup() at custom_comps::home/___LinkButton1_click() this is the

[flexcoders] Re: Encrypt Flash SEO for Flash

2009-04-20 Thread Cato Paus
ok, but wath program do you use to encrypt ? --- In flexcoders@yahoogroups.com, Ju Aedis aed...@... wrote: Is the SWF after encrypted still be indexed by search engines? -- Sorry, I talk about the seo problem after encrypted.

[flexcoders] Re: Need Suggestions for Reporting In Flex Applications.

2009-04-20 Thread valdhor
There are any number of ways of exporting data. In my case I use PHP extensively to generate excel spreadsheets (Google for code on how to do this. If you can't find anything, I can post the code I use). For Flex, a couple of things I know of off the top of my head... AlivePDF -

[flexcoders] Re: Alive PDF bytearray.org links all failing?

2009-04-20 Thread valdhor
Probably just a glitch. bytearray.org is fine for me at this moment. --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: I want to use AlivePDF in an AIR app but am having trouble finding documentation because most all of the links to the bytearray.org sites fail. Can

[flexcoders] Re: custom flex preloader - animation bugs

2009-04-20 Thread carloscarvalhar
maybe you're having different fps in flex (24 i think) and in your animated swc you can set fps trough AS: yourLoadedSWF.stage.frameRate = 12; bye Carlos

[flexcoders] Tweaking the H- V-Slider components

2009-04-20 Thread morten.wang
Hi FlexCoders I am working on a project in which I use the H-slider and V-slider as volume bar and progress bar and I have successfully give them a new style however my problem is as follows: The slider knob's(scrubber) position in each end of the slider is visually going out of the bounds

Re: [flexcoders] Re: How to Access Microsoft Reporting Services (RS) Webservices (reportservice2005.asmx?wsdl)

2009-04-20 Thread f3l
This is SO microsoft trying to vendor locking by creating special auth mechanisms so much for WS* On Thu, Apr 16, 2009 at 2:57 PM, valdhor valdhorli...@embarqmail.comwrote: The thing is, a web service is a very low level thing. You post XML to it and it responds in XML. Authentication is

[flexcoders] Re: How to Access Microsoft Reporting Services (RS) Webservices (reportservice2005.asmx?wsdl)

2009-04-20 Thread markgoldin_2000
Can you run SQL reports in your Flex application? That way you won't have any problems with RS Web Services. --- In flexcoders@yahoogroups.com, Baz thinkl...@... wrote: I would like to build a flex front-end to Microsoft Reporting Services (RS) using the provided webservice at

[flexcoders] OT: TV anyone?

2009-04-20 Thread Paul Andrews
Yay! http://news.bbc.co.uk/1/hi/technology/8008070.stm

[flexcoders] Re: Lightweight framework

2009-04-20 Thread Cliff Hall
Humorous that you say PureMVC ( 21 classes )is on the heavy side, instead suggesting Nimbus ( 24 classes ) as an alternative. -=Cliff --- In flexcoders@yahoogroups.com, Aaron Hardy aaronius...@... wrote: I'd consider those still being on the heavy side. One we use is called Nimbus and can

[flexcoders] Re: Lightweight framework

2009-04-20 Thread Cliff Hall
PS, PureMVC is only 21 classes because there are 11 interfaces, corresponding to their implementations. There are only 11 actual classes in PureMVC. Get back to me when you get your scales fixed :) -=Cliff --- In flexcoders@yahoogroups.com, Cliff Hall cl...@... wrote: Humorous that you say

Re: [flexcoders] OT: TV anyone?

2009-04-20 Thread Tom Chiverton
On Monday 20 Apr 2009, Paul Andrews wrote: http://news.bbc.co.uk/1/hi/technology/8008070.stm Read the press release - I don't see Sony, LG etc. listed, just chip fabs and a few content provision companies. I'm not sure what they are actually announcing either - have they just got Flash

[flexcoders] Flex 4, Gumbo - Could not resolve Application to a component implementation.

2009-04-20 Thread Baz
I am testing out Flex 4 (Gumbo) but I am receiving the error Could not resolve Application to a component implementation. I added the SDK to my project and I also pointed the source to the flex4.swc. Here, is my sample app that's generating the error, any ideas? ?xml version=1.0 encoding=utf-8?

Re: [flexcoders] how to convert Html pages or text(html text) into a pdf document.

2009-04-20 Thread Maciek Sakrejda
AlivePDF is typically the way to go. What are your desired results? -Original Message- From: Hasain Sab hasainsa...@yahoo.co.in Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] how to convert Html pages or text(html text) into a pdf document.

[flexcoders] LineChart renedering data twice

2009-04-20 Thread flexaustin
Anyone know why my linechart would be showing the data twice in my linechart? I have interpolate set to false, which should matter right? Here is my data: data usage out=0 in=110 date=2009/02/17 12:59:00 GMT-0500 / usage out=0 in=110 date=2009/02/17 12:53:12 GMT-0500 /

Re: [flexcoders] Re: Lightweight framework

2009-04-20 Thread Aaron Hardy
Hey, lay off your punches. I'm talking about the amount of time/code it takes to implement, not the number of classes inside the library. P.S. I'm not sure where you're getting 24 classes for Nimbus anyway. I'm counting 12 (the four files in the utils directory aren't classes.) Get back to me

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-20 Thread Matt Chotin
I'll look into us adding product names. Not sure if the dictionary can be customized for personal words though. Not sure about the misspellings of the common stuff, I'm checking on that though. Matt On 4/15/09 4:39 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On Thursday

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-20 Thread Matt Chotin
Can you provide an example of that being cut off, maybe in the forum comments: http://forums.adobe.com/community/general/forum_comments Of course you may need to use html encoding or something so that the system allows things in :-) Matt On 4/15/09 7:45 PM, Paul Hastings

[flexcoders] detect the build type (debug or release)

2009-04-20 Thread Everson Alves
Hello, is it possible to detect the build type (debug or release) of an Flex Application from code? -- Jhonny Everson

[flexcoders] Re: Need Suggestions for Reporting In Flex Applications.

2009-04-20 Thread Tony Obermeit
If I generate a PDF on the server side, how do I display that within a flex canvas, is there an mx:PDFReader sort of component? If I generate an excel document on the server side, how do I display that within a flex canvas? Tony Re: Need Suggestions for Reporting In Flex

[flexcoders] Re: how can I get an application to grow as its children gro (example inside)

2009-04-20 Thread gmoniey22
Still stuck on this...does anyone have any ideas as to what i'm doing wrong? Thanks! --- In flexcoders@yahoogroups.com, gmoniey22 gmonie...@... wrote: I have an application which has a tabnavigator with a handful of VBoxes inside of it. Those boxes can have dynamic content (which will grow

RE: [flexcoders] detect the build type (debug or release)

2009-04-20 Thread Alex Harui
http://blogs.adobe.com/aharui/2007/10/debugging_tricks.html Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Everson Alves Sent: Monday, April 20, 2009

RE: [flexcoders] Re: Alive PDF bytearray.org links all failing?

2009-04-20 Thread Tracy Spratt
Thanks, it is very strange, but I am completely unable to hit anything on the server, with any browser, from any computer in my house. And that is the only address I am having any problem with! Weird. Tracy Spratt, Lariat Services, development services available _ From:

[flexcoders] Re: Datagrid question

2009-04-20 Thread Pilby
Thanks for responding, Tracy. Let's say this is an application that allows generation of license numbers. Imagine this: You have 3 columns in the datagrid. The first and second columns are the first and last names of a person. The third column is a button (which is really part of an MXML

Re: [flexcoders] Re: Datagrid question

2009-04-20 Thread Maciek Sakrejda
It seems like the license number is not just a button label--it's actually a part of your model. Perhaps that column should render the number associated with each user (if any). If there's a number, display that. If it's NaN (or -1, or whatever invalid number you choose), display it as a

[flexcoders] Re: Need Suggestions for Reporting In Flex Applications.

2009-04-20 Thread valdhor
I have no idea. I stream the resultant PDF or Excel file to the user so they can open it in the native application. --- In flexcoders@yahoogroups.com, Tony Obermeit t...@... wrote: If I generate a PDF on the server side, how do I display that within a flex canvas, is there an mx:PDFReader

[flexcoders] Re: Alive PDF bytearray.org links all failing?

2009-04-20 Thread valdhor
Just tried it again and it is fine. Is your service provider blocking it? Maybe a firewall somewhere? --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: Thanks, it is very strange, but I am completely unable to hit anything on the server, with any browser, from any computer in

[flexcoders] Re: Datagrid question

2009-04-20 Thread valdhor
If it were me, I would create an item renderer for that column and extend button. Add the click handler in the renderer to generate the license number. --- In flexcoders@yahoogroups.com, Pilby i...@... wrote: Thanks for responding, Tracy. Let's say this is an application that allows

RE: [flexcoders] Re: Datagrid question

2009-04-20 Thread Tracy Spratt
.iterate through each row. You absolutely *cannot* do that, because all the DG rows do not exist, only the rows currently visible exist. You need to have your renderer update the dataProvider with the generated value, then iterate through the dataProvider. This should not be difficult.

[flexcoders] inter module communication

2009-04-20 Thread vikash kumar
Hi Flexcoders,I am working on a projecthaving two module where i want to send message from first module to second module. The working of project is like say module 1 and module 2 are loaded into another Flex project, where I have inherited the Event class to a custom event class say

[flexcoders] Re: Reoading a view from a viewstack

2009-04-20 Thread gedavies
I have a series of tabs and I use the show event in the individual components. Then I keep a needsReloading boolean value that is based upon event data from a controller. If the tab is selected, the show event kicks in and the data is reloaded based upon the needsReloading boolean. Not

[flexcoders] Flash Player 10 device font anti-aliasing with Flex

2009-04-20 Thread tphipps
I've been hankering to try Flash Player 10's new anti-alias support for device fonts, and finally got around to it today. Unfortunately, I can't seem to get it to work from Flex. I've compiled a simple test app with both Flex SDK 3.3 and the preview of Gumbo 4.0.0.4904 both targetted for Flash

Re: [flexcoders] inter module communication

2009-04-20 Thread Maciek Sakrejda
Does your top-level Application declare a TextCopyEvent type? If these are only defined in modules, you'll have problems because only one module will own that type. See the modules presentation on Alex's blog. -Maciek -Original Message- From: vikash kumar vikash.kuma...@in.com Reply-to:

[flexcoders] Re: Tweaking the H- V-Slider components

2009-04-20 Thread Tim Hoff
Yes, the easiest way is to just adjust the image size for the thumb; with some transparent padding. -TH --- In flexcoders@yahoogroups.com, morten.wang m...@... wrote: Hi FlexCoders I am working on a project in which I use the H-slider and V-slider as volume bar and progress bar and I have

[flexcoders] Re: Tweaking the H- V-Slider components

2009-04-20 Thread Tim Hoff
Yes, the easiest way is to just adjust the image size for the thumb; with some transparent padding. -TH --- In flexcoders@yahoogroups.com, morten.wang m...@... wrote: Hi FlexCoders I am working on a project in which I use the H-slider and V-slider as volume bar and progress bar and I have

[flexcoders] Stack overflow

2009-04-20 Thread markgoldin_2000
I am getting the following: Error: Error #1023: Stack overflow occurred. at flash.xml::XMLNode() at flash.xml::XMLDocument/createElement() at mx.rpc.xml::SimpleXMLEncoder/encodeValue() at mx.rpc.xml::SimpleXMLEncoder/encodeValue() at

[flexcoders] Re: Flex 4, Gumbo - Could not resolve Application to a component implementation.

2009-04-20 Thread Baz
Is it possible that it the problem is linux related? What paths are supposed to be in xmlns:mx=library:adobe/flex/halo or xmlns:gumbo=library:adobe/flex/gumbo? Cheers. On Mon, Apr 20, 2009 at 8:08 AM, Baz thinkl...@gmail.com wrote: I am testing out Flex 4 (Gumbo) but I am receiving the error

RE: [flexcoders] Stack overflow

2009-04-20 Thread Tracy Spratt
You are mixing up the XML implementation versions. XMLDocument and simpleDecoder are legacy AS2 classes, included in AS3 only for backwards compatibility. You cannot use them with XML() which is an e4x implementation. Tracy Spratt, Lariat Services, development services available

[flexcoders] Re: Stack overflow

2009-04-20 Thread markgoldin_2000
Well, this crashes too: public function objectToXML(obj:Object):XMLNode { var qName:QName = new QName(root); var xmlDocument:XMLDocument = new XMLDocument(); var simpleXMLEncoder:SimpleXMLEncoder = new SimpleXMLEncoder(xmlDocument); var xmlNode:XMLNode = simpleXMLEncoder.encodeValue(obj, qName,

RE: [flexcoders] Re: Stack overflow

2009-04-20 Thread Tracy Spratt
Look up XMLNode in the docs, you will understand why. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, April 20, 2009 5:50 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Stack overflow

2009-04-20 Thread Tracy Spratt
QName and SimpleXMLEncoder are e4x also. Why are you using that old stuff anyway? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, April 20, 2009 5:50

[flexcoders] Re: Stack overflow

2009-04-20 Thread markgoldin_2000
I need to convert a AS object into an XML. --- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: QName and SimpleXMLEncoder are e4x also. Why are you using that old stuff anyway? Tracy Spratt, Lariat Services, development services available _ From:

[flexcoders] Using the fork ant task

2009-04-20 Thread cuttenv
Anyone know a work around to this bug?? I guess I could move all my projects over to my C drive but I have everything on my D drive for a reason :( http://bugs.adobe.com/jira/browse/SDK-20666

[flexcoders] WindowShade container / Multi-Accordion

2009-04-20 Thread Richard Rodseth
I may have asked this before, but it's come up again. I'm looking for an Accordion alternative that allows multiple tabs to be open at once, but never scrolls - rather it would close tabs as needed. I believe some of the Adobe Creative Suite applications have this behaviour for palettes. A VBox

RE: [flexcoders] Re: Stack overflow

2009-04-20 Thread Tracy Spratt
Ok, but don't use the legacy classes, use the AS3 e4x classes. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of markgoldin_2000 Sent: Monday, April 20, 2009 6:08 PM To:

[flexcoders] Re: Datagrid question

2009-04-20 Thread Pilby
.iterate through each row. You absolutely *cannot* do that, because all the DG rows do not exist, only the rows currently visible exist. You need to have your renderer update the dataProvider with the generated value, then iterate through the dataProvider. This should not be difficult. Tracy

RE: [flexcoders] WindowShade container / Multi-Accordion

2009-04-20 Thread Tracy Spratt
.the VBox grows in size. only if you do not set the height. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Richard Rodseth Sent: Monday, April 20, 2009 6:18 PM To:

[flexcoders] Datagrid cell event

2009-04-20 Thread elevight
I realize a datagrid can have a change event which triggers when the user selects a row. But if one or more of the columns are editable, is there a way to define a change event on a CELL basis without resorting to making that column into an MXML component itemrenderer? Thanks.

[flexcoders] How do I detect 'enter' key on a textInput control?

2009-04-20 Thread luvfotography
How can I detect the enter key when I'm on a textinput control?

Re: [flexcoders] How do I detect 'enter' key on a textInput control?

2009-04-20 Thread Nate Beck
The TextInput control has an Enter event that you can catch. Example: ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.events.FlexEvent; private function

RE: [flexcoders] Datagrid cell event

2009-04-20 Thread Alex Harui
Some folks cheat by capturing the ITEM_EDIT_END event early (using higher priority) and changing the .reason from NEW_COLUMN to NEW_ROW Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com

Re: [flexcoders] detect the build type (debug or release)

2009-04-20 Thread Everson Alves
Thank you Alex, the trick worked. On Mon, Apr 20, 2009 at 2:43 PM, Alex Harui aha...@adobe.com wrote: http://blogs.adobe.com/aharui/2007/10/debugging_tricks.html Alex Harui Flex SDK Developer Adobe Systems Inc. http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui *From:*

Re: [flexcoders] WindowShade container / Multi-Accordion

2009-04-20 Thread Richard Rodseth
Yes, I misspoke. The point remains though - with the height of the VBox set, you will still end up with scrollbars. This is not a knock against WindowShade. On Mon, Apr 20, 2009 at 3:56 PM, Tracy Spratt tr...@nts3rd.com wrote: “…the VBox grows in size…” only if you do not set the height.

RE: [flexcoders] Re: Datagrid question

2009-04-20 Thread Tracy Spratt
Yes, if every row is visible, then you could probably make this work. I think you need to use the DOM properties and methods, like DataGrid.numChildren() and getChildAt(). Sounds like a mess to me though. Tracy Spratt, Lariat Services, development services available _ From:

[flexcoders] Re: Reoading a view from a viewstack

2009-04-20 Thread zyzzx00_99
geoff is dead on. There are a probably 100 ways to do what you want done. states/transitions, event listeners, adding and removing the children via actionscript and leaving in your initApp(). But, yeah, the least amnt of code (depending on the framework you're using) would probably be adding

[flexcoders] Re: Datagrid question

2009-04-20 Thread Adrian Resa Jones
There are a few ways to do this but the easiest is to add a value to your object that will be updated in the item renderer, perhaps in the set data function. You could also use an event and a public property in your item renderer. var myObject = new myClass(); override public function

[flexcoders] Looking for graphic designers for partnership

2009-04-20 Thread otunazero
I'm a flex/actionscript developer who do not know anything about graphic design. Sure I know what looks good but I have no idea how to get them. I'm looking for someone with graphic design skills to team up with me. Basically someone who will do the User Interface and I do the back end. If you

[flexcoders] multiple/seperate stages; mx:HTML and mx:SWFLoader

2009-04-20 Thread zyzzx00_99
Random question: Does anyone know of a component (air or otherwise), aside from htmlLoader or html (or anything that extends/uses flash.html stuff that uses webkit), that would render a swf on a seperate Stage? The HTML component is almost perfect, but known bugs are the real annoyance...

[flexcoders] Re: WindowShade container / Multi-Accordion

2009-04-20 Thread zyzzx00_99
If I wanted to try to solve this one in a hurry (and quickly is always best, right?), I'd write a class that extended container, or maybe even Canvas or VBox, depending on... and use WindowShade components as children. Listen for the resize event in your children (which will be in your

[flexcoders] Re: Stack overflow

2009-04-20 Thread zyzzx00_99
Your method works fine for me. The problem is most likely that you're passing in an XMLNode in to objectToXML and you're getting into a loop inside of encodeValue. Debug and start hitting f5 and f6 down the chain of the framework if you really want to understand it. Otherwise just say

[flexcoders] Re: Problem using sdk version 3.3

2009-04-20 Thread arieljake
Anyone know why this is happening when i try to expand the data visualization source code? java -jar DMV-source.jar C:\Documents and Settings\All Users\Application Data\Adobe\Flex Exception in thread main java.lang.NoClassDefFoundError: flex/license/Logger Caused by:

[flexcoders] StageAlign and StageScaleMode

2009-04-20 Thread Brad Bueche
Why do I have to use this (below) to ensure that my web browser layout is perfectly synced with my stage? I would think that my browser window IS the stage. Why is this not true? What am I failing to understand and where can I read more to understand whats going on here. stage.scaleMode =

Re: [flexcoders] Re: New Adobe forums coming!

2009-04-20 Thread Paul Hastings
Matt Chotin wrote: Can you provide an example of that being cut off, maybe in the forum comments: http://forums.adobe.com/community/general/forum_comments ah i was wondering where i could post bugs. thanks http://forums.adobe.com/message/1906289#1906289

[flexcoders] Best way to defer sub-component initialization?

2009-04-20 Thread Sascha
Not sure if the subject makes complete sense but what would be the best way to defer setting properties on a sub component when writing custom Flex components without getting a null reference? Let's say I create a custom component that wraps another component, for example a button ... package {

RE: [flexcoders] Best way to defer sub-component initialization?

2009-04-20 Thread Tracy Spratt
What is your issue with using createChildren()? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Sascha Sent: Monday, April 20, 2009 10:43 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Why is my preloader slow and jumpy?

2009-04-20 Thread adam.duro
So I'm trying to do a simple preloader for my application. I'm going the implements IPreloaderDisplay route. I have an intro animation for my preloader (it simply tweens onto the stage usinging TweenLite). After the intro animation completes, the progress bar does it's job and then shows the

RE: [flexcoders] StageAlign and StageScaleMode

2009-04-20 Thread Alex Harui
The url you hit is usually an HTML page with an HTML tag in the BODY that determines the size and position of the Flash Player and thus the stage. Look at the .html file and see how it works. If you set your application's width/height to 100% then it browser window and stage should match.

RE: [flexcoders] Why is my preloader slow and jumpy?

2009-04-20 Thread Alex Harui
There is no API for forcing the user to watch a preloader animation. You might be able to do it by blocking certain events and dispatching them later, but IMHO, a good preloader doesn't need to be watched to completion. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/

[flexcoders] Re: Stack overflow

2009-04-20 Thread zyzzx00_99
I like how I responded two hours before Tracy and it just now appeared Whatever. The other thing is that you could have a memory reference loop. How are you calling the function? --- In flexcoders@yahoogroups.com, zyzzx00_99 jer...@... wrote: Your method works fine for me. The

RE: [flexcoders] Best way to defer sub-component initialization?

2009-04-20 Thread Sascha
There's no issue with createChildren but with the way how and when to decide to set properties on sub-components. If you want the component in my example to have a close button, you usually set the hasClosebutton to true in a overriden createChildren method. The problem is that normally the

[flexcoders] Re: Need Suggestions for Reporting In Flex Applications.

2009-04-20 Thread raja_s_patil
I have no idea. I stream the resultant PDF or Excel file to the user so they can open it in the native application. Well purpose of xls sheets is for further analysis so help of native application is necessary, And as far as pdf are concerned Firefox can show them in another tab I dont

[flexcoders] Re:How do I detect 'enter' key on a textInput control?

2009-04-20 Thread Pilby
Here is one way to do it. Let's say this is your mxml: mx:TextInput id=txt width=200 keyDown=txtKeyDownHandler(event)/ Then your keydown handler would be: // Waiting for return key private function txtKeyDownHandler(event:KeyboardEvent):void { if (event.keyCode == 13) { // do

[flexcoders] stopping a sevice call mid request

2009-04-20 Thread djepyon
I've tried combinations of stop() and disconnect() on HTTPService and nothing seems to do the trick. If a user a series of quick requests to a listing service I want to stop those that aren't the most recent. How can this be done? Thanks

Re: [flexcoders] OT: TV anyone?

2009-04-20 Thread Rick Winscot
When I found out that Flash Player 9 included H.264 playback... It was pretty obvious that they (Adobe) were moving heavily into the entertainment delivery market. There are still some pretty big obstacles to navigate ­ but I think it¹s safe to say that if you have stock in Blockbuster, Netflix,

RE: [flexcoders] stopping a sevice call mid request

2009-04-20 Thread Tracy Spratt
I am not sure that you can. After all, the call is asynchronous, you have sent it off to some place for handling. What would such a stop do? Go the server processing the request and tell it to stop? I can imagine it would be possible to code such a behavior into the server process, but the

RE: [flexcoders] stopping a sevice call mid request

2009-04-20 Thread Mark Easton
Probably best to code this functionality on server side in your own proxy which will in turn make the call to the listing service. This proxy can check for multiple calls and handle that anyway you wish. -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Maximize Minimize

2009-04-20 Thread senthilkumarirtt
hi all, i want to implement maximization minimization in layout like window. Any layout have this option? or any othe way to implement??? Thanks, S.Senthilkumar

RE: [flexcoders] Maximize Minimize

2009-04-20 Thread Tracy Spratt
Someone has done this, google it. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of senthilkumarirtt Sent: Tuesday, April 21, 2009 12:43 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Maximize Minimize

2009-04-20 Thread senthil kumar
Thanks for your reply...But i cant get answer through google...send some link if you have that.. --- On Tue, 21/4/09, Tracy Spratt tr...@nts3rd.com wrote: From: Tracy Spratt tr...@nts3rd.com Subject: RE: [flexcoders] Maximize Minimize To: flexcoders@yahoogroups.com Date: Tuesday, 21 April,

RE: [flexcoders] Maximize Minimize

2009-04-20 Thread Tracy Spratt
Google this: flex maximize minimize Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of senthil kumar Sent: Tuesday, April 21, 2009 1:42 AM To: flexcoders@yahoogroups.com Cc: