Re: [flexcoders] Flex RAM memory use - (probably a question for the player engineers?)

2009-03-05 Thread nwebb
Thanks - yes turned out to be that. Much appreciated! On Thu, Feb 26, 2009 at 4:35 PM, Alex Harui aha...@adobe.com wrote: Are you using SWFObject? http://groups.google.com/group/swfobject/browse_thread/thread/d94bc23037ddc714 Alex Harui Flex SDK Developer Adobe Systems Inc.

Re: [flexcoders] RSL Error after changing to 3.3

2009-03-05 Thread Tom Chiverton
On Thursday 05 Mar 2009, azona26 wrote: Flex Error #1001: Digest mismatch with RSL http://127.0.0.1/framework_3.2.0.3958.swf. Redeploy the matching RSL or relink your application with the matching library. Looks like the app is trying to use old versions of the RSL. The ones I have here are:

[flexcoders] Lazy loading in AdvancedDataGrid using RemoteObject

2009-03-05 Thread yossi.baram
Hi guys, I am strugeling to figure out lazy loading in my AdvancedDataGrid. I didnt find any relevant document on that. If I'm using ItemRenderer for my columns to do manipulation on the data, it is executed when I click on the grouped (branch )column. This is good if I ahve a dataprovider with

[flexcoders] server side swf compilation

2009-03-05 Thread Kenneth Sutherland
I'm looking at making a client side swf slightly more secure (I know that you should never trust the client, but in this case it's not needed to be 100% watertight and logging in, getting session ID's etc isn't an option). What I'm thinking of is passing a swf from the server to the main app

[flexcoders] Open Source Library for Draw Graph

2009-03-05 Thread carlo giordano
Hi, someone know an open source library for writing VISUALLY graph ?? Thanks.

[flexcoders] Re: Embedding Flash Player

2009-03-05 Thread jtgrassie
Just a quick note to say we recently released a version of Shu http://shu-player.com that is compatible with the standard AIR redistribution license from Adobe. We created this version specifically for developers concerned about gettting a 'custom' license from Adobe. As of yesterday, we also

[flexcoders] Module unload GC

2009-03-05 Thread Claudiu Ursica
Hi, I'm using a module in my app. And I'm profiling the app to see if unloading cleans after itself... The thing is the first time I unload nothing happens all the instances are still there in the Profiler. Now if I load the module again, the memory increases and the insatnces no. doubles.

Re: [flexcoders] Open Source Library for Draw Graph

2009-03-05 Thread Weyert de Boer
Have a look at BirdEye: http://code.google.com/p/birdeye Hi, someone know an open source library for writing VISUALLY graph ?? Thanks.

Re: [flexcoders] Launching Air application from ASP .NET

2009-03-05 Thread Sam Lai
It might be due to the fact that the ASP.NET process does not run in an interactive account, i.e. able to display anything on screen. Try using the runas command from the command prompt and see what it does there. On 3/5/09, akila_ksri akila_k...@yahoo.co.in wrote: The app is already written in

Re: [flexcoders] Launching Air application from ASP .NET

2009-03-05 Thread Weyert de Boer
Why would you want to run the AIR application on the webserver where the ASP.NET project is deployed on?

RE: [flexcoders] Re: Flex 3.3 and Flash Player 10.0.22 coming?

2009-03-05 Thread Gregor Kiddie
Which Flex blog? Not http://blogs.adobe.com/flex/? Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit our Internet Web site at www.inps.co.uk

[flexcoders] Re: Compressing messages/data: What binary/compression formats are workable in Flex?

2009-03-05 Thread valdhor
What kind of server do you have? I was fairly sure there was an implementation of AMF for every server out there. --- In flexcoders@yahoogroups.com, David Adams dpad...@... wrote: * Use AMF. Can't. It's not supported on the server and a project constraint is thou shalt not implement binary

[flexcoders] Re: Menubar sub menu pop up orientation

2009-03-05 Thread valdhor
Take a look at... http://dougmccune.com/blog/2007/01/25/vertical-menubar-component/ It looks like someone has already modified that component to do what you want (See comment from Brian M). --- In flexcoders@yahoogroups.com, Sefi Ninio sefi.ni...@... wrote: Bump... Anyone? On Mon, Mar

[flexcoders] Different filtered dataProviders for the same data ?

2009-03-05 Thread Richard C Haven
I have several lookup tables, some of which refer to or are relationships between others. For instance, I have `membership type included inventory` which has Membership ID and Inventory Type ID and is the amount of each Inventory Type that one gets when one gets a specific type of membership.

[flexcoders] Web service, parameters, errors... Help please

2009-03-05 Thread Jim
I'm new to Flex and web services. I've created a web service in PeopleSoft and successfully imported the WSDL into Flex so that it has contacted the PS server and returned data (using mx:WebService and mx:Operation code I found examples of). However, I have been unable to pass a parameter to

[flexcoders] Newbie : Video Capture and Streaming Questions

2009-03-05 Thread toejamnyc
Good Day. I hope you'll forgive my very basic questions. I've googled, read FAQ's, and built a few tutorials, and have a very basic app that displays video. But I still have a very basic question. Must I have Flash Media Server in order to capture and save video from a webcam to a server? Is

Re: [flexcoders] Recommended MVC for Flex/AS?

2009-03-05 Thread Alex Ninan
Take a look at the attached link http://www.summa-tech.com/blog/2009/01/14/selecting-the-right-flex-application-framework/ On Tue, Mar 3, 2009 at 11:38 AM, Adrian Williams adri...@familytreedna.comwrote: Hi All, I'm curious as to what our overall community would recommend, why and

[flexcoders] Problem in sorting XMLList collection as a dataProvider for the list

2009-03-05 Thread anuj181
Hi Guys I am trying to sort the xmllist collection which is the dataprovider for the list. As the implementation of name-value pairs, i am displaying the entries in form of string in List and would like to sort all the data displayed in the List alphabetically, I am making a call through amfphp

[flexcoders] Best way to send variable among MXML page

2009-03-05 Thread carlo giordano
Hi, what the best way to send variable request (for java Develper like ServletRequest.getParameter) among MXML page ? I send parameters trough the SharedObject API but I think is not the best way. Anyone has any advice on this? Thanks.

Re: [flexcoders] Recommended MVC for Flex/AS?

2009-03-05 Thread Adrian Williams
Hi Alex, Thanks so much for the link! That was exactly the kind of information I was looking for. Thanks, Adrian Alex Ninan wrote: Take a look at the attached link http://www.summa-tech.com/blog/2009/01/14/selecting-the-right-flex-application-framework/

Re: [flexcoders] Restricting characters in User input controls

2009-03-05 Thread kotha poornima
Hi, Thanks this is working good. From: Alex Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Wednesday, March 4, 2009 11:17:10 AM Subject: RE: [flexcoders] Restricting characters in User input controls Try: mx:Script

Re: [flexcoders] Restricting characters in User input controls

2009-03-05 Thread kotha poornima
Hi, Initially thanks for responding but quot; is not working. This is how i solved the issue. private function setRestrict():void{ txtInput.restrict = ^'\; } mx:TextInput id=txtInput initialize=setRestrict()/ Thanks Poornima From: Tracy

[flexcoders] Location of datavisualization_3.3.0.4589.swz?

2009-03-05 Thread Battershall, Jeff
Anyone know where this can be found on opensource.adobe.com - or if it exists? I'm hoping that this build addresses a particular font rendering issue. Jeff Battershall Application Architect Dow Jones Indexes jeff.battersh...@dowjones.com (609) 520-5637 (p) (484) 477-9900 (c)

[flexcoders] Using sessions in flex

2009-03-05 Thread kotha poornima
Hi All, Iam getting some issues in Flex. I have two pages in my project one is for non-admin and another for admin users. A link will be shown for non-admin users and not for admin users. While the user is logging in, if the username and password are wrong then it will automatically redirected

Re: [flexcoders] Re: Restricting characters in User input controls

2009-03-05 Thread kotha poornima
Hi, Initially thanks for responding but ' #034; is not working. This is how i solved the issue. private function setRestrict():void{ txtInput.restrict = ^'\; } mx:TextInput id=txtInput initialize=setRestrict()/ Thanks Poornima From: pavan

[flexcoders] Images

2009-03-05 Thread Darrin Kay
Ok I am stuck and I am sure it is simple. I have a HBox and I am I have a image in there, now I want to put another image in there and have it butt up against the first so it will look like one, but it puts a space between the images? Also how can I take a slice of a image (say a bar) and

Re: [flexcoders] Images

2009-03-05 Thread Fotis Chatzinikos
for your first question try horizontalGap=0 property on the hbox I do not understand your second question... On Thu, Mar 5, 2009 at 4:30 PM, Darrin Kay dar...@stop-ing.com wrote: Ok I am stuck and I am sure it is simple. I have a HBox and I am I have a image in there, now I want to put

Re: [flexcoders] Images

2009-03-05 Thread Jake Churchill
the space is probably caused by the default horizontal spacing in the HBox. Take that down to 0 and it'll probably work fine. Darrin Kay wrote: Ok I am stuck and I am sure it is simple. I have a HBox and I am I have a image in there, now I want to put another image in there and have it butt

[flexcoders] summaryFunction in Editable AdvancedDatagrid

2009-03-05 Thread samata
Hi all, I am using Advanced Data grid for the first time. It is editable in nature. I am unable to display the 'SUM' of the grouped collections corrected after i edit the Text Inputs in the grid. This is my code: MainFile.mxml: ?xml version=1.0 encoding=utf-8 ? mx:Application

Re: [flexcoders] Images

2009-03-05 Thread Darrin Kay
Ok I was given a jpg image to use as the header, and I broke to 3 images, the left logo and right logo. Now in the original image there was a bar that connected the two to make it look like one. But I want the image to move with the size of the screen so the left and right are on the

Re: [flexcoders] Images

2009-03-05 Thread Fotis Chatzinikos
width = 100% ? On Thu, Mar 5, 2009 at 4:45 PM, Darrin Kay dar...@stop-ing.com wrote: Ok I was given a jpg image to use as the header, and I broke to 3 images, the left logo and right logo. Now in the original image there was a bar that connected the two to make it look like one. But I

Re: [flexcoders] Images

2009-03-05 Thread Darrin Kay
I tried that, and it did not stretch it out, the img is 1px wide and just puts blank space On Mar 5, 2009, at 2:47 PM, Fotis Chatzinikos wrote: width = 100% ? On Thu, Mar 5, 2009 at 4:45 PM, Darrin Kay dar...@stop-ing.com wrote: Ok I was given a jpg image to use as the header, and I

Re: [flexcoders] Newbie : Video Capture and Streaming Questions

2009-03-05 Thread p...@vin Uttarwar
Hi, Yes you need Streaming server like FMS or Red 5 to use NetStream.connect() method. Netconnection Creates a bidirectional connection between a Flash Player or AIR application and a Flash Media Server application. Regards, Pravin 2009/3/5 toejamnyc jtho...@yahoo.com Good Day. I hope

RE: [flexcoders] Web service, parameters, errors... Help please

2009-03-05 Thread Tracy Spratt
The value you want to pass needs to be in the text node, not in an attribute. Something like: Find__CompIntfc__DL_TREE_IB_CIX/Find__CompIntfc__DL_TREE_IB_CI Also, this declarative syntax is hard to debug. I suggest invoking your call in an as function: var sValue:String = X: var

[flexcoders] URLStream readObject error 2006 when trying to read larger amounts of data

2009-03-05 Thread eak0703
I was wondering if anyone could help me fill in some of the details about how URLStreamer works. Here's what im trying to do: I have a Java back end server that establishes a long lived connection to my Flex front end. I am using URLStreamer to do this. I am then serializing Java objects into

Re: [flexcoders] Images

2009-03-05 Thread Fotis Chatzinikos
To set an explicit height or width for an imported image, set its height and width properties of the Imagehttp://livedocs.macromedia.com/flex/201/langref/mx/controls/Image.htmlcontrol. Setting the height or width property prevents the parent from resizing it. The scaleContent property has a

Re: [flexcoders] Using sessions in flex

2009-03-05 Thread Jeffry Houser
Flex doesn't have the concept of pages the same way that an HTML application does. Store your session state as part of the Flex App (AKA in the client). And you can hide/unhide sections of the app based on the login credentials. kotha poornima wrote: Hi All, Iam getting some issues in

RE: [flexcoders] Problem in sorting XMLList collection as a dataProvider for the list

2009-03-05 Thread Tracy Spratt
I would use a sort function, so I could debug any problems. I'd also suggest an e4x expression instead of the loop. Tracy _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of anuj181 Sent: Wednesday, March 04, 2009 6:51 PM To:

[flexcoders] Re: Images

2009-03-05 Thread ppongtong
Try using style... mx:Style .testImage { background-image: Embed(assets/images/testBg.png); background-size: 100%; } /mx:Style mx:HBox width=100%

[flexcoders] Re: Newbie : Video Capture and Streaming Questions

2009-03-05 Thread gilbert_mizrahi
You need FMS or other Flash Media Server, like RED5 (open source) http://osflash.org/red5 or Wowsa http://www.wowzamedia.com/. --- In flexcoders@yahoogroups.com, toejamnyc jtho...@... wrote: Good Day. I hope you'll forgive my very basic questions. I've googled, read FAQ's, and built a

[flexcoders] Re: Selected item/index in ComboBox

2009-03-05 Thread twcrone70
Thanks Tim! callLater() is the solution. - Todd --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Hi Todd, Sounds like a timing issue. The popup is instantiated first, then the ComboBox's dataProvider is being set. 1) Best practice would be to use a getter/setter for

Re: [flexcoders] try, catch, finally ...

2009-03-05 Thread Alan K
This sounds like the try-catch is not being used as ( how I see ) intended. As Alex mentioned, they are costly so unless you need it, skip it. I suggest just adding an IOErrorEvent listener/handler to the caller, and if/when the call is complete then remove the listener(s) for GC. In the Œtry,

[flexcoders] adobe TV - QR code reader

2009-03-05 Thread Kenneth Sutherland
I'm trying to track down an episode describing how to create a QR code reader with a web cam (the little square barcodes). I know I've watched a video tutorial on this in adobe TV, but I can't find it. Tried multiple searches in Adobe TV and using Google but nothing. Has anyone got a link to

[flexcoders] Re: Images

2009-03-05 Thread app.developer
You have the three images you mentioned earlier, let's name them imgLogoLeft, imgCenter, imgLogoRight. Take an HBox, (imagine a table in HTML that has 3 columns) placing the imgLogoLeft first, a Spacer to push the logo images apart from one another, and imgLogoRight. With each logo image, you

[flexcoders] Cannot upload files using Filereference /PHP returns

2009-03-05 Thread William Paulton
I am trying to create a very simple flex/Air app that can load content such as small jpg or text file from a local directory to a content server (ISP using Apache) using the file refernce Class. I am using a simple php script to handle the server side processing, and which is referenced in the

RE: [flexcoders] Location of datavisualization_3.3.0.4589.swz?

2009-03-05 Thread Battershall, Jeff
I see the new SDK release on adobe.com - thanks. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Battershall, Jeff Sent: Thursday, March 05, 2009 9:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Location of

[flexcoders] how to close a titlewindow that was not created as a popup

2009-03-05 Thread stinasius
hi how can one how to close a titlewindow that was not created as a popup?

[flexcoders] Re: amfphp problem - Client.Error.DeliveryInDoubt - when trying to export image

2009-03-05 Thread valdhor
I had the same problem with Client.Error.DeliveryInDoubt with AMFPHP. I tried everything I could find but could not find a solution. Finally, I tried WebORB and all my problems disappeared. I now use WebORB exclusively and have not had a problem. --- In flexcoders@yahoogroups.com, Rico

Re: [flexcoders] Preventing HSlider from moving forward

2009-03-05 Thread Tom Chiverton
On Friday 27 Feb 2009, Daman Dogra wrote: I have this requirement in a project where I need to block a slider from moving forward after it reaches a certain value. The user should still be able to move the slider backwards though. Just set the maximum property ? -- Tom Chiverton Helping to

Re: [flexcoders] adobe TV - QR code reader

2009-03-05 Thread Weyert de Boer
It's the session by Mario Klinggemann. He did that session during Aral's online conference. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location:

[flexcoders] mx:MenuBar - How to choose or trigger on click

2009-03-05 Thread Wally Kolcz
I am working on a couple AIR apps that would best be served with a menu bar. Problem is, as where I do understand how to make menu items, I cannot figure out how to trigger a function or switch a viewstack when a menu item is clicked. Lets say I have this: mx:MenuBar x=0 y=80 width=100%

[flexcoders] HTTPService vs URLRequest

2009-03-05 Thread Osman Ullah
Surprisingly, I am having a very difficult time finding any discussion on the advantages of using HTTPService instead of URLRequest. I've always used URLRequest to handle my web API calls. What are some of the benefits of using the HTTPService instead? I like URLLoader because my network

[flexcoders] Re: Adding verticalaxis(es) via actionscript

2009-03-05 Thread Amy
--- In flexcoders@yahoogroups.com, Trefalgar Bain trefal...@... wrote: --- In flexcoders@yahoogroups.com, Amy amyblankenship@ wrote: --- In flexcoders@yahoogroups.com, Trefalgar Bain trefalgar@ wrote: --- In flexcoders@yahoogroups.com, Amy amyblankenship@ wrote: I think you just

Re: [flexcoders] Preventing HSlider from moving forward

2009-03-05 Thread Tom Chiverton
On Friday 27 Feb 2009, Daman Dogra wrote: I have this requirement in a project where I need to block a slider from moving forward after it reaches a certain value. The user should still be able to move the slider backwards though. Just set the maximum property ? -- Tom Chiverton Helping to

RE: [flexcoders] adobe TV - QR code reader

2009-03-05 Thread Kenneth Sutherland
Thanks that one step closer but the search on Adobe TV is quite rubbish. Don't suppose you have a link. I found the guys blog site but searching that didn't turn up a URL. Cheers. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Weyert

re: [flexcoders] mx:MenuBar - How to choose or trigger on click - Never Mind

2009-03-05 Thread Wally Kolcz
Never mind. Found it From: Wally Kolcz wko...@isavepets.com Sent: Thursday, March 05, 2009 7:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] mx:MenuBar - How to choose or trigger on click I am working on a couple AIR apps that would best be

RE: [flexcoders] adobe TV - QR code reader

2009-03-05 Thread Kenneth Sutherland
Got it, eventually. If anyone is interested it's a presentation called 'here be pixels' and was recorded at max 2008. http://tv.adobe.com/#vi+f15384v1012 phew, that seems to take forever to find. Thanks. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

Re: [flexcoders] adobe TV - QR code reader

2009-03-05 Thread Weyert de Boer
http://tv.adobe.com/#vi+f15384v1012 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location: https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 Search

[flexcoders] Re: Web service, parameters, errors... Help please

2009-03-05 Thread Jim
Tracy, The value you want to pass needs to be in the text node, not in an attribute. Something like: Find__CompIntfc__DL_TREE_IB_CIX/Find__CompIntfc__DL_TREE_IB_CI The above line won't work; it gets the error message about Initializer for 'Find__CompIntfc__DL_TREE_IB_CI'; values of type

[flexcoders] How do you populate a DTO from view components?

2009-03-05 Thread Rodrigo Pereira Fraga
Hi, I'm looking for a better solution for it. I have two solutions: 1- With a model declared with a DTO(MXML) user:User id=user login={inputLogin.text} password={inputPassword.text}/ 2- With custom components, like it: apolloti:TextInputBindable text={model.user.login} entity={model.user}

[flexcoders] How to show the web image in Flex?

2009-03-05 Thread markflex2007
Hi, I want to something like html in Flex img src=http://www.somecompany.com/img/test.gif; / I also want to show the image in Flex without downloading it to local. mx:Image can show a local image and how to show web image. Thanks Mark

[flexcoders] Re: mx:MenuBar - How to choose or trigger on click

2009-03-05 Thread valdhor
Use the itemClick event instead of the click event. vis... ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.events.MenuEvent; private function

Re: [flexcoders] How to show the web image in Flex?

2009-03-05 Thread Fotis Chatzinikos
mx:image source=the web image source? On Thu, Mar 5, 2009 at 6:45 PM, markflex2007 markflex2...@yahoo.com wrote: Hi, I want to something like html in Flex img src=http://www.somecompany.com/img/test.gif; / I also want to show the image in Flex without downloading it to local. mx:Image

Re: [flexcoders] How do you populate a DTO from view components?

2009-03-05 Thread Jeffry Houser
You can get 2-way binding in MXML using the mx:binding tag. I'm not sure if that would be cleaner / better than your current approach, though. Rodrigo Pereira Fraga wrote: Hi, I'm looking for a better solution for it. I have two solutions: 1- With a model declared with a DTO(MXML)

[flexcoders] AsyncToken with special chars

2009-03-05 Thread thibodeau.alain
Hi there, I've run into an issue that I am sure others have, but I cannot find a solution. I am using cairngorm with a webservice. I need to send in my soap body the less than and greater than characters. In my mxml based on user input, I use lt;gt;. I follow the call and flex converts the

[flexcoders] [Tree][move scrollbar to selectedIndex] how to ?

2009-03-05 Thread fotis.chatzinikos
Hello everybody, after much search on programatically opening a tree node, openItems, selectedIndex, and calllater magic, I managed to open AND select a node deep inside an mx:tree. The problem? this node might be lower in the tree than is visible (scrollbars appear as needed). Any ideas how

Re: [flexcoders] How do you populate a DTO from view components?

2009-03-05 Thread Anggie Bratadinata
Can ChangeWatcher be used in your case ? -- Anggie Bratadinata | www.masputih.com | Indonesia On Thu, Mar 5, 2009 at 11:39 PM, Rodrigo Pereira Fraga rpf...@gmail.comwrote: Hi, I'm looking for a better solution for it. I have two solutions: 1- With a model declared with a DTO(MXML)

RE: [flexcoders] Preventing HSlider from moving forward

2009-03-05 Thread Ryan Graham
How are your users interacting with the slider? Be sure to cover all interactions - i.e. clicking on the track to move the slider, dragging the thumb, etc. You can listen for the change, thumbPress, thumbRelease, and thumbDrag events and provide your functionality there. In the thumbDrag

Re: [flexcoders] AsyncToken with special chars

2009-03-05 Thread Maciek Sakrejda
This sounds like your problem: https://bugs.adobe.com/jira/browse/SDK-18326 Fixed in the 3.0.3 that recently went out, according to the release notes. -Original Message- From: thibodeau.alain thibodeau.al...@yahoo.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flex 3.3 and Flash Player 10.0.22 coming?

2009-03-05 Thread Matt Chotin
Oops, I screwed up and forgot to set it to publish. Should go live in a sec. Note that we screwed up the symlinks for AIR that are used by the Mac. We have a script available at http://bugs.adobe.com/jira/browse/SDK-19707 that can fix this and we'll be updating the bits in the next day or so.

RE: [flexcoders] how to close a titlewindow that was not created as a popup

2009-03-05 Thread Ryan Graham
Listen for the close event, then removeChild(). HTH, Ryan From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of stinasius Sent: Thursday, March 05, 2009 8:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] how to close a titlewindow that was not

[flexcoders] Passing reference to a custom class

2009-03-05 Thread Deane Venske
Ok I'm not sure that this is possible BUT: I have written a class to simplify our data transfers for my developers, but what I wanted to achieve was a single line call to the class that would do everything: var dlAccounts:DataLoader = new DataLoader(php/index.php, vars, model.xmlAccounts,

Re: [flexcoders] Module unload GC

2009-03-05 Thread Nate Beck
Garbage Collection happens when it needs to happen. You have no control over it. This is from Grant Skinner's blog: *Deferred GC and Indeterminacy* A *very* important thing to understand about the Garbage Collector in FP9 is that it's operations are deferred. Your objects will not be removed

RE: [flexcoders] HTTPService vs URLRequest

2009-03-05 Thread Jeff Vroom
Of course HTTPService uses URLLoader when you are using a direct connection to your server. HTTPService supports resultFormats, data binding, proxying with blazeDS, channel set failover, MXML tag definition, and AsyncToken's for more flexible code notification. URLLoader is well covered in

Re: [flexcoders] Module unload GC

2009-03-05 Thread claudiu ursica
I read this too, however when watching in profiler the gc runs a removes a set of the instances, the thing that bothers me is that after first load/unload the memory looks like the module is there. After the second load looks like 2 modules are load I get duplicate instances ... After the

[flexcoders] Problem in Sorting XMLListCollection (which is dataProvider for) the List

2009-03-05 Thread anuj181
Hi Guys I am trying to sort the dataProvider in the list which is in the form of XMLListCollection, I am using amfPHP for grabbing data in the form of XMLListCollection and for the display purpose I am using labelfunction to display just the friendly name of my entries which is the specific

[flexcoders] help with httpService Error

2009-03-05 Thread Ramsey, Robert L
Hi, I am using FlexBuilder 3.0.2 and am getting a new error on new projects when using the httpService feature. Here is my httpService control, as copied from an older project which still works: mx:HTTPService id=getmeta method=POST result=gotmeta()

[flexcoders] Flash 10 File Chooser

2009-03-05 Thread twcrone70
Is there anyway to get the fully qualified path to a selected file rather than just the filename? - Todd

Re: [flexcoders] Module unload GC

2009-03-05 Thread Nate Beck
Well if we're talking about modules... If you're loading the same module over and over again that might be the problem... A while back I had to modify ModuleLoader and while I was in the code I seem to remember it has some caching built into it. So it may be possible that ModuleLoader is holding

[flexcoders] Re: Different filtered dataProviders for the same data ?

2009-03-05 Thread Tim Hoff
See ICollectionView. -TH --- In flexcoders@yahoogroups.com, Richard C Haven f...@... wrote: I have several lookup tables, some of which refer to or are relationships between others. For instance, I have `membership type included inventory` which has Membership ID and Inventory Type ID and

[flexcoders] Reloading data while navigating a view stack

2009-03-05 Thread Wally Kolcz
Using Flex mxml, can you force a reload of data for each module in a viewstack so when the user flips between 'pages' updated data loads?

RE: [flexcoders] help with httpService Error

2009-03-05 Thread Ryan Graham
It's probably something to do with policy file changes in FP9 and 10. Here's some links that explain the changes that may be of help: http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html You may

Re: [flexcoders] Module unload GC

2009-03-05 Thread claudiu ursica
I'll try that first thing in the morning... For now I'm loading the same module, but in the future there will be more modules, however since we only have one now and still working on it we have to test with one module... The thing I fear the most if that the same thing will happen for different

[flexcoders] Developing Rich Clients with Macromedia Flex - source code?

2009-03-05 Thread Libby
Hi, I have this book but lost my copy of the source code I originally downloaded. The authors website (http://flexbook.iterationtwo.com/, http://www.flexbook.iterationtwo.com/) is down. Does anyone know how to contact the authors Stephen Webster and Alistair McCleod or maybe has a copy?

[flexcoders] problem with a loaded swf

2009-03-05 Thread Gustavo Duenas
Hi I have this problem probably I'm wrong, but here it is: I have an external swf loaded into flex3, the swf has a button instance named continuar when I load the swf, I make it as MovieClip, but when I try to do this, happens an error. this is the code for the button: var

[flexcoders] Re: file.upload() works fine on mac os x, does not work on a PC

2009-03-05 Thread tchredeemed
bump! is it a headers issue? --- In flexcoders@yahoogroups.com, sunild99 sunilbd...@... wrote: Are you doing this w/an account that does not have the local admin privilege on the Windows workstation? Or does it work when you use HTTP? Just a guess, Sunil --- In

RE: [flexcoders] problem with a loaded swf

2009-03-05 Thread Alex Harui
If the external swf is another FlexSWF, then a button is at myFlash.document.continuar. If it is a Flash SWF, it is possible that the button hasn't been created yet. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From:

RE: [flexcoders] Module unload GC

2009-03-05 Thread Alex Harui
Modules will unload when there are no longer any references to the classes or objects in a module. There is a cache, but it uses weak references and will release the module when using the gc button in the profiler. The browser caches module SWFs but that won't affect this issue. Nate's

[flexcoders] Re: How do you populate a DTO from view components?

2009-03-05 Thread Rodrigo Pereira Fraga
mx:Binding and ChangeWatcher don't show me cool, Imagine a DTO with 10 attributes, I'll need to have 10 binds too. Using a ModelLocator to storage data cache, I think that this solution is better: mx:TextInput text={model.user}/ mx:Button click=controller.save(user)/ user:User id=user

RE: [flexcoders] problem with a loaded swf

2009-03-05 Thread Alex Harui
Document is a Flex thing. I don't recall the scoping rules in Flash, but it may be that the variable is not public or not declared on myFlash. You might also try waiting for frame 206 if there is one. Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog:

RE: [flexcoders] Problem in sorting XMLList collection as a dataProvider for the list

2009-03-05 Thread Alex Harui
If you have a labelfunction, you'll probably need a custom sortcompare function 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 anuj181 Sent: Wednesday,

RE: [flexcoders] RSL Error after changing to 3.3

2009-03-05 Thread Alex Harui
I'm not sure existing projects get their settings upgraded so you may have to update the swz options yourself 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

[flexcoders] LCDS Upgrade Problems

2009-03-05 Thread foobone9
I am upgrading LCDS from 2.5.1 to 2.6. I have quite a few assemblers that extend the Hibernate assembler and use the Spring factory. On start up the MessageBroker is croaking because of a Null pointer exception in HibernateAssembler line 211. Is the Hibernate assembler code provided in 2.6 as

[flexcoders] Word Wrap on the FormItem label

2009-03-05 Thread menapole
I was wondering if it is possible to word wrap the label that is part of the FormItem. So if I have FormItem label=Some really long label text goes here. Is there a way to make that wrap?

Re: [flexcoders] AsyncToken with special chars

2009-03-05 Thread Alain Thibodeau
Hmmm, thanks Maciek, but that did not solve it. I updated my sdk and it still does the same? can anyone confirm or deny that this is still a bug? From: Maciek Sakrejda msakre...@truviso.com To: flexcoders@yahoogroups.com Sent: Thursday, March 5, 2009 12:20:43

Re: [flexcoders] AsyncToken with special chars

2009-03-05 Thread Alain Thibodeau
For the record, the workaround explained here: https://bugs. adobe.com/ jira/browse/ SDK-18326 worked. TestWS.xmlSpecialCharsFilter = function(value:Object):String {     return value.toString(); } Not sure I like the workaround much, but it's all I got for now. If anyone can comfirm the

[flexcoders] Facebook fires up head-to-head battle with Twitter

2009-03-05 Thread Kashmala Kashi
Facebook fires up head-to-head battle with Twitter Twitter Inc. is at a critical juncture now that the popular Facebook Inc. has redesigned its services to, well, be a lot more like Twitter, according to analysts. http://xrl.us/beif5g _ Mozilla patches eight Firefox

[flexcoders] New with Flex: Problem with data binding

2009-03-05 Thread Martin Gorostegui
Hi people, I'm starting with Flex technology and have some doubts on how datadinding between client-side objects work. After reading Adobe's Flex3 and playing with some samples I ended up with the following situation: Created a Product.as class declared as bindable. Created a product.mxml in

[flexcoders] problem with HTTPS

2009-03-05 Thread John Deutsch
A business requirement for our company is to upload sensitive files over SSL. We have got the uploads working fine over HTTP but are recieving the following error over HTTPS: [IOErrorEvent type=ioError bubbles=false cancelable=false eventPhase=2 text=Error #2038: File I/O Error. URL:

RE: [flexcoders] LCDS Upgrade Problems

2009-03-05 Thread Jeff Vroom
I think the problem is that the HibernateAssembler.initialize is not getting called. If you are using the SpringFactory you probably just need a new version of that. I tried putting this up on the adobe component exchange a long time ago but apparently it never made it as I just checked and

  1   2   >