[flexcoders] Re: Runtime Error 2048

2007-09-20 Thread chr_nrt
Any ideas please about this runtime error 2048... Thanks chr --- In flexcoders@yahoogroups.com, chr_nrt [EMAIL PROTECTED] wrote: I developed one simple file to get data from cfc and display in flex application. It's working fine in my development box, but it's blowing an error after i

[flexcoders] popupManager.removePopup adding effects ??

2007-09-20 Thread oneproofdk
I'm using popupManager to show a thumbnail when the user hovers over a icon - added a creationCompleteEffect so it eases.elastic wobles effect - looks great. Now I'd like to use the same elastic effect when I remove the popup - just cant figure out how to do that. Tried removeEffect but it just

Re: [flexcoders] Flash and ColdFusion Time Differences

2007-09-20 Thread Paul Andrews
- Original Message - From: Ben [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 20, 2007 4:15 AM Subject: [flexcoders] Flash and ColdFusion Time Differences In Flash, the hour portion of a time value is stored in the range 0 to 23. An example of a time I

[flexcoders] TileList: disable scrollbar, use button to scroll ?

2007-09-20 Thread Ary
Hi, is it possible to be done? disable the horizontal scrollbar of a tileList that displaying some numbers of images, and we put buttons on the left and right side of the tileList to scroll. can some one give me an explanation or example? thanks in advance. ary.

[flexcoders] ViewStack with Modules inside, content is being clipped, no vertical scrollbars

2007-09-20 Thread arieljake
Exactly that. I have padding on all sides. Other than that, I'm sizing the modules to be 100% by 100%. Any ideas why the content is just being clipped? I am not changing the scroll policy or clipContent property anywhere. (I don't think). Is there a known issue here? Thank you.

[flexcoders] Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread oneproofdk
If you go to http://www.apple.com/downloads/, see the menu on the right. If you click on an item, the other items folds away - kinda like a Accordion but then again not. Did anyone see this as a module anyone offers free or $$ - I really like the effect only dont have the knowhow to build it

[flexcoders] state enter /exit

2007-09-20 Thread learner
Hi All, I observed that the creationComplete event of the compoent is fired everytime the state of the component is changed. Ex: mx:Canvas creationComplete= init() xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script public function init(){ // some action } /mx:Script

Re: [flexcoders] How would you go about to make SuperImage support .swf?

2007-09-20 Thread bjorn -
Alex: If you don't need the cache, why not just use SWFLoader? becuase I care about the cache in relations to images loaded from the web, but not when it comes to the .swf icons which I will embed. Ely - thanks, that worked like a charm :-) ... and also thanks for creating this great component!

RE: [flexcoders] How to get screen coordinate from child application

2007-09-20 Thread Mark Ingram
Hi Alex, that's the first thing I tried, but unfortunately doing application.localToGlobal(new Point(0, 0)) returns {0, 0}! It's worth noting that the child application is loaded via SWFLoader. Thanks, Mark From: flexcoders@yahoogroups.com

Re: [flexcoders] Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Giles Roadnight
Sorry for possibly stating the obvious but what about the accordian component (your link doesn't work so I can see what you mean). http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html Visual Components - Containers - Accordian On 9/20/07, oneproofdk [EMAIL PROTECTED] wrote:

[flexcoders] Re: popupManager.removePopup adding effects ??

2007-09-20 Thread Borek
I think I've had the same problem and my workaround was to omit PopUpManager at all - I've used Canvas to position my pop-up on top of other content and the control was completely in my hands. Maybe there is some clean solution but this will work if you need a quick and dirty trick. Regards,

[flexcoders] Re: popupManager.removePopup adding effects ??

2007-09-20 Thread oneproofdk
Hi Borek Thanks for your reply. So what you did (please correct me), was to have the popup as an invisible Canvas on top of the application, position it and then use effects to display it ?? Can you post some code examples ?? Thanks again Mark

[flexcoders] Flex 3 Beta (+ AIR) and Flex 2 plugin

2007-09-20 Thread Giles Roadnight
Hi All I currently have the Flex 2 eclipse plugin installed but I want to develop AIR application and try out the Flex 3 Beta. I tried to install the FLex 3 plugin before but it messed up my Flex 2 install. Should this be possible? Thanks -- Giles Roadnight http://giles.roadnight.name

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Giles Roadnight
If I understand your problem correctly the only way you can print in landscape in Flex is to have the user select landscape in the print options. This will then pass landscape dimensions to your flex app that will scale the print data grid properly. To print multiple pages you'll ahve to add

[flexcoders] How can i customize grouping row renderer in AdvancedDataGrid ?

2007-09-20 Thread adisak_impol
Hi guys, Is is possible to customize the way grouping rows are rendered. Specifically, colspan to all columns such the way OSX spotlight results did. I saw in examples that customizing renderer is possible with RendererProvider. But is it work with grouping row too ? If not, is there any

RE: [flexcoders] event.fault.faultString

2007-09-20 Thread Dimitrios Gianninas
Flex will always do it that way, so what you have to do is create a method that will get everything after the colon and display it to the user. You should put this method in some utility classpersonally I have created a StringUtils class that this type of method and then some. Dimitrios

[flexcoders] Re: caringorm architecture

2007-09-20 Thread seemaherein
I didn't find it intersting. But the examples are good - i guess. I searched for tutorial. Thanks Tom --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 19 Sep 2007, [EMAIL PROTECTED] wrote: i have been asked to look at caringorm architecture usage for

[flexcoders] Re: caching in Flex

2007-09-20 Thread seemaherein
Thanks Paul You are really great in response. I would like to be in touch with you in case i need any advice Thanks again Seema --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: One last thing. If you write anything away, the data in the cache will become stale unless

Re: [flexcoders] Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Michael Schmalle
Hi, We offer what you are looking for, for an affordable price with lots of features, support and good documentation. It's called the TaskPaneFX. This product set contains the TaskListFX and that component stacked can do what you need. Check out...

[flexcoders] need advice - html to mxml

2007-09-20 Thread seemaherein
Hi, the developer working previously on my application has coded an index.html which has various url's. each url takes to an mxml application. If i am correct we should have only one mxml application file. Can anybody advice if i can convert this index.html in an mxml application file

[flexcoders] Euro symbol encoding

2007-09-20 Thread Giro
If I write a € (Euro symbol) on my Flex application no problem, but when i retrieve information using a httpservice and place this on DataGrid but Euro symbol appear as square. Any solution? Thk. Giro.

[flexcoders] Re: popupManager.removePopup adding effects ??

2007-09-20 Thread Borek
Yes, that is the general idea. I can't post a code but here are the basic steps: 1) Create a content Canvas and fill it with controls as usual. You need to use Canvas so that you can position popup layer canvas on top of it. If you need to use different layout containers, nest them inside the

RE: [flexcoders] Timezone Problem

2007-09-20 Thread Dimitrios Gianninas
I had exactly the same issue...basically the Flash Player is taking into account the client timezone and performing and adjustment when displaying date/time information. I would really like for this to be an option set programmatically, but alas :) Are you using some kind of Formatter on your

[flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread oneproofdk
Hi Mike Sounds good - if you dont mind the trouble - I'd love to see an example on how to make the Apple version Thanks for your reply though. Mark

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Mikhail Shevchuk
Thanks Giles for your response, I've read about that feature and the way to force user to select landscape orientation. But this is not convenient for the user. I wonder, if somebody knows the way to implement the rotated datagrid printing. 2007/9/20, Giles Roadnight [EMAIL PROTECTED]: If I

Re: [flexcoders] need advice - html to mxml

2007-09-20 Thread Paul Andrews
- Original Message - From: seemaherein [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 20, 2007 11:52 AM Subject: [flexcoders] need advice - html to mxml Hi, the developer working previously on my application has coded an index.html which has various

Re: [flexcoders] Menu colocation

2007-09-20 Thread Tom Chiverton
On Wednesday 19 Sep 2007, [EMAIL PROTECTED] wrote: Anybody have test applications or some screenshots of examples of menu design? Is LiveDocs not working for you ? -- Tom Chiverton Helping to revolutionarily initiate network e-services on: http://thefalken.livejournal.com

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Mikhail Shevchuk
Thanks Giles for your response, I've read about that feature and the way to force user to select landscape orientation. But this is not convenient for the user. I wonder, if somebody knows the way to implement the rotated datagrid printing. 2007/9/20, Giles Roadnight [EMAIL PROTECTED]: If I

Re: [flexcoders] Flash and ColdFusion Time Differences

2007-09-20 Thread Tom Chiverton
believe that ColdFusion thinks that noon is 12:00. However, in Flash noon is 11:00. What makes you think that ? -- Tom Chiverton Helping to biannually scale edge-of-your-seat convergence on: http://thefalken.livejournal.com This email

Re: [flexcoders] Flex 3 Beta (+ AIR) and Flex 2 plugin

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: Should this be possible? It's beta. Anything could happen. Restore from the back up you made prior to trying to install it ? -- Tom Chiverton Helping to carefully syndicate vertical e-tailers on: http://thefalken.livejournal.com

Re: [flexcoders] Re: caringorm architecture

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: I didn't find it intersting. Architecture rarely is. -- Tom Chiverton Helping to authoritatively cluster compelling schemas on: http://thefalken.livejournal.com This email is sent for and

[flexcoders] Re: need advice - html to mxml

2007-09-20 Thread seemaherein
humm - i am getting what you want to say. sever side caching won't affect this the way application is but i will re-think about the possible issues. and regarding if all the parts willl work as a single application - i would need to do some research. also side by side I have to explore

[flexcoders] need help regarding grid...

2007-09-20 Thread aasif_onnet
i want help to go to the corresponding rows of a grid based on a button click..serially...and after entering a set of values for a column value in number datatype i want to find its sum in a text box..please help urgent..

Re: [flexcoders] Euro symbol encoding

2007-09-20 Thread Paul Hastings
Giro wrote: If I write a € (Euro symbol) on my Flex application no problem, but when i retrieve information using a httpservice and place this on DataGrid but Euro symbol appear as square. what encoding is the webservice using? the euro's not in iso-8859-1 (latin-1) so you're better off

[flexcoders] Setting style for inline itemrenderer?

2007-09-20 Thread candysmate
My datagrids have a style set for them. My inline itemrenderer for one of the columns requires a different style. I have tried: mx:DataGridColumn width=30 editable=false headerText= dataField=problem textAlign=center

RE: [flexcoders] Menu colocation

2007-09-20 Thread Giro
Yes but I want to see examples of different menu designs. Giro. -Mensaje original- De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Tom Chiverton Enviado el: jueves, 20 de septiembre de 2007 13:28 Para: flexcoders@yahoogroups.com Asunto: Re: [flexcoders] Menu

[flexcoders] Variable used before it's defined without compile errors

2007-09-20 Thread Mika Kiljunen
Hi! I ran into this weird situation that as a programmer I think is a bug, but I'm not sure if this is true in the flex world. See following code snippet, especially how the variable val is defined (it is used at validateRequired function call before it's even defined and Flex Builder compiles it

[flexcoders] Re: using editor in datagrid causing refresh of dataGrid

2007-09-20 Thread hadas.shani
Alex, The DG has few custom renderers, so the refresh is quite slow. Can you elaborate about how the checkbok handel the updates. if I add addListner CHANGE on the CB and then manipulate the data the change is called again. Also, if I want to cach this change event in the dataGrid, what

[flexcoders] Flex 2 Licence Question??

2007-09-20 Thread Rich Tretola
We own licenses for both Flex 1.5 and Flex 2, FDS. When I start up a Flex 1.5 service I see in the console that I have: INFO License Service: Flex 1.5 Full Commercial Edition enabled When I start up my Flex 2 service, I never see any mention of a license file even though I have the proper

[flexcoders] Compiler Error: Cruise Control Ant vs. Flex Builder/Eclipse

2007-09-20 Thread Mike Krotscheck
Does anyone have any experience with a distributed development environment using Cruise Control to handle central builds? Our application compiles fine in the IDE, however once we checkin our files and Cruise takes over we start getting these errors: A file found in a source-path must have an

Re: [flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread Giles Roadnight
If you turn each line into an object with properites (e.g. col1, col2 or whatever you like, somethign more descriptive perhaps) put all these objects into an ArrayCollection and use this ArrayCollection as the dataprovider for your grid. In the datagrid use the property names of the object as the

Re: [flexcoders] Re: Code behind - class extend mxml vs. mxml extend class

2007-09-20 Thread Tom Chiverton
On Wednesday 19 Sep 2007, [EMAIL PROTECTED] wrote: As far as I know, Flex gods from Scotland do not advise the use of code behind approach as seen in .net. It'd be interesting to see that advice :-) First of all there is no code generator that would create references to all mxml elements in

[flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread djdyland
I understand what your saying.. but I'm not sure how to do that in actionscript? anyway you can just show me how you would do this part turn each line into an object with properites (e.g. col1, col2 or whatever you like Thanks in advance --- In flexcoders@yahoogroups.com, Giles Roadnight

Re: [flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread Giles Roadnight
Something liek this: var records:Array // I'm assuming an array or arrays from your post var dataProvider:ArrayCollection = new ArrayCollection(); for (var i:int = 0; i records.length; i++) { var currentObject:Object = new Object(); for (var j:int = 0; j records[i].length; i++)

[flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread djdyland
Hey Gordon, Thanks for the reply. I got it to work using split like you said. I'm now stuck trying to put the data in a datagrid. The data is now in an array but I'm not sure how you reference each element for a column in the data provider or the data grid. The data looks something like this

RE: [flexcoders] How do i aggregate data into charts

2007-09-20 Thread Matt Horn
This is much easier to do in your SQL or whatever server-side method you have of getting the data. I would suggest exhausting all possibilities there before trying to muck around with the values of object properties in your arraycollection. -matt -Original Message- From:

[flexcoders] Re: Variable used before it's defined without compile errors

2007-09-20 Thread jer_ela
Flex requires variables to be declared somewhere in a function, but doesn't care where it just rolls all variable definitions to the top of the function, so there is a phantom var val:String; at the top of the function. At the point where you call validateRequired val exists, but hasn't had a

[flexcoders] setFocus() question

2007-09-20 Thread candysmate
The columns in my datagrid all have inline renderers (textinputs). When the user types a \ as the first character in a column, a function is fired which creats a popup containing a datagrid populated from a database for them to make a choice from. They make their choice via the enter key or

[flexcoders] Re: Mousewheel on a scrollbar (List or combobox)

2007-09-20 Thread kevintuhumury
Ok, so I solved it. The problem was in my HTML-template. I was using 'wmode=transparent'. I removed it and everything is ok now. Apparently it's also a known bug at Adobe: http://bugs.adobe.com/jira/browse/SDK-12415 --- In flexcoders@yahoogroups.com, kevintuhumury [EMAIL PROTECTED] wrote: I

[flexcoders] Re: Flex 3 Beta (+ AIR) and Flex 2 plugin

2007-09-20 Thread Michael
From the Flex 3 page http://labs.adobe.com/technologies/flex/flexbuilder3/ : Please note that you can install a separate copy of Flex Builder 3 standalone and it will remain separate from any Flex Builder 2 installations. If you wish to use the plug-in version of Flex Builder 3 you will need to

[flexcoders] Problem filtering custom list component

2007-09-20 Thread Rick Root
So I'm using this CheckBoxList component that someone on this list created for me. I've got a problem though when filtering the list using the dataProvider's filterFunction property. SOMETIMES the list items remain selected when they disappear from view due to being filtered, and sometimes they

[flexcoders] Real size of the components

2007-09-20 Thread Daniel
Hey guys... I'm setting the size of a panel through the percentWidth property, but after I do that I need to know the real width of that panel... I ask for the width and measuredWidth of the component, but it doesn't give me it's real size. I can't ask for the parents width either, cause it's

Re: [flexcoders] event.fault.faultString

2007-09-20 Thread Matthew Ganz
that did the trick (and thanks for the StringUtils tip). matt. - Original Message - From: Dimitrios Gianninas To: flexcoders@yahoogroups.com Sent: Thursday, September 20, 2007 6:36 AM Subject: RE: [flexcoders] event.fault.faultString Flex will always do it that way, so

Re: [flexcoders] Re: Flex 3 Beta (+ AIR) and Flex 2 plugin

2007-09-20 Thread Giles Roadnight
Thanks for that. On 9/20/07, Michael [EMAIL PROTECTED] wrote: From the Flex 3 pagehttp://labs.adobe.com/technologies/flex/flexbuilder3/ : Please note that you can install a separate copy of Flex Builder 3 standalone and it will remain separate from any Flex Builder 2 installations. If

Re: [flexcoders] event.fault.faultString

2007-09-20 Thread Matthew Ganz
that returns everything before the colon. i'm doing this: var msg:String = event.fault.faultString; var truncMsg:String = msg.substr((msg.indexOf(':')+2),msg.length); // +2 accounts for spaces after colon. - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To:

Re: [flexcoders] Re: popupManager.removePopup adding effects ??

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: Yes, that is the general idea. I can't post a code but here are the basic steps: An alternative method that works with a bit less fidderling once it's set up is http://www.rachaelandtom.info/node/1461 -- Tom Chiverton Helping to continuously

Re: [flexcoders] event.fault.faultString

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: that returns everything before the colon. string.split(':')[1] then. -- Tom Chiverton Helping to enthusiastically scale interdependent e-business on: http://thefalken.livejournal.com This

RE: [flexcoders] Re: Cannot use 'filterFunction' from an HTTPService request

2007-09-20 Thread Tracy Spratt
Personally I do not want to wade through and analyze you code. Post the relevant parts as needed. There is a partial list of resources. Tracy Flex sites/blogs: Adobe: http://www.adobe.com/devnet/flex/ DEVNET - start here!

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Tony Alves
Now there is an example of why you should use flex over ajax. oneproofdk wrote: Hi Mike Sounds good - if you dont mind the trouble - I'd love to see an example on how to make the Apple version Thanks for your reply though. Mark

Re: [flexcoders] event.fault.faultString

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: Flex will always do it that way, so what you have to do is create a method that will get everything after the colon and display it to the user. You should put this method in some utility classpersonally I have created a StringUtils class

Re: [flexcoders] Flex 2 Licence Question??

2007-09-20 Thread Tom Chiverton
When I start up my Flex 2 service, As a point of order, there's no such thing- there's LCDS (what was Flex Data Services). -- Tom Chiverton Helping to seamlessly incubate fifth-generation web-readiness on: http://thefalken.livejournal.com

Re: [flexcoders] Flex 2 Licence Question??

2007-09-20 Thread Rich Tretola
I believe Flex 2 was still FDS, LCDS is what would have been FDS 2.5. On 9/20/07, Tom Chiverton [EMAIL PROTECTED] wrote: When I start up my Flex 2 service, As a point of order, there's no such thing- there's LCDS (what was Flex Data Services). -- Tom Chiverton Helping to seamlessly

RE: [flexcoders] help binding info to a title window

2007-09-20 Thread Tracy Spratt
I responded to your previous post with a full example that does what you want, plus two suggestions on how to debug your own code. You said that you didn't get it. Exactly what did you not understand? The example? trace? hard-code? Tracy From:

Re: [flexcoders] help binding info to a title window

2007-09-20 Thread Joshua Garnett
Hi Gustavo, First off you should have some method for converting the XML into an object. The class can be named something like SampleVO with the fields client, description, and image. Verify that you are able to read in the XML and set the fields properly. Then in your title window create the

RE: [flexcoders] Real size of the components

2007-09-20 Thread Alex Harui
The invalidation model won't validate until later. You'll get an updateComplete event. You can force validation by calling validateNow(), but it is expensive. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Sent: Thursday,

[flexcoders] Changing Mouse Cursor in application

2007-09-20 Thread flexawesome
Hi there, I build a application and would like to change the default mouse cursor from the arrow cursor to a hand? I can reset buttonMode=true for all components one by one. However, there is too much stuffs and impossible manually do that. Is there a way to apply this for all components(like

RE: [flexcoders] setFocus() question

2007-09-20 Thread Alex Harui
Who's watching for \? The DG or the renderer? If the renderer, then the DG shouldn't have focus, the renderer should. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Thursday, September 20, 2007 6:36 AM To:

Re: [flexcoders] Flex 2 Licence Question??

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: I believe Flex 2 was still FDS Even if it was (it may well be), there is a world of difference betwen Flex 2 (the SDK/technology), Flex Data Services (a backend-agnostic message passing service for Flex) and Flex Builder (an IDE). Todays pet

RE: [flexcoders] Setting style for inline itemrenderer?

2007-09-20 Thread Alex Harui
The renderers stylename is assigned to the DGColumn. Set your styles there if you can. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Thursday, September 20, 2007 5:23 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] need help regarding grid...

2007-09-20 Thread Alex Harui
You can set editedItemPosition to start an edit session on a row. itemEditEnd will be called with different reason in the event as you tab around. HTH, -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aasif_onnet Sent:

RE: [flexcoders] How to get screen coordinate from child application

2007-09-20 Thread Alex Harui
It wouldn't be app.localToGlobal it would be child.localToGlobal From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, September 20, 2007 1:41 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to get

RE: [flexcoders] state enter /exit

2007-09-20 Thread Alex Harui
You sure the Canvas isn't getting destroyed and re-created? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of learner Sent: Thursday, September 20, 2007 1:25 AM To: flexcoders@yahoogroups.com; Flex India Community Subject: [flexcoders]

RE: [flexcoders] TileList: disable scrollbar, use button to scroll ?

2007-09-20 Thread Alex Harui
horizontalScrollPolicy=off horizontalScrollPosition = some number From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ary Sent: Thursday, September 20, 2007 12:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] TileList: disable

[flexcoders] Greetings!

2007-09-20 Thread Ed Capistrano
Goodmorning! Any updates on the max conference on n.y.? Send instant messages to your online friends http://uk.messenger.yahoo.com

RE: [flexcoders] ViewStack with Modules inside, content is being clipped, no vertical scrollbars

2007-09-20 Thread Alex Harui
There's a known issue where you can't use width=100% and have to use percentWidht=100 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arieljake Sent: Thursday, September 20, 2007 12:51 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: using editor in datagrid causing refresh of dataGrid

2007-09-20 Thread Alex Harui
If editable=true, the CB change does not propagate until you tab out of that cell, which confuses people and makes them think update is slow. If that's not your case, I would lookinto optimizing the renderers. Have you been to my blog (blogs.adobe.com/aharui)?

RE: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Alex Harui
Did you try embedding fonts and rotating the PDG? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mikhail Shevchuk Sent: Wednesday, September 19, 2007 10:10 PM To: Flex Subject: [flexcoders] Printing custom DataGrid in landscape

[flexcoders] Greetings!

2007-09-20 Thread Ed Capistrano
Goodmorning! Any updates on the max conference on n.y.? Send instant messages to your online friends http://uk.messenger.yahoo.com

[flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread djdyland
Hey Gordon, Thanks for the reply. I got it to work using split like you said. I'm now stuck trying to put the data in a datagrid. The data is now in an array but I'm not sure how you reference each element for a column in the data provider or the data grid. The data looks something like this

[flexcoders] How to make a flex app load faster

2007-09-20 Thread Guillermo Villasana
Hi guy I have a 500K flex file, but I need it to load faster, At the moment all libraries are merged to the code, (I am not using flex3) I tried using linked but the app seemed to stop working, I copied al the swf files in the same directory, so I don't know what I am doing wrong. Thanks

RE: [flexcoders] Re: Variable used before it's defined without compile errors

2007-09-20 Thread Gordon Smith
This unintuitive behavior isn't a choice the Flex team made... it's the way Ecmascript is required to work. The standards committee defining the next version of Ecmascript has been thinking about this issue. - Gordon From: flexcoders@yahoogroups.com

[flexcoders] advanced datagrid in Flex 3.0

2007-09-20 Thread Mark
Does anyone know if the ADG will have any kind of paging features? And in the mean time is there anyway to page over my data from an ArrayCollection while filtering too? Thanks

RE: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Brian Holmes
Hey, that's pretty cool. Any chance on releasing the code? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Schmalle Sent: Thursday, September 20, 2007 11:42 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Anyone

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Michael Schmalle
Brian, Any chance on releasing the code? Actually, I think the original poster was asking if anybody knew of code or $$ which means commercial component. I spoke up and said I have a component commercially that I could make do that. So he asked if I could, so I did and that is what the

[flexcoders] Re: Code behind - class extend mxml vs. mxml extend class

2007-09-20 Thread b_alen
On Wednesday 19 Sep 2007, [EMAIL PROTECTED] wrote: As far as I know, Flex gods from Scotland do not advise the use of code behind approach as seen in .net. It'd be interesting to see that advice :-) You just saw it :) First of all there is no code generator that would create

Re: [flexcoders] Printing custom DataGrid in landscape orientation

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: If I understand your problem correctly the only way you can print in landscape in Flex is to have the user select landscape in the print options. Yup. You could vote for the bug @ https://bugs.adobe.com/jira/browse/SDK-11211 but it's been

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Michael Schmalle
Hi, I also found another workaround for the rollover. I added a timer to the dispatch method and it will wait the determined amount of milliseconds before firing the open event. This improves usability greatly. Peace, Mike On 9/20/07, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, I slapped

[flexcoders] Flex / Web Integration

2007-09-20 Thread byte.sensei
I have a Flex 2.0 app that has to open a URL used to configure a shopping cart item. When finished configuring an item and you return to Flex, Flex calls a web service to retrieve the item configuration and all is good. Currently, I'm opening a new browser window using navigateToURL() with

RE: [flexcoders] Re: setFocus() question

2007-09-20 Thread Alex Harui
Are the textinputs in an editable column with rendererIsEditor? If you're in editable, the DG should never have focus, and the editor/renderer should. You can tell by whether the TI's have a blue focus ring. Either way, if the TI's can get keyboard input, the DG should pick it up in

RE: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Mike Krotscheck
We did something very similar to this using a VBox and container resizing. Basically, every other element is a clickresponsive component that on rollover changes the height of the previous container, with a resize effect added for good measure. Fairly simple, should take a decent developer about

[flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread djdyland
Thanks for everyones help.. I got it to work Solution //Split at newline at the end of each record results2 = new ArrayCollection(loader.data.split(\n)); //Start at newest records for(i = results2.length; i (results2.length - 200); i--){ //for each

[flexcoders] help a flex newbie

2007-09-20 Thread Gustavo Duenas
Hi Friends, again, I'm trying to set up a menu that opens a pop up with information, everything is gathered from an xml. I have a title window and I can set the title through portaFolio.selectedItem.client this is the id of a tile list bound to a xml, Well now I have an swf loader

[flexcoders] Re: Reduce size of my module! Really boring....

2007-09-20 Thread danielvlopes
Just one more thing, when i compile using RSL, my framework file had 400kb, all when user access my website all framework file will be loaded? or parts of this file will be loaded on demand? Thanks. --- In flexcoders@yahoogroups.com, danielvlopes [EMAIL PROTECTED] wrote: Thanks again Alex, one

[flexcoders] Image Editing and Markup Component Anywhere?

2007-09-20 Thread Jonathan Lam
Hello, I'm wondering if anyone knows of a free or commercial flex component somewhere out there that does image editing and markup (drawing, adding text, annotating images etc). I've searched the adobe flex component exchange, looked on the web and have only found PixFormat. Was

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Doug McCune
holla http://dougmccune.com/flex/apple_accordion source will be coming soon, gotta do a little cleanup and write up a blog post. It uses a slightly modified Accordion component and some flexlib components. Doug On 9/20/07, Mike Krotscheck [EMAIL PROTECTED] wrote: We did something very

RE: [flexcoders] Re: Reduce size of my module! Really boring....

2007-09-20 Thread Alex Harui
That is correct all 400Kb is downloaded, and will be download again if the browser cache gets full and the RSL is kicked out of the cache. RSLs only have an advantage for a scenario where you have more than one application in a domain. That's why in Moxie, there will be an option to use a

Re: [flexcoders] Anyone have any good Flex Projects with sourceCode?

2007-09-20 Thread Paul Andrews
It seems to me that if you 'did' total training and lynda.com, then you shouldn't be practicing, you should be doing.. Paul - Original Message - From: Sheriff To: flexcoders@yahoogroups.com Sent: Thursday, September 20, 2007 10:07 PM Subject: [flexcoders] Anyone have any

Re: [flexcoders] Re: Parsing a flat file in flex?

2007-09-20 Thread Paul Andrews
My guess is that the OP will have the records inside a single string and so will need to iterate through the string picking out the individual fields from the spaces between them. Paul - Original Message - From: Giles Roadnight To: flexcoders@yahoogroups.com Sent: Thursday,

[flexcoders] Re: Anyone have any good Flex Projects with sourceCode?

2007-09-20 Thread sher_ali2004
Learn by doing experimental work. Just following tutorials for the whole life is a not a good way to learn something. Try to spend your time reading the official documentation in depth and play with each bit. This way you will get more knowledge about the underlying technology.

Re: [flexcoders] Anyone have any good Flex Projects with sourceCode?

2007-09-20 Thread Sheriff
ya but the problem is i dont know what to do, like i have no idea, i even did the projects provided by adobe but there is still alot more to learn - Original Message From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 20, 2007 4:15:26 PM

  1   2   >