RE: [flexcoders] Experience with the Adobe Developer Support Program

2006-11-01 Thread Iko Knyphausen
Ok, will send money tomorrow ;-) Seriously, I think Flex is a winner, just requires hard work from you guys on an ongoing basis. Quite frankly, Flex is the only truly integrated RIA platform – everything else pieced together and it shows. From: flexcoders@yahoogroups.com [mail

[flexcoders] Adding rows to dataGrid programatically

2006-11-01 Thread iko_knyphausen
Trying to add rows to a datagrid programmatically. Works ok using the dataProvider.addItem function, however it requires a named "row-node" - see below. I would like to make this more generic. Is there a way to do this without knowing each rows element name?     private function addRow() : v

RE: [flexcoders] Experience with the Adobe Developer Support Program

2006-11-01 Thread Matt Chotin
I think we’re an important share.  Lots of existing and new products are using Flex for various pieces, it’s been exciting to see so many folks internally using Flex, not just on the outside J   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] Experience with the Adobe Developer Support Program

2006-11-01 Thread Iko Knyphausen
Thanks for your answer. One of the reasons why I am considering the dev support program is that I have been on the flexcoder list for a while now and many of my posts remained unanswered. I am not blaming the list – it’s just the nature of the biest: some problems are complex and requir

RE: [flexcoders] Experience with the Adobe Developer Support Program

2006-11-01 Thread Matt Chotin
I believe that the enterprise developer support is not going to provide coaching.  It should provide bug support though (the turnaround is approximately 1 business day).  I think it could be a good thing, but you may want to keep an eye on flexcoders and the Adobe forums for a while and

RE: [flexcoders] Code Coverage Testing Tool For Flex...

2006-11-01 Thread Matt Chotin
We have not put out a code coverage tool for Flex 2.  It’s something that we have on our roadmap, but timing is unknown.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of kristoffersingleton Sent: Monday, October 30, 2006 5:29 PM To:

[flexcoders] Re: Skinning woes

2006-11-01 Thread zzwi89
nj, Thank you for the response! This is what I'd been leaning towards believing but was holding out hope that because in Flash, the Panel skin, for example, is broken into 3 parts, that Flex would be able to resize them. Oh well! Now, does anyone know how to reskin a component during execution? I

[flexcoders] Re: unable to load wsdl?? flex, you're pissing me off...

2006-11-01 Thread ben.clinkinbeard
Works for me and I am running the same versions as you. Win XP. --- In flexcoders@yahoogroups.com, "Jason" <[EMAIL PROTECTED]> wrote: > > Can anyone out there can confirm that the example here: > http://blog.wrench.com.au/wp-content/uploads/Flex/converter2/Converter.html > actually works in Fire

RE: [flexcoders] Total rows in a DataGrid

2006-11-01 Thread Iko Knyphausen
Try dataProvider.length -Iko Hi, this is a newbie question: I have a data grid that base data from a HTTPService (RSS feed), which loaded OK. How do I find out how many total rows are in the DataGrid? (ie. something like newsFeed.items.length etc.) "{externalNewsRSS.lastResul

RE: [flexcoders] flex2ant

2006-11-01 Thread Luke Schreur
Hi Tom, I will have a look at it ASAP (means when time allows me to). I haven't used repeatable arguments yet myself but the way I understood the repeatable parameters were supposed to be used was something like: --library-path=/some/path /some/other/path So, in the ANT build file the p

[flexcoders] Re: XML charting troubles

2006-11-01 Thread dataknife
It appears to be a runtime error: Error: Unknown Property: 'lag'. at mx.collections::ListCollectionView/http://www.adobe.com/2006/actionscript/flash/proxy::getProperty() at mx.utils::ObjectProxy/http://www.adobe.com/2006/actionscript/flash/proxy::getProperty() at mx.charts.

[flexcoders] Good Place to Look For FLEX Contractors?

2006-11-01 Thread Brian
Can anyone reccomend a place to look for experienced FLEX programmers available for contract work. We need help with a project ASAP. Brian -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%4

[flexcoders] Sr. Flex Developer needed for WeightWatchers.com

2006-11-01 Thread spinowitz
Excellent opportunity to join the #1 brand recognized name in the country. WeightWatchers.com a division of WeightWatchers, Inc. is looking for a Sr. Flex developer to work in our New York City location. Competitive compensation and an excellent benefits package will round out this exciting o

[flexcoders] Re: Skinning woes

2006-11-01 Thread rictushep
--- In flexcoders@yahoogroups.com, "zzwi89" <[EMAIL PROTECTED]> wrote: > I am attempting to skin my components using the method shown here: > http://www.adobe.com/devnet/flex/articles/flex_skins.html. > > Even when I simply publish the default Flash skin file and use it in > my application, I can

[flexcoders] Total rows in a DataGrid

2006-11-01 Thread Tony Wu
Hi, this is a newbie question:I have a data grid that base data from a HTTPService (RSS feed), which loaded OK.How do I find out how many total rows are in the DataGrid? (ie. something like newsFeed.items.length etc.)  I searched documentation and forums but don't seem to find an answer. Thanks

[flexcoders] Re: unable to load wsdl?? flex, you're pissing me off...

2006-11-01 Thread Jason
Can anyone out there can confirm that the example here: http://blog.wrench.com.au/wp-content/uploads/Flex/converter2/Converter.html actually works in Firefox (I'm using 1.5.0.7 and the 9.0.16.0 debug version of the flash player) ??? This has been unresolved for over two months now... and would lo

[flexcoders] local SWF files cannot use the LoaderContext.securityDomain property

2006-11-01 Thread twgonzalez01
Use Case: Debugging Flex app locally which uses the SWFLoader to load child applications that reside on a remote server (in our data center). Need to allow both the parent app (running locally in debug) and the child app (resides on remote server) to play nicely together. Expected Result: I can h

[flexcoders] Re: XML charting troubles

2006-11-01 Thread dataknife
Runtime... Here's the Stack: Error: Unknown Property: 'lag'. at mx.collections::ListCollectionView/http://www.adobe.com/2006/actionscript/flash/proxy::getProperty() at mx.utils::ObjectProxy/http://www.adobe.com/2006/actionscript/flash/proxy::getProperty() at mx.charts.chart

[flexcoders] Is it possible to setup polling amf over HTTPS?

2006-11-01 Thread Steven Toth
I'm using a SecureAMFChannel for Remoting, but also need to use a DataService. I have a RTMPChannel that I'm going to switch over to SecureRTMPChannel, but have some users behind proxies. I want to setup a polling amf channel over HTTPS as a secondary channel. I haven't been able to find any

[flexcoders] ATTN: Adobe Re: Does FDS project have to compile on the server?

2006-11-01 Thread Steven Toth
Here is the command line for the compiler (taken from FlexBuilder): -services "C:\dev\flex\fds2\jrun4\servers\default\flex\WEB- INF\flex\services-config.xml" -locale en_US -context-root=/flex Here's the channel definition: 20 10

[flexcoders] Secondary DataProvider for Custom Component - Best Approach

2006-11-01 Thread iko_knyphausen
I am working on a custom DataGridColumn which has a secondary dataProvider to feed a dropdown combobox. The DataGridColumn has the combobox as itemEditor and a label as itemRenderer. The reason for the itemRenderer is that I want to distinguish between Labels and Values. For example, the data in

RE: [flexcoders] XML charting troubles

2006-11-01 Thread Tracy Spratt
I advise setting resultFormat=”e4x”, doing away with binding into the mx:Model, and instead using a result handler handler to assign the result directly to an instance/global XML variable.   This way, you can trace the contents of event.result.toXMLString(), and see exactly what you h

RE: [flexcoders] Re: Tree not updating with correct XML

2006-11-01 Thread Tracy Spratt
I advise setting resultFormat=”e4x” and using result and fault handlers, instead of binding directly to lastResult.  That way is easier to debug.   I have an example on CFLEX that uses HTTPService, aspx or jsp to retrieve and save an xml file.   Tracy   From: flexcoders@ya

RE: [flexcoders] Re: Linear Gradient with AreaChart bug?

2006-11-01 Thread Ely Greenfield
      You could write a custom area renderer to do it. If you look at the code for the default area renderer, you'll see that it's computing the bounding box of the values of the series, and using that as the rectangle for the IFill.begin() call.  I believe area renderers are actually sized

RE: [flexcoders] FDS-Hibernate Error: Error instantiating ... 'flex.data.assemblers.HibernateAssembler'

2006-11-01 Thread Jeff Vroom
Do you have the JOTM configured as part of tomcat?  FDMS requires a JTA based transaction manager.   See the Tomcat install instructions on this page:   http://www.adobe.com/support/documentation/en/flex/2/install.html   It looks like there is an exception occurring when the hiberna

[flexcoders] Re: DataGrid.selectedItem assignment sometimes does nothing

2006-11-01 Thread Pan Troglodytes
More miscellaneous info: After this code runs, grid.selectedItems IS set.  It's a Array of length 1 with (surprise) the appropriate data element in it.  But grid.selectedItem is still null. On 11/1/06, Pan Troglodytes <[EMAIL PROTECTED]> wrote: Something weird I just noticed.  Even though grid.s

[flexcoders] Re: DataGrid.selectedItem assignment sometimes does nothing

2006-11-01 Thread Pan Troglodytes
Found someone who reported this behavior back on July 13th. He included sample code to reproduce it. http://tech.groups.yahoo.com/group/flexcoders/message/43216 Seems like buggy behavior to me. Wonder if it ever got in the Adobe system. On 11/1/06, Pan Troglodytes <[EMAIL PROTECTED]> wrote: >

RE: [flexcoders] Multi-select not happening! - bug?

2006-11-01 Thread Joan Lafferty
Sreejith,   I ran your bugfile and it seems to run fine for me in Firefox 2.0. Do you want to send the swf and mxml file to me offline? Also, please confirm whether you are using a Mac, Windows or Linux machine.   Thanks, Joan   From: flexcoders@yahoogroups.com [mailto:fl

Re: [flexcoders] Re: Structuring a collection of Flex apps in a tomcat webapps folder

2006-11-01 Thread hank williams
On further investigation, our initial understanding was correct and the WEB-INF folder must be inside the application directory. I thought things worked because tomcat will point to the app, but the FDS remote access does not work. So I guess the simple question is this. Do all FDS applications re

RE: [flexcoders] Re: Date Bug?

2006-11-01 Thread Battershall, Jeff
Doug, I did think of that - but the date issue was demonstrated at 11:00 AM PST/1:00 DST. I'm thinking that this behavior could be replicated pretty easily - we worked around it by passing simple strings as I said. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: DataGrid.selectedItem assignment sometimes does nothing

2006-11-01 Thread Pan Troglodytes
Something weird I just noticed.  Even though grid.selectedItem gets changed to null, the selection DOES change to the new item.  It's very strange.On 11/1/06, Pan Troglodytes <[EMAIL PROTECTED]> wrote: I'm running into a strange problem.  I'm trying to catch the right-click on a DataGrid row an

RE: [flexcoders] What's the best place to report Flex framework bugs?

2006-11-01 Thread Joan Lafferty
I’m glad you asked. The best place is to file bugs or enhancement requests is through the Adobe support site at: http://www.adobe.com/support/flex/   Close to the bottom, there is a link to “Feature requests” under the ‘Feedback’ heading. This will lead you to a form for bugs and fea

[flexcoders] Re: Linear Gradient with AreaChart bug?

2006-11-01 Thread twgonzalez01
I Went to create a test case (as the source code is part of a much larger app) and realized what is happening. In an area chart the linearGradient is only creating a Matrix transformation between the Min and Max values within that Series, not the min/max for the overal Y Axis. So if there is a sm

Re: [flexcoders] Anyone have any problems using "Clean..." in FlexBuilder 2 Mac Beta?

2006-11-01 Thread Greg Newman
I had a similar problem yesterday adding a class path to the project (mac beta).  It kept telling me that the project file was not in the src directory.  I ended up creating a new project and dropping the files into the new project, restarting flex builder and that took care of the problem. On 1

[flexcoders] Re: Flex in Tex

2006-11-01 Thread nathanpdaniel
I'd also suggest component creation. --- In flexcoders@yahoogroups.com, "nasawebguy" <[EMAIL PROTECTED]> wrote: > > Looking for instructor-led Flex 2 training in Texas. Any > recommendations? > > 1) Intro to OOP > 2) Intro to Actionscript 3.0 > 3) Flex Builder 2 > 4) Flex/ColdFusion Integration

Re: [flexcoders] Anyone have any problems using "Clean..." in FlexBuilder 2 Mac Beta?

2006-11-01 Thread hank williams
You have an error which is preventing building. Check you problems tab and see if you have any errors. Regards Hank On 11/1/06, DJ Lift <[EMAIL PROTECTED]> wrote: > I just tried to "Clean..." my project, and now I can't build any more because > it says that the > bin/.html file is missing. In fa

[flexcoders] DataGrid.selectedItem assignment sometimes does nothing

2006-11-01 Thread Pan Troglodytes
I'm running into a strange problem.  I'm trying to catch the right-click on a DataGrid row and assign the selectedItem value of the DataGrid to it.  Below is the even handler for the context menu popup:     public function contextMenuPopup(e:ContextMenuEvent):void    {   if (e && e.mouseTarg

RE: [flexcoders] Re: Changing color in datagrid URL

2006-11-01 Thread Deepa Subramaniam
Hmm - that seems to work for me. What build of Flex are you using? Can you email me a bugfile offline? Thanks - deepa -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Crowe Sent: Wednesday, November 01, 2006 12:16 PM To: flexcoders@yahoogrou

Re: [flexcoders] Multi-select not happening! - bug?

2006-11-01 Thread Sreejith Unnikrishnan
Well, I just noticed that the multiSelect does not happen in Firefox 2.0.   It works in IE though.   Is this a bug?   - Original Message - From: Sreejith Unnikrishnan To: flexcoders@yahoogroups.com Sent: Thursday, November 02, 2006 12:27 AM Subject: **SL-JUNK**

[flexcoders] setting my application pageTitle

2006-11-01 Thread hank williams
I am setting my applications pageTitle parameter in my tag. Nevertheless, the page title displays as the name of the apps main .mxml file (which is named index.mxml so that I dont have to list the actual app name in my url). Thinking that it might be a cache issue, I have restart tomcat, I have c

Re: [flexcoders] Multi-select not happening! - bug?

2006-11-01 Thread Sreejith Unnikrishnan
Well, I just noticed that the multiSelect does not happen in Firefox 2.0.   It works in IE though.   Is this a bug?   - Original Message - From: Sreejith Unnikrishnan To: flexcoders@yahoogroups.com Sent: Thursday, November 02, 2006 12:27 AM Subject: **SL-JUNK**

[flexcoders] FDS-Hibernate Error: Error instantiating ... 'flex.data.assemblers.HibernateAssembler'

2006-11-01 Thread Douglas McCarroll
Hi All, Here's a more complete error message (from Tomcat's localhost log file): Nov 1, 2006 4:22:13 PM org.apache.catalina.core.ApplicationContext log SEVERE: StandardWrapper.Throwable flex.messaging.config.ConfigurationException: Unable to create service 'flex.data.DataService' for 'data-servi

[flexcoders] Anyone have any problems using "Clean..." in FlexBuilder 2 Mac Beta?

2006-11-01 Thread DJ Lift
I just tried to "Clean..." my project, and now I can't build any more because it says that the bin/.html file is missing. In fact, there is nothing in the bin directory any more. I've even tried to create new projects and i get the same issue. I'm going to reinstall flex builder to see if I

RE: [flexcoders] XML charting troubles

2006-11-01 Thread Ely Greenfield
    THis is a compiletime error, or runtime error?   Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dataknifeSent: Wednesday, November 01, 2006 12:39 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] XML charting troubles All, I'm a Flex Newbie - co

Re: [flexcoders] Re: Structuring a collection of Flex apps in a tomcat webapps folder

2006-11-01 Thread hank williams
Thanks. But I did figure it out. I just needed to configure a new host in my server.xml file with an appBase parameter that points to the necessary directory. The concern that my admin had was that he believed that the directory pointed to by appBase had to have a WEB-INF directory. This does make

RE: [flexcoders] Is this bad coding practice in ActionScript?

2006-11-01 Thread Gordon Smith
> I guess the compiler has a good reason for moaning otherwise. It does. The warning is intended to make developers aware that AS doesn't has function-scoped, not block-scoped. variables. When you declare a var anywhere inside a function, it's scope is the entire function, not just the { ... } blo

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-01 Thread Gordon Smith
> I'm confident the Apollo run time engine will be able to hook into > whatever 3D acceleration the O/S can provide. I don't believe this is an Apollo goal. If we do graphics hardware acceleration, we'd probably do it in all versions of the Flash Player. - Gordon -Original Message- Fro

RE: [flexcoders] Linear Gradient with AreaChart bug?

2006-11-01 Thread Ely Greenfield
      Tom, can you post a full sample with a description of what you're seeing, and what you expect to see?   Gradients should fill the bounding box defined by the area series.   E.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of twgonzalez01Sent: Wednesday, Nov

[flexcoders] XML charting troubles

2006-11-01 Thread dataknife
All, I'm a Flex Newbie - coming from the Java world (nice to not have to use JSP's any more!).. I'm having a problem with of a basic XML to Chart nature: I can't get it to work! I've followed the example in the help- I just seem to be missing a detail.. The XML output from my server looks like th

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-01 Thread Gordon Smith
> interaction between a flex app and other apps (ex.: excel)   What kind of interaction are you hoping will be possible?   - Gordon   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Wednesday, November 01, 2006 6:02 AM To:

[flexcoders] Re: Date Bug?

2006-11-01 Thread Doug Lowder
I'm doubtful this is a bug because of the fact that you are dealing with two timezones. The Date class converts times to client-local values based on the OS's timezone setting, so if the time in question is between 12:00 and 2:59 AM Eastern you will see a date of one day earlier when viewed in

[flexcoders] Re: Structuring a collection of Flex apps in a tomcat webapps folder

2006-11-01 Thread Doug Lowder
Sounds like this is beyond the scope of Tomcat configuration, since the hostname will be resolved by DNS at the client regardless of what webserver is actually running on that host. Assuming you have DNS issues already worked out though, you could easily just redirect to the desired url by usin

[flexcoders] Date Bug?

2006-11-01 Thread Battershall, Jeff
Some interesting behavior turned up by populating a combox box with some dates pulled from a CFQUERY-driven dataprovider and passing the selected date back via post to a CF page. Certain users would consistently get the date back one day earlier than was intended. Has anyone seen anything like thi

[flexcoders] Re: Changing color in datagrid URL

2006-11-01 Thread Mike Crowe
That's what I tried first. The color is still black. --- In flexcoders@yahoogroups.com, "Deepa Subramaniam" <[EMAIL PROTECTED]> wrote: > > You can set styles on the LinkButton to control its appearance. So in > your case, you would add a color (and perhaps an underline) style to the > mx:Lin

[flexcoders] Linear Gradient with AreaChart bug?

2006-11-01 Thread twgonzalez01
I am trying to create an area chart and use a LinearGradient at 90 degrees (top-bottom) fill for the areaFill. The problem is that the matrix transformation appears to not be taking into account the full range of Y values, and all transitions are occuring in the very top of the chart. Maybe I am

[flexcoders] What's the best place to report Flex framework bugs?

2006-11-01 Thread Michael Klishin
Hi, I have several bug requests and 2 patches for Flex framework. What's the best place to this? Is it Adobe's general bug request form? Regards, -- Michael, puts self.inspect # => { Flex, Red5, Java, Ruby, insomnia } -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/

RE: [flexcoders] Linechart with dynamic series?

2006-11-01 Thread Samuel R. Neff
  The series property is a plain array so LineChart won't detect changes to it directly.  You need to force series invalidation by assigning the series array itself.  Here's an example:    xmlns:mx="http://www.adobe.com/2006/mxml"  layout="absolute" creationComplete="addMoreSeries();">    

[flexcoders] Flex in Tex

2006-11-01 Thread nasawebguy
Looking for instructor-led Flex 2 training in Texas. Any recommendations? 1) Intro to OOP 2) Intro to Actionscript 3.0 3) Flex Builder 2 4) Flex/ColdFusion Integration Thanks, Don -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archiv

[flexcoders] Re: Tree not updating with correct XML

2006-11-01 Thread meathead
You pretty much answered my question when you stated that the XML tag gets set during compiled time. I was thinking I might have to use an HTTPService tag since the XML.aspx file will have different results depending on the time of day per user. Bummer we can't just reset the XML tag. Thanks

RE: [flexcoders] Changing color in datagrid URL

2006-11-01 Thread Deepa Subramaniam
You can set styles on the LinkButton to control its appearance. So in your case, you would add a color (and perhaps an underline) style to the mx:LinkButton tag.     -deepa   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mike Crowe Sen

Re: [flexcoders] Using CDATA in XML objects in Flex 2

2006-11-01 Thread Xavi Beumala
Hi Andrew,today I've just sent the same question... Right now I've solved it in a similar way, but I think should be a better way...Here's a copy of my previous post:For example if I want to get an XML like this: I've tried things like:var node:XML = But this way I receive:< because {choice.tex

[flexcoders] Re: Binding on properties with Class type

2006-11-01 Thread andi_setiyadi
I have a similar issue. After instantiate a class and update the property, I cannot bind this property. This is the code sample: *** ProductDetail.mxml *** http://www.adobe.com/2006/mxml"; width="480" height="470" backgroundAlpha="0.7">

[flexcoders] Re: Loop with call to Flex Data Services

2006-11-01 Thread jonathan_merey
For the moment I have only two tasks on three. This of the second project (out of three) isn't here. here is the code : private function getTasks():void { currentState=''; if (document.listProject.selectedIndex == -1) { tasksArray = new ArrayCollection(); var projectsAr

[flexcoders] Changing color in datagrid URL

2006-11-01 Thread Mike Crowe
Hi folks, I'm trying to put a clickable URL in a datagrid. So far, here is what I have for my column:

[flexcoders] Re: Loop with call to Flex Data Services

2006-11-01 Thread jason_williams_mm
Okay, well that is a bit more complex. To simplify the client code and the number of network round trips, I would suggest building up a list of the project ids and pass that as an argument to the fill request. This way you only make one call to the remote destination and remove the complexity

[flexcoders] Structuring a collection of Flex apps in a tomcat webapps folder

2006-11-01 Thread hank williams
I have a three flex applications that live under one FDS web app. Imagine a directory structure as follows webapps mainFDSAppName flexapp1 flexapp2 flexapp3 I want to be able to say www.somedomain.com points to flexapp1 ww2.somedomain.com points to flexapp2 ww3.some

RE: [flexcoders] using a linkbar with a viewstack... how can you indicate current selection

2006-11-01 Thread Joan Lafferty
There is no specific style on LinkBar that you can use. Instead, since the LinkBar is just a parent for a bunch of LinkButton’s, you can use getChildAt on your LinkBar to control the styles on the individual LinkButtons.   Here is some code you can use to change the color of text of y

RE: [flexcoders] Re: export to excel

2006-11-01 Thread Tracy Spratt
If you want to get fancy, maybe. I just build the html in AS and use System class' setClipboard(). This also lets me paste into a text doc and view/mail the data as html. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent:

Re: [flexcoders] Re: using a linkbar with a viewstack... how can you indicate current selection

2006-11-01 Thread hank williams
I guess the problem is that I am not using the viewStack as the dataProvider. I am just using an arrayCollection. Ideally I would like to leave it this way and not actually have to connect my linkBar to my viewStack. What I want is to press a button which calls a function and changes the underlying

[flexcoders] Using CDATA in XML objects in Flex 2

2006-11-01 Thread landrew65
All, I am building an app in Flex 2, and I need to send complex XML data from my Flex client to my server-side application. I need to encapsulate some of the data in tags, but I cannot use the CDATA tag inside a Flex script block. To solve this problem, I created a simple function that adds CDA

RE: [flexcoders] ASDoc Generation inside Flexbuilder?

2006-11-01 Thread Stacy Young
Ah, will just use local build file. Just FYI for anyone looking for specifics on authoring the required ANT tasks, here’s a good link. I must be blind but I couldn’t see the authors name …   http://blog.bittube.com/2006/08/15/ant-buildxml-for-asdocs-generation/   Stace   F

[flexcoders] Re: using a linkbar with a viewstack... how can you indicate current selection

2006-11-01 Thread Michael Labriola
Hank, If you are setting the dataProvider of the linkBar to the viewStack, the LinkBar will indicate the selectedChild of the viewStack as a disabled button on the bar. The linkbar responds to the viewStack. When you say you are setting the selectedIndex to 0, do you mean you are setting it on t

[flexcoders] Multi-select not happening!

2006-11-01 Thread Sreejith Unnikrishnan
The multiSelect does not seem to be working. Any help?   Thanks = http://www.adobe.com/2006/mxml" width="500"height="200" borderStyle="solid" creationComplete="initApp();">   dragEnabled="true"/>      __._,_.___ -- Flexcoders Mailing

[flexcoders] ASDoc Generation inside Flexbuilder?

2006-11-01 Thread Stacy Young
Has anyone setup asdoc to run inside eclipse? Have a project where I can't include it in the build process. Looking to have the docs dumped inside my project. Cheers, Stace -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://w

[flexcoders] Re: Tree not updating with correct XML

2006-11-01 Thread Michael Labriola
Aaron, Need to clarify something: When you say : The XML is changes, do you mean that the XML data retrieved from http://Path/To/XML.aspx changes or that you change the XMl after loading at the client? I don't want to answer the wrong question, but the mx:XML tag includes data at compile time,

RE: [flexcoders] using a linkbar with a viewstack... how can you indicate current selection

2006-11-01 Thread Dustin Mercer
Hank,   What I have done for this is to set the disabledColor on the linkbar.  The selected view’s link is disabled on the linkbar, and it will be the color you specified for the disabledColor.  If you are looking for something more advanced (I.E. underlined text…), you may have to su

Re: [flexcoders] Re: three and a half FlexBuilder bugs that drive me buggy

2006-11-01 Thread Pan Troglodytes
I can't reproduce #1.  Could there be anything you left out?  Is it reproducable 100% of the time or is it intermittent?On #2, that's not a bug but a missing standard feature.  I have a whole other list of those in my head.  :D On 11/1/06, tobiaspatton <[EMAIL PROTECTED]> wrote: Here are my favo

RE: [flexcoders] rotation and scrollbar generation in canvas and rotation and drag and drop

2006-11-01 Thread Joan Lafferty
  Containers don't know how to account for the rotation of its children when determining things like clipping and scrollbars. There is a bug in our bugbase regarding this, but, it got pushed back on because of resources. I will put another note in the bug that a customer has requested

[flexcoders] Re: Loop with call to Flex Data Services

2006-11-01 Thread jonathan_merey
Actually, I want to concat the tmpArray of each loop ant return it then. --- In flexcoders@yahoogroups.com, "jason_williams_mm" <[EMAIL PROTECTED]> wrote: > > Each fill operation is asynchronous and so are the calls to Alert.show > (). This means that code doesn't stop when these lines of code ar

[flexcoders] Tree not updating with correct XML

2006-11-01 Thread meathead
Hi all, I'm at a loss here. I've got a tree set up to retrieve XML data. It works fine until the data in the XML changes. Then the tree won't reflect the new data until my flex application is recompiled. I believe when the application is being recomplied it's grabbing the XML and setting i

[flexcoders] rotation and scrollbar generation in canvas and rotation and drag and drop

2006-11-01 Thread tctommm
We are currently working on an advanced Flex 2.0 project. What we discovered working on it is that the Flex framework has some lacks regarding rotation of elements. - For example placing a rotated element in a canvas doesnt generate the scrollbars as you would expect, but only takes the width and

[flexcoders] using a linkbar with a viewstack... how can you indicate current selection

2006-11-01 Thread hank williams
a linkbar is a recommended way to control a viewstack. But I want to be able to show the user the currently selected view. I am not clear whether the linkbar is supposed to allow this. When I try to initially set the selectedIndex to 0 I get an error indicating that it is out of range. I know I co

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-01 Thread Evan Gifford
> But in any case, there is, as far as I can tell, no reason for condience in 3D access.   Exactly, that’s my concern.   We’ll  be using the Sandy 3D API (http://www.flashsandy.org/ ) in Apollo, but without true 3D support. (Example: Animated 3D kitten with texture mapping and came

Re: [flexcoders] How do I change the color of the button dynamically

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 12:17, haravallabhan wrote: > How do I change the color of the button dynamically in flex. setStyle() -- Tom Chiverton Helping to globally morph holistic technologies This email is sent for and on behalf of Hall

[flexcoders] Cairngorm ViewHelper\ViewLocater Example?

2006-11-01 Thread Brian Holmes
Can someone point me to an implementation of a cairngorm view helper \ view locator example?   Thanks, brian.. *** The information in this e-mail is confidential and intended solely for the individual or entity to whom it is addressed. If you have received this e-mail in error please notif

[flexcoders] Re: Loop with call to Flex Data Services

2006-11-01 Thread jason_williams_mm
Each fill operation is asynchronous and so are the calls to Alert.show (). This means that code doesn't stop when these lines of code are executed it continues to run the very next line. With the fill operation you will not get a valid length until the server responds to the request, however, d

RE: [flexcoders] When the assembler classes are instantiated and destroyed?

2006-11-01 Thread Cathy Reilly
> So my questions are: the assembler class is instantiated when theweb-app is loaded in server? Or when the client opens the application inhis browser? Or when the client tries to call a method from theassembler (e.g. fill)? And when it's destroyed? After method returns? Orit will remain

[flexcoders] Re: three and a half FlexBuilder bugs that drive me buggy

2006-11-01 Thread tobiaspatton
Here are my favorite FlexBuilder bugs. 1. Place the mouse pointer over a class name, or something else that you can control-click to jump to the definition. Click and hold the mouse button. Now hit the control key. The definition for the word under the pointer is immediately opened. This happen

RE: [flexcoders] Re: how to explode a wedge on mouse over?

2006-11-01 Thread Ely Greenfield
    The way you did it...changing the styles array on the pie series...is the easiest way.  That's where individual wedges get their data from. You might be able to reach in and muck with internal values in individual wedges, but that's a risky proposition.  Those values aren't 'truth...' 

Re: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-01 Thread hank williams
> I'm confident the Apollo run time engine will be able to hook into whatever 3D > acceleration the O/S can provide. > I don't know why you would be confident of this at all. It has not been listed as part of any Apollo API, and, according to the FAQ, they are still deciding whether there will be

Re: [Junk E-Mail - LOW] Re: [Junk E-Mail - LOW] RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 15:48, Shannon Hicks wrote: > Everything I read about Scorpio said .NET on Windows Did I miss the big > news? :) (http://www.brooks-bilson.com/blogs/rob/index.cfm/2006/10/24/Adobe-MAX-2006-Session--ColdFusion-Net-Integration) createObject('.net',"com.comp.Account"

Re: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 16:09, Evan Gifford wrote: > last week, I have to say that I am worried that flex will never compete > with Windows vista XAML unless there is some integration with OpenGL, > DirectX or something like that I'm confident the Apollo run time engine will be able to hook

[flexcoders] Multi-select not happening!

2006-11-01 Thread Sreejith Unnikrishnan
The multiSelect does not seem to working. Any help?   Thanks = http://www.adobe.com/2006/mxml" width="500"height="200" borderStyle="solid" creationComplete="initApp();">   dragEnabled="true"/>      __._,_.___ -- Flexcoders Mailing Lis

RE: [Junk E-Mail - LOW] RE: [flexcoders] Isn ´t there any release of Adobe Apollo yet? Alpha maybe. ...

2006-11-01 Thread Shannon Hicks
Apollo will support PDF files, along with flash/flex and html/_javascript_ Perhaps you can use Acrobat3D? :)   Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Evan GiffordSent: Wednesday, November 01, 2006 10:09 AMTo: flexcoders@yahoogroups.comSubject: [J

Re: [flexcoders] Is this bad coding practice in ActionScript?

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 15:24, greenfishinwater wrote: > What do other people do. Declare outside the switch. I guess the compiler has a good reason for moaning otherwise. > warnings in Flex Builder? You can change them for mxmlc in it's config XML. Maybe FB will take note if you change

Re: [flexcoders] doLater in Flex2? is it gone?

2006-11-01 Thread Michael Schmalle
Hi,It's named callLater() now.Peace, MikeOn 11/1/06, Mark Piller <[EMAIL PROTECTED] > wrote: Does anyone know what happened with doLater() in Flex2? I cannot seem to find any references to the function in the language reference (http://livedocs.macromedia.com/fl

RE: [flexcoders] Isn´t there any release of Adobe Apollo yet? Alpha maybe....

2006-11-01 Thread Evan Gifford
You know what I’d love to see …..   After taking Alex Uhlmann’s “Creating cinematic experiences .. “ at MAX last week, I have to say that I am worried that flex will never compete with Windows vista XAML unless there is some integration with OpenGL, DirectX or something like that to a

[flexcoders] Re: doLater in Flex2? is it gone?

2006-11-01 Thread Geoffrey Williams
callLater () http://livedocs.macromedia.com/flex/2/docs/1438.html --- In flexcoders@yahoogroups.com, "Mark Piller" <[EMAIL PROTECTED]> wrote: > > Does anyone know what happened with doLater() in Flex2? I cannot seem > to find any references to the function in the language reference > (http://

[flexcoders] doLater in Flex2? is it gone?

2006-11-01 Thread Mark Piller
Does anyone know what happened with doLater() in Flex2? I cannot seem to find any references to the function in the language reference (http://livedocs.macromedia.com/flex/2/langref/index.html). Is there a recommended alternative? Thanks, Mark -- Flexcoders Mailing List FAQ: http://groups.yaho

[flexcoders] Re: Text editor

2006-11-01 Thread Branko
Thank You Dan I have figure out some staff. I'm using repeater component with textArea component to get new pages and also texthight property was very useful, but however now I'm facing more difficult problem like choosing dataprovider for repeat component It will be perfect if I could use

  1   2   >