RE: [flexcoders] How to listen globally for escape key?

2007-09-21 Thread Alex Harui
The browser usually eats ESC, so I don't think your app can rely on getting it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of generalxxaxx Sent: Thursday, September 20, 2007 10:28 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] state enter /exit

2007-09-21 Thread Alex Harui
If the canvas gets destroyed and recreated, then it will call init() as it gets recreated. You would need to prevent re-creation by hiding and showing the canvas instead. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of learner Sent:

RE: [flexcoders] Sandbox/Crossdomain problem on connecting Socket with webserver on port 6680

2007-09-21 Thread Alex Harui
I've tried several times and the browser keeps timing out. It makes me think that Flash is too and thus it think the policy file isn't there. I would try using UrlLoader to load the policy file just to make sure Flash can do it. You might also try a hidden IFrame in your wrapper that

RE: [flexcoders] DataGrid (dejar fijo 1er.columna y 1er.fila a pesar de scroll)

2007-09-21 Thread Alex Harui
lockedRowCount, lockedColumnCount? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 20, 2007 4:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataGrid (dejar fijo 1er.columna y

RE: [flexcoders] propiedad headerText de DataGridCol umn cargar en tiempo de ejecución.

2007-09-21 Thread Alex Harui
dg.columns[i].headerText = new header text; From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 20, 2007 4:31 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] propiedad headerText de

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-21 Thread Mikhail Shevchuk
As far as I can see according to the bug tracker, this issue was already resolved in HotFix1, but how can I use it ? I have Flex 2 SDK with both HotFixes applied. 2007/9/20, Tom Chiverton [EMAIL PROTECTED]: On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: If I understand your problem

Re: [flexcoders] Re: Flex / Web Integration

2007-09-21 Thread Stephen Allison
For #1 below, I switched to using the javascript window.open command instead of navigateToURL() with _blank for the target. Yes, a window opened with javascript can be closed with javascript without warning, but be aware that popup-blockers stop windows being opened using window.open when

[flexcoders] Re: Parsing a flat file in flex?

2007-09-21 Thread djdyland
I understand what your saying.. but I'm not sure how to do that in actionscript? anyway you can just show me how you would do this part turn each line into an object with properites (e.g. col1, col2 or whatever you like Thanks in advance --- In flexcoders@yahoogroups.com, Giles Roadnight

Re: [flexcoders] Re: Variable used before it's defined without compile errors

2007-09-21 Thread Mika Kiljunen
Yep, thanks. I should have RTFM... I don't like the behaviour though, but I guess I have live with it! -Mika On 9/20/07, jer_ela [EMAIL PROTECTED] wrote: Flex requires variables to be declared somewhere in a function, but doesn't care where it just rolls all variable definitions to the top

RE: [flexcoders] How to get screen coordinate from child application

2007-09-21 Thread Mark Ingram
Hi Alex - thanks for your replies, I think my last message was slightly confusing, when I said application.localToGlobal I actually meant the child application. Here is a quick run down of the code I'm currently using: public function show(popupParent:UIComponent):void

[flexcoders] Setting style in inline itemrenderer?

2007-09-21 Thread candysmate
The Flex docs say: tems allowed in an inline component The only restriction on what you can and cannot do in an inline item renderer or editor is that you cannot create an empty mx:Component/mx:Component tag. For example, you can combine effect and style definitions in an inline item renderer or

[flexcoders] Tracking users' actions

2007-09-21 Thread Steve Hueners
My next project is going to require that I be able to replay the user-generated events for a given session - essentially an audit trail. Have any frameworks focused on this capability appeared yet? thx --steve...

[flexcoders] pixel font [old] issue

2007-09-21 Thread Ary
Hi Guys, i already try everything that i could found on the internet to make it work, attaching direct truetypefont(blurry), make an swf file first from flash and embed it on css(always get font 'fontname' with normal weight and regular style not found). could anyone pointing me into some

[flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-21 Thread oneproofdk
Doug, that really looks great. Look forward to see your blog post with (I hope) source code and even better - learn-how-to... Thanks for your time - all that replied, I really appreciate it. Mark --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: holla

[flexcoders] Text/Font with border on characters?

2007-09-21 Thread beecee1977
Hi, I want to overlay text so that it can be read regardless of the background colour (without putting a background behind the text itself). So basically I want the text to have a border around each character with a different colour - white with black surround for example. Any ideas how I'd

Re: [flexcoders] Text/Font with border on characters?

2007-09-21 Thread Stephen Allison
You could try playing around with the GlowFilter... mx:Label text=Behold a border! color=white fontSize=36 filters={[new GlowFilter(0x00,1,2,2,3,1)]}/ On 21 Sep 2007, at 12:19, beecee1977 wrote: Hi, I want to overlay text so that it can be read regardless of the background colour

[flexcoders] Can I write to a file from FLEX Application

2007-09-21 Thread yaagoub.nujaidi
I am new to Flex, can I write to a file on the local machine or on a server (in case of web applicaton) from the Flex Application? I apprecaite your support. Regards,

[flexcoders] firefox and FileReference.upload - error 2038

2007-09-21 Thread Seth Caldwell
If you have file upload working on firefox, I am desperate, please help. Having to talk to javascript to upload files will be the tackiest thing ever, but this FileReference class is sandbox hell atm =( I cannot seem to log the connect attempt in any way on my server, but examining my packets via

RE: [flexcoders] Anyone have any good Flex Projects with sourceCode?

2007-09-21 Thread Yaagoub Al-Nujaidi
What is the objective of your Flex development, may I ask? Flex is powerful tool, but as any tool has its own limitations or weired way of doing stuff. Brian Holmes [EMAIL PROTECTED] wrote:Get involved with community projects. http://code.google.com/p/flexlib/

RE: [flexcoders] Reply Please !!!

2007-09-21 Thread Elangovan A
Hi, http://blog.3r1c.net/?p=84 Check this link. This link should help you. Thanks Elango _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ktadawn Sent: Wednesday, September 19, 2007 4:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-21 Thread Tony Alves
Doug, That is off the board. Do you think it will be possible to get rid of the history tracking on it. For some reason that always bothers me about the accordion, so I turn it off usually. Still, nice job! You rock dude. Tony Doug McCune wrote: holla

[flexcoders] Re: save a variable to a file

2007-09-21 Thread lazarevpeter
--- In flexcoders@yahoogroups.com, Ramsey, Robert L robert- [EMAIL PROTECTED] wrote: Hi, I have a string variable that is the result of a database lookup formatted as a nice csv file. What I'd like to do is use a button to let the user save that string locally. I looked at the

[flexcoders] High Performance Flex Architecture Questions . . . .

2007-09-21 Thread mikeashields
1.) MyFlexApp.mxml (layout=vertical) has a docked ApplicationControlBar (height =10%) with 2 rows of icons/menus, each row with 3 sections. Is there a better layout strategy than nesting (and/or what is the performance hit from this level of nesting?) AppControlBar VBox HBox HBox - HBox -

[flexcoders] Re: Sending custom clases (value objects) to remote services

2007-09-21 Thread mleembruggen
Thanks for your reply. I have tried casting my custom typed object to a URLVariables object but that doesn't work. Typically I am connecting to API's like amazon, google etc. using the WebService component in flex. Most of these api's require base credentials like a username, password etc. to

[flexcoders] Real size of components

2007-09-21 Thread Daniel
Hey guys... I'm setting the size of a panel through the percentWidth property, but when I ask for the width of the component it doesn't give me the real size... How can I know the real size when I set width and height through percentage? Thanx, DaNooB.

[flexcoders] ItemRenderer : listData and dataChange event

2007-09-21 Thread agggka
hello there, Using the advices found on Alex Harui's blog, I wrote a simple ItemRenderer. I stumble upon a weird (but documented) flex behavior, the 'listData' property is describted as [Bindable(dataChange)] but the property setter does not dispatch a dataChange event. I did check the

[flexcoders] Re: XMLList

2007-09-21 Thread figo2324
Thanks so much, ill try it... --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Yes, this has worked for me, though I always apply e4x expressions to an XML node, never to an XMLList. The XMLList is always what I get back. Tracy -Original Message- From:

[flexcoders] Re: Parsing a flat file in flex?

2007-09-21 Thread djdyland
Thanks for the quick reply! I see what you saying.. thanks for that.. My array is sequential tho.. its not a 2d array so records[i][j] does not work.. I guess I could try one for loop that assigns each column for one record and then increments i by 8 or something.. I'm thinking that could be

[flexcoders] Image Editing and Markup Component

2007-09-21 Thread Jonathan Lam
Hello, I'm wondering if anyone knows of a free or commercial flex component somewhere out there that does image editing and markup (drawing, adding text, annotating images etc). I've searched the adobe flex component exchange, looked on the web and have only found PixFormat.

[flexcoders] Server-side application

2007-09-21 Thread Emmanuel Potvin
I'm pretty new with flex and there is some tricks I'm willing to do but I don't know how. The thing is, I want to have only one application running flex framework, like lcds, for client access, but running server side logic on more j2ee applications, maybe even not on the same server.

RE: [SPAM]RE: [flexcoders] Problem Locking columns in a horizontally scrolling DataGrid control

2007-09-21 Thread Gregory Geiger
Ya, it does now. But while I have ya. I have a problem. I am trying to make a item renderer/editor for a check box that will receive focus in the grid. The main problem is that we do not pass in true/false. We pass in 1 and 0. I have a checkbox that works great as renderer and editor

Re: [flexcoders] caringorm architecture

2007-09-21 Thread Jan Huzelius
Hi, This site contains loads of information and tutorials on all things cairngorm: http://www.cairngormdocs.org/ Cheers, /Jan On 19/09/2007, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 19 Sep 2007, [EMAIL PROTECTED] wrote: i have been asked to look at caringorm architecture usage

RE: [flexcoders] Dynamic Scaling of a Flex Application

2007-09-21 Thread Yaagoub Al-Nujaidi
ScaleX and ScaleY properties of the application will scale the whole application. You can set them at the creationComplete event of the Application, or anytime dynamically. Alex Harui [EMAIL PROTECTED] wrote: stage.scaleMode - From:

Re: [flexcoders] Dynamic Scaling of a Flex Application

2007-09-21 Thread Jurgen Beck
Thanks Alex and Yaagoub. Both work well, with some minor issues to get around: ScaleX and ScaleY: We have to set some metrics and listen for the resize event to keep things dynamic enough. Without setting starting metrics we don't really know what we should scale to when we resize.

[flexcoders] Re: caringorm architecture

2007-09-21 Thread seemaherein
Thanks for sharing this. 2 hours back only i started looking on this. --- In flexcoders@yahoogroups.com, Jan Huzelius [EMAIL PROTECTED] wrote: Hi, This site contains loads of information and tutorials on all things cairngorm: http://www.cairngormdocs.org/ Cheers, /Jan On

Re: [flexcoders] Sandbox/Crossdomain problem on connecting Socket with webserver on port 6680

2007-09-21 Thread Rogerio Gonzalez
But what I am in doubt is that the Security.loadPolicyFile is in a try/catch, and there is no error. I think that, if the cenario is that you are saying, will be some error... am I wrong? I will do some tests and report those later. Very very thanks! Rogério On 9/21/07, Alex Harui [EMAIL

Re: [flexcoders] state enter /exit

2007-09-21 Thread Mayur Bais
So, It means not to use state...I could it working by hiding and making visible Thanks On 9/21/07, Alex Harui [EMAIL PROTECTED] wrote: If the canvas gets destroyed and recreated, then it will call init() as it gets recreated. You would need to prevent re-creation by hiding and showing

[flexcoders] Re: Real size of components

2007-09-21 Thread ben.clinkinbeard
measuredWidth and measuredHeight I think. --- In flexcoders@yahoogroups.com, Daniel [EMAIL PROTECTED] wrote: Hey guys... I'm setting the size of a panel through the percentWidth property, but when I ask for the width of the component it doesn't give me the real size... How can I know the

RE: [flexcoders] Can I write to a file from FLEX Application

2007-09-21 Thread Merrill, Jason
Local - no - unless you export to AIR or use a third party tool like Zinc. Server - yes - with server-side scripting like .NET or PHP. Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From:

[flexcoders] Re: Real size of components

2007-09-21 Thread Sandeep Malik
I guess you should use getExplicitOrMeasuredWidth() and getExplicitOrMeasuredHeight(). Regards, Sandeep --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: measuredWidth and measuredHeight I think. --- In flexcoders@yahoogroups.com, Daniel danielterraza@ wrote:

[flexcoders] Re: Sending custom clases (value objects) to remote services

2007-09-21 Thread Sandeep Malik
Unfortunately not one that I know of. Generally to get a typed object on the server side, you will need a Flash Remoting Server sort of stuff (basically something that can deserialize that format in which the data was sent. So, if services like Amazon, Google don't have that running, it wouldn't

[flexcoders] Re: Can I write to a file from FLEX Application

2007-09-21 Thread Sandeep Malik
Well, you can store data locally on file (in form of Local Shared Objects) and later retrieve it from the file, but this file is only available to the swfs running in the same security sandbox (which means yours and any other that gets delivered from the same domain). Regards, Sandeep --- In

Re: [flexcoders] Can I write to a file from FLEX Application

2007-09-21 Thread Daniel Freiman
You could also talk to a local applet that has file system permissions. See: http://www.kellyjo.com/blog/index.cfm/2007/2/20/Accessing-the-Local-File-System-with-Flex - Dan Freiman On 9/21/07, Merrill, Jason [EMAIL PROTECTED] wrote: Local - no - unless you export to AIR or use a third party

[flexcoders] Re: nulling primitive data types

2007-09-21 Thread supertodda
Gordon, Thank you for your reply - your comments have been most helpful. I looked into this and there is an Es4 Wiki entry on this: http://wiki.ecmascript.org/doku.php?id=proposals:nullability There is also an Es4 discussion list, of which I've posted this issue and the proposal for wrapper

[flexcoders] Re: Text/Font with border on characters?

2007-09-21 Thread beecee1977
You're a star. Thanks a million! --- In flexcoders@yahoogroups.com, Stephen Allison [EMAIL PROTECTED] wrote: You could try playing around with the GlowFilter... mx:Label text=Behold a border! color=white fontSize=36 filters={[new GlowFilter(0x00,1,2,2,3,1)]}/ On 21 Sep 2007, at

[flexcoders] Problem in textinput and wmode transparent

2007-09-21 Thread danielvlopes
Hello, in my app i had a popup menu and this menu go over swf file, and for this work fine i need put wmode=transparent but when i use this all my textfields and textarea not work for special caracters (á, â, etc). I try find way to fix this problem on net and i found this

[flexcoders] Check XML against schema

2007-09-21 Thread Mark Ingram
Hi, I want to be able to load an XML document but I want to check it has all the relevant elements and attributes before attempting to parse it. What's the best way of checking that? Mark

RE: [flexcoders] Are you going to MAX?

2007-09-21 Thread Merrill, Jason
I'm there! Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, September 21, 2007 9:44 AM

Re: [flexcoders] Vector graphics serialization format?

2007-09-21 Thread Daniel Cascais
The closest to what you want is embedding SVG files. On 9/18/07, Borek [EMAIL PROTECTED] wrote: Hi all, is there some Flex-supported format for vector graphics serialization? I mean, I can use something like graphics.drawRect(1,2,3,4); graphics.drawEllipse(...); // etc. while I would

RE: [flexcoders] newline in a tooltip?

2007-09-21 Thread Merrill, Jason
Make the text htmlText and then use br or sometimes you may need two br tags Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] Data-enabled DateChooser or other calendar?

2007-09-21 Thread David Ham
I'm looking for a calendar component that is more data-enabled, something that would allow one or more of: * binding a collection of objects to a collection of dates * when you roll over a date, have the comp dispatch an event with that day's date in it * enabling individual dates as drop targets

Re: [flexcoders] Are you going to MAX?

2007-09-21 Thread Oscar Trelles
See you there! On 9/21/07, Merrill, Jason [EMAIL PROTECTED] wrote: I'm there! Jason Merrill Bank of America GTO Learning Leadership Development eTools Multimedia Team -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of

[flexcoders] Re: What do you do when you're waiting for moxie to build?

2007-09-21 Thread polestar11
My Flexbuilder slowness has reached a new record high. After thinking that 3mins was completely unbearable, the new record is approaching 8minutes. This is with all possible attempts / options of setting FB up for optimal build time. I am working with a library project which i build then copy

[flexcoders] Re: Setting style in inline itemrenderer? [SOLVED]

2007-09-21 Thread candysmate
set a class to the component tag: mx:itemRenderer mx:Component className=myRenderer mx:Text styleName=myStyle /mx:Text /mx:Component /mx:itemRenderer and define in the CSS file myRenderer { }

Re: [flexcoders] Are you going to MAX?

2007-09-21 Thread Andrew Muller
I'll be there, all the way from Down Under! On 22/09/2007, Tony Alves [EMAIL PROTECTED] wrote: Hey Jason, Does BofA have any plans of moving their online banking to Flex? I was wondering why they have not moved some of it there yet? Just wondering. Regards, Tony Merrill,

Re: [flexcoders] Re: What do you do when you're waiting for moxie to build?

2007-09-21 Thread Sheriff
ya just go to the Eclipse.ini or right click and click properties, then it says something along the line of mem and change that. The default is 256 make it like 512 - Original Message From: polestar11 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, September 21, 2007

[flexcoders] Re: Are you going to MAX?

2007-09-21 Thread Mike Morearty
I'll be there! I'll be giving a beginner-level Introduction to Flex Builder talk. - Mike Morearty, developer, Adobe Flex Builder team --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Just curious how many people from the list will be in Chicago. Ben

Re: [flexcoders] Anyone have any good Flex Projects with sourceCode?

2007-09-21 Thread Sheriff
no objective yet, just something that i thought can help me in the future when needed. Since i am enterin pharmacy school i could like create some inventory thing for a hospital or oversee something in a pharmaceutical company. - Original Message From: Yaagoub Al-Nujaidi [EMAIL

[flexcoders] Re: Are you going to MAX?

2007-09-21 Thread scalenine
I'll be there. Juan scalenine.com degrafa.com --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Just curious how many people from the list will be in Chicago. Ben

[flexcoders] FDS Compiler Error Eclipse 3.3

2007-09-21 Thread Lepine, Ron
Just installed Eclipse 3.3 and Flexbuilder plugin. Flex works find but when I try an fds project I get an Unknown Error when compiling the mxml file. Also tried it with granite data services, same error. The -services in the compile option seems to be the problem. Anyone else experiencing this

[flexcoders] Re: Are you going to MAX?

2007-09-21 Thread fuad_kamal
I will be there... Fuad Kamal Anaara Media LLC www.anaara.com --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Just curious how many people from the list will be in Chicago. Ben

RE: [flexcoders] Are you going to MAX?

2007-09-21 Thread Merrill, Jason
Hi Tony! There is Flex development going on here in a few places, but with over 200,000 employees worldwide, I wouldn't know specificially about Flex and online banking, and even if I did, I couldn't comment on future plans or strategies without getting fired. :) I work in an RD technical

[flexcoders] Re: httpservice and crud

2007-09-21 Thread nylarch
ahhh, thanks, I get it now. Couldn't wrap my head around how to dynamically build the request object in MXML, and of course I should be doing it in the script... --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: One HTTPService instance will work fine. Instantiate it

Re: [flexcoders] Can I write to a file from FLEX Application

2007-09-21 Thread Steve Hueners
How about being at to save a file to an Amazon S3 account? On 9/21/07, Daniel Freiman [EMAIL PROTECTED] wrote: You could also talk to a local applet that has file system permissions. See: http://www.kellyjo.com/blog/index.cfm/2007/2/20/Accessing-the-Local-File-System-with-Flex - Dan

RE:%20[flexcoders]%20Are%20you%20going%20to%20MAX?

2007-09-21 Thread Ed Capistrano
Naa! I like to go there anyways can you share a vid of it to others. ben.clinkinbeard wrote: Just curious how many people from the list will be in Chicago. Ben Send instant messages to your online friends http://uk.messenger.yahoo.com

Re: [flexcoders] Are you going to MAX?

2007-09-21 Thread Andrew D. Goodfellow
I'll be there. -Andy On 9/21/07, ben.clinkinbeard [EMAIL PROTECTED] wrote: Just curious how many people from the list will be in Chicago. Ben

Re: [flexcoders] Are you going to MAX?

2007-09-21 Thread Steve Mathews
Hey Jason, Out of curiosity, what city is your office located in, and any openings for someone with tons of Flash and elearning experience? :-) Oh, and I am going to MAX also. On 9/21/07, Merrill, Jason [EMAIL PROTECTED] wrote: Hi Tony! There is Flex development going on here in a few

RE: [flexcoders] Problem in textinput and wmode transparent

2007-09-21 Thread Alex Harui
It is not fixed, it is external meaning it has been transferred to the player team. There are known limitations of what you can do with wmode-transparent. Why do you need to put swfs over other swfs? From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Dynamic Scaling of a Flex Application

2007-09-21 Thread Alex Harui
The trick for scale mode is to fix the size of the application. % width/height will usually not work. The entire visible portion of the app must show up in that size for scale mode to work. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Sandbox/Crossdomain problem on connecting Socket with webserver on port 6680

2007-09-21 Thread Alex Harui
It might still be streaming in so no error at that time. Not sure. Let me know if caching helps. If not, I'll check with the player engineer again. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rogerio Gonzalez Sent: Friday,

Re: [flexcoders] Are you going to MAX?

2007-09-21 Thread John Wilker
I'll be there, see ya'll there! -- John Wilker Vice President of Operations 360Conferences, Inc. www.johnwilker.com / www.red-omega.com / www.360conferences.com Everything changes, nothing remains without change. ~Buddha c.483 bc On 9/21/07, Merrill, Jason [EMAIL PROTECTED] wrote: Out of

RE: [flexcoders] Runtime Error 2048

2007-09-21 Thread Alex Harui
You will need a crossdomain policy file or a proxy service. Locally run apps have special security priveliges From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chr_nrt Sent: Wednesday, September 19, 2007 10:50 AM To:

[flexcoders] Re: Timezone Problem

2007-09-21 Thread Anthony DeBonis
This is correct - Flash is converting the datetime on you based on your TimeZOne/Daylight Savings setting. If you return just a string date back from you DB query (or what every dataprovider) Flash will not do the convert but may mess up your sort. The data is comming from the Date object and

RE: [flexcoders] ItemRenderer : listData and dataChange event

2007-09-21 Thread Alex Harui
The setter does not have to call dispatchevent in this case because by convention, the list classes set listData then set data which will fire the dataChange. This is required since we have to set both in order for the two properties to remain synced up. So you don't want or need to dispatch the

[flexcoders] Where are my fonts?

2007-09-21 Thread Steve Hueners
The font selector in FB2 shows only the minimum HTML fontsArial, Times, etc. Flash shows all my system's fonts why not FB2?

[flexcoders] ... (rest) parameter - passing to second function

2007-09-21 Thread Mark Ingram
Hi, if I have a function: public virtual function applicationSave(data:String):void { this.send(applicationSave, data, this.commonId, this.creationId); } And private function send(methodName:String,

RE: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-21 Thread Alex Harui
Closed does not mean fixed. It has been external meaning it is transferred to the player team for consideration in a future player. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mikhail Shevchuk Sent: Friday, September 21, 2007 12:27

RE: [flexcoders] Tracking users' actions

2007-09-21 Thread Alex Harui
Depends on what you mean by replay. It could mean that you want to watch a drag/drop move a target across the screen again. It could mean an undo/redo stack. It could mean the equivalent of browser history forward/back. Urlkit and BrowserManager deal with the latter. They could be used for

RE: [flexcoders] ... (rest) parameter - passing to second function

2007-09-21 Thread Alex Harui
In this particular case, I'd just do this.sendConnection.send(this.sendName, methodName, rest[0]); In general, I'll shift the other args onto a clone of rest and use apply. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark

[flexcoders] Re: Problem in textinput and wmode transparent

2007-09-21 Thread danielvlopes
Hum, the problem not is with swf over swf, is for div over swf... I had a popup menu and this popup goes over flex swf. It is impossible to fix? This a link for problem: www.areaprojetos.com on left side on painel put Login 07291207673 and Senha 123456, click in meus servico the page will be

[flexcoders] Re: What do you do when you're waiting for moxie to build?

2007-09-21 Thread gjain_work
Recently there are a lot of fonts being embedded (660k) which brought on this record-breaking time. Can you try setting advanced-anti-aliasing to false and then see if it improves the compile time? Thanks, Gaurav --- In flexcoders@yahoogroups.com, polestar11 [EMAIL PROTECTED] wrote: My

[flexcoders] Interacting with Embedded Flash?

2007-09-21 Thread Matt
Is there any way to interact with an embedded SWF via Image (or any other mechanism for that matter) like if you have an animation and you want to jump to a specific place in the animation or even Pause and Play on a cycling animation sequence?

[flexcoders] firefox and FileReference.upload over SSL - error 2038

2007-09-21 Thread wizardry_wiz
If you have file upload working on firefox over SSL, please let me know it is possible. If nobody replies, I'm going to assume flex cannot do it, and call javascript to pop up a window and upload files that way. I cannot seem to log the connect attempt in any way on my server, but examining my

RE: [flexcoders] Are you going to MAX?

2007-09-21 Thread Samuel R. Neff
Our whole team is going--well, except for the one developer who is scheduled to have a baby a few days later. :-) Sam --- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C.

RE: [flexcoders] Are you going to MAX?

2007-09-21 Thread Seth Caldwell
I would love to go, but the cost is a bit too much, imo. If only I blogged more and was invited to present on something ;0 Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: Friday, September 21, 2007 6:44 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: What do you do when you're waiting for moxie to build?

2007-09-21 Thread Samuel R. Neff
One thing we learned from one of the adobe guys is that when you have build automatically turned on and you hit save twice, the second time Flex Builder has to wait till the first recompile finished before it can start a second. So it sounds weird, but by being aware of when we hit save and

RE: [flexcoders] Interacting with Embedded Flash?

2007-09-21 Thread Alex Harui
If the SWF is a player9 swf then yes. Someone else figured out which hoops to jump through already. There is no easy way if I recall. You might want to search the archives. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Sent:

RE: [flexcoders] Re: Problem in textinput and wmode transparent

2007-09-21 Thread Alex Harui
So the popup is not Flash, but other HTML covering Flash? Then yes, you'll have to see if the player makes any improvements in that area. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of danielvlopes Sent: Friday, September 21, 2007

Re: [flexcoders] Tracking users' actions

2007-09-21 Thread Steve Hueners
Ideally I'd like to replay the literal session. I recall reading some feature points for some tier of Live Cycle stuff that lead me to think there was some support for that kind of thing there. Can't find/recognize that now. thx On 9/21/07, Alex Harui [EMAIL PROTECTED] wrote: Depends on what

[flexcoders] How do I send a Flex object to a web service?

2007-09-21 Thread lrdvadersith
I've got a web service that takes a complex object as input. It is a Document/Literal service, and I'm having problems with object's child collections. I'm currently having 3 issues with the service call: 1) If my object contains an ArrayCollection of other objects, each item in the collection is

[flexcoders] Re: How do I send a Flex object to a web service?

2007-09-21 Thread ben.clinkinbeard
Its all based on what is specified in your WSDL. I don't have enough knowledge to diagnose your issue but I would suggest examining/posting the relevant part of the WSDL. Also mention which hotfix you're running. Hotfix 3 made significant changes to WebService. As for the basics of how to send

RE: [flexcoders] Tracking users' actions

2007-09-21 Thread Alex Harui
Are you talking about the QTP test automation stuff? That's available now (for $$). I thought you wanted replay in the app itself. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Hueners Sent: Friday, September 21, 2007 12:12 PM

Re: [flexcoders] Tracking users' actions

2007-09-21 Thread Steve Hueners
Perhaps what i'm remembering (however vaguely) _is a description of how automation might be used to evaluate a visitor's trek though an application. But my sense is that automation is intended to setup testing scenarios rather than recording a real-life user's actions. On 9/21/07, Alex Harui

[flexcoders] Re: Flex mp3 search engine - not a spam

2007-09-21 Thread muharem_l
OK, I've found it... it's called www.anywhere.fm --- In flexcoders@yahoogroups.com, Muharem Lubovac [EMAIL PROTECTED] wrote: Greetings, Few months ago I came across nicely designed Flex application that allowed for music search and would allow visitors to listen music etc. It had beautiful

[flexcoders] Embedded SWF in Flex 2

2007-09-21 Thread byte.sensei
I have a Flex 2 app with an embedded SWF file that I'm loading into Flex with mx:SWFLoader. The swf file is a fairly complex form written in Flash 8 / AS 2.0 that uses xml web services to pull data into a form which is edited and then re-submitted. Once a user is finished with the embedded

[flexcoders] Re: Problem in textinput and wmode transparent

2007-09-21 Thread danielvlopes
Thanks Alex, i will try find other way to do this, but i think this don't exist. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: So the popup is not Flash, but other HTML covering Flash? Then yes, you'll have to see if the player makes any improvements in that area.

RE: [flexcoders] Embedded SWF in Flex 2

2007-09-21 Thread Alex Harui
Flash8/AS2 swfs cannot communicate the Flex swfs and vice-versa except through LocalConnection. LocalConnection can pass data so it should serve as the answer. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of byte.sensei Sent: Friday,

RE: [flexcoders] Tracking users' actions

2007-09-21 Thread Alex Harui
There's an undocumented hook in dispatchEvent in UIComponent so you can see every event going through and record it. We won't officially support that hook, but it is there if you need it. Note that you cannot playback keyboard events. The TextField dispatches them as notifications not as

[flexcoders] length binding not triggered for ArrayCollection.removeItemAt()

2007-09-21 Thread gary_mangum
I have a TileList bound to an ArrayCollection and a Label bound to the length property of the ArrayCollection. When I call removeItemAt() on the ArrayCollection, my TileList updates correctly, but my Label does not ever get triggered. What I am doing incorrectly? Thanks, Gary

[flexcoders] Re: Problem in textinput and wmode transparent

2007-09-21 Thread danielvlopes
After some hours rounding on internet i get the confirmation. Not possible, http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15523sliceId=2 :-( --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: So the popup is not Flash, but other HTML covering Flash? Then

  1   2   >