[flexcoders] Re: Cool Flex Component Site (opensource)

2009-03-16 Thread wubac1
Wow, that has to be some of the worst UI I've ever seen. --- In flexcoders@yahoogroups.com, aoi_zip aoi_...@... wrote: cool all opensource (lgpl) http://www.openzet.org/samples/

[flexcoders] Re: Cool Flex Component Site (opensource)

2009-03-16 Thread wubac1
Actually, I don't make it past the components using DataGrid as a dropdown, so it might not all be bad. Though, that was enough for me, I didn't need to see any more. --- In flexcoders@yahoogroups.com, wubac1 wub...@... wrote: Wow, that has to be some of the worst UI I've ever seen. ---

[flexcoders] Support for Regional Languages in Flex?

2009-03-16 Thread akila_ksri
Hi, I need my flex application to display text in regional languages like tamil,kannada,etc How do i exactly proceed on this? Any help would be greatly appreciated. Thanks, Akila

[flexcoders] Re: how to use a list's change event to refresh an array that is bound to it.

2009-03-16 Thread stinasius
ok i have a tilelist loaded with data from a database though a cfc ro. plus i have a gallery that i would like to populate with images of a particular item from the tilelist when someone clicks on an item in the tilelist. so i was reading through arrayutil class and parameter binding and i

Re: [flexcoders] Re: FocusManager fun... Tab Loops redux

2009-03-16 Thread Rick Winscot
Even the PopUpManager suffers to a degree. As modules are loaded there seems to be some confusion as to which FocusManager they belong... as you press TAB focus will jump from one module to another as if they were connected. You can get around this by forcibly triggering activate/deactivate

[flexcoders] Re: Flex 3.3 SDK and AdvancedDataGrid

2009-03-16 Thread Michael Slinn
The online docs and the previous posting suffer from invalid characters. Also, the path needs to be in quotes. Try this: java -jar DMV-source.jar C:\Documents and Settings\All Users\Application Data\Adobe\Flex

Re: [flexcoders] Re: Cool Flex Component Site (opensource)

2009-03-16 Thread Paul Hastings
wubac1 wrote: Wow, that has to be some of the worst UI I've ever seen. kind of harsh. the radar chart *is* pretty nifty.

[flexcoders] HTML content in Sub Applications

2009-03-16 Thread rob_mcmichael
Hi all, I was wondering if someone could advise me on the best way to get HTML content working in a sub application. My sub application is loaded into a separate security and application sandbox in AIR. However All communication needed by the sub application goes via the parent application,

[flexcoders] Color icon(s) in tree control

2009-03-16 Thread sandi_krese
Hi, I have tried everything and just couldn't find a solution. I'd like to color icons in tree control just as it would be possible in Flash: mc.color = 0xff; mc.alpha = 50; Of course in Flex it doesn't work like that. I have tried with ItemRenderer. In function updateDisplayList you can

[flexcoders] Simple actionscript that I cannot understand! Please help. Thanks

2009-03-16 Thread fred44455
?xml version=1.0? Can somebody explain into details what that code do?(line by line). I know that it is changing the font size but I cannot understand the :s and the normal? I understand the overal code but not everything. Thanks again for your time. Fred. !-- usingas/FlexComponents.mxml --

[flexcoders] LoaderInfo.url not available after a progress event?

2009-03-16 Thread Adam Lusted
Hello, I hope someone can help me out with this! I've trying to retrieve the url of a swf being loaded through a redirect, so I can allow cross-domain scripting with it. The documentation for LoaderInfo states that after the first progress event, the url property reflects the media's final URL,

[flexcoders] Re: HTML content in Sub Applications

2009-03-16 Thread rob_mcmichael
Annoyingly this is an AIR application, but I can't find a way to compile my sub applications as AIR swfs and therefore take advantage of the HTML component :( Does anyone know if a way to use the AIR APIs in a sub application? Is there an HTML render that I can use to style some basic HTML in

[flexcoders] multiple rows of data

2009-03-16 Thread garrysaddington
I am trying to find out whether the following events are possible in OL or in Flex. I am not asking how, just whether. Load a dynamic dataset over HTTP which replicates to many rows of data in the application. Then the user adds some data to each row eg. in an edittext at the end of each row.

[flexcoders] Re: Weired Focus Change behaviour on tab pressing

2009-03-16 Thread valdhor
You are almost done. Just remove the bindings from your groupNames... mx:RadioButton id=radioButtonDHCP label=DHCP groupName=networkSettingsGroup styleName=textMedium/ mx:RadioButton label=Static groupName=networkSettingsGroup styleName=textMedium/ --- In flexcoders@yahoogroups.com, geeky

Re: [flexcoders] null parent for ChartLabel

2009-03-16 Thread Tom Chiverton
On Friday 13 Mar 2009, Maciek Sakrejda wrote: which, combined with the error, seems to imply that this ChartLabel has no parent (!), Chart labels are cached, much like item renderers. why this could be happening (I can't nail down a simple set of steps to this)? Any thoughts for

Re: [flexcoders] Simple actionscript that I cannot understand! Please help. Thanks

2009-03-16 Thread Paul Andrews
- Original Message - From: fred44455 fred44...@yahoo.com To: flexcoders@yahoogroups.com Sent: Monday, March 16, 2009 3:01 AM Subject: [flexcoders] Simple actionscript that I cannot understand! Please help. Thanks ?xml version=1.0? Can somebody explain into details what that code

[flexcoders] Re: multiple rows of data

2009-03-16 Thread markgoldin_2000
I ususally allow a user to modify multiple records. A Save button is a part of an interface. An event can be fired when an editing is done but I just dont think it is too practical. Think about a situation when a user changes his mind and wants to undo all the changes he has applied to multiple

[flexcoders] Issue with Tree in Flex

2009-03-16 Thread duraibalaji
Hi flex experts, I'm using tree for a requirement, when we try to open more number of nodes and browse thru the the tree, these are the issues that occur. 1) Tree View goes either Blank or filled with one node name. 2) It hides few nodes. In other words, On expanding more nodes the tree view

Re: [flexcoders] Load Flex SWF into Flash - Error Msg

2009-03-16 Thread Trigger_AF
Another one method is to create Flex wrapper application, load your flash.swf into it, and then load flex.swf into flash, it's simple: mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; paddingBottom=0 paddingTop=0 paddingLeft=0 paddingRight=0 mx:SWFLoader scaleContent=false

Re: [flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Greg Morphis
Still having a problem with this.. I changed the assignment code to currVO = headlineVO(event.target.selectedItem); note: I also changed the name of the VO incase somewhere it was being set to null. Anyways I started the debugger and when I selected a row in the debugger I see Type Coercion

Re: [flexcoders] Flex charting

2009-03-16 Thread duraibalaji
Hi Poorni, Can you post the code, let me try to modify the same and send it to you. Regards DB kotha poornima wrote: Hi All, I have one arraycollection like this: public var expenses:ArrayCollection = new ArrayCollection([ {Month:Jan, Profit:2000, loss:200, Expenses:1500},

Re: [flexcoders] Color icon(s) in tree control

2009-03-16 Thread duraibalaji
Hi, try using itemrenderer, changing the icon first and then try for changing the color. regards DB Nable wrote: Hi, I have tried everything and just couldn't find a solution. I'd like to color icons in tree control just as it would be possible in Flash: mc.color = 0xff; mc.alpha =

[flexcoders] error loading the flash player 10 in flex 3

2009-03-16 Thread Gustavo Duenas
Does anyone knows a way to load the flash player 10 swc inside flex3 with out come abc bitecode error...I don't know what is that. Regards, Gustavo

Re: [flexcoders] Simple actionscript that I cannot understand! Please help. Thanks

2009-03-16 Thread duraibalaji
?xml version=1.0? !--hi Fred, i'm trying to explain what i understood in flex, i don't know your knowledge on other scriptings. As a flex developer, we know that all of our files are complied generated as actionscript files and then converted into swf files that funs in flash which runs in the

[flexcoders] AIR: WindowedApplication.exit() does not remove process

2009-03-16 Thread bjorn
I've tried closing an AIR application with exit() and NativeApplication.nativeApplication.exit() - in both cases the app closes but I still see the process running in Windows' task manager. Anyone know what the cause of this might be? -- http://www.juicability.com - flex

[flexcoders] Re: Color icon(s) in tree control

2009-03-16 Thread sandi_krese
Hi, changing icon is not the issue, changing color of icon is. Can you be more specific about changing color? --- In flexcoders@yahoogroups.com, duraibalaji duraibal...@... wrote: Hi, try using itemrenderer, changing the icon first and then try for changing the color. regards DB

Re: [flexcoders] Re: Cool Flex Component Site (opensource)

2009-03-16 Thread Tom Chiverton
On Monday 16 Mar 2009, Paul Hastings wrote: wubac1 wrote: Wow, that has to be some of the worst UI I've ever seen. kind of harsh. the radar chart *is* pretty nifty. ChartZoomer could be handy too. -- Tom Chiverton Helping to evangelistically e-enable visionary dot-com products as part of

[flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Tim Hoff
The result from your cfc call isn't being cast correctly; it's nesting the result inside an object. public function result(event:Object) : void { MyModel.getInstance().adminARCHeadlines = new ArrayCollection (event.result); } Either loop through the result object and addItem; one at a

[flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Tim Hoff
OR, currVO = headlineVO(event.target.selectedItem) as headlineVO; -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: The result from your cfc call isn't being cast correctly; it's nesting the result inside an object. public function result(event:Object) : void {

[flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Tim Hoff
Sorry, should be: currVO = event.target.selectedItem as headlineVO; -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: OR, currVO = headlineVO(event.target.selectedItem) as headlineVO; -TH --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote: The result from

Re: [flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Greg Morphis
I tried changing that to ResultEvent but seemed to conflict with the IResponder import.. Was getting an errors highlighting the below line MyModel.getInstance().adminARCHeadlines Implicit coercion of a value with static type object to possible unrelated tye arrsy and interface method result in

Re: [flexcoders] Re: canvas backgroundimage loadercontext

2009-03-16 Thread Richard DiBona
Amy and Alex, Thanks very much for your suggestions. What I did to fix it is: In the routine to create the snapshot: 1) remove the BG image 2) load the background image source into an image control using the loader context 3) put the loader context image control at child position 0 4) take the

Re: [flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Greg Morphis
if it's event.target.selectedItem as headlineVO then currVO is always null.. On Mon, Mar 16, 2009 at 10:41 AM, Greg Morphis gmorp...@gmail.com wrote: I tried changing that to ResultEvent but seemed to conflict with the IResponder import.. Was getting an errors highlighting the below line

[flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Tim Hoff
What does your service tag code look like Greg? Are you for reason setting makeObjectsBindable to false? -TH --- In flexcoders@yahoogroups.com, Greg Morphis gmorp...@... wrote: if it's event.target.selectedItem as headlineVO then currVO is always null.. On Mon, Mar 16, 2009 at 10:41 AM,

Re: [flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Greg Morphis
in Services.mxml no I'm not.. just ?xml version=1.0 encoding=utf-8? cairngorm:ServiceLocator xmlns:mx=http://www.adobe.com/2006/mxml; xmlns:cairngorm=com.adobe.cairngorm.business.* mx:RemoteObject id=MainService destination=ColdFusion showBusyCursor=true source=myApp.remote.mainFacade

[flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Tim Hoff
Sorry, should be: currVO = event.target.selectedItem as headlineVO -TH --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: OR, currVO = headlineVO(event.target.selectedItem) as headlineVO; -TH --- In flexcoders@yahoogroups.com, Tim Hoff TimHoff@ wrote: The result from

[flexcoders] Re: Simple actionscript that I cannot understand! Please help. Thanks

2009-03-16 Thread djhatrick
Fred, Use event targets, look how easy it is, works from any button, you can use casting... HTH, Patrick import mx.controls.Button; private function changeStyle(e:MouseEvent):void

[flexcoders] Re: Question, I am having problems with my encrypted local store

2009-03-16 Thread djhatrick
ok, it looks like some byte madness is going on, why would my ints stored as a byteArray come back multiplied by 256? If I use floats they come back in exponential notation? ha! Any suggestions? By the way, aren't rectangle's primitive objects or not,i am storing the virtualbounds into a

[flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Tim Hoff
Yeah, servic looks fine. The problem is that the ArrayCollection contains Objects; instead of headlineVO's. The Alert and DataGrid don't care about that. but, when you try to cast one of the Objects to a headlineVO, it's choking silently. I'd go back to the VO class and make sure that you

[flexcoders] Flash Player 10.0.22.87 Broken?

2009-03-16 Thread Rick Winscot
I haz a little Œquirk¹ over the weekend ­ updating to Flash Player 10.0.22.87 has broken several apps. Anyone got any info? I found a post in the dreamweaver forums that pretty much sums it up. http://dreamweaverforum.info/flash/153268-swf-broken-10-0-22-87-a.html Rick Winscot

[flexcoders] Re: Issue with Tree in Flex

2009-03-16 Thread valdhor
DB I tried your code and saw the exact issue you describe. Commenting the line: //expandTree(); fixes it. I don't use Tree but I would surmise you are double handling the expand functionality. From what I can see the tree component already implements expand and by adding your own you are

Re: [flexcoders] Re: Cool Flex Component Site (opensource)

2009-03-16 Thread Tom Chiverton
On Monday 16 Mar 2009, Tom Chiverton wrote: ChartZoomer could be handy too. Has anyone got the code out of them yet ? I've not got anything to the account I registered with... -- Tom Chiverton Helping to enormously deliver transparent impactful synergistic granular interfaces as part of the

[flexcoders] Re: Cool Flex Component Site (opensource)

2009-03-16 Thread valdhor
Yep - came to me email address --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Monday 16 Mar 2009, Tom Chiverton wrote: ChartZoomer could be handy too. Has anyone got the code out of them yet ? I've not got anything to the account I registered with... --

[flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread ppongtong
I think when you get the data back event.result is not the array of headlineVO; On your MyModel where you define adminARCHeadlines; can you try this.. [Bindable] [ArrayElementType(your fqn of headlineVO)] private var adminARCHeadlines:ArrayCollection; note: your fqn of headlineVO, for

[flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread ppongtong
In your Model, [Bindable] [ArrayElementType(fully qualify name of headlineVO)] public var adminARCHeadlines :ArrayCollection; --- In flexcoders@yahoogroups.com, Tim Hoff timh...@... wrote: Yeah, servic looks fine. The problem is that the ArrayCollection contains Objects; instead of

Re: [flexcoders] null parent for ChartLabel

2009-03-16 Thread Maciek Sakrejda
That's the thing: nothing especially complicated going on. We have custom axes and custom labelFunctions, but we're using the stock AxisRenderer. We re-parent the Chart during this layout change, but that's it (we certainly don't re-parent the labels manually). Perhaps I'll try to see if I can

RE: [flexcoders] Re: Issue with Tree in Flex

2009-03-16 Thread Tracy Spratt
Yes, a label function should only build the label string, not do anything else, especially manipulate the visual elements of the control it is being used to render. A label function gets called for every visible node in the tree, which changes when you scroll, open a node, etc. No wonder you

Re: [flexcoders] Re: datagrid.selectedItem to vo?

2009-03-16 Thread Greg Morphis
It's working now.. here's what I changed.. someone tell me what it most likely was my headlineVO.as had 1 thing out of order nothing was mispelled but actionuser was at the bottom of the .as and in the middle of my CFC The bean was set up using dates, numerics and string.. I changed it all to be

[flexcoders] To Adobe Folks - General Question About Using Deprecated Tags

2009-03-16 Thread EddieBerman
I posted a related question here a few days back (ColumnCharts - problem adding a LineSeries to ColumnChart w/o SecondSeries), but this question is a bit more general. In order get past this bug - https://bugs.adobe.com/jira/browse/FLEXDMV-1957, I'm likely going to need to use the deprecated

[flexcoders] Re: stage mouseUp not firing outside app window

2009-03-16 Thread graham.t...@rocketmail.com
That took some legwork. The short of it is that the behavior appears in IE, but not Firefox. The current system that I'm using for testing is Windows XP, Flash Player 10 (10.0.12.36) Debug, Flex SDK 3.2.0. IE is 7.0.5730.11CO. Firefox is 3.0.5. I can also describe the IE behavior more

[flexcoders] Perplexing regex/replace() issue

2009-03-16 Thread jimmy5804
This seems simple, but I can't figure it out. I have some input I don't control with a lot of properties that look like xx-yyy that I want to camelcase: xxYyy and I'd like to do this with a one-line replace() instead of a longer split/join approach. I've tried several variations of: var

Re: [flexcoders] Re: Weired Focus Change behaviour on tab pressing

2009-03-16 Thread geeky developer
Awesome, That works perfectly Thanks a lot Alex and valdhor for your help, Now everything is working fine with the binding removed, I am just wondering why binding can screw the focus issues for the tab pressing :-) On Mon, Mar 16, 2009 at 5:44 AM, valdhor valdhorli...@embarqmail.comwrote:

Re: [flexcoders] Perplexing regex/replace() issue

2009-03-16 Thread Beau Scott
Kinda cheated for one line but it works: var s:String = t.toLowerCase().replace(/-([a-z])/g, function():String { return arguments[1].toUpperCase();}); On Mon, Mar 16, 2009 at 11:44 AM, jimmy5804 jimmy5...@yahoo.com wrote: This seems simple, but I can't figure it out. I have some input I

Re: [flexcoders] Perplexing regex/replace() issue

2009-03-16 Thread Maciek Sakrejda
The issue is that you can't specify a replacement like that. You are effectively replacing every match with $1.toUpperCase(), which (since .toUpperCase() doesn't do anything with '$' or '1') just replaces it with '$1'--the original lowercase match. What you want is to use the second version of

[flexcoders] Re: Perplexing regex/replace() issue

2009-03-16 Thread jimmy5804
Yeah, thanks. mea culpa. didn't read the docs on the function version closely enough. --- In flexcoders@yahoogroups.com, Beau Scott beau.sc...@... wrote: Kinda cheated for one line but it works: var s:String = t.toLowerCase().replace(/-([a-z])/g, function():String { return

[flexcoders] Re: Perplexing regex/replace() issue

2009-03-16 Thread jimmy5804
Yeah, thanks. mea culpa. didn't read the docs on the function version closely enough. --- In flexcoders@yahoogroups.com, Beau Scott beau.sc...@... wrote: Kinda cheated for one line but it works: var s:String = t.toLowerCase().replace(/-([a-z])/g, function():String { return

[flexcoders] converting a Java object into a chart dataprovider

2009-03-16 Thread netdeep
In the flex documentation, it shows how to easily create a chart with mxml and a static Array: private var expenses:Array = [ {Month:January,Profit:2000,Expenses:1500,Amount:450}, {Month:February,Profit:1000,Expenses:200,Amount:600},

[flexcoders] datefield issue

2009-03-16 Thread Greg Morphis
out of the pan and into the fire I have a datefield and I choose for example April 1, the date saves as 3/31. If I choose 3/31, it saves 3/30.. Is this a timezone issue with Flex? is this easy to fix? When I Alert the value I see Tue Mar 31 00:00:00 GMT -0500 2009 (when I choose March 31st)

[flexcoders] Re: datefield issue

2009-03-16 Thread Greg Morphis
I feel like I hacked it but I added a .sethours(12,0,0,0) at the top of the code before it saves dispatches the event.. Is there a less hacky-feeling fix for this? this works fine but leaves a bad taste in my mouth On Mon, Mar 16, 2009 at 2:51 PM, Greg Morphis gmorp...@gmail.com wrote: out of

Re: [flexcoders] Re: datefield issue

2009-03-16 Thread Beau Scott
Months are 0-based in ecmascript (JS, AS, etc.) Date objects. 0 = jan., 1 = feb., etc. http://livedocs.adobe.com/flex/3/langref/Date.html#month Use a date formatter if you need to format this to a string and don't want to manually convert the month offset. (probably a good idea to use the date

Re: [flexcoders] Re: datefield issue

2009-03-16 Thread Beau Scott
wait, my bad, I misread. disregard my previous remark. On Mon, Mar 16, 2009 at 2:26 PM, Beau Scott beau.sc...@gmail.com wrote: Months are 0-based in ecmascript (JS, AS, etc.) Date objects. 0 = jan., 1 = feb., etc. http://livedocs.adobe.com/flex/3/langref/Date.html#month Use a date

Re: [flexcoders] datefield issue

2009-03-16 Thread Fotis Chatzinikos
Something to do with tour timezone (GMT -0500)? 5 hours before 00:00 31st its actually the 30th On Mon, Mar 16, 2009 at 9:51 PM, Greg Morphis gmorp...@gmail.com wrote: out of the pan and into the fire I have a datefield and I choose for example April 1, the date saves as 3/31. If I

Re: [flexcoders] null parent for ChartLabel

2009-03-16 Thread Maciek Sakrejda
I extended ChartLabel, overrode updateDisplayList() to do what you suggested, Tom, and set the titleRenderer on the AxisRenderer, and that seems to work around the issue. I still could be doing something wrong, but this looks like a framework issue. I'll check the latest sdk version and file a

Re: [flexcoders] Question about binding and circular reference

2009-03-16 Thread Wesley Acheson
Sorry for resurecting an old thread. I've reciently given up on this. I've gone back to using event listeners. It seems more reliable. The problem as I see it is that the binding events happen for any old reason. The change events only seem to be triggered on user interaction which is much

[flexcoders] Wrap label on Y Axis of graph

2009-03-16 Thread Nate Pearson
I have a bar chart with big descriptions on the Y Axis. I want to be able to wrap the text. I've tried adding br/ to the data but that just cuts off the label on the y-axis (but it wraps it in the tool tip). Any ideas? :)

[flexcoders] Re: Question, I am having problems with my encrypted local store - Solved

2009-03-16 Thread djhatrick
I was using a setter in an encrypted local store from a rectangle object, I store a generic object... I guess it couldn't write fast enough or something? but generic objects work fine. -- --- In flexcoders@yahoogroups.com, djhatrick djhatr...@... wrote: ok, it looks like some byte

[flexcoders] Re: Debugger can't find framework source

2009-03-16 Thread Darrell Loverin
The framework RSL does not contain debug information so you can't debug it. The debug infomation is removed from RSLs to make them smaller and download faster. -Darrell --- In flexcoders@yahoogroups.com, reflexactions reflexacti...@... wrote: I noticed that after I switch my app to use

[flexcoders] XML Entity won't parse inside MXML

2009-03-16 Thread markdemich
I have some embbeded XML inside an MXML file that I'm feeding to an outline. Some of my attributes need to have a quote character. It looks something like this mx:XMLList id=testXml sample badattribute=quot;ABCquot; test name=1/ test name=2/ /sample mx:XMLList This refuses to compile. I even

[flexcoders] JVM segfault (!) running mxmlc on OS X

2009-03-16 Thread Maciek Sakrejda
A co-worker of mine recently ran into a JVM segmentation fault (!) when running mxmlc on our project. This happens for both Java 1.5 and 1.6. I have not seen anything relevant in JIRA about OS X segfaults. Any ideas? His segfault information follows. -- Maciek Sakrejda Truviso, Inc.

[flexcoders] Where can I get more examples using the Flex 3 reference language

2009-03-16 Thread fred44455
Flex 3 reference language offers only 1 example for each different classes. For instance, I will get an example for the class buttonbut won't get any examples at all regarding the methods or events for this button class. Where can I get more examples? I am a newbie so of course I want to

[flexcoders] Smallest filesize of a swf in Flex 3 is larger then Flex 2?

2009-03-16 Thread Dan
Hi Flexcoders, It is always claimed that by caching framework.swz of Flex 3, the swf size is always the smaller. However. from the generated linked-report. in Flex 3, some classes like RSLloader and some ResourceBundle classes are being added, which actually increase the swf size. Since my

Re: [flexcoders] XML Entity won't parse inside MXML

2009-03-16 Thread Josh McDonald
The (xml source code) - XML|XMLList stage in MXMLC isn't so good. Often I need to embed XML as Binary objects, and go via String to parse it. That's not much useful information though, so the answer to your problem is: mx:XMLList id=testXml sample badattribute={ABC} test name=1/ test name=2/

Re: [flexcoders] XML Entity won't parse inside MXML

2009-03-16 Thread Josh McDonald
Also note that the curly braces go *outside* the quotes - if you were putting the number 7 in your attribute, it would be element attr={7}/ If you do this: element attr={7}/ Then your attribute will have the value of {7} instead of 7. -Josh 2009/3/17 Josh McDonald j...@joshmcdonald.info

Re: [flexcoders] Question about binding and circular reference

2009-03-16 Thread Josh McDonald
I'm good with bindings, what's your specific problem? I didn't see earlier any posts from you in this thread. -Josh 2009/3/17 Wesley Acheson wesley.ache...@gmail.com Sorry for resurecting an old thread. I've reciently given up on this. I've gone back to using event listeners. It seems more

Re: [flexcoders] To Adobe Folks - General Question About Using Deprecated Tags

2009-03-16 Thread Josh McDonald
I can't speak for Adobe, but as a *general* rule (ignoring the JDK), deprecated means it's not going away in a point-release, but it's going away So you souldn't count on it in 4, but you're probably fine for updates of 3. But either way, there's nothing forcing you to upgrade your app to a new

Re: [flexcoders] Re: FocusManager fun... Tab Loops redux

2009-03-16 Thread Josh McDonald
Sounds like a good time to break out your SDK sandbox :) 2009/3/16 Rick Winscot rick.wins...@zyche.com Even the PopUpManager suffers to a degree. As modules are loaded there seems to be some confusion as to which FocusManager they belong... as you press TAB focus will jump from one module

Re: [flexcoders] converting a Java object into a chart dataprovider

2009-03-16 Thread Josh McDonald
What kind of objects are in your array? -Josh 2009/3/17 netdeep deep...@chartertn.net In the flex documentation, it shows how to easily create a chart with mxml and a static Array: private var expenses:Array = [ {Month:January,Profit:2000,Expenses:1500,Amount:450},

[flexcoders] Re: Debugger can't find framework source

2009-03-16 Thread reflexactions
Thanks, That makes sense, though it would be nice if in a future version of Flex adobe could provide debugging RSL's as an option, as sometimes it is useful to be able to step through into adobe code. With our main application it is no longer really practical to change back to merged without a

Re: [flexcoders] Flex charting

2009-03-16 Thread kotha poornima
Hi, Please find the code below. ?xml version=1.0? !-- charts/BasicColumn.mxml -- mx:Script![CDATA[ import mx.collections.ArrayCollection; [Bindable] public var expenses:ArrayCollection = new ArrayCollection([ {Month:Jan, Profit:2000, loss:200, Expenses:1500},

RE: [flexcoders] Support for Regional Languages in Flex?

2009-03-16 Thread Gordon Smith
All text in Flex uses Unicode, because the String class in ActionScript uses Unicode. Right-to-left languages currently don't work well, but I'm not aware of problems with Indic languages (although that doesn't mean there aren't any). If your Indic text lives in MXML, AS, or XML files, I