[flexcoders] RE: [flexcomponents] Problem With XML

2008-02-13 Thread Alex Harui
What code do you use to get the attribute? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of NileAge, Mail Sent: Tuesday, February 12, 2008 6:28 AM To: [EMAIL PROTECTED]; 'Flex Components'; [EMAIL PROTECTED]; flexcoders@yahoogroups.com; [EMAIL

RE: [flexcoders] meaning of the this AIR error message

2008-02-13 Thread Alex Harui
Please use a debug build and supply the entire stack trace. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hworke Sent: Tuesday, February 12, 2008 5:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] meaning of the this AIR

[flexcoders] Personal invitation from Rogerio Gonzalez

2008-02-13 Thread Rogerio Gonzalez
Personal invitation from Rogerio Gonzalez

[flexcoders] Re: Splitting Array Content , keyword by field content

2008-02-13 Thread simonjpalmer
ListCollectionView and a filter function? --- In flexcoders@yahoogroups.com, Harry Saputra [EMAIL PROTECTED] wrote: Max 20 record. Not big. May I ? When try to manipulate data on server side, I must create a more function ( service ) and on my flex I must create more remoteObject method.

[flexcoders] Strange error trace

2008-02-13 Thread YOGESH JADHAV
Hi all, I am having trouble with some null object reference somewhere in my flex app, beacuse of which it is bombarding errors. But in trace it is showing some E:\dev\flex_201_borneo path which does not exist. ( E: is my DVD rom ). Then why it is showing this path ? here is one of

RE: [flexcoders] Re: Splitting Array Content , keyword by field content

2008-02-13 Thread Harry Saputra
How to make it with ListCollectionView and filter function ? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of simonjpalmer Sent: Wednesday, February 13, 2008 4:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Splitting Array Content , keyword by field

Re: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-13 Thread Tom Chiverton
On Wednesday 13 Feb 2008, Weyert de Boer wrote: Mono/Moonlight to compile Silverlight projects on like Linux or MacOSX. Don't be fooled into this. Microsoft *will* wait just long enough for Moonlight to prove it has a chance of making a 'nix version work, thus letting MS claim

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread Tom Chiverton
On Tuesday 12 Feb 2008, Don Kerr wrote: A basic simple one would be to automatically convert typed urls to clickable colored links. Right now, my users have to re-highlight the I would have expected you can do this now using a reg. exp. from the key up handler ? -- Tom Chiverton Helping to

[flexcoders] When a child is invalid what causes its parent to be layed out.

2008-02-13 Thread reflexactions
Brain fade today... Where is the piece of code that triggers a parent to become invalid and have to redo its layout when one of its children calls its own invalidateSize method? tks

Re: [flexcoders] Flex Feedback for the Future

2008-02-13 Thread YOGESH JADHAV
does it have a design view ? Does it work the exactly same way as fb3 on windows ? On Feb 13, 2008 3:12 PM, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 13 Feb 2008, YOGESH JADHAV wrote: An IDE which looks and runs in same way on all platforms ( atleast linux). Well, Builder for

Re: [flexcoders] Flex Feedback for the Future

2008-02-13 Thread Tom Chiverton
On Wednesday 13 Feb 2008, YOGESH JADHAV wrote: An IDE which looks and runs in same way on all platforms ( atleast linux). Well, Builder for Linux is up on Labs... -- Tom Chiverton Helping to confidentially reintermediate enterprise-class communities on: http://thefalken.livejournal.com

Re: [flexcoders] Adobe People, Save me from Silverlight!

2008-02-13 Thread Tom Chiverton
On Tuesday 12 Feb 2008, Nate Pearson wrote: Although I know the answers to most of these questions I think any document from Adobe would say it better than I could. There's a page on adobe.com about adoption rates. Thing 95%+ and you're not far off. Plus it'll work no matter what your end

[flexcoders] Re: When a child is invalid what causes its parent to be layed out.

2008-02-13 Thread reflexactions
--- In flexcoders@yahoogroups.com, reflexactions [EMAIL PROTECTED] wrote: Brain fade today... Where is the piece of code that triggers a parent to become invalid and have to redo its layout when one of its children calls its own invalidateSize method? tks Never mind, found it

Re: [flexcoders] Flex Feedback for the Future

2008-02-13 Thread Tom Chiverton
On Wednesday 13 Feb 2008, YOGESH JADHAV wrote: does it have a design view ? No. I don't need one, 90% of the time. We actually have a licence for the Windows version, so I can always run that up in VMWare on the odd ocasion it's needed. Does it work the exactly same way as fb3 on windows ?

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread João Fernandes
There is also this Enhancement Request for MARS support https://bugs.adobe.com/jira/browse/SDK-13895 which would be perfect in my opinion. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

[flexcoders] Re: LCDS - Express, how to change database connection

2008-02-13 Thread greenfishinwater
Thanks Jeff, I thought it would be easy. I think I will write my own product screen from scratch to see how it all works. My initial idea was to gradually modify the sample to get it working with Oracle, and make other changes. Seems like these samples are not a good 'standard practice' Thanks

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread Tom Chiverton
On Wednesday 13 Feb 2008, João Fernandes wrote: There is also this Enhancement Request for MARS support MARS ? -- Tom Chiverton Helping to augmentatively morph corporate communities on: http://thefalken.livejournal.com This email is sent

[flexcoders] Tree nodes expansion

2008-02-13 Thread Tom Preet
Hi All, Am using Tree in my application with three nodes. using XMLListCollection and displaying the data within respected panel. when I click on node it was displaying in on only one page. when clicking on remaining nodes there was no effect. i would like to use the Refresh when I click on

[flexcoders] Using Remote Object

2008-02-13 Thread Tom Preet
Hi All, In my application am using a List box witha list of items. when selected a node I need to send that node to same object to two remote objects. am having a doubt how to using this. after getting the data into the ResultEvent I need to display the two different Results on two panels. can

[flexcoders] seting parameter to setInterval()

2008-02-13 Thread Deniz Davutoglu
Hi I need to send parameters to function which I use in setInterval statement does it posible or is it any way to generate runtime funtions whitch I call via setInterval

[flexcoders] ListEvent.ITEM_EDIT_END is being wrongly dispatched twice if the corresponding event handler includes mx:Alert

2008-02-13 Thread Andriy Panas
Hi all, I've subscribed to ListEvent.ITEM_EDIT_END event for my Tree and put Alert.show(I am error message). My Alert window is being shown twice when the I finish to edit the tree node name in the the editable TextInput field. What I've done wrong? I am on Flex 2.0.1 SDK. The code

[flexcoders] Flex/Flash memory allocation

2008-02-13 Thread Guilherme Defreitas Juraszek
Hey Guys I have a problem with Flash Runtime. While the flex application is running, the browser increase de memory utilization, but after close the tabs (inside flex app) the memory consume not decrease. I try to alter my code to myvar = null to force the Garbage Collector to clear, but not

Re: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-13 Thread Jon Bradley
On Feb 12, 2008, at 8:28 PM, Robert Thompson wrote: The thing developers need to be concerned about is Microsoft's history. [big snip] Honestly. What Microsoft has done in it's history to people is irrelevant. You obviously care deeply, given your rough road and history with them.

Re: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-13 Thread Tom Chiverton
On Wednesday 13 Feb 2008, Jon Bradley wrote: What Microsoft has done in it's history to people is irrelevant. You Conduct in the past often informs future conduct. Where a company has used a product as a weapon to bankrupt the competion, at the expense of features, as MS has done in the past,

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread Muzak
http://labs.adobe.com/technologies/mars/ - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 1:01 PM Subject: Re: [flexcoders] Re: Flex Feedback for the Future On Wednesday 13 Feb 2008, João Fernandes wrote:

[flexcoders] Re: Security cam vedio brodcasting

2008-02-13 Thread Abyss Knight
What sort of cameras, systems and budget do you have? I would presume you would have to route the cameras through a computer (i.e. a server) to get the video to Flex either through Flash Media Server or any other means for that matter. This board is really meant for Flex specific questions and

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread Daniel Freiman
Well MARS is still in a very early state. Adobe explicitly warns that the current draft specification isn't guaranteed to be supported by the 1.0release, so using it now for any real production quality stuff is a little risky, you might end up with documents that can't be opened in the near

Re: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-13 Thread Jon Bradley
On Feb 13, 2008, at 9:28 AM, Tom Chiverton wrote: Conduct in the past often informs future conduct. Where a company has used a product as a weapon to bankrupt the competion, at the expense of features, as MS has done in the past, it is hard to see how it is not going to do so again i.e.

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread João Fernandes
Mars is a XML representation of a PDF. Having a MarsLoader component and an AS3 API to produce those kind of documents, we would be able not only to generate powerful reports but also able to view them within our Flex applications. By voting to this ER , if it doesn't get implemented at least

Re: [flexcoders] Flex/Flash memory allocation

2008-02-13 Thread Steve Mathews
Garbage collection does not happen at your request. It is lazy and does it when it feels like it. You can use Flex Builder 3 beta which does have a 'force gc' button when running in debug. This can help you identify if you still have references, or if the gc just hasn't happened. Steve On Feb

[flexcoders] Re: How to make a live duplicate of an output window

2008-02-13 Thread mthomas1969
Thanks Sherif and Gus for your ideas-- the ImageSnapshot class works great. For anyone else wanting to do this, here's a code snippet to capture a component's visuals (component is named comp) into an image control (named imgSnapshot) that's dimensionally 25% of the size of the original

Re: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-13 Thread Tom Chiverton
On Wednesday 13 Feb 2008, Jon Bradley wrote: whatever. If the technology is good, clients demand it and it makes money, I use it. What worries me is that when MS technology *isn't* good, clients still demand it because MS has FUD'ed them to death. -- Tom Chiverton, writing this from KDE's

RE: [flexcoders] addEventListener question

2008-02-13 Thread Battershall, Jeff
What problem are you trying to solve? There's no reason at all that you cannot reference other variables, or call other functions inside of your callback. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Wednesday,

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread Paul Andrews
Thanks Muzak. It feels surreal that Adobe is moving towards an XML based document/printing/reporting solution yet there's hardly a stir on Flexcoders. I'll certainly check it out. Paul - Original Message - From: Muzak [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday,

[flexcoders] Re: ReferenceError: Error #1065 Illegal override of virtualWidth in mx.controls.

2008-02-13 Thread sk_acura
Hi All, It looks like there is a bug filed reg this in the JIRA.. http://bugs.adobe.com/jira/browse/SDK-14464 I tried donwloading the nightly builds and i couldn't donload them from adobe labs..!!! Is any one able to download the nightly builds of Flex 3 SDK..Pls let me know.. Thanks

[flexcoders] Re: Popup over a form

2008-02-13 Thread markgoldin_2000
Here is my code: var popupWindow:TitleWindow = TitleWindow(PopUpManager.createPopUp(parent, className, true)); PopUpManager.centerPopUp(popupWindow); --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 12 Feb 2008, markgoldin_2000 wrote: that form to

Re: [flexcoders] Re: Popup over a form

2008-02-13 Thread Sherif Abdou
well if i had to guess, your problem would be the parent since the TitleWindow wouldn't parent would not be a form since it does not get added to the form, so try PopUpManager.createPopUp(name/id of the Form,etc...). Try that - Original Message From: markgoldin_2000 [EMAIL PROTECTED]

[flexcoders] AIR and LCDS, Channel.Connect.Failed error

2008-02-13 Thread m88e24
The project I'm working on is using Flex 3 (latest beta) and LCDS 2.5.1 running under Tomcat 6.x. The service consists of a Java class and is correctly defined in the remoting-config.xml All things work as they should. Now I want to move the project to a AIR application. I know how to setup

[flexcoders] Re: Flex/Flash memory allocation

2008-02-13 Thread Gaurav Jain
Flash allocates memory in chunks, so it may allocate more than it requires. Also if you app has no memory leaks the total memory being used will reach a peak (depending upon your app) and GC will kick in if the app needs more memory. Setting variable to null does not guarantee that GC will run.

[flexcoders] Security cam vedio brodcasting

2008-02-13 Thread Ebeid Soliman
Hi All, I'm in the investigation phase of a project. This project is for a security company. This project would connect to customers onsite security cameras and stream vedio from it. I've no idea how this will be done. hope to can help me. Ebeid Soliman

Re: [flexcoders] Popup over a form

2008-02-13 Thread Tom Chiverton
On Tuesday 12 Feb 2008, markgoldin_2000 wrote: that form to PopUpManager. But after PopUpManager.centerPopUp the popup is not centered inside of the form. Can someone help, please? Also I What did you use as the arguments to the two calls to PopUpManager ? -- Tom Chiverton Helping to

Re: [flexcoders] Flex/Flash memory allocation

2008-02-13 Thread Mike Chabot
Firefox has some significant memory leaks that are unrelated to Flash. Are you noticing this problem in both FF and MSIE? Are you observing the memory usage using Windows task manager or by some other method like the Flex profiler? -Mike Chabot On Feb 13, 2008 8:45 AM, Guilherme Defreitas

RE: [flexcoders] AIR and LCDS, Channel.Connect.Failed error

2008-02-13 Thread Battershall, Jeff
AFAIK, an AIR application doesn't have a domain context the way a Flex app would. You need to specify the endpoint for your channels in an AIR application. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of m88e24 Sent: Wednesday, February

[flexcoders] addEventListener question

2008-02-13 Thread markgoldin_2000
I am addining listeners doing this: addEventListener(result, httpResult) Is there a way of providing additional to ResultEvent parameters to a function (httpResult) we are using as a callback function? Thank for help.

[flexcoders] Re: addEventListener question

2008-02-13 Thread caffeinewabbit
Could you clarify where the additional data will be coming from? Depending on the situation, you could just have your callback pull the additional data from elsewhere, or you could possibly subclass your event dispatcher's class and ResultEvent to handle more data - it all depends on where the

[flexcoders] Re: Adobe People, Save me from Silverlight!

2008-02-13 Thread Nate Pearson
wow, this thread got big! Thanks for the response Tom. I appreciate everyone else's response but I think we may have veered a little off topic. First my company and Microsoft are BFFs. I can't use the argument that Microsoft will screw us in the long run. 2nd, I think there's only one person

Re: [flexcoders] addEventListener question

2008-02-13 Thread Vadim Melnik
It should be possible with closures: ... addEventListener(result, Closure.create(this, function(evt:*, p1:*, p2:*, ... rest):void { ... }, param1, param2); http://flexblog.faratasystems.com/?p=125 Or just bypass it as container member variable... -- Thanks, Vadim. - Original

Re: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-13 Thread Maciek Sakrejda
Exactly (even if the term 'FUD' has become a little diluted). Jon attacked Robert's comments on Microsoft's past as irrelevant to the discussion of the technology, but they certainly are relevant. Even if almost every software company is guilty of that in some manner or another, Microsoft is in a

Re: [flexcoders] Adobe People, Save me from Silverlight! (Microsoft's Legal Record)

2008-02-13 Thread Tom Chiverton
On Wednesday 13 Feb 2008, Maciek Sakrejda wrote: another, Microsoft is in a unique position, given its market penetration, to be much more guilty of this than anyone else. Indeed, it's the only one to have been found guilty *in court* of abusing that position, on both sides of the pond

Requests/Votes re Printing, PDF, MARS (was RE: [flexcoders] Re: Flex Feedback for the Future)

2008-02-13 Thread David Mendels
Hi, As someone pointed out, MARS is in a early state. I think it would really help if folks really are precise about what problem they want to solve rather than how they want to solve it. If the problem to solve is client-side PDF generation, there are multiple approaches we might take to

[flexcoders] Happy Valentines Day!

2008-02-13 Thread Ed Capistrano
Ahh I wonder if any of the tech guys here and @ adobe do celebrate Valentines Day? Hehe... Ed Proud Happy Member Send instant messages to your online friends http://uk.messenger.yahoo.com

RES: [flexcoders] Re: Flex/Flash memory allocation

2008-02-13 Thread Guilherme Defreitas Juraszek
Thanks, i will test my app using the profiler. After this I post my results. Guilherme De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Gaurav Jain Enviada em: quarta-feira, 13 de fevereiro de 2008 14:05 Para: flexcoders@yahoogroups.com Assunto: [flexcoders] Re:

RE: [flexcoders] Re: LCDS - Express, how to change database connection

2008-02-13 Thread Jeff Vroom
Yeah, the approach used by the samples is designed so they are easier to run on any app server. Sounds like you know the right practice, but for others who might be reading this for production use, I recommend using a data source using a connection pool which requires app server specific

[flexcoders] Re: moving from localhost to production server...

2008-02-13 Thread jer_ela
What I do is get the url the flex app was loaded from with application.url, parse out the protocol, serverName and port with URLUtil, build the gateway url from these and then set the RemoteObject endpoints to this value. It seems like kind of a kludge but I haven't found anything cleaner. ---

Re: [flexcoders] Re: Flex Feedback for the Future

2008-02-13 Thread Tom Chiverton
On Wednesday 13 Feb 2008, Muzak wrote: http://labs.adobe.com/technologies/mars/ Ahh, now that would be handy. At the mo. we have to round trip back to the server to make a PDF report, even though all the data to make the report is already client side. -- Tom Chiverton Helping to preemptively

RES: [flexcoders] Flex/Flash memory allocation

2008-02-13 Thread Guilherme Defreitas Juraszek
Yes, both browsers. I see the Task manager and using a application to monitoring flash memory only. De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de Mike Chabot Enviada em: quarta-feira, 13 de fevereiro de 2008 13:56 Para: flexcoders@yahoogroups.com Assunto: Re:

RE: [flexcoders] Re: Adobe People, Save me from Silverlight!

2008-02-13 Thread Matt Chotin
Sharepoint I think is mostly web services but it's possible that WebORB for .NET or Flourine could help with that as well and provide better performance. FABridge is a part of the Flex 3 SDK, no beta software there. I haven't heard what the Microsoft story is for having Silverlight do

[flexcoders] Disable Auto-Highlighting in FlexBuilder 3?

2008-02-13 Thread Paul Whitelock
I just started working with the FlexBuilder 3 beta and found that it highlights (in an ugly cyan color) all instances of a variable name, function name, etc. whenever you click in one. Is there any way to disable this or change the color? Can't seem to find anything in the Eclipse 3.3.1.1

Re: [flexcoders] Happy Valentines Day!

2008-02-13 Thread Paul Andrews
- Original Message - From: Ed Capistrano [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 5:25 PM Subject: [flexcoders] Happy Valentines Day! Ahh I wonder if any of the tech guys here and @ adobe do celebrate Valentines Day? Hehe... They aren't

[flexcoders] Re: Disable Auto-Highlighting in FlexBuilder 3?

2008-02-13 Thread rueter007
There should be a button on the top Toolbar which says 'Mark Occurences'. Click that. --- In flexcoders@yahoogroups.com, Paul Whitelock [EMAIL PROTECTED] wrote: I just started working with the FlexBuilder 3 beta and found that it highlights (in an ugly cyan color) all instances of a variable

[flexcoders] Using an IViewCursor on an XMListCollection

2008-02-13 Thread David Ham
This isn't a question; I was having some trouble with this and just figured it out, and I thought you all might like to hear about it. This list has been a big help to me in the past and I'd like to return the favor. THE PROBLEM So you've created your XMLListCollection, and you created your Sort

[flexcoders] mx:DataGrid - focused on Display - my not-so-unusual use case is not supported

2008-02-13 Thread mr_j_harris
I'm struggling with a should-be-basic use case of the Flex mx:DataGrid component. Which is in brief: custom itemRenderer to control the fine-tuning of display custom ItemEditor to tightly control/validate the user input spreadsheet like calculations

[flexcoders] Re: ListEvent.ITEM_EDIT_END is being wrongly dispatched twice if the corresponding event handler includes mx:Alert

2008-02-13 Thread Andriy Panas
I have found out about ListEventReason class and that class instance of ListEvent type has reason property of ListEventReason type. We change 'onItemEditingEnd' event handler in the following way: private function onItemEditingEnd(event : ListEvent) : void {

Re: [flexcoders] Disable Auto-Highlighting in FlexBuilder 3?

2008-02-13 Thread Sherif Abdou
Top, --Mark Occurences is that what you are talking bout. - Original Message From: Paul Whitelock [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 11:45:59 AM Subject: [flexcoders] Disable Auto-Highlighting in FlexBuilder 3? I just started working

RE: [flexcoders] Databinding in component

2008-02-13 Thread Tracy Spratt
Same theory, just change how you access the properties. If your item objects are strongly typed objects, use that as the datatype for the passed in currentItem. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason

[flexcoders] AdvancedDataGrid Transparent Header

2008-02-13 Thread Fumitada Hattori
Hi guys, I'm having a problem on making AdvancedDataGrid's header transparent. I tried eveything what I can think of such as setting the alpha value of AdvancedDataGrid's headerInfo.headerItem to 0, overriding AdvancedDataGrid's drawHeaderBackground function, but no luck...I couldn't make it.

Re: [flexcoders] AreaChart bug when changing 'type' property

2008-02-13 Thread Sherif Abdou
this works, i couldnt try out urs since i dont have the data and the other stuff but maybe try data.toString(); /mx:Script mx:ComboBox change=myChart.type=myCombo.selectedItem.toString() id=myCombo mx:dataProvider mx:Stringoverlaid/mx:String mx:Stringstacked/mx:String mx:String100%/mx:String

[flexcoders] Re: Busy Cursor not appearing

2008-02-13 Thread j_lentzz
Yes, it is one function, guess that wasn't the smartest thing. I first tried it without the callLater, and it didn't work either. Should the UPDATE_COMPLETE event be used? John --- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote: is this in one function? CursorManager.

[flexcoders] Busy Cursor not appearing

2008-02-13 Thread j_lentzz
I have a large tree that I want to execute an expand all or close all method on. It takes enough time that I want to show the busy cursor. However, it never appears. I've tried using the callLater method: CursorManager.setBusyCursor(); callLater(expandTree); CursorManager.removeBusyCursor();

[flexcoders] Re: Disable Auto-Highlighting in FlexBuilder 3?

2008-02-13 Thread Paul Whitelock
Thanks for the clue about what it's called. I couldn't find anything called Mark Occurrences but using Google I found the following Blog post that solved the problem: http://www.ericfeminella.com/blog/2008/01/05/quick-tip-flex-3-ide Thanks again for the pointer! --- In

Re: [flexcoders] Busy Cursor not appearing

2008-02-13 Thread Sherif Abdou
is this in one function? CursorManager. setBusyCursor( ); callLater(expandTre e); CursorManager. removeBusyCursor (); if it is then your setting it and removing it so is never going to show - Original Message From: j_lentzz [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

[flexcoders] AreaChart bug when changing 'type' property

2008-02-13 Thread Guido
Hi, fellow coders! I'm having an issue with an AreaChart when changing its *type* property. There's a ComboBox that lets the user select how it wishes to see the AreaChart (either *overlaid*, *stacked* or *100%*). The method for this is as simple as: areaChart.type =

[flexcoders] Moving Screen Control back and forth between components

2008-02-13 Thread Brad Bueche
I'm doing a charting application that allows the user multiple ways to look at the data (both from a time hierarchy perspective as well as a line of business organizational perspective). My current problem is that when I drill down from the main (i.e. year level view) component, say to a month

[flexcoders] Stream any readio station (like Winamp and iTunes)

2008-02-13 Thread v.cekvenich
I do not mean a list of mp3 files or Red 5, that I know how to do. How do I stream any internet radio stations like iTunes and Winamp? Or is there a subset of radio stations that would work? .V

[flexcoders] Confused by BlazeDS

2008-02-13 Thread netdeep
I have been trying to write my own application with BlazeDS for a while now and am having no success. I've downloaded the test run and looked at it over and over. I'd like to get a single producer to send messages to a java app which would run on the server. This java app would notify a

[flexcoders] Re: Adobe SDK, why flex comps accept bind in properties and custom comps dont?

2008-02-13 Thread danielvlopes
I made this changes e still doesn't work, some one had another advice? My test app: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:com=* xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:TextInput id=tiTitulo width=200 maxChars=100

Re: [flexcoders] AdvancedDataGrid Transparent Header

2008-02-13 Thread Sherif Abdou
see if this does anything, for some reason the drawHeaderBackground function doesnt really override anything. it is just stranded out there, the one you need to override is the one in the DataGridHeader but i have no clue how you would get there headerBackgroundSkin=mx.skins.ProgrammaticSkin/

[flexcoders] Convert LineSeries to ColumnSeries

2008-02-13 Thread Brad Bueche
When I drill down from a LineSeries based chart to a ColumnSeries based chart. I get the following error: TypeError: Error #1034: Type Coercion failed: cannot convert mx.charts.series::[EMAIL PROTECTED] to mx.charts.series.ColumnSeries. Is there way to get around this? The perplexing thing

[flexcoders] Re: AreaChart bug when changing 'type' property

2008-02-13 Thread jer_ela
I had the same thing. I believe it is due to the interpolate effect not liking stacked or 100% charts. When you change the type, the effect runs and that is what is blowing up. I had this problem with both area and column charts. I added code to remove the effect before changing to a stack or

Re: [flexcoders] Moving Screen Control back and forth between components

2008-02-13 Thread Maciek Sakrejda
Have you considered the ViewStack component? It's hard to say without knowing more about your setup, but it sounds like the right approach for your problem. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Brad Bueche [EMAIL PROTECTED] Reply-To:

Re: [flexcoders] Viewstack selectedIndex variable setting more than once during a event.

2008-02-13 Thread Johannes Nel
its because the change occurs later via an invalidate function. changing it more than once inside one execution stack does not make sense unless you have an algorithm containing a loop, in which case this is easily fixable. On Feb 13, 2008 1:55 PM, Jerry DuVal [EMAIL PROTECTED] wrote: I have

Re: [flexcoders] AdvancedDataGrid Transparent Header

2008-02-13 Thread Sherif Abdou
are u using flex 3 or Flex 2 maybe this will help http://labs.adobe.com/wiki/index.php/Flex_3:Backwards_Compatibility_Flag ignore my email. - Original Message From: Sherif Abdou [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, February 13, 2008 1:48:34 PM Subject: Re:

[flexcoders] Viewstack selectedIndex variable setting more than once during a event.

2008-02-13 Thread Jerry DuVal
I have a viewstack with a selectedIndex = to a variable. When I update that variable more than once during a event, the view stack only responds ( changes views ) according to the first set. mx:ViewStack width=600 height=94 id=valueSelectionStack visible={!m_sendingService}

[flexcoders] How to create a custom component dynamically by name?

2008-02-13 Thread amywongwy
My current implementation assumes the data comes from an xml file, while specifies the class name of the custom component. In Flex, the getDefinitionByName(String) method allows me to have a class declaration of dynamically create a component. However, a limitation in Flex requires me to have a

Re: [flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Justin DeVuyst
Thanks for responding to my query Gaurav. I compile for it like so: mxmlc -external-library-path+=/path/flex_swc -external-library-path+=/path/framework_swc -runtime-shared-libraries+=./tests/6/flex/flex.swf -runtime-shared-libraries+=./tests/6/framework/framework.swf -file-specs loader.mxml

[flexcoders] Re: Flex Data Management and container's UserTransaction

2008-02-13 Thread Shailesh Mangal
In usecase-2, what should happen when method that begins dataServiceTransaction is already within a JTA transaction. In our codebase, We have some remote services which send refreshes to the client using DataServiceTransaction. All these refreshes were working fine until we wrapped my services

[flexcoders] Re: IE referenced memory errors?

2008-02-13 Thread Kevin
As an update, these errors have crashed many of my user's browsers... Do you think this could be an RTMP issues or a know issue with IE and the FlashPlayer? Seems to only be with Windows and FlashPlayer 9,0,45. I would love them all to update their flash player, but they are on a corporate

[flexcoders] Re: Questions about FB / Eclipse

2008-02-13 Thread simonjpalmer
You know you can create custom perspectives? Window - Save Perspective As... You could have one optimised for home and one for the office. Better still, take your 17 monitor to the office. Or just stay at home! --- In flexcoders@yahoogroups.com, Josh McDonald [EMAIL PROTECTED] wrote: Hi

Re: [flexcoders] How to create a custom component dynamically by name?

2008-02-13 Thread Joe Beuckman
Here is some code I am using to instantiate my ChatInvitation.mxml custom component: var message:ChatInvitation = new ChatInvitation(); chatBox.addChild(message); message.inviteLabel.text = e.getUserName() + would like to chat with you...;

RE: [flexcoders] How to create a custom component dynamically by name?

2008-02-13 Thread Tracy Spratt
All you need is a variable declared with that data type. Are you trying to avoid that? You might consider generating a component with those bogus variables declared. Obviously that would take an extra step, but might be better than having to manually edit and recompile. Try the

[flexcoders] Re: Odd issue when using the framework swf as an RSL

2008-02-13 Thread Gaurav Jain
I think value for -runtime-shared-libraries+= should be a url not an absolute path. Thanks, Gaurav --- In flexcoders@yahoogroups.com, Justin DeVuyst [EMAIL PROTECTED] wrote: Thanks for responding to my query Gaurav. I compile for it like so: mxmlc -external-library-path+=/path/flex_swc

[flexcoders] FB3 beta 3

2008-02-13 Thread grimmwerks
Hey - for some reason my Flex3 says it's expired - -and I've even done the -clean thing, deleted and installed another - still it says that the Beta expired. Mac OSX Leopard.

[flexcoders] combobox reset itsfelf after resize component.

2008-02-13 Thread ezderman
Hi, I have a TileList that has combobox as item_renderer. When I am setting the tilelist.rowCount() only the the first rendered combobox reset itself( slectedIndex=0). If I am changing the width of the Tilelist container( canvas) all the comboboxes are reset to selectedIndex=0. how an i force the

Re: [flexcoders] Stream any readio station (like Winamp and iTunes)

2008-02-13 Thread Samuel Neff
Audio streaming is usually done with UDP but Flash Player only supports TCP. Sorry. Sam On Feb 13, 2008 1:54 PM, v.cekvenich [EMAIL PROTECTED] wrote: I do not mean a list of mp3 files or Red 5, that I know how to do. How do I stream any internet radio stations like iTunes and Winamp? Or

RE: [flexcoders] How to create a custom component dynamically by name?

2008-02-13 Thread Alex Harui
The code for the class has to be in a SWF. It can be in the main SWF or loaded via a module later. There is a compiler option (-includes) that allows you to stuff other classes into a SWF without explicitly naming them in your source code. From:

RE: [flexcoders] mx:DataGrid - focused on Display - my not-so-unusual use case is not supported

2008-02-13 Thread Alex Harui
I didn't understand the problem. The datagrid is not a spreadsheet. Are you just asking for spreadsheet functionality? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mr_j_harris Sent: Wednesday, February 13, 2008 9:50 AM To:

Re: [flexcoders] Re: Security cam vedio brodcasting

2008-02-13 Thread Samuel Neff
You'll need something that is streaming the video from the cameras and then you'll need Flash Media Services to stream the video to Flash itself. Flash only supports video streamed via FMS. Ideally it should support RTSP. https://bugs.adobe.com/jira/browse/SDK-14644 Some cameras like those

Re: [flexcoders] FB3 beta 3

2008-02-13 Thread grimmwerks
Nobody's come across this problem either? On Feb 13, 2008, at 3:44 PM, grimmwerks wrote: Hey - for some reason my Flex3 says it's expired - -and I've even done the -clean thing, deleted and installed another - still it says that the Beta expired. Mac OSX Leopard. -- Flexcoders Mailing

[flexcoders] Control li indent value

2008-02-13 Thread mlharrisn
I've been looking through forums and googling but haven't found a definitive answer. How can I change the default indent spacing for a line of text I have wrapped in an li tag? I've been pulling my hair out trying to figure it out. I want to decrease the amount of space between the bullet and the

RE: [flexcoders] addEventListener question

2008-02-13 Thread Gordon Smith
You should generally avoid using anonymous functions, as they're more expensive than methods. In AS3, every method is a closure. If an event handler is a method, it can access everything in the class. Gordon Smith Adobe Flex SDK Team From:

  1   2   >