Re: [flexcoders] Flex. AIR and IPhone

2009-01-27 Thread Guy Morton
On 27/01/2009, at 6:10 PM, Sam Lai wrote: I think the issue here is that if Adobe/MS used SVG as a base instead of their proprietary XML dialects, then they won't be able to innovate and implement new features as quickly. I disagree, and cite the HTML web browser example again If they

Re: [flexcoders] Flex 3.3

2009-01-27 Thread Tom Chiverton
On Monday 26 Jan 2009, Matt Chotin wrote: It's all bug fixes, and not a huge number of them. We're not going to have an associated Flex Builder release either, just the SDK (though we'll get the charts updated). So how will the chart updates be released ? In the past, the only way to get them

Re: [flexcoders] Flex. AIR and IPhone

2009-01-27 Thread Hervé Crespel
Thank you everybody for this discussion about SVG. When I introduced XML in my company, in 1999, (already 10 years ago !), I remember that I told as examples 40 or 50 XML-based standards. I explained that SVG was one of the oldest but I had many questions about its performance and about its

[flexcoders] Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Cato Paus
https://bugs.adobe.com/jira/browse/FB-16764

Re: [flexcoders] Dynamically loading image from URL

2009-01-27 Thread Haykel BEN JEMIA
You must wait fot the 'complete' event. Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Tue, Jan 27, 2009 at 12:10 AM, pratikshah83 pratiksha...@yahoo.comwrote: Hi Guys, I want to have a custom image as the itemrenderer for plot chart... just like the

Re: [flexcoders] Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Ralf Bokelberg
I'm not sure if it is necessary to change FlexBuilder to do this. Have you tried a ant script running as a builder before your flex build. Cheers Ralf. On Tue, Jan 27, 2009 at 10:40 AM, Cato Paus ca...@brannsikring.no wrote: https://bugs.adobe.com/jira/browse/FB-16764

[flexcoders] Modules

2009-01-27 Thread thelordsince1984
Hi, i have a problem in my app.. i have a main application and here i create a custom module, a titlewindow with a close button... when i click the button i would unload the module...is it possible to listen for module events from the main app? how can i rich this goal? Thanks in advance

[flexcoders] Re: Flex. AIR and IPhone

2009-01-27 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, Pete Appleby bon...@... wrote: Guy, I agree with your comments. I've been in computing for 30 years, and it is unfortunate, but in my opinion you hit the nail on the head. The old Not Invented Here syndrome is at work. Microsoft can keep SilverFish and

[flexcoders] Flex skins not being applied when viewed in browser

2009-01-27 Thread ashok
In my application, I have many different skins for different panels. All the skins render in the browser, except for one skin for a panel. The skin renders exactly as it should be in the design mode, but the skin does not get rendered in the browser. I debugged it and checked if the style

[flexcoders] Re: Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Cato Paus
Yes I know that but, I was thinking on making flex builder a better product for all and not only the hard core coders :) --- In flexcoders@yahoogroups.com, Ralf Bokelberg ralf.bokelb...@... wrote: I'm not sure if it is necessary to change FlexBuilder to do this. Have you tried a ant script

[flexcoders] Dynamic text flowing

2009-01-27 Thread cjcuccaro
I have a custom component comprised of stacked mx:Text within a mx:VBox within a mx:HBox and using this component within a TileList. I need to have the text resize dynamically to show all the wrapped text within the Text to display within the tile. Some of the custom component is shown

RE: [flexcoders] PHP Remoting and value objects

2009-01-27 Thread Sceneshift
Thanks for the reply, although this is throwing an error for me. I'm using WebOrb, if that makes any odds? kratosaurus wrote: Try: var testVO:TestVO = e.result.serverInfo.initialData as TestVO; (depending on how you've constructed your data for return from php) Also, throw a

Re: [flexcoders] Flex. AIR and IPhone

2009-01-27 Thread Paul Andrews
Good post Hervé. Paul - Original Message - From: Hervé Crespel crespel.he...@wanadoo.fr To: flexcoders@yahoogroups.com Sent: Tuesday, January 27, 2009 9:29 AM Subject: Re: [flexcoders] Flex. AIR and IPhone Thank you everybody for this discussion about SVG. snip I am not working for

[flexcoders] How to reference external CSS file

2009-01-27 Thread sena_pedro
Hi Guys, I have the following situation: A lib project, that generates a swc file. This file contains a lot of images, css files and other 'assets'. In my main project I want to use those files, but not figuring out how to do it. I tried a lot of different ways w/o success. How should I do it

[flexcoders] auto suggest for xml data

2009-01-27 Thread info_diwan2000
HI all, I am writing flex code to get a text box which will auto suggest the user (similar to goggle suggest),the data for autosuggestion have to come from the xml file. any idea to how can i do that?? Will be helpful if u can provide a link to resources for doing the same. Regards Saurabh

[flexcoders] Re: How to get data from many rows in DataGrid?

2009-01-27 Thread mitchgrrt
You're right that the doc isn't very complete on this point. When I use an API like this I always run it in the debugger, call the method, put a breakpoint after the call, and look at the result in the debugger. --- In flexcoders@yahoogroups.com, markflex2007 markflex2...@... wrote:

[flexcoders] Setting data from web service to ArrayCollection.

2009-01-27 Thread Wally Kolcz
I am so trying to wrap my head around web services and use them for my projects since we Blue Dragon here at the U. I have my CFCs and they seem to work fine. However, I have no idea on how to set the 'return value' for a web service to an arraycollection to use it. I am used to RemoteObjects

RE: [flexcoders] auto suggest for xml data

2009-01-27 Thread Jim Hayes
There is an autocomplete component available : http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetailex tid=1047291 Whether it suits your needs I can't really say at the moment. -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

[flexcoders] Re: PHP Remoting and value objects

2009-01-27 Thread valdhor
Grab a copy of Charles and see what the object is when it is returned. Also, set a breakpoint when the result is returned and look at the object type in the result. You may not have the object bindings set correctly for Flex to auto convert the objects. --- In flexcoders@yahoogroups.com,

[flexcoders] Anyone using Subclipse 1.4.x in flexbuilder 3 ?

2009-01-27 Thread Jim Hayes
When I last installed subclipse (probably early last year), it seemed to be recommended advice to use subclipse 1.2, so I followed it. I'm currently having some nasties with this and subversion 1.5 (Which could well be down to something else rather than subclipse 1.2, I admit). I'm just

re: [flexcoders] Setting data from web service to ArrayCollection.

2009-01-27 Thread Wally Kolcz
I moved my CFC and database to my localhost so I can debug the webservice output and see it. I am a wee bit confused. The results panel is saying something like this: e -- result -- source -- [0] -- firstName (etc) How do I set that local? I tried myData = e.result.source as ArrayCollection

[flexcoders] Re: Base one mxml component on another from Library

2009-01-27 Thread markgoldin_2000
Finally I got it working. Here is my library component: ?xml version=1.0 encoding=utf-8? mx:TitleWindow xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical close=PopUpManager.removePopUp(this) showCloseButton=true borderStyle=solid borderThickness=2 headerColors=[#00,#D2CEB2]

[flexcoders] Flex in a week tutorial problem

2009-01-27 Thread rbross77
Hello, Working my way through this tutorial and I hit a wall. I looked at the sample code and cannot figure out why this event is not available. Any Idea's, probably something simple I am just not seeing, thanks... This is the error I am getting: Event type 'events:OptionSelectEvent' is

[flexcoders] Re: Anyone using Subclipse 1.4.x in flexbuilder 3 ?

2009-01-27 Thread fourctv
Yes, I've been using it with FB3.2 standalone for some time now. No problems to report. A few goodies over 1.2: - it defaults new objects as selected when committing - no need to update after commit to get the version updated on the navigator All else seems to work as before. cheers, julio ---

[flexcoders] Question about popup

2009-01-27 Thread markgoldin_2000
Here is my code: var c:Classes = new Classes(); var popupWindow:TitleWindow = new TitleWindow; this line works fine: popupWindow = c.showPopupWindow(DisplayObject(this), saveAsPriceList); var saveAs:saveAsPriceList = new saveAsPriceList; but this wouldn't compile: popupWindow =

[flexcoders] Re: Modules

2009-01-27 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, thelordsince1984 lore...@... wrote: Hi, i have a problem in my app.. i have a main application and here i create a custom module, a titlewindow with a close button... when i click the button i would unload the module...is it possible to listen for

Re: [flexcoders] Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Alan K
I¹d rather know how to add the feature it myself. https://bugs.adobe.com/jira/browse/FB-16764 Alan

Re: [flexcoders] Flex in a week tutorial problem

2009-01-27 Thread Paul Andrews
- Original Message - From: rbross77 ro...@cswllc.com To: flexcoders@yahoogroups.com Sent: Tuesday, January 27, 2009 2:49 PM Subject: [flexcoders] Flex in a week tutorial problem Hello, Working my way through this tutorial and I hit a wall. I looked at the sample code and cannot

[flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread valdhor
Perhaps you have an arrayCollection of arrayCollections (What does the debugger show as the result type?). You may like to try... var resultArrColl:ArrayCollection = e.result.source; var firstResult:ArrayCollection = resultArrColl[0]; Alert.show(firstResult[0]); --- In

[flexcoders] Re: Flex in a week tutorial problem

2009-01-27 Thread rbross77
I found the problem... my events folder was named with a capital E and needed to be lower case e. Went over exercise again and found it. Works as expected now --- In flexcoders@yahoogroups.com, Paul Andrews p...@... wrote: - Original Message - From: rbross77 ro...@... To:

Re: [flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Fotis Chatzinikos
Why do not you try Alert.show(ObjectUtil.toString(e.result)) //replace e.result with e to see the whole event ObjectUtil is very useful in situation like this as it show a textual representation of any object graph On Tue, Jan 27, 2009 at 5:37 PM, valdhor valdhorli...@embarqmail.comwrote:

[flexcoders] Re: ComboBox selectedIndex revisited

2009-01-27 Thread Amy
--- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: You have a lot of stuff happening in there. Did you debug it to see why it was not working? Particularly the computeSelectedDateRangeIndex() function? Was it being called when you expected? I agree with Tracy. I would

[flexcoders] Re: PHP Remoting and value objects

2009-01-27 Thread Amy
--- In flexcoders@yahoogroups.com, Sceneshift j...@... wrote: Hey guys, I'm a little confused over how to get myself from WebOrb PHP into a VO in my Flex application. I am getting my result sent to me from my php script which is returned as an object, and I'm trying to set this result

Re: [flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Wally Kolcz
thisindex (@150ba0a1) emx.rpc.events.ResultEvent (@1516eaa9) [inherited] headersnull resultmx.collections.ArrayCollection (@151f2701) [inherited] [0]mx.utils.ObjectProxy (@1516eee1) DEPARTMENTPRMC

Re: [flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Wally Kolcz
Using Alert.show(ObjectUtil.toString(e.result)) This is what I got: (mx.collections::ArrayCollection)#0 filterFunction = (null) length = 1 list = (mx.collections::ArrayList)#1 length = 1 source = (Array)#2 [0] (Object)#3 DEPARTMENT = PRMC FIRSTNAME = Wally

Re: [flexcoders] Flex. AIR and IPhone

2009-01-27 Thread Doug McCune
Apologies for how long this email became, but I was reading around on the trusty wikipedia and wanted to try to clear up some things about the success of the existing web standards. I don't want this to come off as too much of a rant, but it proably will. Let's take a look at the history of CSS

Re: [flexcoders] Re: Modules

2009-01-27 Thread Rob Kunkle
Hi Lorenzo - What you want to do is use the ready event of the module loader to add event listeners to your module. So in your main application, you want something like this: private function moduleReadyHandler(event:Event):void { if(moduleLoader.child is

[flexcoders] How to convert RichTextEditor htmlText to a real HTML code?

2009-01-27 Thread markflex2007
Hi, I check the flex RichTextEditor htmlText property but it seem it is not a good html code. Do you know how to convert it to good html code? Do you know other flex Wysiwyg Editor with html preview feature? Thanks for help Mark

Re: [flexcoders] localconnection data encrypted?

2009-01-27 Thread Tom Chiverton
On Monday 26 Jan 2009, Pete Appleby wrote: Is the data encrypted? If not, I assume that I must encrypt sensitive information myself. Does LocalConnection even use the network ? As opposed to some sort of shared memory access ? -- Tom Chiverton Helping to adaptively entrench magnetic patterns

[flexcoders] html text | TextArea | ui tag

2009-01-27 Thread ilikeflex
Hi I want to have this kind of look http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_nestedlists2 I made the following in TextArea mx:TextArea id=txtAccounts editable=false borderThickness=1 condenseWhite=true width=100% height=100% mx:htmlText

Re: [flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Fotis Chatzinikos
Try the following: userData:ArrayCollection = event.result as ArrayCollection ; Then it seems that the array contains untyped object (Dictionary/hashmap type) so: userData.getItemAt(0)[FIRSTNAME] should give you :Wally ; do not have a compiler in hand at the moment ... if the previous line

[flexcoders] Re: html text | TextArea | ui tag

2009-01-27 Thread oneworld95
The htmlText in the TextArea control supports only a limited number of HTML tags; take a look at this blog post for more info: http://devharbor.blogspot.com/2008/12/display-html-file-in-flex-textarea.html I don't think the ul tag is supported; nor can it be nested. To create lists, you simply use

[flexcoders] Looking to tweak a List control's drop indicator

2009-01-27 Thread Todd
Hello All, I'm looking to change the behavior/looks of the drop indicator when rearranging items in a List control. I understand that I can make a new dropIndicatorSkin (which I hope to do this in Flash). However, I'd also like to add some separation between the items in the list when I

Re: [flexcoders] Flex. AIR and IPhone

2009-01-27 Thread Hervé Crespel
Thank you very much Doug, You show how the facts are meaningfull when we take the time to look backward. Doug McCune a écrit : Apologies for how long this email became, but I was reading around on the trusty wikipedia and wanted to try to clear up some things about the success of the

[flexcoders] Re: Modules

2009-01-27 Thread thelordsince1984
--- In flexcoders@yahoogroups.com, Rob Kunkle r...@... wrote: Hi Lorenzo - What you want to do is use the ready event of the module loader to add event listeners to your module. So in your main application, you want something like this: private function

Re: [flexcoders] Re: How to get data from many rows in DataGrid?

2009-01-27 Thread Howard Fore
It's an array of the objects from the dataprovider. No demo required. Try putting the code in, then using the debugger to stop execution at that line so you can examine it more closely. On Mon, Jan 26, 2009 at 11:26 PM, markflex2007 markflex2...@yahoo.comwrote: public function get

[flexcoders] Re: html text | TextArea | ui tag

2009-01-27 Thread ilikeflex
Hi Alex Thanks for the information. Is their any workaround .If you want to display such list. Thanks ilikeflex --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote: The htmlText in the TextArea control supports only a limited number of HTML tags; take a look at this blog

Re: [flexcoders] Flex. AIR and IPhone

2009-01-27 Thread Sebastien ARBOGAST
There's not much to add.But I'm afraid that's precisely what frightens standards' zealots: things change too fast, and it's reassuring to have standards slow things down a little bit sometimes. Hide your fear with a little standard/openness confusion, some big-papa-mama-sucky-corporation FUD, and

[flexcoders] Re: html text | TextArea | ui tag

2009-01-27 Thread oneworld95
Look on this page: http://livedocs.adobe.com/flex/3/langref/flash/text/TextField.html#htmlText The textformat tag and its attributes should get you what you need. Look at the indent, leftmargin, etc. to place your nested li items where you need them. And get rid of the ul tags. - Alex --- In

Re: [flexcoders] Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Alan K
Anyone have any suggestions of good places to learn about using ANT, particularly in context of Flex's compiler? Alan I'm not sure if it is necessary to change FlexBuilder to do this. Have you tried a ant script running as a builder before your flex build.

Re: [flexcoders] Re: ComboBox selectedIndex revisited

2009-01-27 Thread Richard Rodseth
I don't know why you say there's a lot of stuff happening. It's just using binding (in the form of a binding function) to set an initial selection. Seems completely legitimate to me. The fact that it's a function rather than a direct reference is because of the well-known ComboBox limitations with

Re: [flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Wally Kolcz
I seem to be missing something. I tried the suggested way: public function loginHandler(e:ResultEvent):void { userData = e.result as ArrayCollection; var object:Object = userData.getItemAt(0) ; var firstName:String =

[flexcoders] Re: html text | TextArea | ui tag

2009-01-27 Thread ilikeflex
Hi Alex Thanks for good pointer. I will explore this and i think this should work. Great ilikeflex --- In flexcoders@yahoogroups.com, oneworld95 oneworl...@... wrote: Look on this page: http://livedocs.adobe.com/flex/3/langref/flash/text/TextField.html#htm lText The textformat tag and

Re: [flexcoders] Flex 3.3

2009-01-27 Thread Matt Chotin
Yes, it will be a separate download. We're also going to make this strategy better in Flex 4. Matt On 1/27/09 1:29 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On Monday 26 Jan 2009, Matt Chotin wrote: It's all bug fixes, and not a huge number of them. We're not going to have

[flexcoders] Re: Flex 3.3

2009-01-27 Thread securenetfreedom
So, 3.3 will *not* apply to eclipse FB plugin? Jeff --- In flexcoders@yahoogroups.com, Matt Chotin mcho...@... wrote: It's all bug fixes, and not a huge number of them. We're not going to have an associated Flex Builder release either, just the SDK (though we'll get the charts updated).

Re: [flexcoders] Re: Flex 3.3

2009-01-27 Thread Matt Chotin
Correct On 1/27/09 9:44 AM, securenetfreedom nv1...@gmail.com wrote: So, 3.3 will *not* apply to eclipse FB plugin? Jeff --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Matt Chotin mcho...@... wrote: It's all bug fixes, and not a huge number of them. We're not

RE: [flexcoders] Re: Flex 3.3

2009-01-27 Thread Andres Serral
I´cant found the releases notes. _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Matt Chotin Sent: Tuesday, January 27, 2009 3:56 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Flex 3.3 Correct On 1/27/09 9:44 AM,

Re: [flexcoders] Re: Flex 3.3

2009-01-27 Thread Matt Chotin
We haven't shipped yet :-) still a few weeks away. On 1/27/09 10:03 AM, Andres Serral aser...@gmail.com wrote: I´cant found the releases notes. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Matt Chotin Sent: Tuesday,

Re: [flexcoders] Flex. AIR and IPhone

2009-01-27 Thread danton chin
Just so no one misses it that meeting is tomorrow! On Tue, Jan 27, 2009 at 12:17 PM, Sebastien ARBOGAST sebastien.arbog...@gmail.com wrote: Now the last thing I have to say is, if some of you are not happy with the way Adobe deals with openness, there is a webmeeting next week where you

[flexcoders] OlapDataGrid like headers using ADG

2009-01-27 Thread tntomek
Is it possible to have 'split' or 'colspan'-ed headers without having to resort to serious column rework? Something like: http://livedocs.adobe.com/flex/3/html/help.html?content=olapdatagrid_2.html I've tried and tried to find any resources for this but all seem to point to Alex's Split Column

[flexcoders] Advanced DataGrid sorting

2009-01-27 Thread Denis
Hi there, I need to sort the advanced grid but I want the sort apply only certain nodes of data. For example Group 0 contains 10 items which it makes sense to sort while Group 1 contain items which should always remain in the same sequence. The sequence should not even change if the sort

Re: [flexcoders] Go and Vote for beter Flex builder! (Cache Buster)

2009-01-27 Thread Ralf Bokelberg
ant.apache.org is a good place to start. The replace task allows you to replace strings in a file. The buildNumber task gives you a updated buildNumber per build. I looked into it, and i start to think that Cato has a valid point though. It is not easy and it is not as perfect as a Flex Builder

Re: [flexcoders] Flex. AIR and IPhone

2009-01-27 Thread Cole Joplin
Here, here! Doug has it exactly right. Innovation flies in the face of standards, and by its success, can become a kind of standard, even if it's not the standard. Lots of standards become that way after the fact. Even when the success is, well, questionable, it can become a standard after

[flexcoders] How to compile multiple modules with mxmlc ant task

2009-01-27 Thread aejaz_98
Hi, Is it possible to give multiple mxml files under the file property of mxmlc task ? Without this my build.xml is becoming very big due to repetition of many mxmlc sections, the only difference being the value of the file property. Thanks, Aejaz

[flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Amy
--- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I moved my CFC and database to my localhost so I can debug the webservice output and see it. I am a wee bit confused. The results panel is saying something like this: e -- result -- source -- [0] -- firstName (etc) How do I

[flexcoders] Re: Question about popup

2009-01-27 Thread Amy
--- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2...@... wrote: Here is my code: var c:Classes = new Classes(); var popupWindow:TitleWindow = new TitleWindow; this line works fine: popupWindow = c.showPopupWindow(DisplayObject(this), saveAsPriceList); var

[flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Amy
--- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I seem to be missing something. I tried the suggested way: public function loginHandler(e:ResultEvent):void { userData = e.result as ArrayCollection; var object:Object =

[flexcoders] Flex and asSQL - Crossdomain issue?

2009-01-27 Thread GeeTee
Hi everyone, Yesterday I developed my first flex 3 app and placed the Release build in the webapps folder of tomcat (5.5.26). The application is quite simple and just needs to populate the datagrid with the data in MySQL (which is on the same machine on port 3306). I have used asSQL to

RE: [flexcoders] Flex and asSQL - Crossdomain issue?

2009-01-27 Thread Grant Davies
I would suspect the same, add a crossdomain in the root of your site (or you can use a policy element to put it somewhere else but more fiddly) In your cross domain add the 'all ports', if you are just 'testing' you can leave it wide open : cross-domain-policy allow-access-from domain=*

[flexcoders] Re: Flex and asSQL - Crossdomain issue?

2009-01-27 Thread ilikeflex
Make sure which player you are using? The cross domain works differently with player 9 and player 10. --- In flexcoders@yahoogroups.com, Grant Davies gr...@... wrote: I would suspect the same, add a crossdomain in the root of your site (or you can use a policy element to put it somewhere

[flexcoders] Re: Flex and asSQL - Crossdomain issue?

2009-01-27 Thread ilikeflex
Make sure which player you are using? The cross domain works differently with player 9 and player 10. --- In flexcoders@yahoogroups.com, Grant Davies gr...@... wrote: I would suspect the same, add a crossdomain in the root of your site (or you can use a policy element to put it somewhere

[flexcoders] Best way to toggle elements in ArrayCollections

2009-01-27 Thread Merrill, Jason
So in my Flex 3 project I have an ArrayCollection, like this: [Bindable] private var myDataProvider:ArrayCollection = new ArrayCollection( [ {country:Apple, quantity:5}, {country:Pear, quantity:3}, {country:Banana, quantity:7}, ]);

re: [flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Wally Kolcz
I get this error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at index/loginHandler() at index/___index_Operation3_result() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at

Re: [flexcoders] Re: Modules

2009-01-27 Thread Rob Kunkle
Hi again Lorenzo - Sure, you can do that. I'm still learning to work with modules, so I'm not sure what would be the BEST way to do it, but one thing you could try is to have a custom panel component at the application level. Inside of the panel component, you could have a ModuleLoader

Re: [flexcoders] Flex and asSQL - Crossdomain issue?

2009-01-27 Thread GeeTee
The cross domain works differently with player 9 and player 10. I am using Flash Player 10 plugin. The error dialog that shows up says Error #2044: Unhandled ioError:. text=Error #2048: Security sandbox violation:

Re: [flexcoders] How to compile multiple modules with mxmlc ant task

2009-01-27 Thread Maciek Sakrejda
Refactor your build.xml to pass the module mxml target as an ant property, and call this from another target. E.g., target name=build-modules antcall target=build-module param name=module.mxml value=module1.mxml/ /antcall antcall target=build-module param name=module.mxml

Re: [flexcoders] Re: Anyone using Subclipse 1.4.x in flexbuilder 3 ?

2009-01-27 Thread Rob Kunkle
I had some trouble when I first installed subclipse 1.5 on my macbook. I had to upgrade the svn client on my machine and everything works fine now. On Jan 27, 2009, at 6:26 AM, fourctv wrote: A few goodies over 1.2: - it defaults new objects as selected when committing - no need to update

Re: [flexcoders] Re: Flex 3.3

2009-01-27 Thread Vivian Richard
Once it is released, if we download the current FB will it come with 3.3? On Tue, Jan 27, 2009 at 10:05 AM, Matt Chotin mcho...@adobe.com wrote: We haven't shipped yet :-) still a few weeks away. On 1/27/09 10:03 AM, Andres Serral aser...@gmail.com wrote: I´cant found the releases

Re: [flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Wally Kolcz
Ok, lets take this the other way. Here is my simple CFC. How can I modify this to return a result to Flex to which I can then set to an ArrayCollection that I can use? cfcomponent cffunction name=login access=remote returntype=query output=false hint=I attempt a login cfargument

Re: [flexcoders] Flex 3.3

2009-01-27 Thread Maciek Sakrejda
Any chance the charts will be separated from FB? FB is a fine tool, but for, say, a build system, this coupling just doesn't make sense. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Matt Chotin mcho...@adobe.com Reply-To: flexcoders@yahoogroups.com To:

[flexcoders] DataGrid Drop Deny based on dropIndex

2009-01-27 Thread park96
Anyone have an example of how to deny a drop based on the drop index? The problem I'm facing is that even though my dragEnter event handler doesn't call the DragManager.acceptDragDrop(UIComponent), it still allows me to drop it.

[flexcoders] Re: Advanced DataGrid sorting

2009-01-27 Thread Amy
--- In flexcoders@yahoogroups.com, Denis morentso...@... wrote: Hi there, I need to sort the advanced grid but I want the sort apply only certain nodes of data. For example Group 0 contains 10 items which it makes sense to sort while Group 1 contain items which should always remain in

RE: [flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread Tracy Spratt
I do not know Cold Fusion, but... Which RPC protocol are you actually using? Have you set resultFormat? Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of

[flexcoders] How to assign html tag to text property

2009-01-27 Thread markflex2007
Hi, I try the following code but I get error,please give me a idea to fix it. Thanks Mark mx:TextArea x=170 y=147 height=229 width=248 id=ta mx:text = html body Hello /body /html

[flexcoders] How to set LCDS development enviroment in Eclipse?

2009-01-27 Thread markflex2007
Hi, I try to use Eclipse to develop both Flex and Java codes and deploy them to Tomcat 6 automatically. Please give me a idea. Thanks a lot Mark

[flexcoders] Re: OlapDataGrid like headers using AdvancedDataGrid

2009-01-27 Thread tntomek
--- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: Is it possible to have 'split' or 'colspan'-ed headers without having to resort to serious column rework? Something like: http://livedocs.adobe.com/flex/3/html/help.html?content=olapdatagrid_2.html I've tried and tried to find

[flexcoders] external swf inside an AIR HTML component right click issues.

2009-01-27 Thread zyzzx00_99
I have the strangest AIR issue that I've never seen. Right clicking on a TextInput sets focus to the TextInput directly above the component. (There are two 'stages' involved, and it is a javascript + HTML component issue). I'm using SDK 3.0.2.214193 (I'm sure there's an update, but all of our

[flexcoders] Re: Advanced DataGrid sorting

2009-01-27 Thread Denis
--- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, Denis morentsov_d@ wrote: Hi there, I need to sort the advanced grid but I want the sort apply only certain nodes of data. For example Group 0 contains 10 items which it makes

[flexcoders] Re: Best way to toggle elements in ArrayCollections

2009-01-27 Thread Mike
Jason, I'm doing something similar with checkboxes and the DataGrid. Are you able to turn the visibility of your component on/off ? Rather than modify the dataset, you may be able to use a checkbox event to trigger the visibility change of your display component. ~Mike --- In

RE: [flexcoders] Flex and asSQL - Crossdomain issue?

2009-01-27 Thread Tracy Spratt
The crossdomain file goes in the root of the server serving the *data*. So if you go to a browser and type in: http://gauravt-xp:3306 http://gauravt-xp:3306/ /crossdomain.xml, you should see your crossdomain file in the browser. If you are using WebService protocol, there are other settings

Re: [flexcoders] DataGrid Drop Deny based on dropIndex

2009-01-27 Thread Adrian Williams
Hi, We handle something very similar to this, and although we don't deny a drop based on the index, we use the index to persist the drop location in the database...the same logic applies. We are using this on an ADG and hence my example below: You could grab the internal targetGrids

RE: [flexcoders] Re: Best way to toggle elements in ArrayCollections

2009-01-27 Thread Tracy Spratt
How about filtering the ArrayCollection? Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Mike Sent: Tuesday, January 27, 2009 4:32 PM To:

[flexcoders] Single src creating multi SWF modules in Flex using Maven

2009-01-27 Thread yoshilo
Hello, I currently have a project that has multiple modules under one source, This project compiles fine under Flex Builder. The application SWF and module SWF are behaving correctly. However, I am struggling with Maven, since Maven I am not able to create a module SWF file using

Re: [flexcoders] How to set LCDS development enviroment in Eclipse?

2009-01-27 Thread Vivian Richard
check this link: http://coenraets.org/downloads/max2008/flex-dataservices-tutorial.pdf On Tue, Jan 27, 2009 at 1:25 PM, markflex2007 markflex2...@yahoo.com wrote: Hi, I try to use Eclipse to develop both Flex and Java codes and deploy them to Tomcat 6 automatically. Please give

[flexcoders] Re: Setting data from web service to ArrayCollection.

2009-01-27 Thread valdhor
This tutorial will probably help: http://tutorial6.flexcf.com/ NB. I don't use coldfusion - I use PHP with WebORB. --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: Ok, lets take this the other way. Here is my simple CFC. How can I modify this to return a result to Flex to

Re: [flexcoders] How to set LCDS development enviroment in Eclipse?

2009-01-27 Thread Vivian Richard
also http://coenraets.org/blog/category/lcds/ On Tue, Jan 27, 2009 at 1:39 PM, Vivian Richard kanps...@gmail.com wrote: check this link: http://coenraets.org/downloads/max2008/flex-dataservices-tutorial.pdf On Tue, Jan 27, 2009 at 1:25 PM, markflex2007

RE: [flexcoders] DataGrid Drop Deny based on dropIndex

2009-01-27 Thread Tracy Spratt
Any reason you are not using the List.calculateDropIndex() method? Tracy Spratt Lariat Services Flex development bandwidth available From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Adrian Williams Sent: Tuesday, January

RE: [flexcoders] How to assign html tag to text property

2009-01-27 Thread Ryan Graham
Not sure what you are trying to do. If you want the html rendered in the text area, set the htmlText property: mx:TextArea x=170 y=147 height=229 width=248 id=ta mx:htmlText ![CDATA[html body Hello /body /html]]

Re: [flexcoders] DataGrid Drop Deny based on dropIndex

2009-01-27 Thread Adrian Williams
Hi Tracy... Ummm.epic brain fart fail? Can't see the forest for the trees? Out of the 23,598 methods...we remembered all but that one :-) Adrian Tracy Spratt wrote: Any reason you are not using the List.calculateDropIndex() method? Tracy Spratt Lariat Services Flex

[flexcoders] Re: How to compile multiple modules with mxmlc ant task

2009-01-27 Thread aejaz_98
Thanks a lot. I was thinking something along those lines but was hoping that it would be possible to specify multiple files somehow. Aejaz --- In flexcoders@yahoogroups.com, Maciek Sakrejda msakre...@... wrote: Refactor your build.xml to pass the module mxml target as an ant property, and

  1   2   >