[flexcoders] Flex Builder 2.0 beta 2 with SVN?

2006-04-27 Thread Meenakshi_Makker
Hi Flexers, In Flex Builder 2.0 , for team synchronization, I can add an CVS repository i.e. I can configure my project resources within Flex IDE to CVS and thus team can further work in sync as per help comments. Is it possible to bind/configure/use Flex Builder 2.0 with Tortoise

RE: [flexcoders] Flex2 dataservice composite primary key

2006-04-27 Thread Matt Chotin
I think that's right. I don't have the code in front of me but there's a possibility that it should be a comma-separated list, but I kinda doubt it. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of deepu_verma Sent: Tuesday, April 25,

RE: [flexcoders] How to programmatically make a custom ListItemRender?

2006-04-27 Thread Matt Chotin
Try mylist.itemRenderer = new ClassFactory(CustomRenderer); -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rigidcode Sent: Wednesday, April 26, 2006 8:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to programmatically make a

RE: [flexcoders] Problem with Firefox and Flex 2 apps?

2006-04-27 Thread Matt Chotin
Thats not the 8.5 version number if you see 8,0,24,0. It should be 8,5,0,242 I think. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of billlane1962 Sent: Wednesday, April 26, 2006 4:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Re: Uncaught exceptions in Flex 1.5

2006-04-27 Thread maxym.hryniv
Hi, Peter It's good that we have at last normal exception handling in 8.5 beta. But it's only beta for now and we are creating apps using Flex 1.5. So the question is How we can fight silent exceptions death in Flex 1.5 ???. I have some ideas but to realise them i have to rewrite all flex

Re: [flexcoders] How to subclass a singleton class ---- cairngorm issue --- Please help!!

2006-04-27 Thread michael . corbridge
Are you creating a business delegate class to handle the service call? In the cairngorm framework, the actual work of getting the remoteObject and making a request is inside a delegate. Consider, for example a remoteObject service which returns a list of customers with the id: roCustList.

[flexcoders] Flex 2 beta 2 history: working?

2006-04-27 Thread Jonas Windey
Hi, I was trying to experiment with the HistoryManager class, but cant get it working. I created a new project, and just used the accordion with some content, and even on that project, the history management isnt working. Is there anything I need to configure, as the help says the

[flexcoders] How to modify a component design to give a 3d effect

2006-04-27 Thread nelsoncostabatista
Hello all, I would like to change a component layout (for example a panel with some fields in it), in order to give it a 3d feeling. I don't want to change the skin, but the way the component and its child are drawn in the screen. I want to give to the whole component a feeling of dept, for

[flexcoders] Re: How to subclass a singleton class ---- cairngorm issue --- Please help!!

2006-04-27 Thread Larry Liang
Thanks a lot michael. A step by step example would be extremely helpful. I'm sure it will help me clarify a few things. Please email the code to this email address: [EMAIL PROTECTED] I re-think about the whole issue again and guess the thing that I would like to figure out here is what

[flexcoders] Extending LineFormattedTarget

2006-04-27 Thread Ralf Bokelberg
I'd like to create my own logging target by extending LineformattedTarget. I wonder how i can access the formatted string? Cheers,Ralf. . -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Passing the array as the dataprovider in the combobox cellrenderer

2006-04-27 Thread sinacapho
Dear all, how can i reference it? thx capho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] Help needed

2006-04-27 Thread VINOD M JACOB
Hi, My organization is interested in developing a new project using Flex 2.0 (an E-commerce site). As i am new to flex.I have some queries . 1) Is it sufficient to use Flex Builder without Flex Data Services for web applications like E-commerce? Will there be a low cost version of FDS

Re: [flexcoders] Re: F1.5: How to set dataprovider for Repeater-generated grids?

2006-04-27 Thread Tom Sammons
Thanks for the quick reply Doug, that is great and all makes sense and I can see what's going on. I can make it work with a little manipulation of the inner RO calls by using for loops. And had I thought about it more, you are right that event.dragSource et al would have all the information

[flexcoders] Re: Problem with Firefox and Flex 2 apps?

2006-04-27 Thread billlane1962
Actually I don't think that number is correct. That came from the Flash Player download page. Actual version is 8,5,0,246. Bill --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: That's not the 8.5 version number if you see 8,0,24,0. It should be 8,5,0,242 I think.

[flexcoders] AS3 API generation

2006-04-27 Thread deepu_verma
Is there any application that is updated to generate the AS3 doc? (AS3 API for my classes) Thanks, Deepak -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] PopUpManager and DragManager problem

2006-04-27 Thread Dima Ulich
Hello everybody, In my application I want to drag an item from a datagrid and drop it into another datagrid inside a popup window. I got stuck with implementing it. The problem is when I move my popup, the datagrid inside doesn't dispatch dragEnter event anymore, but if I drag mouse to the

RE: [flexcoders] Extending LineFormattedTarget

2006-04-27 Thread Dirk Eismann
Hi, if you want to create your own formatted String then override the logEvent() method inside your LineFormattedTarget subclass and do whatever you want there. If you want to access the formatted String that got generated by LineFormattedTarget you'll have to override the internalLog()

[flexcoders] iteration::two namespace

2006-04-27 Thread Darren Houle
I'm gathering all the public Caringorm examples I can for study, so I downloaded the BlogReader.zip from EverythingFlex.com and created a new project in F2B2. It's Cg.99 so the first thing it did was barf over the http://www.macromedia.com/2003/mxml mx namespace which I corrected with

[flexcoders] Help!

2006-04-27 Thread compengguy
Hi all, I am making a page for my teamsite where i am sending the sql query in the URL. which returns an xml file. When i compile and run this code in Flex Builder 2.0 , It runs fine but when i take that swf file and run it seperately It gives the following errors.

[flexcoders] dataGridInstance.setVPosition(dataGridInstance.maxVPosition);

2006-04-27 Thread Sergey Kovalyov
Hi All! When I use dataGridInstance.setVPosition(dataGridInstance.maxVPosition); dataGridInstance content is not scrolling to its maximum vertical position possible, but gap of 1 or 2 lines remains. Is there any way to fix it? I use DataGrid instance as a trace panel, so that when more and

Re: [flexcoders] Help needed

2006-04-27 Thread jeremy lu
1) Is it sufficient to use Flex Builder without Flex Data Services forweb applications like E-commerce? Will there be a low cost version of FDS ?(If yes,is JMS possible with Flex builder.)yes, FDS is just one of the means that you can use to communicate with the server, others include http

[flexcoders] Flex2: getters, setters and function literals

2006-04-27 Thread Dion Mendel
Hi all, I can dynamically add a property with: this.[prop1] = 3; I can dynamically add a function with: this.[getProp1] = function():int { return 3 } How do I dynamically add a getter/setter? Is it possible in AS3? What I'd like is a way to dynamically do the following: private var

Re: [flexcoders] Flex Builder 2.0 beta 2 with SVN?

2006-04-27 Thread jeremy lu
have you tried subclipse ?http://subclipse.tigris.org/On 4/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Flexers, In Flex Builder 2.0 , for team synchronization, I can add an CVS repository i.e. I can configure my project resources within Flex IDE to CVS and thus team can further

Re: [flexcoders] Extending LineFormattedTarget

2006-04-27 Thread Ralf Bokelberg
Works like a charm, thanks Dirk. On 4/27/06, Dirk Eismann [EMAIL PROTECTED] wrote: Hi,if you want to create your own formatted String then override thelogEvent() method inside your LineFormattedTarget subclass and do whatever you want there.If you want to access the formatted String that got

RE: [flexcoders] Re: How to subclass a singleton class ---- cairngorm issue --- Please help!!

2006-04-27 Thread Tobias Patton
Hi Larry; When you create an mxml file you really are creating a subclass. The mxml is converted to AS before compiling. If you tell the compiler to keep generated files, you can see exactly what this looks like, and convince yourself that it's true. I think what happens with ServiceLocator

[flexcoders] Re: AS3 API generation

2006-04-27 Thread Steven Toth
If you're talking about generating the ActionScript 3 classes from Java classes then XDoclet (http://xdoclet.codehaus.org/Actionscript+plugin) is a good tool. I had to change the templates and I tweaked the code to allow custom data type mappings to be loaded from properties files, but a

Re: [flexcoders] Re: Problem with Firefox and Flex 2 apps?

2006-04-27 Thread Greg Fuller
Probably the number is correct. I'm guessing the Flash player activex control for 8.5 is installed, but the plugin player 8.5 for firefox is not.On 4/27/06, billlane1962 [EMAIL PROTECTED] wrote: Actually I don't think that number is correct. That came from the Flash Player download page.

RE: [flexcoders] Re: Problem with Firefox and Flex 2 apps?

2006-04-27 Thread Matt Chotin
246 is probably correct, I was just going off the top of my head. 8,0 is the important part thats wrong J Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg Fuller Sent: Thursday, April 27, 2006 8:35 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: F1.5: How to set dataprovider for Repeater-generated grids?

2006-04-27 Thread Doug Lowder
Hi Tom, If your repeated data is dynamic, you can reset your repeater by just updating the repeaterData variable. To see what I mean, change the repeaterData declaration to repeaterData: Array = [] and add the following button to the control bar in the code I posted. mx:Button label=Add a

[flexcoders] 1st May Sydney Developers study group

2006-04-27 Thread Chris Velevitch
Monday 1st May is the next meeting of the study group. We will be studying Flex MXML. Please read the articles prior to the meeting (see http://www.flashdev.org.au/program). At the meeting, the moderator will lead discussion and with questions about the topic. The meeting is on at 6:30pm for

[flexcoders] Full Screen Flex App

2006-04-27 Thread Alex MacCaw
I was just wondering if anyone had a few tips on making a flex app fullscreen (that is when the swf is run directly without a browser).Ive tried this under the Application tag:fscommand(fullscreen,true); When the application is initially loaded it isnt full screen, but if you click on a

[flexcoders] TitleWindow - htmlText does not render

2006-04-27 Thread marksdean2000
I am trying to produce a pop-up window (TitleWindow) that contains HTML formatted text. The simple example below produces no output (blank). It appears that HTML is not supported in TitleWindow, although I see no mention of this. Does anyone know if HTML is supported in TitleWindow, or am I

[flexcoders] Re: iteration::two namespace

2006-04-27 Thread Renaun Erickson
There is a Cairngorm 2 beta version for the Flex 2 Beta 2+ out there. Look over the list for the link. Renaun --- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote: I'm gathering all the public Caringorm examples I can for study, so I downloaded the BlogReader.zip from

[flexcoders] F2B2 States: How to clear/remove a style set in a state

2006-04-27 Thread revanisle
Hi all, For simplification, let's say I have an app with two states as follows: mx:states mx:State name=LEFT mx:SetStyle target={PREVIEW} name=left value=0/ mx:SetStyle target={PREVIEW} name=right/ /mx:State mx:State name=RIGHT mx:SetStyle target={PREVIEW} name=left/ mx:SetStyle

[flexcoders] FES-B2 - Memory leaking concern

2006-04-27 Thread Valy Sivec
I start playing with FES Beta 2 version and realized that if I left my computer on for a day or so with the flex app running the computer will eventually run out of RAM and a low virtual memory warning will show.I know that there are few docs that tells how the player works and I was wondering

RE: [flexcoders] TitleWindow - htmlText does not render

2006-04-27 Thread Darren Houle
Your example works fine for me in F2B2... except I had to close the Text tag with an ending / Darren From: marksdean2000 [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] TitleWindow - htmlText does not render Date: Thu, 27 Apr 2006

RE: [flexcoders] Re: iteration::two namespace

2006-04-27 Thread Joe Ferraro
Not sure what the differences are but Im using cairngorm 2 and my name space reads xmlns:cairngorm=org.nevis.cairngorm.business.* which is defined in a class path setting in my project. I havent used .99 so I cant guarantee its the same. From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: F1.5: How to set dataprovider for Repeater-generated grids?

2006-04-27 Thread Tom Sammons
I was looking all over the place for an array append type of method, but did you think I'd put in concatenate? Noo. And I was staring right at the Flex AS array doc. Doh. Well, I wouldn't have thought of or known to just add [{}] to it anyway... I don't think I'll have any problem with

[flexcoders] Data service

2006-04-27 Thread deepu_verma
How to fit in the data service component into Craingorm framework. I have added a getDataService method to the service locator. Am not able to get the sync result in the command -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

RE: [flexcoders] Re: iteration::two namespace

2006-04-27 Thread Darren Houle
That is correct... in Cg2 they have created a local ServiceLocator where code physically resides in the Cg2 directory structure and the namespace URI becomes a classpath to find it. The only external namespace path remaining in Cg2 is http://www.adobe.com/2006/mxml I guess my question is

[flexcoders] CFLEX.Net - Welcomes Posters....

2006-04-27 Thread Tariq Ahmed
Greetings All! For years I've sought out ways to achieve RIAs combined with the reality of rapid development and high pressure deadlines. This became a reality for me when Flex was released, and I have been championing its cause ever since. Flex is near and dear to my heart, and more

[flexcoders] Flex2B2 Cairngorm2 Web Services

2006-04-27 Thread Tim Hoff
Hi all, Does anyone have a simple cairngorm example that shows how to call a specific web services operation from a delegate. When I setup my ap, I tried to get this to work but gave up after way too much time was wasted tinkering and searching for an example. I'm currently using an AS

[flexcoders] Player Stack Traces and Mac for 8.5

2006-04-27 Thread jeffrey_lage
I am doing some eval of Flex2 on both windows and mac clients to the app. I have noticed that on windows, when my application generates an exception in the player, I get a popup window with the statck trace. This works in both IE and Firefox. However, on Mac, I do not. In Safari or Firefox.

[flexcoders] Re: F1.5: How to set dataprovider for Repeater-generated grids?

2006-04-27 Thread Doug Lowder
Hi Tom, Regarding the _items property of the RO result, I think that would depend on what the results from your remote object look like. The property name does look like an internal Flex varaible, though; did you originally get that from a code sample? I typically just set my data variable

[flexcoders] Cairngorm 2.0 Alpha

2006-04-27 Thread Josh Noland
I was reading the article whats new and changed in cairngorm 2.0 alpha http://www.richinternetapps.com/archives/000144.html and have a question about the following paragraph at the end of the document. In Cairngorm 0.95, for historical reasons we have to scratch the insides of our heads to

[flexcoders] Help with a Bug

2006-04-27 Thread Jeremy Rottman
I am working on my app, and I was creating a link to my webservice, when I came across this. I am not sure if it is a bug or something wrong with my code. The webservice I am using, is coded exactly the same way all my other working webservices are coded. Anyone else have this issue. Here is

Re: [flexcoders] Full Screen Flex App

2006-04-27 Thread Faisal Abid
Alex MacCaw wrote: I was just wondering if anyone had a few tips on making a flex app fullscreen (that is when the swf is run directly without a browser). I’ve tried this under the Application tag: fscommand(fullscreen,true); When the application is initially loaded it isn’t full screen,

RE: [flexcoders] Flex2: getters, setters and function literals

2006-04-27 Thread Gordon Smith
Sorry, you can't dynamically add a getter/setter in AS3. In general, we recommend using non-dynamic classes when possible because they have better performance. What's your use case for wanting dynamic addition of getter/setters? - Gordon -Original Message- From:

[flexcoders] Flex 2b2: Performance of XML api

2006-04-27 Thread Tobias Patton
Hello flexcoders; Has anyone else experienced terrible performance building nested XML trees? I wrote a test ActionScript app that builds a nested XML document with the structure: or t/ or t/ or t/ t/ /or /or I wrote two functions to generate the XML. One

[flexcoders] Missing option in Flex 2 Style Explorer

2006-04-27 Thread Jonathan Miranda
http://weblogs.macromedia.com/mc/archives/Flex2StyleExplorer/Flex2StyleExplorer.html Just noticed that there's an option missing in the "Bar" category for LinkBar. When you click on those links for the example, they never get actually selected. Difference between the

[flexcoders] Populating inputs.

2006-04-27 Thread Jeremy Rottman
In the user edit section of my application. I have setup multiple tabs. Under the tabs there are text inputs components that I am trying to populate. The first tab populates just fine, it is the text inputs on other tabs that I cant get populated. I am using this function to populate my text

[flexcoders] Re: Full Screen Flex App

2006-04-27 Thread Suzy Lawson
run this command from DOS (you could make it a batch file too) iexplore -k http://yourdomain/myapp.mxml --- In flexcoders@yahoogroups.com, Faisal Abid [EMAIL PROTECTED] wrote: Alex MacCaw wrote: I was just wondering if anyone had a few tips on making a flex app fullscreen (that is when

[flexcoders] List dataProvider issue (don't wanna say bug!!)

2006-04-27 Thread Suzy Lawson
I broke this issue down to a VERY simple example and the problem is still there. When I create an ArrayCollection of items and assign it to the data provider of a List. The very first item in the list cannot be selected. Very Weird. If I change my collection of custom VO objects to generic {}

RE: [flexcoders] List dataProvider issue (don't wanna say bug!!)

2006-04-27 Thread Gordon Smith
Make ItemVO implement IUID. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Suzy Lawson Sent: Thursday, April 27, 2006 5:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] List dataProvider issue (don't wanna say bug!!) I

[flexcoders] Re: List dataProvider issue

2006-04-27 Thread Suzy Lawson
Thanks Gordon. Changing the class to dynamic also fixed it per a blog i found from your help. http://www.simb.net/blog/index.cfm/2006/4/19/Using-Flex-2-List-Controls-with-ColdFusion-Components --- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: Make ItemVO implement

RE: [flexcoders] Re: List dataProvider issue

2006-04-27 Thread Gordon Smith
OK, but we recommend implementing IUID because non-dynamic objects are larger and slower than dynamic ones. It could be as simple as public class ItemVO { public var name : String; public var type : String; public function get uid():String { return name; } public function set

[flexcoders] Building a complex chat application on Fx2 FDS

2006-04-27 Thread Aldo Bucchi
Hi all, How would you go about building a chat application with Flex2 Flex Data Services. - Multiple users - 1to1, many to many - Java Backend - Needs to keep track of connected users ( and a reference to them ) - Server to Client invocation of custom methods Using RPC services gives me a

[flexcoders] Data Mapping problem

2006-04-27 Thread aejaz_98
Hi,I have a an ActionScript class Doctor.as as follows,package samples{[Bindable][RemoteClass(alias="samples.ht.base.Doctor")]dynamic public class Doctor{ public var firstName:String; public var lastName:String; public var phoneNumber:String;}}The corresponding Java class Doctor.java is,package

Re: [flexcoders] Populating inputs.

2006-04-27 Thread Tom Ortega
Just by looking at your naming conventions, I'd say double check you have the names right.According to what you have for the other properties, that line should read:parentApplication.editAgentUser.userSocial.text = result.social;but you have it

[flexcoders] Re: Populating inputs.

2006-04-27 Thread Jeremy Rottman
I am returning the struct object socialNum from my cfc. That is where I get parentApplication.editAgentUser.userSocial.text = result.socialNum; from. --- In flexcoders@yahoogroups.com, Tom Ortega [EMAIL PROTECTED] wrote: Just by looking at your naming conventions, I'd say double check you

RE: [flexcoders] Data Mapping problem

2006-04-27 Thread Peter Farland
To cast a typein ActionScript you use this syntax: tmpDoctor = samples.Doctor(event.result); (i.e. it is not the same syntax as Java). Also, in your Java class, note it must have a public no-args constructor and the fields (or bean getter/setters) must be public. From:

RE: [flexcoders] Flex 2 and OS X

2006-04-27 Thread Beverly Guillermo
Hi Micheal, I will answer with what I know for the moment... I am sure there are pretty good links and advice from others from this list. The short answer from me is Yes. Flex is more of an SDK then an application that runs natively on a particular operating system and or hardware and with

[flexcoders] Null error when using specifying itemRenderer on dataGridColumn

2006-04-27 Thread Scott Romer
I've been struggling for some time now (and I'm assuming this must just be so brain-dead simple)...Trying to set an ItemRenderer and ItemEditor on a datagridColumn. For certain ItemRenderer's, I am getting a null error. (using Flex 2 beta 2)NOTE: I am not trying to use these as my actual

[flexcoders] Re: Problem with Firefox and Flex 2 apps?

2006-04-27 Thread billlane1962
Hopefully it is clear now I do have a 8.5 player for Firefox (8,5,0,246). But I take it then that no one else is seeing this problem? Bill --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: 246 is probably correct, I was just going off the top of my head. 8,0 is

[flexcoders] namespaces and sub-classes

2006-04-27 Thread nz_mehere
Hi Guys, I am learngin about namespaces. It's great you can have multiple name spaces in a .MXML file, but my question is this... if I have: mx:Canvas ...[etc etc]... xmlns:myNameSpace=com.here.it.is.* and in my classes I have the folder structure /com/here/it/is/again/ is there any way I

[flexcoders] blank page -- Flex 2 Style Explorer on IE 7.0 and Fire Fox 1.5.0.2

2006-04-27 Thread Suresh Akula
Hello flexmates, anyone tried to access below URL in Internet explorer 7.0 beta and Firefox 1.5.0.2. I am getting blank page and status shows me done. --Suresh Akula --- Jonathan Miranda [EMAIL PROTECTED] wrote:

RE: [flexcoders] Help with a Bug

2006-04-27 Thread Darren Houle
The F2B2 help file says: Insert a WebService component - You use the Flex WebService component to access a SOAP-based web service and retrieve information about recent blog posts. 1. In Source mode, enter the following mx:WebService tag immediately after the opening mx:Application tag:

[flexcoders] FDS2 on JBoss 4.03sp1 flex.messaging.MessageException:jms not bound

2006-04-27 Thread christophers1228
I'm starting to mess with fds2, I deployed the sample.war file to jboss, most of the samples work but the chat app throws a flex.messaging.MessageException:jms not bound exception when sending a message. I'm somewhat new to jboss and it's probably somethingthing simple I'm missing but does

RE: [flexcoders] Full Screen Flex App[Scanned]

2006-04-27 Thread Alex MacCaw
Thanks, works a treat! -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Faisal Abid Sent: 27 April 2006 11:04 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Full Screen Flex App[Scanned] Alex MacCaw wrote: I was just wondering if

Re: [flexcoders] Player Stack Traces and Mac for 8.5

2006-04-27 Thread zikey Han
Hi, jeffrey_lage, I only have Flash 7 Trace Viewer,when I make an application that the version of 8 or 8.5,It can not work . Could you tell me where i can download statck tracefor version of 8. Good luck !2006/4/28, jeffrey_lage [EMAIL PROTECTED]: I am doing some eval of Flex2 on both

RE: [flexcoders] Re: Problem with Firefox and Flex 2 apps?

2006-04-27 Thread Suresh Akula
I got the same output(Blank page) in Fire fox and IE 7 beta. Also I downloaded the latest of flash player, still i am getting blank page... I already posted this issue, but i don't its blocked. Anyone help me out where I am going worng. Thanks, Suresh Akula. --- Matt Chotin [EMAIL

[flexcoders] lazy associations in FDS

2006-04-27 Thread busitech
We understand that FDS supports lazy associations, but the documentation is unclear about whether it's necessary and in what manner to partially initialize an array which is not empty but in the lazy state, as opposed to the fully initialized state and the state of a truly empty array. Does

RE: [flexcoders] Re: List dataProvider issue

2006-04-27 Thread Matt Chotin
And note the hard requirement for this will go away in beta 3 though the best practice of implementing IUID remains. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Thursday, April 27, 2006 6:21 PM To:

RE: [flexcoders] Player Stack Traces and Mac for 8.5

2006-04-27 Thread Matt Chotin
Are you sure you installed the debug player and not the release player for Mac? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeffrey_lage Sent: Thursday, April 27, 2006 1:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Player

RE: [flexcoders] Flex 2 beta 2 history: working?

2006-04-27 Thread Matt Chotin
Hmm, it should just work. The HTML page thats generated should have history management by default. Do you see any errors being printed to the console? Have you tried serving the HTML page from a web server instead of from the local folder where it was compiled? I dont know if it makes a

RE: [flexcoders] Passing the array as the dataprovider in the combobox cellrenderer

2006-04-27 Thread Matt Chotin
1.5 or 2.0? If 2.0 I think you want to look at the IDropInListItemRenderer interface which your cell renderer probably already implements on its own. The listData property will provide you access to the list itself I think. -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] dataGridInstance.setVPosition(dataGridInstance.maxVPosition);

2006-04-27 Thread Matt Chotin
Is this 1.5 or 2.0? If 2.0 right before you call setVPosition you want to call dataGridInstance.validateNow(). In 1.5 setting vPosition=maxVPosition usually works, but you may need to do it in a doLater. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Help!

2006-04-27 Thread Matt Chotin
Where is your SWF and where is the url that you're hitting? Are they on the same domain? Are they on the same port? It may be that you're having crossdomain issues. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of compengguy Sent:

RE: [flexcoders] FES-B2 - Memory leaking concern

2006-04-27 Thread Matt Chotin
Which process was it that took the memory, FES or the Player? Obviously it shouldnt happen but its also hard to know what it was doing. We did some experiments recently that showed our code wasnt leaking, but thats not to say it wasnt in beta 2 From: flexcoders@yahoogroups.com

RE: [flexcoders] Help with a Bug

2006-04-27 Thread Matt Chotin
Yeah, get it out of the Panel and make sure it's a child of the root tag and not nested deeper. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darren Houle Sent: Thursday, April 27, 2006 2:16 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Building a complex chat application on Fx2 FDS

2006-04-27 Thread Matt Chotin
You wait until Beta 3 and then you say, oh... :-) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi Sent: Thursday, April 27, 2006 6:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Building a complex chat application on

RE: [flexcoders] Null error when using specifying itemRenderer on dataGridColumn

2006-04-27 Thread Matt Chotin
Random shot, try importing mx.controls.Text and mx.controls.TextInput? I think it should have been a compiler error if it was necessary but Note that the error is for the item editor when you say its the renderer that you change to fix it. Sounds like a bug to me Ill forward it

RE: [flexcoders] FDS2 on JBoss 4.03sp1 flex.messaging.MessageException:jms not bound

2006-04-27 Thread Matt Chotin
I have no experience with JBoss but basically you're going to have to set up some JMS stuff which you'll need to check docs for. We're removing this requirement for the samples in Beta 3 and making it optional. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] namespaces and sub-classes

2006-04-27 Thread Matt Chotin
Sorry, you'll need to create another namespace for again, xmlns:again=com.here.it.is.again.* Alternatively you could create a namespace manifest file, but I don't know if it's worth it. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Objects and arrays as treeview datasource

2006-04-27 Thread Matt Chotin
The API is listed here: http://livedocs.macromedia.com/labs/1/flex20beta2/langref/mx/controls/treeClasses/ITreeDataDescriptor.html The most important ones are isBranch and getChildren. In B2 be aware that isBranch and getChildren can be passed null in which case you should just return

RE: [flexcoders] Adding a child to a vbox

2006-04-27 Thread Matt Chotin
For one thing I would only do the parentApplication.closing.mainBox.addChild(newGrid) and then for every other addChild just use the local variable. newGrid.addChild(newGridRow); newGridRow.addChild(newGridItem); It will make things easier to follow, plus I'm not sure mainBox.newGrid will

RE: [flexcoders] F2B2 States: How to clear/remove a style set in a state

2006-04-27 Thread Matt Chotin
In reading the B3 code at least leaving the value unset should go ahead and clear the style. Also passing {null} should do it. But you know, if the states arne't related to each other (no based on) just having the SetStyles for the ones you care about should be enough, we'll automatically