[flexcoders] Loading swf.. (Posting Again)

2008-06-19 Thread Manu Dhanda
Hii guyz, It's not an issue here, but I need someone's help to point me to the right tutorial where I can learn about loading swf. Also, the trick is that i have one introductory swf with user's making a few choices/selections from combobox's. Now, on some button click, I want to present my

Re: [flexcoders] Loading swf.. (Posting Again)

2008-06-19 Thread Joseph Balderson
http://drawlogic.com/2007/09/20/howto-using-loaders-in-as3/ ___ Joseph Balderson, Developer | http://joeflash.ca | 705-466-6345 Manu Dhanda wrote: Hii guyz, It's not an issue here, but I need someone's help to point me to the

Re: [flexcoders] Loading swf.. (Posting Again)

2008-06-19 Thread Joseph Balderson
Since loading SWFs is Loader is part of the Flash API and not exclusive to Flex, try the Flashcoders or Flashnewbie list and you're more apt to get a more detailed answer. ___ Joseph Balderson, Developer | http://joeflash.ca |

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Tom Chiverton
On Wednesday 18 Jun 2008, enjoy_jake wrote: Maybe a mailing list like this isn't the best choice. Maybe it's time to abandon flexcoders in favor of a more customized solution for solving our problems. I'm thinking a Flex front-end with BlazeDS to communicate with a clean and efficient

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Tom Chiverton
On Wednesday 18 Jun 2008, Anatole Tartakovsky wrote: The same way threads by the topic are simplier then unsorted individual email - you read only the ones you need and fold the rest. While you can argue that you can sort and fold messages with some client email customization, it is not a

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Tom Chiverton
On Wednesday 18 Jun 2008, Joseph Balderson wrote: New (proposed) The trouble with creating a totally new set of names is all the links scattered all over the internet would break. -- Tom Chiverton This email is sent for and on behalf of

Re: [flexcoders] Date parsing function. Parse from string to Date object and assign to Date axis

2008-06-19 Thread Tom Chiverton
On Tuesday 17 Jun 2008, kirilminevgroups wrote: I am very new to Flex and never done casting from one object to another I need to pass on string containing date+time to my DateTimeAxis. Are any of these handled by my data util. class @ http://falkensweb.com/other.html ? Normally the data you

[flexcoders] Encoding Problem in linux

2008-06-19 Thread Deniz Davutoglu
Hello Guys, Today I switched completely to Ubuntu Linux. Last month I produced some CMS for our corporate website in FLEX. From Linux I tried to update some content but I experienced something wear. When I try to enter new data from keyboard characters which are in Turkish like öü#351;ç become

Re: [flexcoders] Encoding Problem in linux

2008-06-19 Thread Fidel Viegas
2008/6/19 Deniz Davutoglu [EMAIL PROTECTED]: Hello Guys, Today I switched completely to Ubuntu Linux. Last month I produced some CMS for our corporate website in FLEX. From Linux I tried to update some content but I experienced something wear. When I try to enter new data from keyboard

[flexcoders] SecurityDomain.currentDomain causes weird loaderInfo.url

2008-06-19 Thread mydarkspoon
Hi, I have swf file loaded into another swf from different domain. The swf is loaded into the same security domain (SecurityDomain.currentDomain). Both swf explicitly trust each other's domains so I don't experience any security violations. The loading works fine and I'm able to do cross

Re: [flexcoders] Encoding Problem in linux

2008-06-19 Thread flexcoders . list
On Thu, Jun 19, 2008 at 09:30:01 -, Deniz Davutoglu wrote: Hello Guys, Today I switched completely to Ubuntu Linux. Last month I produced some CMS for our corporate website in FLEX. From Linux I tried to update some content but I experienced something wear. When I try to enter new data

RE: [flexcoders] Generating AS3 code from Java

2008-06-19 Thread Claudio M. E. Bastos Iorio
http://www.graniteds.org/confluence/display/DOC/2.5.+Gas3+Code+Generator http://www.badgers-in-foil.co.uk/projects/metaas/ or even velocity http://velocity.apache.org/engine/index.html Claudio M. E. Bastos Iorio http://www.blumer.com.ar/

[flexcoders] tooltip in mx:TextInput

2008-06-19 Thread Ingo Stöcker
hello, how can give me a hint how to create tooltips of/in mx:TextInput when I click it them or choose with tab key? there are any websites how explain it? tanks and greetz, Ingo

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Paul Andrews
Shudder. If it doesn't come through my mailbox, it doesn't happen. - Original Message - From: Enjoy Jake To: flexcoders@yahoogroups.com Sent: Thursday, June 19, 2008 12:52 AM Subject: Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups I forgot to mention

Re: [flexcoders] Re: Flex Css Html Css

2008-06-19 Thread David Pariente
i used the examples at degrafa website. specially the CSSSkin one. - Mensaje original De: Bjorn Schultheiss [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com Enviado: martes, 17 de junio, 2008 4:24:50 Asunto: [flexcoders] Re: Flex Css Html Css Do you have any examples?? --- In

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-19 Thread David Pariente
Thnx for the psicological help :) Tecnically i come from AS1 and AS2 where i used to create multiple copies of movieclips, and created with a name as: eval(movie_number_+idnumber); maybe i should need an easy example of how to create multiple objects dinamically, and most important, how to

[flexcoders] Flex/AIR Mailing list?

2008-06-19 Thread Stephen Moretti
Are there any mail lists that anyone can recommend for Flex/AIR development? Google has failed me. Regards Stephen

[flexcoders] imports in super and sub class

2008-06-19 Thread learner
Hi all, this is a dumb confusion that I have I have a sub class extending its a parent class Now if i import a class in some parent class . .so do i also need to import that class in sub class if i need anything from that imported class in sub class? Please clarify

[flexcoders] Re: Encoding Problem in linux

2008-06-19 Thread Deniz Davutoglu
It seems to be the exact bug as it is described in bug list, becouse I allways use UTF-8 as a page encoding and mxml/as files. --- In flexcoders@yahoogroups.com, [EMAIL PROTECTED] wrote: On Thu, Jun 19, 2008 at 09:30:01 -, Deniz Davutoglu wrote: Hello Guys, Today I switched completely

[flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-19 Thread Mark
Thank you everyone for sticking with me on this. As you can tell I'm not much of a web services person and the vendor that created it isn't around but will be coming back to the office in the next few weeks so I'm trying to fully understand what is going on here. Since it seems the changes

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-19 Thread Josh McDonald
No worries, the equivalent of eval(movie_number_ + idNumber); would be: this[movie_number_ + idNumber]; To explain, in actionscript 3 (and in Javascript), these two references are equivalent: this.someField = true; this[someField] = true; trace(the value is + anObject.button7); trace(the

Re: [flexcoders] Flex/AIR Mailing list?

2008-06-19 Thread Anchal Dwivedi
Hi, The error message in the TextField with red border appears only on mouse over. Is there a way to display all error messages in the form without the need of mouse over or set focus? Thanks in advance.

Re: [flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-19 Thread Josh McDonald
If you can do it without revealing any business secrets, build a soapUI project based on your web service, and a 20 line application that calls it and replicates your problem, then I'll probably be able to have a quick look at over the weekend. -Josh On Thu, Jun 19, 2008 at 10:05 PM, Mark [EMAIL

[flexcoders] How to validate several emails in the same text box

2008-06-19 Thread Gosalia, Nirav
Hi, can some one tell me how to validate several comma separated emails in a single text box in a form. Regards, Nirav - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the

RE: [flexcoders] Re: My Web Service with soap headers code no longer work with Flex 3

2008-06-19 Thread Rick Winscot
Mark, Do you have a service/support contract with Adobe? It is difficult to tell you exactly what buttons to push - as you say. With the tech articles that we've sent so far. and your knowledge of the system - this is really the first and best path to find a solution. My second recommendation

[flexcoders] Re: pass in a state name to a compoenet

2008-06-19 Thread valdhor
Just coerce the value (So long as someState is of type State): ns1:MyComponent theState={State(someState)} / --- In flexcoders@yahoogroups.com, dnk [EMAIL PROTECTED] wrote: Hi there... say I have a component like: ?xml version=1.0 encoding=utf-8? mx:Panel

[flexcoders] How to bind a datagrid to a subset of a managed ArrayCollection

2008-06-19 Thread richcianci
Can anyone please tell me how I might go about doing this. I'm facing a deadline here and could really use some help. We are using custom assemblers in LCDS 2.51. Problem is we have streaming insets/updates to the destination in LCDS. Our users want to restrict their view of an arraycollection to

[flexcoders] BlazeDS broadcast updates to others?

2008-06-19 Thread markflex2007
Hi, I am not sure if BlazeDS have broadcast feature or not that means it broadcase to other clients when one person update something in the same Flex application. Please give me a demo if you have the url or samples Thanks a lot Mark

[flexcoders] Flex Debugger Ignoring all breakpoints/Errors

2008-06-19 Thread aut0poietic_us
So, I'm a bit desperate: The Flex Debugger refuses to debug anything. I thought at first that it must be the flash player refusing to connect, but that's not what I think is happening. When I launch a project, if FF isn't open, the project shows the Waiting for debug player or something similar

Re: [flexcoders] Library Project Help

2008-06-19 Thread Jeffry Houser
Assuming Flex Builder 3; src shouldn't be included in the path. So your path is just itemRenderer1. I would recommend against putting components in the root directory in this manner. jmfillman wrote: I'm creating a Library Project that is linked to my working project. My Build Path

Re: [flexcoders] Casting a drag and drop Image to a class for backgroundImage of Box

2008-06-19 Thread Tom Chiverton
On Tuesday 17 Jun 2008, Josh Millstein wrote: Does anybody know how I could get an image that is dragged from the desktop into an air application to become the background image for the dropSource. I've got the drag and drop working and can put the image into the container, just can't figure

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Merrill, Jason
I would recommend we shut down this list entirely, we all move to the same city and join a gym where we meet up every morning and ask Flex questions while we spot each other. We call it Flexbuilders. Jason Merrill Bank of America Global Technology Operations Global Risk LLD eTools

[flexcoders] Re: How to compose a super tree item renderer using TreeItemRenderer and others

2008-06-19 Thread an0one
Do you mean defining a subclass of TreeItemRenderer and calling addChild() in its constructor? Then it seems not easy to position and resize the embeded controls intuitively. What's worse, this subclass is of course hard to reuse. And I just gave a simplified case. What if I want a super

Re: [flexcoders] Question for Subvision to Flex Bulider 3

2008-06-19 Thread Tom Chiverton
On Wednesday 18 Jun 2008, markflex2007 wrote: I follow the url (http://tdotblog.info/?q=node/4) to install subvision to FB3 Don't do that. The correct instructions are http://subclipse.tigris.org/install.html and you might want to look at

[flexcoders] Re: Copy non-embedded files to output folder property

2008-06-19 Thread bick
Problem has been solved - copying the resources into the source folder resulted in it being copied into the bin-debug folder. See this bug report: http://bugs.adobe.com/jira/browse/FB-11712 --- In flexcoders@yahoogroups.com, bick [EMAIL PROTECTED] wrote: What determines which files are copied

[flexcoders] way way OT: another flex?

2008-06-19 Thread Paul Hastings
found this serendipitously while googling for flex...i like the name but it looks like a mini cooper on steroids ;-) http://www.fordvehicles.com/flex/

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-19 Thread David Pariente
Wow, that answer will really help me! :) What if it's not movies, but some other object that i wanna create 20 times? I thought it should get inside some kind of Array, but not sure if its this way too. i.e. var MyTextBox:TextBox=new textBox(); what if i need N instances of that MyTextBox?

[flexcoders] Re: Flex Debugger Ignoring all breakpoints/Errors

2008-06-19 Thread aut0poietic_us
Minor update: I FINALLY have the debugger working in IE. Not entirely sure what the solution was, however, it dawns on me the other thing done to this system recently was install Firefox 3. I remember some problems with RC versions, but I thought that was all resolved. Either way, would be nice

[flexcoders] Re: 'Pointer' in actionscript?

2008-06-19 Thread fb6668
Thanks, I figured it out that when using simple object types, things seem to be passed by value, whereas with complex data types, they are passed by reference. So your suggestion of simply changing itemLocation to an ArrayCollection sorted it out. Cheers! --- In flexcoders@yahoogroups.com, Amy

Re: [flexcoders] Generating AS3 code from Java

2008-06-19 Thread Brent Dearth
There's also a nice XDoclet plugin that handles JavaBean - AS3 DTO conversion: http://xdoclet.codehaus.org/Actionscript+plugin I've used this in the past and can vouch that it works quite well. On Wed, Jun 18, 2008 at 10:28 PM, Claudio M. E. Bastos Iorio [EMAIL PROTECTED] wrote:

[flexcoders] Re: way way OT: another flex?

2008-06-19 Thread simonjpalmer
Looks more like the left-overs from the Range Rover parts bin... http://www.autobytel.com/images/carcom/06_LandRover_RangeRover/400/06_RANGE_ROVER_RngRvr_exfrpass34.jpg --- In flexcoders@yahoogroups.com, Paul Hastings [EMAIL PROTECTED] wrote: found this serendipitously while googling for

[flexcoders] Ely's DataCanvas with a DateTimeAxis

2008-06-19 Thread simonjpalmer
Anyone managed to get Ely's DataCanvas working with a Horizontal DateTimeAxis? I can't get it to render anything, all the cached coordinates are NaN... Can post code...

Re: [flexcoders] Flex/AIR Mailing list?

2008-06-19 Thread dnk
Appolocoders. DNK On 19-Jun-08, at 4:32 AM, Stephen Moretti wrote: Are there any mail lists that anyone can recommend for Flex/AIR development? Google has failed me. Regards Stephen

[flexcoders] anybody have mate docs?

2008-06-19 Thread Derrick Anderson
hi, the asfusion.com site seems to be down now and i think has been since yesterday. i just started using this framework for a project and i need to get at the docs- does anybody here know what's up with that site, or have the mate docs on hand? i'm really in a bind without them. thanks, d.

[flexcoders] anybody have mate docs?

2008-06-19 Thread Derrick Anderson
hi, the asfusion.com site seems to be down now and i think has been since yesterday. i just started using this framework for a project and i need to get at the docs- does anybody here know what's up with that site, or have the mate docs on hand? i'm really in a bind without them. thanks, d.

Re: [flexcoders] How to validate several emails in the same text box

2008-06-19 Thread Maciek Sakrejda
Split the text on the comma character, and then run this on it (translate it into ActionScript regular expressions first): http://ex-parrot.com/~pdw/Mail-RFC822-Address.html Seriously, though, e-mail address validation is hard. It's usually better to allow some bogus addresses through than to

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Tim Hoff
LOL - We're here to Flex.. [ clap ] ..you up! -TH --- In flexcoders@yahoogroups.com, Merrill, Jason [EMAIL PROTECTED] wrote: I would recommend we shut down this list entirely, we all move to the same city and join a gym where we meet up every morning and ask Flex questions while we spot each

Re: [flexcoders] imports in super and sub class

2008-06-19 Thread Maciek Sakrejda
Yes, you need to import it again. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: learner [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] imports in super and sub class Date: Thu, 19 Jun 2008

[flexcoders] Disabled items in dropdown

2008-06-19 Thread Richard Rodseth
I realize this is probably an FAQ, but it beats me why I can disable items in a PopupMenuButton, but not a ComboBox: mx:XMLList id=treeDP2 node label=Inbox/ node label=Calendar enabled=false/ node label=Deleted Items/ /mx:XMLList mx:ComboBox

[flexcoders] binding mx:tree to custom class

2008-06-19 Thread fb6668
Hi, I have a data structure which looks a little like this: items:ArrayCollection is an array of objects with class Item: Item: name:String category:String data:ArrayCollection is an array of objects with class Detail: Detail: name:String type:String //either income or detail val:Object

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Joseph Balderson
(not that I'm in favour of splitting, I'm not) -- but if the lists have not yet been created, and existing messages stay in the archive, what's to break? We're talking about a branching, not a migration, right? ___ Joseph Balderson,

[flexcoders] Best Way to add Data Labels to Plot Chart

2008-06-19 Thread Battershall, Jeff
There's been a fair amount of discusison on this and I'm polling for opinions about the best (and hopefully relatively painless) approach. I'm currently trying to do this via a custom PlotSeries and the learning curve is making it a little slow. Any advice appreciated. Jeff

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Douglas Knudsen
On Thu, Jun 19, 2008 at 4:54 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 18 Jun 2008, Anatole Tartakovsky wrote: The same way threads by the topic are simplier then unsorted individual email - you read only the ones you need and fold the rest. While you can argue that you can sort

RE: [flexcoders] Flex and Flash 9 movies in Firefox

2008-06-19 Thread Alex Harui
For me, it happens in every browser. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michelle Grigg Sent: Wednesday, June 18, 2008 10:36 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex and Flash 9 movies in Firefox Hi

RE: [flexcoders] How to rotate a Combo Box

2008-06-19 Thread Alex Harui
I figured the white background of the TI wouldn't rotate. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Wednesday, June 18, 2008 10:27 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to rotate a

RE: [flexcoders] Disabled items in dropdown

2008-06-19 Thread Alex Harui
Menu supports disabling, but dropdown List doesn't? You can disable list selection via an example on my blog. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Thursday, June 19, 2008 8:54 AM To:

[flexcoders] Re: Library Project Help

2008-06-19 Thread jmfillman
Only the itemRenderes are in the root directory. If I put them in the sub-Folder (myComponents), then the components in the sub-Folder cannot find the itemRenders. --- In flexcoders@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote: Assuming Flex Builder 3; src shouldn't be included in

RE: [flexcoders] Re: How to compose a super tree item renderer using TreeItemRenderer and others

2008-06-19 Thread Alex Harui
There are no hard rules here. I'm a code minimalist and don't like adding layers of code and display object parents unless it is really important. Adding one child is not worthy of another layer IMHO, so I'd just subclass, and I don't see why such a subclass wouldn't be reusable. See the

RE: [flexcoders] SecurityDomain.currentDomain causes weird loaderInfo.url

2008-06-19 Thread Alex Harui
Yeah, known issue. No way to avoid that we know of. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mydarkspoon Sent: Thursday, June 19, 2008 2:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] SecurityDomain.currentDomain

RE: [flexcoders] Loading swf.. (Posting Again)

2008-06-19 Thread Alex Harui
It's a complicated topic. Start by putting a SWFLoader and the ComboBoxes in your app. The SWFLoader will load the main content later. Note that you have to deploy over HTTP to see SWFLoading stream. From the File system, SWFLoading happens all at once.

Re: [flexcoders] Re: Library Project Help

2008-06-19 Thread Jeffry Houser
I'm not sure why that would be. Maybe if you shared some code the problem would be more obvious. jmfillman wrote: Only the itemRenderes are in the root directory. If I put them in the sub-Folder (myComponents), then the components in the sub-Folder cannot find the itemRenders. --- In

Re: [flexcoders] Re: way way OT: another flex?

2008-06-19 Thread Matt Chotin
Is it wrong of me to ask the company to buy one though just because of the synergy? On 6/19/08 8:28 AM, simonjpalmer [EMAIL PROTECTED] wrote: Looks more like the left-overs from the Range Rover parts bin...

[flexcoders] Can the AdvancedDataGrid Summary Row include an input field?

2008-06-19 Thread wbabich123
I'm using the AdvancedDataGrid, with multiple levels of grouping, and am providing summary rows at the bottom of each group. Unfortunately, I need to include an input field (text input) in one of the columns in each summary row. Does anybody know how to customized the summary row so that I can

[flexcoders] HTTPService: Not Getting Fault Event When App Server Down

2008-06-19 Thread wwwpl
When our app server (tomcat) goes down while our Flex application is up, we are not getting the fault event error when making an HTTPService send call. We don't get a result either. We need to handle this gracefully. I do get the invoke event in this scenario but that doesn't help much.

[flexcoders] Re: Library Project Help

2008-06-19 Thread jmfillman
From my component mxml file in the myComponents sub-folder, I am referencing the itemRendere like this: mx:List left=55 top=40 right=35 height=22 id=all0List textAlign=center visible=false dataProvider={list0Array} backgroundColor=#535353 borderStyle=none themeColor=#535353

[flexcoders] looking for documentation on FB3 .actionScriptProperties file

2008-06-19 Thread icodeflex
hi everyone, I have been digging around but was unable to find documentation on the .actionScriptProperties file for FB3. I am specifically interested in more info on the libraryPath, libraryPathEntry, and compiler properties. Anyone know where I can find the documentation? thank you! Dustin

Re: [flexcoders] BlazeDS broadcast updates to others?

2008-06-19 Thread Cutter (Flex Related)
BlazeDS does not have true push (RTMP), it emulates push through polling. Basically your update would push a message to a gateway, that then broadcasts that message to a specific channel for BlazeDS, and the client's polling would pick up that message from BlazeDS in it's next polling cycle

RE: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Tracy Spratt
Also, I prefer my donated time help the entire community. I would not participate in one-on-one chat. I like the maillist. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: Thursday, June 19, 2008 6:34 AM To:

RE: [flexcoders] Re: Flex Debugger Ignoring all breakpoints/Errors

2008-06-19 Thread Tracy Spratt
Glad you are working agin. I will post this anyway, in case anyone finds this thread in the future. If you have not done so yet, verify the Flash Player version by visiting this url: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_15507 Often it is hard to get Flash Player

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-19 Thread Enjoy Jake
One-on-one chats could be saved and made searchable. But it seems like no one liked my idea anyway, so I won't bother with it. - Original Message From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, June 19, 2008 10:45:29 AM Subject: RE: [flexcoders] Re:

Re: [flexcoders] Disabled items in dropdown

2008-06-19 Thread Richard Rodseth
I just want the (very) common form/dialog element that has a few items to select, some of which might be disabled. I realize that ComboBox can support a long scrolling list. If there's another control I should be using, by all means enlighten me. PopupMenuButton only opens on a click in the

Re: [flexcoders] Re: way way OT: another flex?

2008-06-19 Thread Steve Mathews
Think you can convince them to do a contest? Build a great Flex app and win a Flex vehicle. On 6/19/08, Matt Chotin [EMAIL PROTECTED] wrote: Is it wrong of me to ask the company to buy one though just because of the synergy? On 6/19/08 8:28 AM, simonjpalmer [EMAIL PROTECTED] wrote:

[flexcoders] Re: Flex Debugger Ignoring all breakpoints/Errors

2008-06-19 Thread EddieBerman
I noticed the same problem after installing Firefox 3. I'm now using IE until I learn of a way to have it work again. --- In flexcoders@yahoogroups.com, aut0poietic_us [EMAIL PROTECTED] wrote: Minor update: I FINALLY have the debugger working in IE. Not entirely sure what the solution was,

Re: [flexcoders] Re: Flex Debugger Ignoring all breakpoints/Errors

2008-06-19 Thread Douglas Knudsen
I'll add to this to look at this URL http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19245sliceId=1 to ensure you actually have the debug player DK On Thu, Jun 19, 2008 at 1:52 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Glad you are working agin. I will post this anyway, in case

[flexcoders] Re: Flex Debugger Ignoring all breakpoints/Errors

2008-06-19 Thread aut0poietic_us
I'm definitely using the Content Debugger Plugin Player WIN 9,0,124,0 as verified from both the URLs you provided above. I've heard mentioned in my googling this that Greasemonkey could have something to do with the problem, but I've got it disabled. I might try uninstalling it in a bit (got a 2

[flexcoders] adding space in an array collection

2008-06-19 Thread ghus32
ac.addItem({name:first_name_traffic.text + last_name_traffic.text}); Is there a way to add a space between first name and last name in this code. I tried adding but that didnt work Thanks

[flexcoders] Re: HTTPService: Not Getting Fault Event When App Server Down

2008-06-19 Thread valdhor
requestTimeout? --- In flexcoders@yahoogroups.com, wwwpl [EMAIL PROTECTED] wrote: When our app server (tomcat) goes down while our Flex application is up, we are not getting the fault event error when making an HTTPService send call. We don't get a result either. We need to handle this

Re: [flexcoders] Re: way way OT: another flex?

2008-06-19 Thread dnk
never hurts to ask? On 19-Jun-08, at 10:13 AM, Matt Chotin wrote: Is it wrong of me to ask the company to buy one though just because of the synergy? On 6/19/08 8:28 AM, simonjpalmer [EMAIL PROTECTED] wrote: Looks more like the left-overs from the Range Rover parts bin...

RE: [flexcoders] Disabled items in dropdown

2008-06-19 Thread Alex Harui
Well, unfortunately, we didn't think it common enough to build into CombBox. You can work with my example and modify it or maybe someone has already solved it, but it isn't built in. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] adding space in an array collection

2008-06-19 Thread Willy Ci
have you try ? ac.addItem({name:first_name_traffic.text + + last_name_traffic.text}); works for me. Willy -- maybe today is a good day to write some code, hold on, late me take a nap first ... Zzzz Q: How do you spell

RE: [flexcoders] Re: way way OT: another flex?

2008-06-19 Thread Alex Harui
Just like the AIR bus tour, Matt and Ely will travel the country in a Ford Flex touting Flex 4 when it ships. Watch for them at a gas station near you. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dnk Sent: Thursday, June 19, 2008

Re: [flexcoders] Re: Library Project Help

2008-06-19 Thread Jeffry Houser
For itemRenderers I believe you have to specify the full class name. So, move the files to the subfolder and change the itemRenderer value to MyComponents.itemRenderer1 jmfillman wrote: From my component mxml file in the myComponents sub-folder, I am referencing the itemRendere like this:

[flexcoders] User Interaction during Transitions

2008-06-19 Thread giopaia
jumping from stateA to stateB back to StateA I received an already parented error. when jumping between states is faster than the transition times the error jumps out because when you go back into stateA his childs have not been removed yet... tried to use a copy of the AddChild class apart from

[flexcoders] Digital Camera Control in Flex?

2008-06-19 Thread Dan Pride
I would like to issue commands to a locally connected digital camera and retrieve the image file, rename it and store it locally. Any pointers on where to go to figure this out? Thanks Dan Pride

[flexcoders] Passing Values between windows

2008-06-19 Thread bredwards358
In the application I'm currently developing, end users need to log in to utilize it. Also I need to keep track of who is logged in so that I can input that into a local database after certain actions. I've tried using a public variable in a commonly used class, however since an instance of that

[flexcoders] Re: How to rotate a Combo Box

2008-06-19 Thread wyattwang
Thanks. Here's the test app: ?xml version=1.0? !-- charts/BubbleRelativeSize.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Style @font-face{ src: url(assets/ARIAL.TTF); /* copy from Windows/fonts/ folder */ fontFamily:

Re: [flexcoders] Generating AS3 code from Java

2008-06-19 Thread Marvin Froeder
Flex mojos has a mojo to that... http://blog.flex-mojos.info/2008/05/08/*generator*-mojo If you uses maven VELO On Wed, Jun 18, 2008 at 11:06 PM, andrew. [EMAIL PROTECTED] wrote: Hi, I am using a Flex UI talking to a Blaze DS / Java backend. The sever has a set of DTO objects

[flexcoders] Optimization of ItemRenderer on a LineSeries

2008-06-19 Thread littlebeetle7
Hi there, I'm currently using a flex chart with 2 lineseries. I specified for each of them a custom itemrenderer. Here is the simplified code that I'm using : package myrenderers { public class MyRenderer extends ProgrammaticSkin implements IDataRenderer { private var

RE: [flexcoders] flash9f.ocx crashes

2008-06-19 Thread Jonathon Stierman
No other ideas? Is there any more information I could give that would be helpful? I did go through the application and make all event listeners use weak references. I also updated the Loader object to cache items. So rather than constantly load and unload external .swf files, it load and

[flexcoders] Re: LineSeries and itemRenderer

2008-06-19 Thread littlebeetle7
Hi there, I believe you can do what you want simply by retrieving the data property within your Renderer class. If your renderer extends UIComponent you just have to do a this.data within your updatedisplaylist function, and data should contain an element of the dataprovider linked to your

[flexcoders] flex+coldfusion8 w/blazeDS integrated --docs?

2008-06-19 Thread Derrick Anderson
i can't find any documentation that shows how to setup applications for BlazeDS when BlazeDS is integrated with CF8... Everything always assumes I have the turnkey installed. On my development box, I'm trying to create a Flex project that uses BlazeDS but have no idea what to put for the

[flexcoders] Re: string to actual actionscript code?

2008-06-19 Thread Amy
--- In flexcoders@yahoogroups.com, David Pariente [EMAIL PROTECTED] wrote: Wow, that answer will really help me! :) What if it's not movies, but some other object that i wanna create 20 times? I thought it should get inside some kind of Array, but not sure if its this way too. i.e.

[flexcoders] Re: SecurityDomain.currentDomain causes weird loaderInfo.url

2008-06-19 Thread mydarkspoon
Thanks Alex, I couldn't find any info about it elsewhere... I guess it got to be one of the most difficult things to search on google since there is no way to search for brackets and the word import is too common in flex issues...grrr. Thanks again, Almog Kurtser --- In

[flexcoders] Re: way way OT: another flex?

2008-06-19 Thread Tim Hoff
16 city / 22 highway; oh yeah. It's funny, when this site first came out it was touted as being written in Flex. Looks more like a Flash site though. -TH --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Just like the AIR bus tour, Matt and Ely will travel the country

[flexcoders] ByteArray as VideoDisplay source

2008-06-19 Thread Joshua Garnett
Does anyone know of a way to connect a VideoDisplay or Video object to a locally created ByteArray as opposed to a NetStream source? or perhaps how to sub-class NetStream in order to manually feed bytes from a ByteArray to the Video object? Essentially what I want to do is have a custom loading

Re: [flexcoders] Re: way way OT: another flex?

2008-06-19 Thread Doug McCune
It's Flash, I decompiled it. It's got scripts all over movieclips. w. Doug On Thu, Jun 19, 2008 at 1:06 PM, Tim Hoff [EMAIL PROTECTED] wrote: 16 city / 22 highway; oh yeah. It's funny, when this site first came out it was touted as being written in Flex. Looks more like a Flash site

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-19 Thread Joseph Balderson
The array accessor [] does not quite duplicate what eval() used to. From my recollection you could actually run code with eval, which of course is impossible to do with []. I know there's a way to do code injection in AS3, but I don't remember the tecnique offhand. The interesting thing about

[flexcoders] Re: way way OT: another flex?

2008-06-19 Thread Tim Hoff
That's what I thought. I had read this blog post: http://flexblog.faratasystems.com/?p=313 http://flexblog.faratasystems.com/?p=313 Thanks, -TH --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: It's Flash, I decompiled it. It's got scripts all over movieclips. w.

[flexcoders] multidimentional ArrayCollections and collectionEvent....

2008-06-19 Thread Durres76
Hi, collectionEventKind.Update does not seem to fire when subitems within a collection change, i.e.. myArr = new ArrayCollection(); myOtherArr = new ArrayCollection(); myArr.addItem(myOtherArr); the update event does not fire if myOtherArr changes. it does if myArr changes.

[flexcoders] Re: Digital Camera Control in Flex?

2008-06-19 Thread nathanpdaniel
You should check out the VideoDisplay component for starters. If you want to do that with a Flex based web app, look into Networking and Communication because you'll have to save the image from the camera, upload it to a server, then download it. Flash 9 doesn't have access to the local file

  1   2   >