[flexcoders] Flex crashes if no sound card present

2007-04-16 Thread Danko Kozar
This is a serious Flex bug! I run a Flex application on a corporate computer that doesn't have a sound card and the application crashed. Using Flash player debugging version I realized that the problem was in playing sound.

[flexcoders] Re: Bad quality after encode video to FLV

2007-04-16 Thread nowak_petr
I tried Flash Video MX and it works fine. I only wonder why O2 Flix doesn't work... Thanks for help. --- In flexcoders@yahoogroups.com, Thijs Triemstra | Collab <[EMAIL PROTECTED]> wrote: > > You can also try the flv encoder that comes with Flash 8 Pro, you can > download a trial on adobe.co

Re: [flexcoders] Multi-axis chart

2007-04-16 Thread Mikhail Shevchuk
Thanks for the advise, Tom. I think, that will work. 16 Apr 2007 07:00:38 -0700, Tom Chiverton <[EMAIL PROTECTED]>: > On Monday 16 Apr 2007, Mikhail Shevchuk wrote: > > I need to display several line series, but the distribution of Y > > values can vary very much. So, I want to show these lines

[flexcoders] Problem connecting to JNDI topic using theriabook example

2007-04-16 Thread ave8879
Hi, I'm new to flex and to Java but am trying to learn both because I wanted to try to make a chat application that uses message subscribing and publishing. Anyways I bought theriabook and am going through chapter 5 "a complete application with RPC Communications and JMS" I have a Tomcat serv

[flexcoders] Generate PDF

2007-04-16 Thread Eduardo Dias
Hi, I'm doing a http call to the server and the response is a input stream of a PDF file, i'm not using Livecycle Data Services 2.5. How i can take this file and open in a different browser window? Regards, Eduardo Dias

Re: [flexcoders] Flex variable for creation date?

2007-04-16 Thread Bjorn Schultheiss
You could do it via an ant script that grabs your version control's revision number and writes it to a properties file that the Flex app loads in at runtime. Bjorn On 17/04/2007, at 2:21 PM, dougco2000 wrote: I'm wondering if there is a way to reference a distinguishing variable for a giv

[flexcoders] Flex variable for creation date?

2007-04-16 Thread dougco2000
I'm wondering if there is a way to reference a distinguishing variable for a given app, such as a last-modified or build date? As we're pushing out new versions of a given app it would be nice to have something in the lower corner letting the user know the version they are running without relying o

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-16 Thread Bjorn Schultheiss
I got it working to some extent for Camino (mozilla) on mac. By no means have i thoroughly tested it yet though. I couldn't imagine developing for it yet though. I need a platform that will guarantee me results. 10 years of Flash player deployment is a strong reason why i'll hold off for a wh

[flexcoders] Re: Bubble Charts (size of the bubble)

2007-04-16 Thread gaurav1146
Thanks a ton. Regards, Gaurav Singh --- In flexcoders@yahoogroups.com, "simonjpalmer" <[EMAIL PROTECTED]> wrote: > > check your yahoo account > > --- In flexcoders@yahoogroups.com, "gaurav1146" wrote: > > > > Please mail me the overloaded bubble series class. My email address is > > gaurav1146 a

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-16 Thread Jeremy Watson
Silverlight is a cross-browser, cross-platform plug-in for delivering the next generation of media experiences and rich interactive applications (RIAs) for the Web. Except Mozilla. Which I tried to install and it failed - Original Message From: Andrew Muller <[EMAIL PROTECTED]> To: fl

RE: [flexcoders] Flex accessing ColdFusion Remoting service on a seperate server?

2007-04-16 Thread Peter Farland
By default, the crossdomain.xml file would live in the webroot on the server hosting the ColdFusion remoting service and in this policy file it would allow access from SWFs served from some other server. http://www.mycoldfusionserver.com/crossdomain.xml ...which would contain: Your M

[flexcoders] NAB live stream 0 right now

2007-04-16 Thread The Morans
http://www.adobe.com/products/creativesuite/production/events/nab2007/ webcast/

[flexcoders] Flex CS3 style Icon

2007-04-16 Thread Bjorn Schultheiss
Is there a patch to 201 to update the icon to the cs3 style icon? Regards, Bjorn Schultheiss Senior Developer Personalised Communication Power Level 2, 31 Coventry St. South Melbourne 3205, VIC Australia T: +61 3 9674 7400 F: +61 3 9645 9160 W: http://www.qdc.net.au ((This tr

[flexcoders] Re: RangeError on SWFLoader

2007-04-16 Thread Michelle Grigg
This is the error trace: RangeError: Error #2006: The supplied index is out of bounds. at flash.display::DisplayObjectContainer/addChildAt() at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildren_addChildAt()[C:\dev\flex_201_gmc\sdk\frameworks\mx\managers\SystemMana

Re: [flexcoders] Coming from Laszlo background - anyone know some migration tips?

2007-04-16 Thread Luis Eduardo
Don't know if its this that u mean,but... the "name" attribute on laszlo is equivalent to "id"on flex. the "dataset" on laszlo is more or less equivalent than "httpservices" on flex, but the databindings are very diferent. In fact, i do prefer the way laszlo handle databinding, but, its m

Re: [flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-16 Thread Andrew Muller
No On 16 Apr 2007 18:04:35 -0700, helihobby <[EMAIL PROTECTED]> wrote: Please comment after you ready and see this: http://blogs.msdn.com/tims/archive/2007/04/15/introducing-microsoft- silverlight.aspx http://www.microsoft.com/silverlight/default_01.aspx Sean - [URL=http://www.HeliHobby.com

[flexcoders] DataServices refreshFill not working properly

2007-04-16 Thread dmiramontesval
Hello, i am having troubles when using DataServices in my app. Here's the thing: I have an Assembler and 2 DataService components that point to that Assembler. I have a Datagrid that gets filled by pressing a button that calls the fill method of the Assembler and a Form for inserting new items. Th

[flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-16 Thread helihobby
Please comment after you ready and see this: http://blogs.msdn.com/tims/archive/2007/04/15/introducing-microsoft- silverlight.aspx http://www.microsoft.com/silverlight/default_01.aspx Sean - [URL=http://www.HeliHobby.com]HeliHobby.com[/URL]

Re: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-16 Thread Robert Cadena
Glad I could help. Just cause I'm curious: - do you have a crossdomain at the root of your localhost server? - is your parent app not loaded from the same domain (localhost)? - you are doing this with the swf player, maybe on the browser or by running the swf directly, not in apollo, right? you

RE: [flexcoders] -extern compiler option for AS3 project

2007-04-16 Thread Alex Harui
Are you sure that it isn't that the grandChildSWF didn't see classes in childSWF? Setting a custom loaderContext might help. You might be having applicationDomain issues. -externs only works on classes, not on files like sharedImage.jpg. Unless you embed sharedImage.jpg in childSWF it shouldn't

RE: [flexcoders] Re: RangeError on SWFLoader

2007-04-16 Thread Alex Harui
Please post the error log. Also, did you listen to error event on SWFLoader or its internal contentHolder. I think it has to be the internal contentHolder. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michelle Grigg Sent: Monday, Apri

RE: [flexcoders] Problem using RSLs in enterprise app

2007-04-16 Thread Alex Harui
It is explained in the blog post. The ResourceManager is loaded by the main app and the request for resources from the module might be in the context of the main app and not the module. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eric

RE: [flexcoders] Datagrid selection enabled only on first column

2007-04-16 Thread Alex Harui
There is no flag or option. You can subclass, override mouseDownHandler and bail out if something you don't like got pressed. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christian Chua Sent: Monday, April 16, 2007 4:20 PM To: flexcoder

Re: [flexcoders] Looping through sorted ObjectProxy

2007-04-16 Thread Bjorn Schultheiss
Hey Bjørn, "for in" loops in reverse. "for each" should give you what you need. regards, Bjorn On 17/04/2007, at 5:11 AM, bjorn - wrote: I'm getting a sorted ObjectProxy from a server. In my debugger it looks like this: obj.stats = Object (@b90e661) [51] = Object (@b90e541) [52] = O

[flexcoders] looking for elegent solution: ComboBox in Grid

2007-04-16 Thread boy_trike
And the requiremens are Ability to Edit. Display the corrent string on the way in. After Edit, update the ArrayCollection The DATA file contains integers, 1, 10, 12, 100, 100 These map to strings: E, X, D, C,M. I have tried with a custom inline component but it seems very cludgy. Who has

[flexcoders] Can someone please help me? Error message *No Disk*

2007-04-16 Thread Matthew Hartman
Can someone please help me? When I try and compile or debug an application through Flex Builder 2, I get an error message with a title: "Windows - No Disk" and the message: "There is no disk in the drive. Please insert a disk into the drive." I have tried un-installing FB2 and re-installing and

[flexcoders] Datagrid selection enabled only on first column

2007-04-16 Thread Christian Chua
Hello. Is there a way to tell the DataGrid component to trigger selection only on the first column ? The default behavior is that clicking anywhere on the row selects the row. Thanks, Christian

[flexcoders] Re: RangeError on SWFLoader

2007-04-16 Thread Michelle Grigg
Okay, I stand corrected. I added an error event to the swfloader, and the RangeError STILL occurred. I'm really starting to get ticked off now :-/ --- In flexcoders@yahoogroups.com, John Mark Hawley <[EMAIL PROTECTED]> wrote: > > SWFLoader::load() is an asynchronous call, so you're never going

RE: [flexcoders] Problem using RSLs in enterprise app

2007-04-16 Thread Eric Swann
Can you be more specific about the term shared code problem? Thanks. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Monday, April 16, 2007 4:36 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Problem using RSLs in enterprise app I

[flexcoders] -extern compiler option for AS3 project

2007-04-16 Thread pet.theory
Hi, I'm exploring the compiler options for an AS3 project in which parentSWF loads childSWF. for compiling childSWF: -load-externs=parentSWFClasses.xml (the link report) applied to childSWF works great (with this exception: a grandchildSWF loaded into childSWF does not seem to inherit the classe

[flexcoders] Re: RangeError on SWFLoader

2007-04-16 Thread Michelle Grigg
I had looked into that... but for some reason it didn't really click to use the IOError event. Doi. Thanks for the pointer :) --- In flexcoders@yahoogroups.com, John Mark Hawley <[EMAIL PROTECTED]> wrote: > > SWFLoader::load() is an asynchronous call, so you're never going to be able to catch th

[flexcoders] Need advice on which Method to Override inside DataGrid...

2007-04-16 Thread Mike Anderson
Hello All, I have a DataGrid in which I can only allow the user to edit ONE Row at a time, until they save the Data. Right now, I am using a Right-Click ContextMenu - so when they hover over a specific record on the DataGrid, they can select the "Edit" menu option, and they can then edit those Ce

Re: [flexcoders] Re: Zooming in on the x-axis of the AreaChart - Solved

2007-04-16 Thread Patrick Lemiuex
After a few minutes I got this working It's as making a temporary array collection and looping through the hSlider max value and then setting the dataprovider of my area chart to the new copy of my array collection! On Apr 16, 2007, at 3:25 PM, Patrick Lemiuex wrote: This looks great. I

Re: [flexcoders] Bad quality after encode video to FLV

2007-04-16 Thread Thijs Triemstra | Collab
You can also try the flv encoder that comes with Flash 8 Pro, you can download a trial on adobe.com.. That one also does On2 and never broke down here. I never tried the flix pro demo but heard alot of people complaning about it.. Thijs On Apr 16, 2007, at 11:27 PM, nowak_petr wrote: Hi

Re: [flexcoders] Bad quality after encode video to FLV

2007-04-16 Thread Muzak
http://www.adobe.com/devnet/flash/articles/selecting_video_encoder.html http://www.adobe.com/devnet/flash/articles/encoding_video_04.html For best quality you'll want to use the ON2 VP6 codec which is supported by: Flash 8 video encoder (comes with Flash 8) Flix Pro Squeeze 4.3 (and up

[flexcoders] Re: expand entire tree?

2007-04-16 Thread joshua gatcke
Thanks Christophe, that worked wonders.

Re: [flexcoders] Re: Zooming in on the x-axis of the AreaChart

2007-04-16 Thread Patrick Lemiuex
This looks great. I see how do it with binding a regular array to the chart and controlling the data length with an hslider, but what if I am binding an arrayCollection? My vo.date objects for instance. The date comes back from the database as strings like "Nov 1, 2007", I am not retur

[flexcoders] Flex accessing ColdFusion Remoting service on a seperate server?

2007-04-16 Thread Bill Brown
I am trying to get a Flex application to read a getAll() method from a ColdFusion Remoting service on a seperate server. My current (working) set-up has the Flex .swf on the same server as the ColdFusion Remoting service. I would like to host the .swf on a different server, yet still access the s

[flexcoders] Re: denying GETs on .NET WSDL web service file...

2007-04-16 Thread scott_flex
can try it, don't have time right this minute, but it's not something i have thought of or tried, seems like a pretty good idea. --- In flexcoders@yahoogroups.com, "Clint Modien" <[EMAIL PROTECTED]> wrote: > > Shot in the dark, and untested, but what about using basic auth and > setCredentials o

RE: [flexcoders] Problem using RSLs in enterprise app

2007-04-16 Thread Alex Harui
I believe this is a shared code problem. Try defining a state in the main app. You can read up on modules, applicationdomains, etc on my blog http://blogs.adobe.com/aharui/2007/03/modules.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beha

[flexcoders] Bad quality after encode video to FLV

2007-04-16 Thread nowak_petr
Hi, I'm fighting with bad quality of FLV video after encoding with use of Riva FLV Encoder or ffmpeg. Imho encoding parameters are ok: bitrate 1600 kbit/s. AVI source is perfectly clear. And FLV result has visible artefacts. I tried On2 Technologies Flix PRO demo but something is wrong because

[flexcoders] EnhancedButtonSkin release

2007-04-16 Thread Daniel Wabyick
Hey all ... Just wanted to let you know I released an improved version of the halo button skin, providing for much finer control over gradient colors and individual corner radii. It should be useful I posted a little blog article introducing it in more detail, and also created a mini style exp

Re: [flexcoders] JSP Tag Library - FDS 2.0.1

2007-04-16 Thread Dave Kotter
It is working now. It was a user error. Sorry for the post. - Original Message From: Peter Farland <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Monday, April 16, 2007 11:38:04 AM Subject: RE: [flexcoders] JSP Tag Library - FDS 2.0.1 What JVM ar

Re: [flexcoders] Newbie createPopUp problems

2007-04-16 Thread Brian Hegeman
check the Problems View for the error. Window > Show View. It's in the General category. This should show what errors exist in your app. HTH On 4/16/2007 3:29 PM, fredsells wrote: > I've copied various examples of using PopUpManager.createPopUp but > cannot get it to work. I'm running from Eclip

Re: [flexcoders] Is it possible to resize a Cursor dynamically?

2007-04-16 Thread Rick Schmitty
Thanks for the replies guys. I didnt see Troy's post at first and made a hack of a solution to use a popup window (just a SWFLoader) that followed the mouse cursor around the stage. Not exactly skinnable, but I can load different swfs for each cursor I need on demand I'm going to give Troy's me

[flexcoders] Creating an object from a class name

2007-04-16 Thread Matt Maher
I bet this is easy. I have "MainView" as a string and I need to create an object of that type... for example var myObject:Object = new GetObjectFromString("MainView"); I know, that line of code is a mess. Got any help for me?! Thanks!!

RE: [flexcoders] Re: Bubble charts with only one bubble

2007-04-16 Thread Ely Greenfield
What happens if you replace the radiusAxis with a LinearAxis with baseAtZero =true? i.e., try a BubbleChart configured like this: Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gaurav1146 Sent: Friday, April 1

[flexcoders] Re: Help need to update datagrid value dynamically

2007-04-16 Thread Oscar Cortes
Try with HttpService, there are plenty of examples in the help. --- In flexcoders@yahoogroups.com, "Vinoth" <[EMAIL PROTECTED]> wrote: > > Please give me sample code > > -Vinoth > > --- In flexcoders@yahoogroups.com, shaun etherton wrote: > > > > Hi, > > > > Vinoth Babu wrote: > > > Hi All

[flexcoders] Re: Correct way to determine MP3 length in ms and determine when sound starts pl

2007-04-16 Thread wdsnapper
Can anyone out there help out with this issue of determining accurately the length of an MP3 file being played? --- In flexcoders@yahoogroups.com, "wdsnapper" <[EMAIL PROTECTED]> wrote: > > Hello, > > The flash.media.Sound class has a length property that says it > contains the length of the cur

Re: [flexcoders] expand entire tree?

2007-04-16 Thread Christophe Herreman
Hi Joshua, try this: var dp:XML = tree.dataProvider[0]; tree.openItems = dp..node; Note that this code works for a dataprovider with a root node and with "node" as the nodenames. regards, Christophe joshua gatcke schreef: > > Does anyone know how to expand a tree on initialize? I have tried t

[flexcoders] Re: expand entire tree?

2007-04-16 Thread Oscar Cortes
Try adding validateNow() just before calling expandChildrenOf myTree.validateNow(); Oscar Cortes http://holaflex.ocortes.com --- In flexcoders@yahoogroups.com, joshua gatcke <[EMAIL PROTECTED]> wrote: > > Does anyone know how t

[flexcoders] expand entire tree?

2007-04-16 Thread joshua gatcke
Does anyone know how to expand a tree on initialize? I have tried the following with no avail: private function setPageListTree():void{ pageListTree.openItems(pageListTree.dataProvider.getItemAt(1)); pageListTree.expandItem(pageListTree.dataProvider.children(), true); pa

Re: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-16 Thread bjorn -
Robert, thanks for leading me onto the correct path :-) The problem has to do with security. If I set the module url to a local path (c:\..) instead of localhost, I'm able to load it. Strange error message for security issues, don't you think? Well, now it's soon on Google at the least. - Bjørn

Re: [flexcoders] Re: Newbie - Hosting requirements

2007-04-16 Thread Kevin
sound like a easy job for PHP & MySQL (although those aren't the only options.) Almost every host out there (except for the most basic) have PHP & MySQL installed so you should be fine wherever you go. There are no additional requirements other than the database & server-side language.

[flexcoders] Re: White box problem with custom scrollbar skins SOLVED

2007-04-16 Thread Paul Whitelock
I ran into the scrollbar "white box" problem also and this posting helped, but there is a problem with the workaround. While it will work if the scrollbars are static, if they are dynamically added and removed then an error will occur when the scrollbars are removed because they will attempt to rem

[flexcoders] Newbie createPopUp problems

2007-04-16 Thread fredsells
I've copied various examples of using PopUpManager.createPopUp but cannot get it to work. I'm running from Eclipse using the flex Eclipse plug-in under XP. Eclipse does not show any errors (i.e. red marks) in either file, but when I run I get a dialog "Errors exist in required application". I ha

[flexcoders] Re: Newbie - Hosting requirements

2007-04-16 Thread simonhamelech
As a C#/C++/SQL non-web programmer I was really wanting to use this as a learning experience (but with some practical output), rather than farming the task out to an outsourced web developer. The task in question is both a front end and back end for a web page where potential users would sign up to

[flexcoders] Button bar enabled=false drawing oddity

2007-04-16 Thread Daniel Grace
When a button bar is enabled, the only rounded edges are the very left and the very right. I really like this look. I set my enabled = false when the buttons make no sense and *gasp* the internal buttons are now rounded on both sides! Test case: http://www.adobe.com/2006/mxml"; backgroundColor="

[flexcoders] Looping through sorted ObjectProxy

2007-04-16 Thread bjorn -
I'm getting a sorted ObjectProxy from a server. In my debugger it looks like this: obj.stats = Object (@b90e661) [51] = Object (@b90e541) [52] = Object (@b90e361) [1] = Object (@b90e121) [2] = Object (@b90e9e1) (its week numbers linked to Objects, btw). However, when I use for() like this: for

[flexcoders] Problem using RSLs in enterprise app

2007-04-16 Thread eric_swann2000
I'm having a problem using a combination of modules/RSLs in my application. I have a project that is split into modules and RSL's. * There is a basic shell application. * There are 4 common component projects which are used by all other projects. These are set up as components referenced as

[flexcoders] Slightly Off Topic - AMFPHP 1.9 bug or something else is odd

2007-04-16 Thread patricklemiuex
Uncommenting out the commented line produces an error, where nothing is being returned to remoting. Any one have issues with this? foreach ($demos as $key =>$props){ $value['demos'][$key] = $props; //$value['actualpercent

RE: [flexcoders] JSP Tag Library - FDS 2.0.1

2007-04-16 Thread Peter Farland
What JVM are you using? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Kotter Sent: Monday, April 16, 2007 12:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] JSP Tag Library - FDS 2.0.1 I am getting the following er

Re: [flexcoders] 360Flex vs. Adobe MAX - which would you attend?

2007-04-16 Thread Clint Modien
Save up... manage your schedule... go to both. 360 is the food. MAX is the air. ;) On 11 Apr 2007 13:24:05 -0700, Leif Wells <[EMAIL PROTECTED]> wrote: I believe that anyone who makes their decision to attend either 360Flex or MAX solely based upon the sessions for the event is making a h

[flexcoders] Re: PDF Preview

2007-04-16 Thread Doug Lowder
Related to option 2, you can use FlashPaper: Batch Convert PDF files to FlashPaper 2 http://www.darronschall.com/weblog/archives/000250.cfm How to load FlashPaper Documents in Flex 2 http://www.darronschall.com/weblog/archives/000249.cfm --- In flexcoders@yahoogroups.com, Kevin <[EMAIL PROTECTED

RE: [flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread Tracy Spratt
Oops: http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectI D=559 Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday, April 16, 2007 1:34 PM To: flexcoders@yahoogroups.com Subject: RE: [f

RE: [flexcoders] Flex Prelaoder: Swfloader

2007-04-16 Thread Alex Harui
Is there a reason you couldn't subclass or customize DownloadProgressBar and specify it in the preloader option of mx:Application? If the animation slows down while the app inits, you can try incrementally creating the componets in the first screen of the app. F

Re: [flexcoders] Re: denying GETs on .NET WSDL web service file...

2007-04-16 Thread Clint Modien
Shot in the dark, and untested, but what about using basic auth and setCredentials on the webservice? On 13 Apr 2007 13:24:57 -0700, scott_flex <[EMAIL PROTECTED]> wrote: tried it, instead of calling the .loadWsdl() method, i just set the wsdl property so it at least know where the service exi

RE: [flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread Tracy Spratt
Here is an example of a checkbox itemRenderer that addresses the problem you describe. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zzberthod Sent: Monday, April 16, 2007 5:27 AM To: flexcoders@yahoogroups.com Subject: [flexcod

RE: [flexcoders] for in loop dosen't work on custom class

2007-04-16 Thread Alex Harui
Check out mx.utils.ObjectUtil, especially getClassInfo From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Bernardini Sent: Monday, April 16, 2007 5:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] for in loop dosen't work o

RE: [flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread Alex Harui
And there's a checkbox example here: http://blogs.adobe.com/aharui/2007/04/more_thinking_about_item_rende.htm l From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Price Sent: Monday, April 16, 2007 8:25 AM To: flexcoders@yahoogroups.com

Re: [flexcoders] PDF Preview

2007-04-16 Thread Clint Modien
I've used the links below to display a pdf in flex. Make sure you read the comments. http://www.deitte.com/archives/2006/08/finally_updated.htm http://www.deitte.com/archives/2007/04/using_multiple.htm On 13 Apr 2007 16:33:51 -0700, Kevin <[EMAIL PROTECTED]> wrote: I know this has been aske

RE: [flexcoders] Simple ComboBox Event Question

2007-04-16 Thread Alex Harui
click="processQuery(event)" public function processQuery(event:MouseEvent):void { ... } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Lemiuex Sent: Monday, April 16, 2007 10:15 AM To: flexcoders@yahoogroups.com Subject: [flexcod

Re: [flexcoders] How to manage 2 applications with different output folders in one project?

2007-04-16 Thread Clint Modien
Create 2 projects or use ant to build your flex project. On 16 Apr 2007 01:30:27 -0700, Sergey Kovalyov < [EMAIL PROTECTED]> wrote: Hi All! I have two applications: client and administrator area. They have a lot of common classes, therefore I have created two Flex Projects (MyApplication and

[flexcoders] Simple ComboBox Event Question

2007-04-16 Thread Patrick Lemiuex
Flex Community: click="processQuery(WhatGoesInHereToHandleThisEvent"); and how do i access it in the method processQuery as as well. Thanks for your help, Patrick

Re: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-16 Thread Robert Cadena
Hi Bjorn, when you load the module, what ApplicationDomain are you passing to the the IModuleInfo? and how do you construct it if you are passing it as a param? /r http://www.searchcoders.com/flex/search/module http://www.laflex.org/ - Los Angeles Flex Users Group bjorn - wrote: > Thanks for

[flexcoders] Re: [Announce]AsWing A2 1.0, AsWing A3 0.8 and SkinBuilderLAF released!!

2007-04-16 Thread Stefan Schmalhaus
--- In flexcoders@yahoogroups.com, iiley <[EMAIL PROTECTED]> wrote: > > Good question Stefan. :) I'm not familiar with Java/Swing, so thank you very much for your comprehensive answer! I learn something new every day on this mailing list - which is just fantastic. Stefan

[flexcoders] Re: Help need to update datagrid value dynamically

2007-04-16 Thread Vinoth
Please give me sample code -Vinoth --- In flexcoders@yahoogroups.com, shaun etherton <[EMAIL PROTECTED]> wrote: > > Hi, > > Vinoth Babu wrote: > > Hi All, > > > > I have a datagrid, data's are from external XML file. > > > > Once .swf file is created. I changed few values in XML & > > reopen

[flexcoders] dataGrid - process each item

2007-04-16 Thread darylgmyers
How can I go about processing each dataGrid item? I need to validate all items at time of update. I can walk through each item using the dataProvider but I can not find a way to know which dataGrid item to validate from just the dataProvider's information.

[flexcoders] dataGrid - process each item

2007-04-16 Thread darylgmyers
How can I go about processing each dataGrid item? I need to validate all items at time of update. I can walk through each item using the dataProvider but I can not find a way to know which dataGrid item to validate from just the dataProvider's information.

[flexcoders] JSP Tag Library - FDS 2.0.1

2007-04-16 Thread Dave Kotter
I am getting the following error using the JSP Tag Library working with FDS 2.0.1. 17:22:06,821 INFO [STDOUT] [2007-04-13 17:22:06,821] ERROR org.apache.catalina. core.ContainerBase.[jboss.web].[localhost].[/].[jsp] - Servlet.service() for ser vlet jsp threw exception java.lang.StackOverflowEr

Re: [flexcoders] Newbie - Hosting requirements

2007-04-16 Thread Kevin
There are no specific hosting requirements to serve the front end SWF files from your server. Any webserver will do that. It's the backend that you need to be concerned about, however, Flex is extremely "Flex"ible when it comes to backend integration so there is not one answer. For exampl

[flexcoders] Re: Odd behavior when calling DataService.getItem for multiple items.

2007-04-16 Thread parkerwhirlow
Thanks Jeff this worked. This use of toString for generating a key, is this documented somewhere that I missed? If not, I'd like to request that a small paragraph be added that describes the requirements/behaviors of identity properties when used with Data-Management... are there other places I sh

Re: [flexcoders] Coming from Laszlo background - anyone know some migration tips?

2007-04-16 Thread Cortlandt Winters
Hi Andrew, I can offer some thoughts. Your description is pretty much on the money there. It's more formal and a bit more rigid, with both the pros and cons that come with that. One thing I can definitely suggest. Focus on As3 rather than the flex user interface framework itself at first. Though

Re: [flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread Erik Price
On 4/16/07, zzberthod <[EMAIL PROTECTED]> wrote: > I just need to insert graphical elements (ex: MXML checkbox) into the > list. > > Example: > - The first column is a checkbox (for selection of the line) > - The second is the `name' column > - Third is `date' > > -

RE: [flexcoders] Re: Tree labelField and hiding leaf nodes

2007-04-16 Thread Peter
Thanks Mike. That works. I guess I was originally confused by the less than obvious (documented) interaction/difference between dataProvider and dataDescriptor. Peter _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle Sent: Monday, April

Re: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-16 Thread bjorn -
Thanks for the tip .. I did try that already though, and it didn't make any difference. On 16 Apr 2007 06:23:20 -0700, Tom Chiverton <[EMAIL PROTECTED]> wrote: On Monday 16 Apr 2007, bjorn - wrote: > Anyone know what might cause this? Googling the error didn't help me much Any luck if you imp

Re: [flexcoders] Multi-axis chart

2007-04-16 Thread Tom Chiverton
On Monday 16 Apr 2007, Mikhail Shevchuk wrote: > I need to display several line series, but the distribution of Y > values can vary very much. So, I want to show these lines neatly, and > scale each of them separately. Err, yes ? So scale them (client or server-side). It's only math and a for loop

Re: [flexcoders] Re: Versioning swf files for bug reporting

2007-04-16 Thread Tom Chiverton
On Monday 16 Apr 2007, Johannes Nel wrote: > a poroper continues integration system provides a build nuimber for you > when you use cruisecontrol for example So does (for instance) SVN. This doesn't help getting said number to display on screen in the Flex app though. -- Tom Chiverton Helping

RE: [flexcoders] Question list

2007-04-16 Thread Petro Bochan
Hi, Because it's not part of your project. Try opening any other external .as file and you'll get the same result. Cheers, Petro 2.when i open a source file (ex: DataGrid.as) in flexBuilder,why i can't see the outline of DataGrid class in outline view?

Re: [flexcoders] Multi-axis chart

2007-04-16 Thread Mikhail Shevchuk
Anybody? I need to display several line series, but the distribution of Y values can vary very much. So, I want to show these lines neatly, and scale each of them separately. 2007/2/28, Mikhail Shevchuk <[EMAIL PROTECTED]>: > As far as I can see, it can draw only two axis max. I need three axes, l

Re: [flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-16 Thread Tom Chiverton
On Monday 16 Apr 2007, bjorn - wrote: > Anyone know what might cause this? Googling the error didn't help me much Any luck if you import it in your code (but don't use it) ? Or creating a dummy variable of that type ? -- Tom Chiverton Helping to carefully coordinate value-added data on: http://

Re: [flexcoders] Question list

2007-04-16 Thread Tom Chiverton
On Monday 16 Apr 2007, arokyzxc wrote: > 1.is any method or document that let me easy view all api > description corresponding to a specified class. Adobe's LiveDocs: http://livedocs.macromedia.com/flex/201/langref/index.html -- Tom Chiverton Helping to challengingly generate interdependent

Re: [flexcoders] Re: [Announce]AsWing A2 1.0, AsWing A3 0.8 and SkinBuilderLAF released!!

2007-04-16 Thread iiley
Good question Stefan. :) I'm thinking about this question for a long time too, well, since I'v not seen Flash CS3 component set yet, and I'm not very familar with Flex 2 components(Although i'v read their source code a lot). Here's some guessings: 0. AsWing is Open Source, AsWing A2 is in maint

[flexcoders] Re: Datatip date scaling problem:

2007-04-16 Thread g_odds
Try setting your own function as the chart's datatip function. I'm pretty sure it's detailed in both the Live Docs and the language reference. --- In flexcoders@yahoogroups.com, "Zhu Haifeng" <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to plot a simple scalable line chart with date as x

[flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread zzberthod
Hello, I'm using SOAP services that generate XML result. I need to feed a Flex dynamic list with the XML result. I try to use the XMLCollection AS object and I display it in a DataGrid. But I've got some problems. I just need to insert graphical elements (ex: MXML checkbox) into the list. Exampl

[flexcoders] ComboBox icon

2007-04-16 Thread hrund1k
Hi guys! I need to display an icon in the header of ComboBox for selected item. It's easy to display icons in dropdown list, but i can't find a way to display icon in the header for selected item. Thanks!

[flexcoders] Problem with loading module -- mx.core::LayoutContainer could not be found.

2007-04-16 Thread bjorn -
Hi guys, I've got a simple text module which looks like this: http://www.adobe.com/2006/mxml " layout="absolute"> I compile it with the -load-externs option to not include the classes I use from " com.myapp" However, when I try to load the module from my main application

[flexcoders] Question list

2007-04-16 Thread arokyzxc
hello I'm newer to flex, i have following question here: 1.is any method or document that let me easy view all api description corresponding to a specified class. 2.when i open a source file (ex: DataGrid.as) in flexBuilder,why i can't see the outline of DataGrid class in outline view?

[flexcoders] Binding ArrayCollection to HTTPService method="POST"

2007-04-16 Thread tweakfreak33
Hi All, Firstly apologies for posting all this code! I have the following app that works fine, it's displays data from a mysql db in a datagrid, and also allows a user to insert a new record in the db... ### http://www.adobe.com/2006/mxml"; xmlns

Re: [flexcoders] Debugging

2007-04-16 Thread bjorn -
What do you mean? You can debug your flex application the normal way in Flex Builder by adding breakpoints and hitting F11. As for .NET you'll have to debug that serverside in Visual Studio or whatever you use. - Bjørn On 16 Apr 2007 00:06:44 -0700, kumarpal jain <[EMAIL PROTECTED]> wrote:

  1   2   >