RE: [flexcoders] plezzzz help me

2008-04-15 Thread Gregor Kiddie
And before Tracy starts jumping up and down on you (virtually of course ;) ) Having a more descriptive subject helps as there are very few people on this list who read every post. You always get more responses if the subject line states your problem. (Though I've heard that having multiple

RE: [flexcoders] Flex and AIR Desktop App.

2008-04-15 Thread Gregor Kiddie
is there any manner to use ActiveX with out embedding in the application??? We've used controls wrapped up into dlls delivered alongside the Flex app on an html page to good effect. Though I'm afraid I can't give out an code samples! Some things to look out for, You will need to use

RE: [flexcoders] pass value with navigateToURL?

2008-04-15 Thread Gregor Kiddie
Please help me to know how to pass value from one Flex file to other flex file with navigateToURL? I use navigateToURL to pass variable from page1 to go to page 2 Why are you doing it this way rather than having both pages in a view stack? That would be the easy way. The hard way (which is

[flexcoders] Flex2 - popupmenubutton how to change selection dynamically in actionscript?

2008-04-15 Thread vijay95052
Hi I am trying to change the selected field in the popupmenubutton in response to some other event in the UI. I am unable to achieve that. In my actionscript code (event handler for another event in another part of the page), i tried to change the selectedField of the popupmenubutton but

RE: [flexcoders] Loading socket policy files q

2008-04-15 Thread Jesús Iglesias
Hi!! You have to make a socket policy master SERVER, it’s not just an http request to port 843. You need a server listening on port 843 responding to requests but not as a http protocol. Here you have one that is working fine:

[flexcoders] ANN: PyAMF 0.3

2008-04-15 Thread Thijs Triemstra | Collab
We're pleased to announce PyAMF 0.3, a lightweight library that allows Flash and Python applications to communicate via Adobe's ActionScript Message Format. AMF3 and RemoteObject are supported in all the implemented Remoting gateways, compatible with Django, Twisted, TurboGears2, Web2Py and

RE: [flexcoders] Combodropdown height

2008-04-15 Thread Gregor Kiddie
I assume you mean the amount of items visible in the combobox list? Use the rowCount property to set the number of visible items. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number:

[flexcoders] Skinning in Flex - What a nightmare!!!

2008-04-15 Thread polestar11
Please help There is virtually no documentation on Flex skinning. I am really struggling with border sizes and content sizes with custom skins, in particular Panel skins using the borderSkin property. I'm currently trying to skin an Alert box. I have the following properties set: Alert {

[flexcoders] Combodropdown height

2008-04-15 Thread Parkash
Can any one tell me how to increase dropdown height... Thanks in advance

Re: [flexcoders] Cairngorm ModelLocator array filter...

2008-04-15 Thread Vivian Richard
Wow liked both the solutions. One is to make a copy and then add the filter function and the other one is to add the filer function in command. Great thanks. On Mon, Apr 14, 2008 at 3:26 PM, gabriel montagné [EMAIL PROTECTED] wrote: On Mon, Apr 14, 2008 at 12:49 PM,

[flexcoders] Embed Resources in Image Control

2008-04-15 Thread maliksmile
Hi, One can set source property of Image Control by a URL, like img.source = http://.../abc.png; or img.source = http://.../xyz.swf; In my case I just want to know how one can add a Embeded resource in source property in place of URL. I know it is possible but could somebody help me out.

[flexcoders] Re: Skinning in Flex - What a nightmare!!!

2008-04-15 Thread maximecowez
I've been doing my own first steps in skinning lately. I found the ScaleNine blog http://www.scalenine.com/to be very helpfull. And are you using the Flex Skin Design extensions https://www.adobe.com/cfusion/entitlement/index.cfm?e=flex%5Fskins already? (you need an Adobe account to

[flexcoders] Re: dateFormatter in Action Script

2008-04-15 Thread nehavyas13
Thanks using JJ instead of HH worked. --- In flexcoders@yahoogroups.com, Maciek Sakrejda [EMAIL PROTECTED] wrote: From the DateFormatter docs: J: Hour in day (0-23) H: Hour in day (1-24) I'm not sure why everyone has to reinvent their own date format strings (between Java, Flex,

[flexcoders] MVC - Philosophical question

2008-04-15 Thread Cesare Rocchi
Hi, I am developing an application which loads data from the internet. Many actions, many different urls, often built on the fly. Since I am enjoying mvc, where would you build the url? in the controller or in the model? -c.

[flexcoders] TileList Bug

2008-04-15 Thread morgan.gustafsson
Hi, I think I have found a bug in the TileList component but since I'm new to Flex I would like a second opinion. If I filter or scroll a TileList with a custom item renderer, then change state and back again I get the following error message: Main Thread (Suspended: TypeError: Error #1010: A

[flexcoders] Re: Cairngorm ModelLocator array filter...

2008-04-15 Thread ACE
You beat me by a few seconds... I agree that you should keep your logic in commands; which are the controller of your MVC architecture.

[flexcoders] Re: graphics object seems to degrade performance

2008-04-15 Thread Eric Cooper
I am experiencing performance issues similar to those described in this thread. By way of background, I am working on a geometry tool that allows the user to create points, line segments, circles and polygons, to move then about and to create constraints between them. I am new to

[flexcoders] remove default funtionality of keyboard event

2008-04-15 Thread new Buddy
I want to use ctrl-c for copying my assets in datagrid, which is happening. But there is default functionality of keyboard events in AIR is that click any key from keyboard and it will set focus to the asset with the same name. so while selecting asset if i press ctrl-c it copies the particular

Re: [flexcoders] SWFLoader not scaling properly

2008-04-15 Thread John McCormack
In the constructor try stage.scaleMode = StageScaleMode.EXACT_FIT; and in the Flex Navigator right click the project and choose properties, then ActionScript Compiler and in additional compiler arguments enter the size... -default-size 800 600 John - Original Message - From: Austin

[flexcoders] page refresh problem

2008-04-15 Thread fatih guleryuz
Hi; When I redeploy my application (flex application), users must delete their browser history to view redeployed swf. Otherwise previous (or the first !) deployed swf comes from user's cache. Is there a way to not to do this to user? Namely, is there a way to do this within flex code or

[flexcoders] ADG multiple column sort programatically?

2008-04-15 Thread nehavyas13
I hava an ADG which is initially sorted based on the order of the data provider eg. Col A + Col B. The ADG is refreshed every 5 sec. My problem is when the user clicks any other combination of columns eg. Col C + Col D on ADG, after that ADG should then on be sorted on these columns i.e. Col C+

[flexcoders] Dinamic resize of flex application

2008-04-15 Thread wmckensy
Hi I have a flex application in an HTML page, inside a div, and I want to resize the current flex width and hight of the application (flash movie) depending if I have full options displayed of my app or not. Does anyone have any idea about how to make that? i tried anything I could but it's not

[flexcoders] Re: Custom preloader bug

2008-04-15 Thread maximecowez
Yepee! I finally nailed it! Took me three hours. And I now really think this might be a Flex bug or at least an inconsistency. What I did wrong: I created my main controller (that sets up all event listeners and more) on INIT_COMPLETE And now I create it on CREATION_COMPLETE and everything is ok.

[flexcoders] Re: Custom preloader bug

2008-04-15 Thread maximecowez
Yepee! I finally nailed it! Took me three hours. And I now really think this might be a Flex bug or at least an inconsistency. What I did wrong: I created my main controller (that sets up all event listeners and more) on INIT_COMPLETE And now I create it on CREATION_COMPLETE and everything is ok.

RE: [flexcoders] Skinning in Flex - What a nightmare!!!

2008-04-15 Thread Stephen Gilson
Hi, There are several places to start with skinning doc: - The Flex Developers Guide has a chapter on skinning. You can find it here: http://livedocs.adobe.com/flex/3/html/skinning_1.html - You can download and install the Flex Skinning Extensions for Adobe tools, such as Flash, Fireworks,

[flexcoders] Re: TileList Bug

2008-04-15 Thread Damien Legros
Hi! We ran into the same issue, the flex project was running properly in flex 2 but when we migrated to flex 3 we had the exact same issue as yours. To fix that problem we got rid of these new ClassFactory(...), just define your renderers like that: mx:TileList id=tilelist dataProvider={ac}

[flexcoders] Converting App to Flex 3

2008-04-15 Thread greggiec
I keep getting this error. Declaration of style 'textDecoration' conflicts with previous declaration in C:\Program Files\Adobe\Flex Builder 3 Plug-in\sdks\3.0.0\frameworks\libs\framework.swc(mx/controls/ToolTip). Anyone know what this is?

Re: [flexcoders] Re: Platform independent paths in AIR

2008-04-15 Thread Tom Chiverton
On Monday 14 Apr 2008, zdenekmikan wrote: My app is working with hi-res images stored on LAN volume. The paths to these images along with previews are stored in database. I need to be able to access these hi-res images from Mac and Win - Are your images not uniquely named, or otherwise

[flexcoders] View States Vs using the visible flag with multiple UI components..

2008-04-15 Thread sk_acura
Hi All, I am trying to display multiple DataGrids in a Panel. User will have the option of switching between DataGrids. What's the advantages of having one DataGrid with multiple states (if that is possible).. I am planning to do it by defining one DataGrid ( as the Structure of these

RE: [flexcoders] Dinamic resize of flex application

2008-04-15 Thread Rick Winscot
If the size of your application container is 100% width and 100% height - your app will take up the entire browser space and re-size with the browser window. Is this what you are looking for? Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wmckensy

RE: [flexcoders] MVC - Philosophical question

2008-04-15 Thread Glenn Williams
when I'm building URLS for services I store the URL in the model and have the build code in a command. you could also put the build logic into the model with the URL holding variable Glenn www.flex-ria.com www.tinylion.co.uk www.our-little-secret.com From:

[flexcoders] Looking for ideas

2008-04-15 Thread markgoldin_2000
I need to come up with a solution for the following problem: I am going to have a list of tasks, about 15 to 20. The user has to decide what order he wants to complete these tasks by entering a number into a task record. Using dataGrid with a column that would have a numeric spinner seems to be

Re: [flexcoders] MVC - Philosophical question

2008-04-15 Thread Jeffry Houser
I'd put it in the model. The Controller is just supposed to facilitate communication between the View and the Model. Building a URL (or retrieving it from a database) is some form of business logic and that should go in the model. Cesare Rocchi wrote: Hi, I am developing an

RE: [flexcoders] Looking for ideas

2008-04-15 Thread Gregor Kiddie
Thanks for ideas. How's this for one... either use a combobox, or roll your own spinner to use a dataprovider on your form containing all the task numbers (so all the controls are bound to the same dataprovider). Now whenever a control selects a number, remove the number from the dataprovider

[flexcoders] Define format for new text in a TextArea

2008-04-15 Thread Flap Flap
Hi there, I need to have a behaviour where I can change the format (bold, italic, underline) of the futur text in a TextArea withour modifiying the existing one. I try to pass by getting the IUITextField of the TextArea and changing the defaultTextFormat but it dont seems to have any effect.

[flexcoders] BindingUtils question

2008-04-15 Thread Dominic Pazula
I have a List Component whose dataProvider is an ArrayCollection of generic objects. I have another object I would like to bind a property of to a property to the selectedItem of the List. I have: BindingUtils.bindProperty (currentOp,type,this.columnList.selectedItem,TYPE); No go... I see

RE: [flexcoders] Looking for ideas

2008-04-15 Thread Gregor Kiddie
Thanks for ideas. Have a fixed column with the numbers and then let the user drag and drop the rows into the order they want to do the tasks in? That would be really user friendly (and fun to do) Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread

[flexcoders] Re: Looking for ideas

2008-04-15 Thread bobignacio
Why not use 2 list boxes side by side and drag and drop between the 2? One being the total list of tasks and the other the sequence to create/follow. The user can then make modifications visually with both lists. Bob I. --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote:

[flexcoders] Re: Flash Player 9.0.124.0 - Web Services Stopped Working

2008-04-15 Thread byte.sensei
I read the security update URL, and tried the URL below but it threw an error (also tried searching Adobe KB on using kb403184 but that threw an error too). Here's an example of code that works in 9.0.115.0 but not in 9.0.124.0: var ws : WebService = new mx.rpc.soap.WebService();

RE: [flexcoders] MVC - Philosophical question

2008-04-15 Thread Glenn Williams
I'm not so sure really. I do have some logic in the model. when I build URLS, I build them in the delegate before making the service call. as building URLs is service specific (i.e. the service could change, and do we really want the model to know about that?). on the other hand I

[flexcoders] Re: Skinning in Flex - What a nightmare!!!

2008-04-15 Thread polestar11
Thanks Maxime There's some good resources there, I'll definitely check them out. I also found this Flex 3 bug in teh meantime: https://bugs.adobe.com/jira/browse/SDK-15131 http://bugs.adobe.com/jira/browse/SDK-14806 Cheers Tracy --- In flexcoders@yahoogroups.com, maximecowez [EMAIL PROTECTED]

[flexcoders] Flex3 backward compatibility issue (Button's selected property)

2008-04-15 Thread Robert Csiki
Programatically changing the selected attribute of a Button control no longer generates a Change event with Flex3. It used to do in Flex2. Why that? It's a backwards compatibility issue to me. We cannot port our Flex2 app to using Flex3 without making code changes to accomodate this new

[flexcoders] mouse wheel on htmltext

2008-04-15 Thread hammer995
I have some htmltext that is bigger than the window. The horizontal scroll bar is visible but I cannot use the mouse wheel to scroll the text. Is there a way to do this. Thanks.

[flexcoders] Re: Converting App to Flex 3

2008-04-15 Thread Dominic Pazula
Errors like that usually mean you are trying to declare a variable that Flex has defined elsewhere. Try 'textDecoration1' or something like it. --- In flexcoders@yahoogroups.com, greggiec [EMAIL PROTECTED] wrote: I keep getting this error. Declaration of style 'textDecoration' conflicts

Re: [flexcoders] remove default funtionality of keyboard event

2008-04-15 Thread new Buddy
Please reply to this mail. Its urgent. - Original Message From: new Buddy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, April 15, 2008 11:44:18 AM Subject: [flexcoders] remove default funtionality of keyboard event I want to use ctrl-c for copying my

Re: [flexcoders] Re: Cairngorm ModelLocator array filter...

2008-04-15 Thread Daniel Gold
I probably do a little more work in views than other people. Our commands have a great deal of logic but most of that is for client/server communication. We have a fairly large application where most of the model data is shared. In my case it really doesn't make sense to have an event and a

[flexcoders] Default Background Color for Preloader

2008-04-15 Thread Clinton Judy
I'm trying to change the background color the preloader uses. I've been using mxmlc to compile at the command line. From searching tutorials and the documentation, it looks like I'm supposed to add -default-background-color as an argument. But adding -default-background-color 2d3238 throws an

[flexcoders] Re: Converting App to Flex 3

2008-04-15 Thread greggiec
This happened after I imported a .swc file. This all worked in flex 2.. --- In flexcoders@yahoogroups.com, Dominic Pazula [EMAIL PROTECTED] wrote: Errors like that usually mean you are trying to declare a variable that Flex has defined elsewhere. Try 'textDecoration1' or something like it.

[flexcoders] i-frames on flex2

2008-04-15 Thread Gustavo Duenas
I heard about i-frames in order to load html pages inside flex, anyone knows a good tutorial about that? Regards Gustavo

Re: [flexcoders] i-frames on flex2

2008-04-15 Thread Derrick Anderson
http://www.themidnightcoders.com/blog/2006/12/mixing-html-and-flex-using-iframe.html On Tue, Apr 15, 2008 at 10:42 AM, Gustavo Duenas [EMAIL PROTECTED] wrote: I heard about i-frames in order to load html pages inside flex, anyone knows a good tutorial about that? Regards Gustavo

[flexcoders] SummaryRow in AdvancedDataGrid WITHOUT grouping

2008-04-15 Thread vdeprojects
I'm trying to get a summaryrow of all my records in the advanced datagrid. I have the impression that this only works if you group the data which is not the case for me. Can anyone help me out?

Re: [flexcoders] MVC - Philosophical question

2008-04-15 Thread Daniel Gold
I'm with Glenn on this. We use Cairngorm in our project, and since service lookup/communication is a delegate job it fits in well there. Our delegates grab a hold of a ServiceManager specific to the service it needs to send data to, and that ServiceManager has a send function that takes a few

Re: [flexcoders] View States Vs using the visible flag with multiple UI components..

2008-04-15 Thread Scott Melby
I think the choice really depends on the usage of your application. If the known list of state combinations is pre-determined I usually do this type of thing using view states. As an example, if I have a component that has 4 grids in a VBox and the known states are State 1: 1 and 2 visible,

[flexcoders] Re: MVC - Philosophical question

2008-04-15 Thread ACE
With Glenn and Daniel on this one; model should simply contain the data that can be used to generate/update a view.

Re: [flexcoders] Re: Converting App to Flex 3

2008-04-15 Thread Tom Chiverton
On Tuesday 15 Apr 2008, greggiec wrote: This happened after I imported a .swc file. This all worked in flex 2.. Is that a Flex 3 .SWC ? -- Tom Chiverton Helping to challengingly monetize innovative infrastructures on: http://thefalken.livejournal.com

Re: [flexcoders] Re: graphics object seems to degrade performance

2008-04-15 Thread Tom Chiverton
On Tuesday 15 Apr 2008, Eric Cooper wrote: I am wondering, though, if I would get this for free if I used DisplayObject and the built- in drag events. I am also wondering, if I am saving that much in terms of memory and speed, by rolling my own as it were. I would definetaly use Adobe's to

Re: [flexcoders] Default Background Color for Preloader

2008-04-15 Thread Tom Chiverton
On Tuesday 15 Apr 2008, Clinton Judy wrote: get an error, but I still see the original preloader background color. Could you Application tag, or HTML wrapper, be setting the color ? -- Tom Chiverton Helping to elementarily consolidate leading-edge initiatives on:

[flexcoders] Differences between SDK 2.0.1 and SDK 3

2008-04-15 Thread Robert Csiki
Where can I get a full list of all the differences between SDK 2.0.1 and SDK 3? The change list offered here: http://livedocs.adobe.com/flex/3/html/help.html?content=versioning_4.htm\ l http://livedocs.adobe.com/flex/3/html/help.html?content=versioning_4.ht\ ml is incomplete. For instance, the

[flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread maximecowez
I did it with a hash sign (or whatever the name of that thing is), works fine: -default-background-color #FF Also found some sources mentioning the use of a metadata tag, but that did not do it for my application:mx:Metadata [SWF(defaultBackgroundColor=0xFF)]

[flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread maximecowez
I did it with a hash sign (or whatever the name of that thing is), works fine: -default-background-color #FF Also found some sources mentioning the use of a metadata tag, but that did not do it for my application:mx:Metadata [SWF(defaultBackgroundColor=0xFF)]

Re: [flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread Clinton Judy
I have this command in a batch file: sudo ~/.flex/bin/./mxmlc SearchApp.mxml -default-background-color #2d3238* And I get this response: * command line: Error: configuration variable 'default-background-color' expected 1 argument(s), got 0 Use 'mxmlc -help' for information about using the

[flexcoders] mx:Repeater vs mx:DataGrid

2008-04-15 Thread txakin
Hi all I have one component to show one list of movies using DataGrid.the source is like that: mx:DataGrid id=grdMovies height=199 dataTipField=synopsis click=detailMovie() dataProvider={model.listMovies} top=231 left=10 width=95% mx:columns mx:DataGridColumn showDataTips=true

Re: [flexcoders] MVC - Philosophical question

2008-04-15 Thread Jeffry Houser
Are you talking about Cairngorm specific stuff here? Or generic MVC questions? It sounds like your post has a specific Cairngorm slant. Glenn Williams wrote: I do have some logic in the model. when I build URLS, I build them in the delegate before making the service call. A

[flexcoders] Flexbuilder 2 wont' rebuild my project

2008-04-15 Thread Charlie Hubbard
I have a project in Flexbuilder 2 that won't rebuild the html and swfs under bin. I've done a clean on the project, and even tried to build it manually. I can see in the progress view it starts to build it, but then quickly quits building it. It's like a flash then it's gone. I can't tell what

Re: [flexcoders] Re: graphics object seems to degrade performance

2008-04-15 Thread Troy Gilbert
I am wondering, though, if I would get this for free if I used DisplayObject and the built- in drag events. I am also wondering, if I am saving that much in terms of memory and speed, by rolling my own as it were. If you make each draggable item (each shape) its own DisplayObject then

Re: [flexcoders] Re: MVC - Philosophical question

2008-04-15 Thread Jeffry Houser
If you're talking about the ModelLocator in Cairngorm, I agree. I you're talking more generically about the Model of MVC, I do not agree. ACE wrote: With Glenn and Daniel on this one; model should simply contain the data that can be used to generate/update a view. -- Jeffry

Re: [flexcoders] ANN: PyAMF 0.3

2008-04-15 Thread li wenzhi
Congratulations! -- lwz7512 Ultrapower Flex Team Leader OpenRIA -- A Window You Exploring RIA World http://www.openria.cn - Original Message From: Thijs Triemstra | Collab [EMAIL PROTECTED] To: [EMAIL PROTECTED];

RE: [flexcoders] View States Vs using the visible flag with multiple UI components..

2008-04-15 Thread Tracy Spratt
Two additional possibilites are 1) use a ViewStack and 2) dynamically build the DataGrid. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Melby Sent: Tuesday, April 15, 2008 10:57 AM To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: graphics object seems to degrade performance

2008-04-15 Thread Jon Bradley
On Apr 15, 2008, at 12:23 AM, Eric Cooper wrote: I am wondering, though, if I would get this for free if I used DisplayObject and the built- in drag events. I am also wondering, if I am saving that much in terms of memory and speed, by rolling my own as it were. My personal choice was

RE: [flexcoders] mx:Repeater vs mx:DataGrid

2008-04-15 Thread Tracy Spratt
To start with, you need to be careful using repeater to replace a DataGrid. DG and the other list-based controls are optimized for rendering performance in the flash palyer. Repeater will instantiate as many items as there are in the dataProvider unless you control the count. You will find that

[flexcoders] pulling my hair out with e4x!!!

2008-04-15 Thread Derrick Anderson
can someone please explain why this does not return an XMLList? public var debugModel:XML = mergefields display=Merge Fields employees display=Employees node display=Employee First Name data=Employee_234234-234234-234234-234234 / node display=Employee

[flexcoders] Best .NET AMF Implimentation?

2008-04-15 Thread Nate Pearson
I want to use a free implimentation with .net and AMF. Does anyone have any experience? Which is the best? I'm looking at AMF.NET and fluorine right now. Thanks, -Nate

[flexcoders] Flex component kit - ContainerMovieClip content scaleX/scaleY changes...

2008-04-15 Thread mydarkspoon
Hi, I'm using the flex component kit to create custom skinned containers. It all works fine, except for one very annoying thing: When I change the container width/height, the content scaleX and sclaeY are being changed instead of the width/height. This causes some really nasty effect. For

Re: [flexcoders] Best .NET AMF Implimentation?

2008-04-15 Thread Jon Bradley
WebORB in my opinion. I think it beats out Flourine and AMF.NET. It's free but there's a license agreement. They make their money on support agreements, which in my opinion is a excellent model if you need to have a certain level of service associated with your implementation of their

[flexcoders] NoSuchMethodError: flex.license.License.isChartingValid()

2008-04-15 Thread doug_flex
Hi, Deploying my application to Tomcat 5.525 using SDK 2 works fine. After I upgraded all the libraries to SDK 3.0, I encountered the problem below when starting Tomcat. I verified that the license.jar is in the WEB-INF\lib directory. I searched the forum and Google but couldn't find a

[flexcoders] handling scope of functions inside an itemrender

2008-04-15 Thread Jason B
im trying to figure out how inside a grid (itemrender) when a user press's a button how they can call a function in script at the top of the mxml. it seems out of scope says the IDE?

Re: [flexcoders] View States Vs using the visible flag with multiple UI components..

2008-04-15 Thread Daniel Gold
I think if you wanted to reuse a single DataGrid and states, you would have to keep multiple Arrays representing the columns each DataGrid needed, and in your states set the columns property of the DataGrid to the appropriate Array of columns, and then set the dataProvider to the appropriate

[flexcoders] Re: Converting App to Flex 3

2008-04-15 Thread greggiec
It is a flex 2 swc.. Is there anything I can do? --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 15 Apr 2008, greggiec wrote: This happened after I imported a .swc file. This all worked in flex 2.. Is that a Flex 3 .SWC ? -- Tom Chiverton Helping

Re: [flexcoders] Best .NET AMF Implimentation?

2008-04-15 Thread Jeffry Houser
+1 for WebORB. I've been very happy with it. Jon Bradley wrote: WebORB in my opinion. I think it beats out Flourine and AMF.NET. It's free but there's a license agreement. They make their money on support agreements, which in my opinion is a excellent model if you need to have a

RE: [flexcoders] handling scope of functions inside an itemrender

2008-04-15 Thread Tracy Spratt
You can use outerDocument, or one of the ancestor references, like application.application, parentDocument. You can also dispatch a bubbling event and listen for it anywhere in the ancestor chain. If you have something against bubbling events, there is an example somewhere of subclassing DG

[flexcoders] Re: View States Vs using the visible flag with multiple UI components..

2008-04-15 Thread sk_acura
Hi All, Thanks so much for your suggestions.. I am thinking of using an ADG and States combination as Tracy mentioned.. All my DataGird Columns are different and at any given point of time i need to display only one DataGrid ( This might change in future when users want to view more

[flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread maximecowez
mm, I don't know much about Linux, but maybe you have to make sure the argument is passed in as a String like this: -default-background-color #2d3238 in windows the compiler takes this syntax as well --- In flexcoders@yahoogroups.com, Clinton Judy [EMAIL PROTECTED] wrote: I have this command in

[flexcoders] Re: BindingUtils question

2008-04-15 Thread Dominic Pazula
Daniel, Thanks for the reply. You are correct, the text trick works because of the change on the selected item. This is what I am trying to programatically define. The List contains static items. I need a property on an object bound to a property of the selectedItem. I will look into

[flexcoders] Re: Default Background Color for Preloader

2008-04-15 Thread maximecowez
mm, I don't know much about Linux, but maybe you have to make sure the argument is passed in as a String like this: -default-background-color #2d3238 in windows the compiler takes this syntax as well --- In flexcoders@yahoogroups.com, Clinton Judy [EMAIL PROTECTED] wrote: I have this command in

[flexcoders] Re: Looking for ideas

2008-04-15 Thread markgoldin_2000
Unfortunately, I can't change an order of records in the grid. The user needs to declare an order or execution, but not to change an order of records. --- In flexcoders@yahoogroups.com, Gregor Kiddie [EMAIL PROTECTED] wrote: Thanks for ideas. Have a fixed column with the numbers and

Re: [flexcoders] pulling my hair out with e4x!!!

2008-04-15 Thread Derrick Anderson
weird, because it does not work for me. i don't understand. On Tue, Apr 15, 2008 at 12:06 PM, Daniel Gold [EMAIL PROTECTED] wrote: worked for me using this: debugModel.employees.node.(@display == Employee First Name) On Tue, Apr 15, 2008 at 10:43 AM, Derrick Anderson [EMAIL PROTECTED]

Re: [flexcoders] pulling my hair out with e4x!!!

2008-04-15 Thread Daniel Gold
worked for me using this: debugModel.employees.node.(@display == Employee First Name) On Tue, Apr 15, 2008 at 10:43 AM, Derrick Anderson [EMAIL PROTECTED] wrote: can someone please explain why this does not return an XMLList? public var debugModel:XML = mergefields display=Merge Fields

Re: [flexcoders] BindingUtils question

2008-04-15 Thread Daniel Gold
Binding will not work with dynamic objects, which it sounds like you're using. I have a feeling your invisible text field trick is only working when you switch selectedItem. Seems like if you kept the same item selected and the TYPE property changed on that item, the binding would not fire, but

[flexcoders] Re: Platform independent paths in AIR

2008-04-15 Thread zdenekmikan
The file names are not unique, there can be files with the same names in different folders. But as all these files will probably be on the only one LAN volume, I can resort to hard wired volume names. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 14 Apr

Re: [flexcoders] Re: MVC - Philosophical question

2008-04-15 Thread Troy Gilbert
I you're talking more generically about the Model of MVC, I do not agree. If your URL is an *implementation* detail of your service (which they are in most cases), then it should be part of your service layer and *not* part of the model. If your URL is a user-centric piece of data, i.e. a

Re: [flexcoders] pulling my hair out with e4x!!!

2008-04-15 Thread Derrick Anderson
ok so this is just nutty apparently the reason it's different is because in the example i put that works, the 'person' node has children. what that has to do with it I have no idea, but apparently- e4x is not returning me self closing nodes with no children. anybody know what is up with this???

Re: [flexcoders] Re: MVC - Philosophical question

2008-04-15 Thread Jeffry Houser
I've always viewed the service layer as part of the model. It exposes model functionality through an API. It sounds like you speak of them as separate, so is that wrong? Troy Gilbert wrote: I you're talking more generically about the Model of MVC, I do not agree. If your URL

Re: [flexcoders] Re: BindingUtils question

2008-04-15 Thread Daniel Gold
Honestly I would first look into replacing your Objects with strongly typed objects, just create a simple class to represent your properties and make the Class Bindable. Accessing properties of a strongly typed object versus a dynamic Object is a considerable performance boost if you have a lot

[flexcoders] Context Menu Problems (FlexBuilder2)

2008-04-15 Thread Phill Coleman
I'm trying to add an extra menu item to the right click context menu to appear over a bitmap. I've successfully added the code and it works *sometimes* ... and there lies my problem. It may work the first time, it may work all the time or it may work never but for some reason, the main

[flexcoders] Re: Best .NET AMF Implimentation?

2008-04-15 Thread Nate Pearson
Is it hard to use though? Does it require support to get it up and running? --- In flexcoders@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote: +1 for WebORB. I've been very happy with it. Jon Bradley wrote: WebORB in my opinion. I think it beats out Flourine and

Re: [flexcoders] pulling my hair out with e4x!!!

2008-04-15 Thread Varun Shetty
make sure that your xml is wellformed it did work for me. --- code ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical initialize=runthis(); mx:Script ![CDATA[ public var

[flexcoders] Re: handling scope of functions inside an itemrender

2008-04-15 Thread Jason B
thanks Tracy do you have an example or a tutorial on the web covering this? --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: You can use outerDocument, or one of the ancestor references, like application.application, parentDocument. You can also dispatch a

[flexcoders] Re: What would cause a Canvas subclass to not clip its content?

2008-04-15 Thread esaltelli
Let's make sure that the clipContent property is deprecated when that enhancement is added ;) --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: But then what would I do with these arcane bits of framework knowledge I have stored up? My life would lack meaning. But

RE: [flexcoders] Differences between SDK 2.0.1 and SDK 3

2008-04-15 Thread Joan Lafferty
Robert, This is about the most complete list that we have. We must have missed this change. Joan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Csiki Sent: Tuesday, April 15, 2008 8:06 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: Loading socket policy files q

2008-04-15 Thread Ivo
Thanks for the reply Jesús . Also, this article that appeared yesterday clarified things some, http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html - Ivo --- In flexcoders@yahoogroups.com, Jesús Iglesias [EMAIL PROTECTED] wrote: Hi!! You have to make a socket

  1   2   >