[flexcoders] download many files at a time

2008-08-28 Thread dialogtmp
hello,all I want to let user to download many files at a time, but I can't use the server side language to implement. I have already searched much information, but still could not find the solution. How should I do? Dose it possible implement in flex? thanks, dialogtmp

RE: [flexcoders] flahs.ui.Keyboard bug?!

2008-08-28 Thread Alex Harui
Is this for an AIR project? I don't think it was supposed to work for non-AIR. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nagaofthesea Sent: Wednesday, August 27, 2008 10:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] flahs.ui.Keyboard bug?! Howdy-

[flexcoders] Lens effect

2008-08-28 Thread venkat eswar
have anyone done lens effect.please help me

[flexcoders] Can we implement custom authentication per destination of DataService?

2008-08-28 Thread Shigeru Nakagaki
I know Login commands in configuration. And I know remote-username and remote-password. I'm talking about calling CFC for authentication from LCDS. And setting per destination like this. destination id=cfcontact adapter ref=coldfusion-dao/ properties

Re: [flexcoders] Can we implement custom authentication per destination of DataService?

2008-08-28 Thread João Fernandes
Shigeru, by using setRemoteCredentials on your destination you should be able to achieve something similar. setRemoteCredentials are accessible trough cflogin and during onRequestStart you can validate which assembler is being called. What I really do is to have dumb assembler which call in

[flexcoders] designers flash and otherwise

2008-08-28 Thread Toby Tremayne
Hi all - I'm looking for designers, to do flash design and animation as well as general design - can anyone point me to the standard mailing lists for these kinds of folk please? Or if anyone on this list fits the bill please give me a yell :) Toby --- Life

[flexcoders] AIR Program Works in Flex Builder, Crashes when Installed?

2008-08-28 Thread tudsy
I have an AIR program that works fine when run from Flex Builder (run in regular or debug) but when I install it as an AIR program, it crashes. I'm using Vista Home Premium SP1 and have had no problems with AIR until now. Any ideas? One possible thing is that I'm importing an XML file (in an

[flexcoders] ILOG Elixir 2.0 Preview Program - Beta Testers Needed

2008-08-28 Thread jo99_fr
Hi everyone, I'd like to let you know we just released our second drop of ILOG Elixir 2.0 Preview Program. See: http://blogs.ilog.com/elixir/2008/08/27/ilog-elixir-20-preview-program-new-drop/ New components include: - Calendar - Gantt Task Chart (in addition to previously provided Gantt

[flexcoders] Re: Flexbuilder 3 Out of Memory Error

2008-08-28 Thread Jason
I am reviving this thread because I am still experiencing memory problems with Flexbuilder 3. I gave up on it and switched to FlashDevelop and the Flex SDK I was so frustrated, so I was able to continue my project, but now I am resolved to get this fixed, especially since we now have SEVERAL

[flexcoders] Using Move and Easing effects...

2008-08-28 Thread pvgirishkumar11
Hi, Iam trying move the canvas using an slider control and i have given move effect along with easing..circular.easeout. But Its not working as expected, I want the effect similiar to that present in http://www.circavie.com/timelines/f161ff6d-831d-5401-a528-671ea8390e2b pls help in this regard

[flexcoders] Re: Flexbuilder 3 Out of Memory Error

2008-08-28 Thread Jason
UPDATE: Since I was missing Flexbuilder.ini, I made one with notepad and copied this in: -vmargs -Xms1024m -Xmx1024m -XX:MaxPermSize=256m -XX:PermSize=64m -Djava.net.preferIPv4Stack=true And saved it as Flexbuilder.ini in the root install directory, and BAM, it worked. So, nevermind. I'll

[flexcoders] asigning text with script error

2008-08-28 Thread David Pariente
Hi all, I got an strange error... I make some text change through AS3 on my app. When i test on IE, i see no change at all. When i test on FireFox, i see the changes. But if i reload the page i get this error on the browser: TypeError: Error #1009: Cannot access a property or method of a null

Re: [flexcoders] download many files at a time

2008-08-28 Thread bjorn
It's possible, but you need to show a new save dialog for each file though. 2008/8/28 dialogtmp [EMAIL PROTECTED] hello,all I want to let user to download many files at a time, but I can't use the server side language to implement. I have already searched much information, but still

[flexcoders] Re: 3596: Duplicate variable definition -- not sure why I'm getting it here

2008-08-28 Thread Mark
That took care of it -- Thanks!

[flexcoders] circleItemRenderer border color

2008-08-28 Thread lolr3a
Hi, I've created circles for my data in a line chart. I'm able to change the line color to black, and the series' circles color to black, but I just can't change the circles border orange color - it seems to take it from the series default color... ?xml version=1.0? !--

[flexcoders] dragable datagrid

2008-08-28 Thread deepa_pathuri
Can some body help me out suggesting the best way to develop a drag gable data grid component instead of putting it in pods.

[flexcoders] Which ports to open with BlazeDS / LCDS?

2008-08-28 Thread simonwidjaja
Hey guys! I want to run the collaboration dashboard example of the turnkey version of BlazeDS/LCDS. Locally everything works fine. But when I deploy it to my webserver the connection fails. Turning off the server's firewall makes the example work. I've tried to open several ports but it does not

[flexcoders] Capturing Cmd-C (or Ctrl-C) keyboard event from modular Flex application in browser or AIR.

2008-08-28 Thread Ian M. Jones
Hi, It seems that it is impossible to capture the keyboard event normally used for copy when running a Flex application in the browser or as an AIR app, presumably because the browser or OS is intercepting it first. Is there a way to tell the browser or OS to let the event through? For

[flexcoders] Advanced internationalization in Flex

2008-08-28 Thread bjorn
I've worked with Flex' Resource Bundle (.properties) files and it works fine for internationalizing words and simple sentences, but imho it's not really optimal for blocks of text (with linebreaks and maybe even html formatting). Are there other solutions for this? --

[flexcoders] Disable Control Keys being captured by Flash Player

2008-08-28 Thread valdhor
I have deployed my Flex App but now my users are complaining that they cannot press CTRL-T to get a new tab in Firefox (The Flash Player captures the keypress). Is there any way to disable the capturing of key presses? Alternatively, how would I capture the keypress in code and then forward that

RE: [flexcoders] RAITest, Selenium, QuickTest, Silk?

2008-08-28 Thread Battershall, Jeff
Nate, Did you try RadView's WebLoad? Adobe has just spent a lot of time working with them on Flex support and they're endorsing the product, semi-officially (see Damon Cooper's blog). Just want to get your opinion of that solution vs. QTP. I believe both are on a similar tier of expense.

[flexcoders] Re: Need help about generating swf from template flash file

2008-08-28 Thread yk96290
Alex, This is a custom header for a page. The header is a swf from a flash template. Suppose the template swf file is there. I'll dynamically use the swf. For instance, I have a movie clip tempImage in the swf, in my flex, I'll replace tempImage with a1.jpg, a2.jpg, ... etc on different

[flexcoders] BlazeDS: Tomcat should check for modified classes...

2008-08-28 Thread simonwidjaja
Hey, my turnkey-version of LCDS always checks for modified java classes during runtime. But the BlazeDS version doesn't. So I must always restart the server to get my modified classes running. How can I change this? Does anyone know the config parameter for this feature? Thanx, Simon

[flexcoders] Re: AdvancedDataGrid changing background color of Group Headers

2008-08-28 Thread Amy
--- In flexcoders@yahoogroups.com, anandvardhan.flex [EMAIL PROTECTED] wrote: Hi, But it is not going to solve my issue. The issue is to change color of only that row which has other childs in it. So when your styleFunction gets the reference to the data object, you're telling me that

[flexcoders] Re: BlazeDS: Tomcat should check for modified classes...

2008-08-28 Thread simonwidjaja
I've already modified services-config.xml with no result: system redeploy enabledtrue/enabled watch-interval20/watch-interval watch-file{context.root}/WEB-INF/flex/services-config.xml/watch-file

[flexcoders] Serialization Error/Bug

2008-08-28 Thread Greg Jastrab
Anyone have any idea why this won't work? Sorry to link out, but it's a big post. http://blog.smartlogicsolutions.com/2008/08/27/serialization-errorbug-when-using-bytearray-readobject-iexternalizable-class/

RE: [flexcoders] Repeater Component

2008-08-28 Thread Tracy Spratt
Similarly, since you are repeating a custom component, you could implement a public property on the component to hold the index, using a setter function. Pass the repeater.currentIndex into the component via that property, and have the setter function use the passed in index retrieve the

RE: [flexcoders] Lens effect

2008-08-28 Thread Tracy Spratt
Google for fisheye. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of venkat eswar Sent: Thursday, August 28, 2008 2:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Lens effect have anyone done lens effect.please

RE: [flexcoders] asigning text with script error

2008-08-28 Thread Tracy Spratt
Which is line 75? Debug to find out which reference is null. Also, probably not related to your problem, do not use new with XML() . XML is not really a constructor but a top-level function. So just do: var rXML:XML = XML(event.target.data); or var rXML:XML = event.target.data as XML;

RE: [flexcoders] asigning text with script error

2008-08-28 Thread Tracy Spratt
Further, look for a timing issue. Your components, like rdata_by might not be instantiated when you attempt to set its properties. One good solution to this problem is to bind to the data, instead of directly assigning the value in AS. Often/usually/always?, a components properties are set

Re: [flexcoders] asigning text with script error

2008-08-28 Thread David Pariente
hi, line with the error is the first line that tried to modify the text of the MXML text. rdata_title.title=rXML.info.thainame; even i put a string or a xml value, it throws that error. i used new cause it's just on the adobe examples...not using new will create a empty and new var where to

Re: [flexcoders] asigning text with script error

2008-08-28 Thread David Pariente
mmm, that could explain why the 1st time i exec it on fireworks it works while the second it doesn't (it might cache some content)... but i will read an XML depending on values given...so i don't know how to do it without AS... i did directly on the components at first, but then it allways

[flexcoders] looking for scribd like framework

2008-08-28 Thread magdy.roshdy
hi guys I looking for some tool converts the documents (doc, pdf, xls ...) into swf format, like scribd http://scribd.com/ . So, if any one knows any information will help me in this, please tell me, it is so important guys [:)] thanks

[flexcoders] checkbox ItemRenderer in a List doesn't allow wordWrap

2008-08-28 Thread Bernardo Salazar
Hello, i'm tryin to use wordWrap in labels of items of a List that has a checkBox Item Renderer, but when I run it, it doesn't do the wordWrap. Any help ?? thanks in advance.

Re: [flexcoders] Re: any good way to make the pie take up the whole chart bounds?

2008-08-28 Thread Pan Troglodytes
Well, the solution I came up with isn't great, but it does work. You'll need to copy PieSeries.as, PieSeriesItem.as and WedgeItemRenderer.as into your own project and rename them. I named them FullPieSeries.as, FullPieSeriesItem.as and FullWedgeItemRenderer.as. Easiest thing to do is put them

RE: [flexcoders] asigning text with script error

2008-08-28 Thread Tracy Spratt
if i make a var bindable, i can give values to it later on a function? Absolutely. For example, untested: [Bindable]private var _xmlRData:XML; //bindable instance var containing data private function rLoaded(event:Event) : void{ _xmlRData = XML(event.target.data); //set the instance

RE: [flexcoders] checkbox ItemRenderer in a List doesn't allow wordWrap

2008-08-28 Thread Alex Harui
It's the renderers responsibility to support wordwrap, which checkbox does not. You might be able to adapt the multiline button example from my blog From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bernardo Salazar Sent: Thursday, August 28, 2008 9:16 AM To:

RE: [flexcoders] Re: Need help about generating swf from template flash file

2008-08-28 Thread Alex Harui
I still don't understand. You want to create a completely new SWF? Why not just modify the display list of the SWF at runtime? Find the tempIMage, remove it, replace it with flash.display.Loader and load the jpg. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yk96290

RE: [flexcoders] Disable Control Keys being captured by Flash Player

2008-08-28 Thread Alex Harui
Last I heard, this is a limitation of the plug-in API in browsers. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of valdhor Sent: Thursday, August 28, 2008 6:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Disable Control Keys being captured by Flash Player I

[flexcoders] Re: Where is URLRequest data on server side

2008-08-28 Thread schneiderjim
Bump. --- In flexcoders@yahoogroups.com, schneiderjim [EMAIL PROTECTED] wrote: I'm using URLRequest and navigateToUrl to invoke a server side (java servlet) reporting function (returns PDF in new browser window). To get it to work quickly, i just attached HTTP parameters to the URL and

[flexcoders] ComboBox Disable Drop Down Items

2008-08-28 Thread wwwpl
I am trying to disable ComboBox drop down items. I found an example on Alex's site for disabling items in a List so I took that and set it as the DropDownFactory in the combo box. But it doesn't work completely. I can still key down and get an outline of the disabled item. I am curious why

RE: [flexcoders] Capturing Cmd-C (or Ctrl-C) keyboard event from modular Flex application in browser or AIR.

2008-08-28 Thread Alex Harui
Not really. I think some folks capture the event in javascript and notify Flash via ExternalInterface. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ian M. Jones Sent: Thursday, August 28, 2008 5:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Capturing

RE: [flexcoders] dragable datagrid

2008-08-28 Thread Alex Harui
Can we see a sketch of what you want to do? Is it something other than putting the DataGrid in a popup TitleWindow? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of deepa_pathuri Sent: Thursday, August 28, 2008 2:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Re: asigning text with script error

2008-08-28 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: if i make a var bindable, i can give values to it later on a function? Absolutely. For example, untested: [Bindable]private var _xmlRData:XML; //bindable instance var containing data private function

RE: [flexcoders] ComboBox Disable Drop Down Items

2008-08-28 Thread Alex Harui
Try forcing caret to false when calling super From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wwwpl Sent: Thursday, August 28, 2008 9:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ComboBox Disable Drop Down Items I am trying to disable ComboBox drop down

[flexcoders] Flash Player 10 Release Date?

2008-08-28 Thread wwwpl
Does anyone know when Flash Player 10 will be released? If you don't know a date, do you have a ball park estimate?

[flexcoders] Re: Slider Change Events on Resize

2008-08-28 Thread wwwpl
I took over this code from someone else and discovered that we weren't setting the value correctly. So this is not a bug. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Could you be changing snapInterval or something like that?

RE: [flexcoders] Re: asigning text with script error

2008-08-28 Thread Tracy Spratt
XML is bindable. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amy Sent: Thursday, August 28, 2008 1:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: asigning text with script error --- In

RE: [flexcoders] Re: asigning text with script error

2008-08-28 Thread Tracy Spratt
Alex explained how this works, event though XML does not dispatch events. I'll post his explanation below. But bottom line, XML is bindable. Here is a simple example: http://www.cflex.net/showFileDetails.cfm?ObjectID=628 Tracy

[flexcoders] Re: ComboBox Disable Drop Down Items

2008-08-28 Thread wwwpl
I set caret to false. Now the outline doesn't show, but it should jump to the next enabled item. The selection disappears, but I know the selection is on the disabled item. In the finishKeySelection function, it sets the selectedIndex to the next enabled item, but it seems the combobox is

[flexcoders] XML is Bindable FYI

2008-08-28 Thread Tracy Spratt
This comes up often enough that I wanted to post a specific message for future reference. XML nodes ARE bindable. (XMLList is NOT bindable) Hee is an example of binding to XML: http://www.cflex.net/showFileDetails.cfm?ObjectID=628 Alex Harui, in response to another post, explains how XML nodes

Re: [flexcoders] Relevant and Helpful :: Scene7.com Webinar

2008-08-28 Thread Robert Thompson
Stopping making personal commentsI invited people to the Webinar to see for themselves and ask some questions to clear the air. If you're interested in personal comments and laughing while you self admittedly smoke weed, You said it, I'm a ho So there's nobody to blame but yourself,

RE: [flexcoders] Re: ComboBox Disable Drop Down Items

2008-08-28 Thread Alex Harui
Hmm. The combobox is handling keystrokes and forwarding to the List. It might be messing things up. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wwwpl Sent: Thursday, August 28, 2008 10:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ComboBox Disable

[flexcoders] Re: flahs.ui.Keyboard bug?!

2008-08-28 Thread nagaofthesea
You are right, it is a web app Nothing about AIR only in the Langauge Reference though?!?! -naga --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Is this for an AIR project? I don't think it was supposed to work for non-AIR. From:

RE: [flexcoders] Re: flahs.ui.Keyboard bug?!

2008-08-28 Thread Alex Harui
My copy of the docs showed the AIR symbol by those things From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nagaofthesea Sent: Thursday, August 28, 2008 11:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: flahs.ui.Keyboard bug?! You are right, it is a web

Re: [flexcoders] Re: ColumnSet vs Multiple axes

2008-08-28 Thread Richard Rodseth
Unfortunately, I neglected to log this bug, but have now: https://bugs.adobe.com/jira/browse/FLEXDMV-1862 The related bug (1669) was deferred. On Wed, Jun 18, 2008 at 9:42 AM, Tim Hoff [EMAIL PROTECTED] wrote: Hi Richard, For a work-around, first give each ColumnSeries an id. If you also

Re: [flexcoders] asigning text with script error

2008-08-28 Thread David Pariente
oh thnx a lot! i used to do it like that in other projects...but not in this one... i will try, thnx again :) Tracy Spratt escribió: if i make a var bindable, i can give values to it later on a function? Absolutely. For example, untested: [Bindable]private var _xmlRData:XML; //bindable

[flexcoders] Re: Disable Control Keys being captured by Flash Player

2008-08-28 Thread valdhor
Bugger - that's annoying. Oh well, I put together a workaround for anyone else that wants this: private function onCreationComplete(event:FlexEvent):void {

[flexcoders] Re: free codesmith project

2008-08-28 Thread valdhor
I would very much like a copy of this project. Thanks and Best Regards Steve

[flexcoders] WSDL SOAP

2008-08-28 Thread basicasm
I am trying to access a web service with Flex. So far I can import the WSDL just fine using the webservice import wizard. (File-Import-Web Service) But when I try to use one of the methods from the WSDL Flex tells me that I am trying to access an undefined property of the service. /* code

[flexcoders] Re: ComboBox Disable Drop Down Items

2008-08-28 Thread wwwpl
I got it working. I have to set the selectedIndex in the combo box as well as in the list for it to work. This isn't ideal, but it works for the most part. I have had to change a bit of the code to handle situations. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

Re: [flexcoders] Capturing Cmd-C (or Ctrl-C) keyboard event from modular Flex application in browser or AIR.

2008-08-28 Thread Ian M. Jones
Thanks Alex, I'll see what I can find on using JavaScript and ExternalInterface then. Thanks, Ian On 28 Aug 2008, at 18:10, Alex Harui wrote: Not really. I think some folks capture the event in javascript and notify Flash via ExternalInterface. From: flexcoders@yahoogroups.com

[flexcoders] Results of Direct Phone Call to Scene7.com

2008-08-28 Thread Robert Thompson
First of all, this is very relevant to the FLEX coders development community. I have just talked some another person at Scene7.com and the indication I seemed to have gotten is that there will be a resulting complication in the area of eCommerce and Product Catalog Development to the

[flexcoders] Re: asigning text with script error

2008-08-28 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Alex explained how this works, event though XML does not dispatch events. I'll post his explanation below. But bottom line, XML is bindable. Here is a simple example:

[flexcoders] Re: ComboBox Disable Drop Down Items

2008-08-28 Thread wwwpl
There is a weird thing happening here. Maybe someone could explain it. I changed back to having a disabledFunction variable instead of having the function in this class. I am trying to set the disabledFunction like this: var dropDown:DisabledItemList = DisabledItemList

[flexcoders] Re: Flash Player 10 Release Date?

2008-08-28 Thread wwwpl
I am surprised no one will respond. Is this a secret? I didn't see any information on the labs.adobe.com website. --- In flexcoders@yahoogroups.com, wwwpl [EMAIL PROTECTED] wrote: Does anyone know when Flash Player 10 will be released? If you don't know a date, do you have a ball park

Re: [flexcoders] Re: Flash Player 10 Release Date?

2008-08-28 Thread Sherif Abdou
WEll If I had to guess it would have to be before April/May/June 09 since that is when The Final Version of Flex 4 is going to be released and it uses Flash Player 10. - Original Message - From: wwwpl To: flexcoders@yahoogroups.com Sent: Thursday, August 28, 2008 3:33 PM

RE: [flexcoders] Re: ComboBox Disable Drop Down Items

2008-08-28 Thread Alex Harui
Yeah, dropdowns get destroyed and re-created under certain cicurmstances so you can't just modify the dropdown once and expect it to live forever From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wwwpl Sent: Thursday, August 28, 2008 1:21 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flash Player 10 Release Date?

2008-08-28 Thread João Fernandes
Sherif, maybe with the release of Flex 4, they might want to have FP10 with a nice penetration ratio. If I recall correctly, Matt mentioned that for each new major version of Flex, Adobe will target a version with a very large penetration ratio so if Flex 4 targets FP10 and it's launch it's by

Re: [flexcoders] Results of Direct Phone Call to Scene7.com

2008-08-28 Thread Ralf Bokelberg
Perhaps it's time to start hosting with MacPro servers and looking more into QuickTime, if the worst is found to be true. Hm. I always found to be Apple the personified greed. For example IPhone developers are not even allowed to talk to each other. This is just plain ridicilous, as is your

RE: [flexcoders] Re: Flash Player 10 Release Date?

2008-08-28 Thread Alex Harui
Adobe rarely publishes hard dates whether for FP10 or Flex4. Any dates you see are always subject to changes. Flex 4 probably won't be A/M/J09. FP10 will be soon. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sherif Abdou Sent: Thursday, August 28, 2008 1:59 PM To:

Re: [flexcoders] Results of Direct Phone Call to Scene7.com

2008-08-28 Thread Guy Morton
Hi Robert I agree that there is something vaguely distasteful about Adobe becoming a competitor to its developers (which Scene7 seems to be), however I also doubt that this is likely in the foreseeable future to have a significant impact on any of us. However, it is definitely worth

[flexcoders] FlexMDI Window help wanted

2008-08-28 Thread lynnkuh
I'm trying to create new windows using the addWindow function but I'm not using the mdiCanvas instance created with MXML. The window is created but it seems to be fixed at a particular x coordinate but can move horizontally and resize. I can add another window but it puts it underneath the first

Re: [flexcoders] Results of Direct Phone Call to Scene7.com

2008-08-28 Thread Robert Thompson
I agree on the iPhone issue, I'd never go with ATT either because they are the ultimate Greed. But the iPhone pricing thing I think was a mistake. Apple does not personify greed at all to me -- Quality. I have both MacPro and a DELL, develop in XCode and Vista for FLEX and Flash CS3. The

Re: [flexcoders] Thanks

2008-08-28 Thread Robert Thompson
Thanks Guy. It's nice to know someone recognizes I have no self-interest in this. I've been involved with the FutureSplash now Flash Player since it's beginnings. I just want Adobe to keep it cool with us rooting for them, they should also support us. No crusades here; just want to make

Re: [flexcoders] Results of Direct Phone Call to Scene7.com

2008-08-28 Thread Richard Rodseth
Well put, Guy. I think it was Dave Winer who described the internet as the platform without a platform vendor. Flash is not that. I don't know how FutureWhatever made their money, but you're not going to see Apple, Microsoft or Adobe promoting a platform without some effort to monetize it.

[flexcoders] What is Flexcoders?

2008-08-28 Thread Tim Hoff
Hi All, This is the text from the original FlexcodersFAQ.txt file: 1. What is Flexcoders? Flexcoders is a forum where developers can ask questions about Flex, FlexBuilder, and Flex-related technologies (like Cairngorm and FlexUnit). The community is made up of everyday Flex developers as well

[flexcoders] Re: WSDL SOAP

2008-08-28 Thread Kevin Fauth
basicasm- You have your calls in the base of the class, you need to move it into a method. You should also put your add event listener into an onInit() type of call. Here's a quick example: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

Re: [flexcoders] What is Flexcoders?

2008-08-28 Thread Doug McCune
Personally I like a good back and forth, even if it's non directly code or question specific. Part of what I like about this list is the playful arguing that creeps into some of these discussions. But sometimes personalities clash a little (which I don't mind at all) and sometimes people get a

Re: [flexcoders] What is Flexcoders?

2008-08-28 Thread Michael Schmalle
Been on this list for 3 years or so... It's like every month or so finding an Enquirer magazine in the doctors office, you sometimes just read it because you know it is ridiculous and gives you a broader view of what the masses are really like. ;-) Just so happens the titles of these last

[flexcoders] Re: What is Flexcoders?

2008-08-28 Thread Tim Hoff
Thanks Doug, Really, that's the way I feel too. We don't need to have a list police or to supress friendly back and forth . But man, after a while you just have to shake your head. I appreciate your feedback. Thanks for your honesty, -TH --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL

[flexcoders] end/ Q: What is Flexcoders? A: All of us in this together who have purchased FLEX

2008-08-28 Thread Robert Thompson
I think the simple answer is we're all in this together and it's good to keep an eye out for each other. I haven't posted on the list for a very long time and have just been watching and examining Papervision3D which I love. So I post a concern, and a legitimate one, with no prior thread.

[flexcoders] Re: end/ Q: What is Flexcoders? A: All of us in this together who have purchased FLEX

2008-08-28 Thread Tim Hoff
Cool Robert, Hopefully, we can just put this to rest. Thanks, -TH --- In flexcoders@yahoogroups.com, Robert Thompson [EMAIL PROTECTED] wrote: I think the simple answer is we're all in this together and it's good to keep an eye out for each other. I haven't posted on the list for a very

Re: [flexcoders] Results of Direct Phone Call to Scene7.com

2008-08-28 Thread Jon Bradley
On Aug 28, 2008, at 4:18 PM, Robert Thompson wrote: I have just talked some another person at Scene7.com and the indication I seemed to have gotten is that there will be a resulting complication in the area of eCommerce and Product Catalog Development to the FLEX community. Scene7 is

Re: [flexcoders] What is Flexcoders?

2008-08-28 Thread Guy Morton
I don't think anyone is much interested in personal rants, but there is a decent-sized grey area of topics that some people believe are off- topic and want to suppress (my recent discussion with the MS product manager for Silverlight being one example). Personally, I think considered

[flexcoders] Donkey patching UIMovieClip subclass...

2008-08-28 Thread Boon Chew
Hi, I just started using the Flex Component Kit so I am probably not doing it right.  If I have a symbol that's linked to a UIMovieClip subclass in my Flex project, and if the class uses any Flex framework stuff, Flash would refuse to publish my FLA skin file.  This makes sense since the Flex

[flexcoders] Re: What is Flexcoders?

2008-08-28 Thread Tim Hoff
Fair enough and thanks for the opinion. Yes, the previous Silverlight discussion also fits into this category. Don't get me wrong, my opinion is just one in this group and the delete key is my friend also. Just trying to keep it somewhat real. Thanks Guy, -TH --- In

[flexcoders] cannot get ONLY the value of an XML element...

2008-08-28 Thread David Pariente
hi, here i am again with a newbie problem... I made a repeater to show me text lines from an XML, but for some reason it doesnt show me the value ONLY. mx:Repeater id=rIngredients dataProvider={rXML.ingredients} mx:Text x=0 y=10

[flexcoders] Re: cannot get ONLY the value of an XML element...

2008-08-28 Thread Tim Hoff
Hi David, text={rIngredients.currentItem.ingredient.quantity.valueOf()} -TH --- In flexcoders@yahoogroups.com, David Pariente [EMAIL PROTECTED] wrote: hi, here i am again with a newbie problem... I made a repeater to show me text lines from an XML, but for some reason it doesnt show me

RE: [flexcoders] Re: Where is URLRequest data on server side

2008-08-28 Thread Seth Hodgson
Hi Jim, Be sure to set your request.method = URLRequestMethod.POST and assign your URLVariables to the data property of your URLRequest and then pass that to navigateToURL(...). On the server, you can access these name/value pairs as request parameters (HttpServletRequest#getParameterMap()).

RE: [flexcoders] Which ports to open with BlazeDS / LCDS?

2008-08-28 Thread Seth Hodgson
Hi Simon, The ports used by BlazeDS/LCDS depend on the channel(s)/endpoint(s) the app is using and how they're configured in services-config.xml. BlazeDS only supports Servlet-based endpoints, so the port for those must be whatever your Servlet container is configured to use. If you're running

[flexcoders] Re: Digest XML Schema

2008-08-28 Thread ron_mori
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: There's an undocumented SOAPDecoder in mx.rpc. Fantastic - how does one gain access to said undocumented decoder?

Re: [flexcoders] Re: Digest XML Schema

2008-08-28 Thread Josh McDonald
Look at the sources to mx:WebService :) It's *not* fun to navigate since all the [Excludes] make builder pretend it can't find a lot of things that it really can, but that's unfortunately par for the course at the moment when playing with the wizard behind the curtain of Flex RPC. -Josh On Fri,

Re: [flexcoders] Re: cannot get ONLY the value of an XML element...

2008-08-28 Thread David Pariente
hi, that's the first i tried...but got same result...:( thnx for answer Tim Hoff escribió: Hi David, text={rIngredients.currentItem.ingredient.quantity.*valueOf()}* -TH --- In flexcoders@yahoogroups.com, David Pariente [EMAIL PROTECTED] wrote: hi, here i am again with a newbie

Re: [flexcoders] Re: cannot get ONLY the value of an XML element...

2008-08-28 Thread Josh McDonald
you want .text What you're getting there is the toString() for the quantity node. On Fri, Aug 29, 2008 at 10:58 AM, David Pariente [EMAIL PROTECTED]wrote: hi, that's the first i tried...but got same result...:( thnx for answer Tim Hoff escribió: Hi David,

Re: [flexcoders] Re: WSDL SOAP

2008-08-28 Thread Cordova Aaron
Thank you so much, I was so focused on figuring out the SOAP stuff that when I started writing the project I totally forgot to create the methods. Thanks for the example as well, it helped out a whole lot. - Original Message From: Kevin Fauth [EMAIL PROTECTED] To:

Re: [flexcoders] Results of Direct Phone Call to Scene7.com

2008-08-28 Thread Weyert de Boer
Apple don't even want to fix the keyboard lightning that there tech people broke when they replaced the display for the second time. Warranty or AppleCare is a bitch. Even Acer or Dell are better in that regard.

[flexcoders] Extracting DataVisualization

2008-08-28 Thread Amy
Hi, all; I read the instructions here http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.htm l. I took this to mean that I was supposed to type something like this: java -jar c:\Flex Builder 3\sdks\3.0.0\lib\DMV-source.jar C:\Documents and Settings\All Users\Application

Re: [flexcoders] Results of Direct Phone Call to Scene7.com

2008-08-28 Thread Howard Fore
Please don't feed the trolls... On Thu, Aug 28, 2008 at 10:04 PM, Weyert de Boer [EMAIL PROTECTED] wrote: Apple don't even want to fix the keyboard lightning that there tech people broke when they replaced the display for the second time. Warranty or AppleCare is a bitch. Even Acer or Dell

Re: [flexcoders] Re: cannot get ONLY the value of an XML element...

2008-08-28 Thread David Pariente
i guess it has something to be with the repeater or it's dataprovider... i use that xml to show other info without a problem i don't know whats wrong about it :( Josh McDonald escribió: you want .text What you're getting there is the toString() for the quantity node. On Fri, Aug 29,

  1   2   >