[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

[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

[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

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] 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

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, November

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-

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 { ... }

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

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 -

[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/myapplication.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

[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

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 mx:Application 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

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**

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] 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.mouseTarget

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/myapplication.html file is

[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

[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

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

2006-11-01 Thread Joan Lafferty
Im 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 feature

[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 and

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

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: [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

[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:

[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

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 to

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:

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

[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 hasthe combobox as itemEditor and a label asitemRenderer. The reason for the itemRenderer is that I want to distinguish between Labels and Values.For example,the data in

[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: channel-definition id=my-rtmp-ext

[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

[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

[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

[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

[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.)mx:DataGrid x="52" y="68" width="100" height="50" id="newsFeed"

[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 no

[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

[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:

[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

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

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.) mx:DataGrid x=52 y=68

[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 Firefox

[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?

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. Its 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:

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] 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 its just the nature of the biest: some problems are complex and require

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

2006-11-01 Thread Matt Chotin
I think were an important share. Lots of existing and new products are using Flex for various pieces, its 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 Iko

[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() : void {

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

[flexcoders] Re: Text editor

2006-11-01 Thread Branko
It's really important to me, is someone knows anything which would help please answer me. --- In flexcoders@yahoogroups.com, Branko [EMAIL PROTECTED] wrote: I'm working on Text editor project in flex and I have got one very strange idea, and I'm not sure if it possible to do it. My idea is

Re: [Junk E-Mail - MED] Re: [flexcoders] Re: A DataGrid with selectable *cells*

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 02:30, Anatole Tartakovsky wrote: If you have single cell selection it is even easier as you can have it on datagrid level - acessible via owner on every column. I don't see this property on DataGridColumn on live docs, though it is very early :-) Any hoo,

Re: [flexcoders] Cairngorm 2.1 with support for remoteCredentials

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 03:19, João Fernandes wrote: They support setCredentials() not setRemoteCredentials() Ahh :-) -- Tom Chiverton Helping to seamlessly accelerate dynamic networks This email is sent for and on behalf of

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

2006-11-01 Thread Tom Chiverton
On Tuesday 31 October 2006 21:25, Shannon Hicks wrote: have seen the demo at MAX where they took the Adobe website, rotated it, put a blur on it, scaled it down, and then clicked on a link and had the next page load, still rotated, blurred and scaled. (wasn't as MAX) Woa. -- Tom Chiverton

Re: [flexcoders] Re: How does Digital Editions do read/write across the net without a trust file?

2006-11-01 Thread Tom Chiverton
On Tuesday 31 October 2006 17:29, jeremyrichman wrote: (My problem is that I have intended customers who I need to upload their files without them having to know about trust files or modify their system32 file. You could give them a native installer to run that would set up the trust files

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

2006-11-01 Thread Tom Chiverton
On Tuesday 31 October 2006 20:41, Gordon Smith wrote: Just wondering, since I'm working on it... what features of Apollo are people most excited about? This is difficult, because many of the features are not known yet, or are just rumour * Offline / occasionally connected / on/off line

[flexcoders] Cairngorm 2 with FMS and SharedObjects

2006-11-01 Thread Owen van Dijk
Hi all, I'm implementing a project now using Cairngorm's framework and uses FMS to provide multi-user capabilities through SharedObjects. It uses the SharedObject onResult handlers to update the model ( concurrent users, number of users connected etc ). Where in the architecture would this

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

2006-11-01 Thread shemeshkale
OK, i got it!! i made the chart explode on mouse over a wedge, working great ! next step: on click on a wedge the wedge will change color (or alpha or ratio), click on another wedge will revert the previous wedge to its original color and will change color of current wedge. i got the start of it,

Re: [flexcoders] Re: export to excel

2006-11-01 Thread Tom Chiverton
On Tuesday 31 October 2006 17:42, Tracy Spratt wrote: A very simple, though primitive solution is to build an html table, put it on the clipboard, and paste it into excel. That means mucking with the the Flex/Javascript bridge no ? -- Tom Chiverton Helping to augmentatively engage wireless

[Junk E-Mail - MED] Re: [flexcoders] Re: A DataGrid with selectable *cells*

2006-11-01 Thread bhaq1972
Any hoo, people can take a look at the SelectableCellDataGrid class from http://falkensweb.com/other.html and see how I've done it. very nice. one question. in a simple example, the first column isn't selectable. -- Flexcoders Mailing List FAQ:

[flexcoders] Cairngorm 2.1 changes

2006-11-01 Thread Tom Chiverton
http://renaun.com/blog/2006/10/31/142/, but I've just dropped the new SWC in, recompiled, and got no errors. It appears to be running OK to. I think I've found a bug in the --incremental mxmlc option. If a SWC is updated, it doesn't do a fresh recompile. If all cache files are cleared it still

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

2006-11-01 Thread João Fernandes
Did you already wished that?   I also would like to see On2 support on Apollo (or any other codec with the same performance). João Fernandes From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of greg h Sent: quarta-feira, 1 de Novembro de

[flexcoders] Cairngorm 2.1 changes

2006-11-01 Thread Tom Chiverton
I wasn't looking forward to moving to 2.1 from 2.0 based on http://renaun.com/blog/2006/10/31/142/, but I've just dropped the new SWC in, recompiled, and got no errors. It appears to be running OK to. My project: md5sum lib/cairngorm/Cairngorm.swc d3515c9ecf79fbe5948519dcf9e58c98

[flexcoders] adding CDATA to an XML node

2006-11-01 Thread Xavi Beumala
Hi there,How could I append a CDATA statement in an XML object?For example if I want to get an XML like this:simpleChoice identifier=I0001![CDATA[hello emworld/em]]/simpleChoice I've tried things like:var node:XML = simpleChoice identifier={identifier}![CDATA[{choice.text}]]/simpleChoiceBut

Re: [flexcoders] Datagrid selectedItem on updateChange from Rails dataprovider

2006-11-01 Thread Tom Chiverton
On Tuesday 31 October 2006 12:15, greg.carbon8 wrote: Does anyone have an idea how I can achieve this? In the update case, won't the one being updated already be selected ? In the new case, set the grids selectedIndex once you've added the object to the DataProvider for it - which is also the

Re: [Junk E-Mail - MED] Re: [flexcoders] Re: A DataGrid with selectable *cells*

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 11:17, bhaq1972 wrote: one question. in a simple example, the first column isn't selectable. Ah ha :-) By design at the mo - the 'which cell am I over code' seemed to get confused in previous iterations, though it may be better now. In the app it was for, I

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

2006-11-01 Thread serolfleumas
Hi, I'm creating an application that uses Flex Data Management and everything is working fine. I want to add something like a listener in it that will push external changes in the underlying database to the clients. In my searches I found some information about DataServiceTransaction API and

[Junk E-Mail - MED] Re: [flexcoders] Re: A DataGrid with selectable *cells*

2006-11-01 Thread bhaq1972
I didn't want the first column selectable either. You need to remove the 'calcX0' clause from inside findRowColFor (). Let me know how it works - this property really should be controllable by a property (allowFirstColumn=Bool). that worked. great! regards bod --- In

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

2006-11-01 Thread Dimitrios Gianninas
1) Since no more browser, I can know exactly when the app is being terminated 2) file IO ** below are the things I hope it can do *** 3) interaction between a flex app and other apps (ex.: excel) 4) ability to make system tray notification, to let the user know that data changes have

[flexcoders] Loop with call to Flex Data Services

2006-11-01 Thread jonathan_merey
My problem is simple. I know each of my projects have tasks. If I delete the loop. The second Alert.show print the good length. But with the loop, the second Alert.show print 0 except for the last loop. If i delete the first Alert.show, the second print 0 even for the last loop. I understood its

[flexcoders] Cairngorm ValueObject

2006-11-01 Thread mortenkruse
I'm creating an application where everything is based on a calendar. Therefore the first thing a person has to do when entering the application is to choose a date. The application is created using the Cairngorm framework. The date is defined using the mxml:DateChooser My question is then if I

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

2006-11-01 Thread haravallabhan
Hi all, Thanks all for all your posts. This is a gr8 group for flex coders. I 'll add one more topic for an answer How do I change the color of the button dynamically in flex. thanks Hara -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

Re: [flexcoders] Binding on properties with Class type

2006-11-01 Thread Sergey Kovalyov
Changes are not detected. I will create example that shows it soon and post here. On 10/31/06, Joan Lafferty [EMAIL PROTECTED] wrote: Yes, in general, data binding is unable to detect changes to static properties regardless of type. Sergey, can you post an example of your code where you

Re: [flexcoders] Minimum size of a Flex 2.0 application

2006-11-01 Thread Robert W
Swf content can be small as possible, you swf content not must be mx:Application but for example package { import flash.display.Sprite; public class MyClass extends Sprite { ... } } and you not embed flex framework in swf Robert Was Flex Learner wrote: Hi,

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

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 14:02, Dimitrios Gianninas wrote: 4) ability to make system tray notification, to let the user know that data Ohh, yeah, I forgot that one - minimise to tray as well as plain minimise. -- Tom Chiverton Helping to conveniently architect open-source metrics

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

2006-11-01 Thread Shannon Hicks
As for the system-tray notification They said they'd like to do it for Apollo. The only problem with some of the features I've seen on this forum are OS-specific, and Adobe is trying hard to keep all features available on all platforms. So, for instance, you're not going to be able to

Re: [flexcoders] Re: Text editor

2006-11-01 Thread Daniel Freiman
right now I'm doing something vaguely similar right now. I'm going to be using a Tile container to create each page, which for me will be a Canvas. The advantage and disadvantage of using a Tile is that it creates and destroys the children as they are seen, so if you don't have a way to keep

RE: [flexcoders] Installing FDS As Win2003 WebService

2006-11-01 Thread Cathy Reilly
The development version of JRun included with FDS does not include the Windows Service functionality. If you require this functionality, you may download JRun from the Adobe web site and deploy the FDS wars. - Cathy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Re: Cairngorm ValueObject

2006-11-01 Thread luchi_bustos
--- In flexcoders@yahoogroups.com, mortenkruse [EMAIL PROTECTED] wrote: I'm creating an application where everything is based on a calendar. Therefore the first thing a person has to do when entering the application is to choose a date. The application is created using the Cairngorm

Re: [flexcoders] Avoiding Apache Axis (can I even do this?)

2006-11-01 Thread douglas morrison
It all depends on your CF deployment..Ran into CFC Axis limitations a couple of years ago having a CFMX app talk to other apps via their version of WebServices (which used the latest WSDL format). It has to do with the custom version of Axis that CFMX 6 used. If you have CF deployed as an

RE: [flexcoders] Installing FDS As Win2003 WebService

2006-11-01 Thread Shannon Hicks
But there's no version of JRun that is free, and for a production environment, correct? It kind of defeats the purpose of FDS Express... a free,limited production license that requires you to buy a JRun license? Hopefully I'm mis-understanding, and you'll point me to some FDS-specific,

[flexcoders] Is this bad coding practice in ActionScript?

2006-11-01 Thread greenfishinwater
I downloaded an ActionScript 3.0 package and used it in a flex project. It gave me some compiler warnings: Duplicate variable definition. On closer inspection this was the code that gave the problem switch (somevariable) { case g var nHours:Number = somevalue; ... case ... case x

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 14:42, Shannon Hicks wrote: platforms. So, for instance, you're not going to be able to use a COM object directly in Apollo, since it's not supported in the MacOS or Linux. No, but .Net (COM version 2) will run on all three - see ColdFusion 8's '.net' object.

[flexcoders] Re: Installing FDS As Win2003 WebService

2006-11-01 Thread Michael Labriola
Check out fireDaemon, it is handy for this type of situation: http://www.firedaemon.com/ It will let you run the command line integrated jrun fds as a service. --Mike --- In flexcoders@yahoogroups.com, Shannon Hicks [EMAIL PROTECTED] wrote: But there's no version of JRun that is free, and

RE: [Junk E-Mail - LOW] [flexcoders] Re: Installing FDS As Win2003 WebService

2006-11-01 Thread Shannon Hicks
The point of using Tomcat was so there was nothing to buy... IMHO, I have no preference of Tomcat vs. JRun vs. Websphere vs. (continue list here) except that the task I was trying to accomplish was to make FDS Express production-ready without spending any money, so that it was as truly

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

2006-11-01 Thread Shannon Hicks
Everything I read about Scorpio said .NET on Windows Did I miss the big news? :) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Wednesday, November 01, 2006 9:31 AM To: flexcoders@yahoogroups.com Subject: [Junk E-Mail -

[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 mx:Repeater id=rp

[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:

[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

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

2006-11-01 Thread Evan Gifford
You know what Id love to see .. After taking Alex Uhlmanns 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 allow

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

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: [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:

[flexcoders] Multi-select not happening!

2006-11-01 Thread Sreejith Unnikrishnan
The multiSelect does not seem to working. Any help? Thanks = ?xml version="1.0"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="500"height="200" borderStyle="solid" creationComplete="initApp();"mx:Script![CDATA[private function

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

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 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 a

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...'

[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

  1   2   >