[flexcoders] Re: Beta 1 to Beta 2 changes

2006-03-22 Thread kosirm2000
Thank you! Milan --- In flexcoders@yahoogroups.com, Matt Horn [EMAIL PROTECTED] wrote: Sorry about that! The page has been updated, but here's the link for your reference: http://www.macromedia.com/go/flex2_b2_migration_script Matthew Horn Flex docs -Original Message-

Re: [flexcoders] How to set a background in FLEX 2 Beta 2

2006-03-22 Thread Manish Jethani
On 3/22/06, Alex Alex [EMAIL PROTECTED] wrote: I have a swf file which is 50x50, and I want to use it as a background, but I want to to replicate along the screen and fill the whole screen. There's no backgroud-repeat in Flex yet. So you'll have to either make your SWF repeat the pattern,

[flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Benoit Hediard
There is a pretty annoying bug in the new Beta2... ;) The mouse over and focus does not work anymore on lists, when using class instances as items. The focus is always on the last visible list row. To reproduce the problem. - ItemVO.as - package { public class ItemVO {

Re: [flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Alisdair Mills
thanks Benoit for tracking that bug down. I noticed the same thing happening with lists yesterday when moving an app over to beta 2. Was going to spend some time this afternoon looking into but you have saved me both the time and frustration :)cheers, AlOn 22 Mar 2006, at 10:51, Benoit Hediard

Re: [flexcoders] framework_rb.swc error...

2006-03-22 Thread Anant Gilra
Hi, DavidColettas has jotted down some steps if you are using Flex Builder. I haven't tested it but it should work. http://www.colettas.org/?p=23 In case you are not using Flex Builder, you would first need to do the following * Copy all .properties files from en_US toja_JP or any other

Re: [flexcoders] tabEnabled has no effect on TextArea or/and TextInput component

2006-03-22 Thread Anant Gilra
Its working fine in Flex2 Beta2. Thanks, Anant. On 3/22/06, Gordon Smith [EMAIL PROTECTED] wrote: It's a bug. If it hasn't been fixed in Flex 2 Beta 2, can you file a bugreport?- Gordon -Original Message-From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] OnBehalf Of

[flexcoders] FB2 :: Flex printing

2006-03-22 Thread Dima Ulich
I would like to ask adobe team. Do you guys have any plans on making printing from flex a bit easier? I think it is very important for RIAs to have very flexible printing feateres so users and devs wouldn't have problems creating different kind of reports. For now it is not event possible to

[flexcoders] editable for some of the row

2006-03-22 Thread sinacapho
Dear all, i have a problem in Flex 1.5 . actually, I am now using a datagrid for updating data. column are the number of good in different place and the row are represent the time (monthly). The use can search for the good in different place by selecting date range. The problem is that i am

[flexcoders] AVM1/AVM2 mixing

2006-03-22 Thread Tom Versweyveld
This blog entry (http://www.danielhai.com/blog/?p=9) made me thinking. What's the deal on mixed swfs with current beta2 build? I have an existing app which I want to convert to flex2. At least, the backend of the the app. The front end should be accessible for fp7player and up. The tricky thing

[flexcoders] Setting Focus on PopUpWindows

2006-03-22 Thread mvbaffa
Hi all, I have a PopupWindow, in Flex 2 Beta 2, to authenticate the users that is shown when the application starts. I could not find a way to set the initial input focus to this window or to a TextInput field. How can I do it??? Besides that the tabindex property for the two textinput fields

[flexcoders] Flex 2.0 b2: 'getClassByName' method of the 'flash.util' package

2006-03-22 Thread tyombria
Hi, all. Method 'getClassByName' works correctly only with adobe classes. For example, getClassByName('flash.net.URLLoader') works fine. I've got a problem with my custom classes. For example: var myClassReference:MyClass = getClassByName('myPackage.MyClass'); I get error: Error #1065: Variable

[flexcoders] Headers of Panel in Flex 2 Similar to Flex 1.5

2006-03-22 Thread mvbaffa
Hi everybody, How can I set the appearance of Flex 2 Panels and TitleWindows headers similar to one of Flex 1.5 Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Flex Messaging

2006-03-22 Thread Venu Vasireddy
Hi, As per Flex 2.0 documentation, messaging is limited to Topics i.e. Producer subscriber type of messaging. Is Point to Point messaging (Queue) not available in Flex 2.0 Messaging? -Venu -- Flexcoders Mailing List FAQ:

[flexcoders] (Query)How can we track a user thru different Flex pages

2006-03-22 Thread Madhuri Chamarty
How can we track a user thru different Flex pages? As the same user can be asked to go thru a lot many options on a site, how can one track it for the complete Session.Plz do send some samples. Regards Relax. Yahoo! Mail virus scanning helps detect nasty viruses! -- Flexcoders

[flexcoders] dynamically creating a remote object

2006-03-22 Thread deepu_verma
How can I dynamically create an instance of remote object in flex 1.5 I am trying the following testRemote = mx.core.Application.application.createClassObject(mx.servicetags.RemoteObject, text_mc, 0, {endpoint:http://dverma01.corp.adobe.com:8300/cfusion/flashservices/gateway/;,

[flexcoders] Problems with implementation :(

2006-03-22 Thread thiagoricieri
Hi there, Today I was trying to make my first application in Flex, but when opening the Flex Builder 2 Beta 2, this gave 3 problems to me: It didn't load the "Welcome" window, but this I decided (I had not unistalled the Flex Builder 2 Beta 1). It did not find "framework_rb.swc" of

RE: [flexcoders] getURL problem.

2006-03-22 Thread Oscar . Cortes
Thanks Gordon, we would expect the same but you never are able to get the Word document. In reality, our application is making RemoteCalls. Last night, I used a packet sniffer and I could see that the request started by getURL is stopped when results start getting back from one of the Remote

[flexcoders] Re: What is the basic flow of Flex?

2006-03-22 Thread Ryan Pieszak
Hey Pete, thank you for the extensive answer! Since you know your stuff, and seem willing to help, I'll keep picking your brain. So I'm clear, the only things that need to be installed on my development pc are the Flex Builder IDE and Flash Player? On the server, I need to install the CF

[flexcoders] Re: Flex 2.0 b2: 'getClassByName' method of the 'flash.util' package

2006-03-22 Thread tyombria
--- In flexcoders@yahoogroups.com, tyombria [EMAIL PROTECTED] wrote: Hi, all. Method 'getClassByName' works correctly only with adobe classes. For example, getClassByName('flash.net.URLLoader') works fine. I've got a problem with my custom classes. For example: var

RE: [flexcoders] Flex 2.0 b2: 'getClassByName' method of the 'flash.util' package

2006-03-22 Thread Peter Farland
No, you must have a refernence to MyClass somewhere in your code in order for it to be linked in to the SWF at compile time. A string 'myPackage.MyClass' does not constitute a reference. This is not a bug - the compiler must optimize what classes are actually needed to keep the SWF size down.

[flexcoders] Timer problems - timer still firing once after timer is reset.

2006-03-22 Thread grae_hall
I'm having a bit of a problem with the Timer function. And I'm also a little unsure of the variable syntax to read the framerate of the application. I've created a custom class to allow me to easily attach listeners and actions to components throughout my application in a centralised manner.

[flexcoders] How to deploy resources bundles in Flex?

2006-03-22 Thread Mark Wales
I have a need to package sets of data files and images for use by an offline Flex-based application and I am wondering what my alternatives are for producing and then referencing the files. In this case, there is an existing fat client application that allows users to manipulate large

[flexcoders] Re: Timer problems - timer still firing once after timer is reset.

2006-03-22 Thread grae_hall
pretend I proof read that block of code which I copied and pasted out of my actual working class. Pretend the thisEvent=eventCeil; line exists before I refer to eventCeil in my timer is instantiated. Yeah... pretend. --- In flexcoders@yahoogroups.com, grae_hall [EMAIL PROTECTED] wrote: I'm

RE: [flexcoders] Flex2/ColdFusion connectivity : session scope problem

2006-03-22 Thread Benoit Hediard
FYI, it looks like this bug is corrected in beta2. Cool! Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Benoit HediardEnvoyé: jeudi 2 mars 2006 12:03À: flexcoders@yahoogroups.comObjet: RE: [flexcoders] Flex2/ColdFusion connectivity : session

[flexcoders] Coldfusion + FDS 2 DataService multiple problems

2006-03-22 Thread João Fernandes
Hi there, After some work I managed to get CF + FDS 2 under the same context root. Here are my problems: 1) When trying to get paged records from a destination, I always get the full result even when setting pageSize in the client-side . 2) Sometimes when editing directly the

[flexcoders] Updating dataProvider Results in New, Empty DataGrid Row

2006-03-22 Thread Jonathan Willis
Title: Updating dataProvider Results in New, Empty DataGrid Row I've got a DataGrid (Flex 1.5) bound to an Array of Objects (custom data classes containing a known number of properties, specified in the columnName attributes of my DataGridColumns). If the Array is populated when the

[flexcoders] flex 2 integration with .net web service

2006-03-22 Thread nmsflex
Hi there! i'm playing around with flex 2 beta last two month, then i love it but i have hard time to find details document about passing complex object from flex to .net web service. There have very good couple articles discuss about it but no one can explain deeply detail how this integration

RE: [flexcoders] Coldfusion + FDS 2 DataService multiple problems

2006-03-22 Thread Peter Farland
Do you have the [RemoteClass(alias="your.fully.qualified.case.sensitive.VO")] correctly registered on the ActionScript VO class? Are you sure you have the case of the package and class name exactly the same as the CFC VO? ActionScript 3 is case sensitive, even for package names (i.e.

[flexcoders] Re: Setting Focus on PopUpWindows

2006-03-22 Thread Jonathan Willis
--- In flexcoders@yahoogroups.com, mvbaffa [EMAIL PROTECTED] wrote: I could not find a way to set the initial input focus to this window or to a TextInput field. How can I do it??? You should be able to access all members of the PopUp by using a local variable assigned to the PopUpManager's

[flexcoders] Re: Updating dataProvider Results in New, Empty DataGrid Row

2006-03-22 Thread Doug Lowder
I think you want to call ModelLocator.currentDeal.addUnit( new UnitVO( ) ) to add a new unit. Or, you could add a clone() method to your UnitVO object and make sure you either pass the clone to addUnit() or have addUnit() explicitly clone the object before adding it to the array. What you have

[flexcoders] Where to go to get flex builder 2 assistance?

2006-03-22 Thread Doug Hughes
Hi all, Does this lists topic encompass questions related to the Flex Builder 2 and CF/Flex connectivity betas? In particular, Im trying to get started with all of this. The first thing I tried to do was to create a new Flex project in Flex Builder using ColdFusion Flash

RE: [flexcoders] Where to go to get flex builder 2 assistance?

2006-03-22 Thread Benoit Hediard
I think that youshould put : - root folder = c:\jrun4\servers\cfusion - root url = "">http://localhost:8300/cfusion (if you're using a cfusion context root) Flex Builder should automatically create a flex folder in your WEB-INF with the correctly configured flex-enterprise-services.xml.

RE: [flexcoders] Where to go to get flex builder 2 assistance?

2006-03-22 Thread João Fernandes
Hi  Doug, long time no seen ;) Well dont worry about the /flex2gateway since its a mapping in your web.xml that redirects every call to the messageBrokerServlet. Do you intend to do your testing with FDS or only with the CF /Flex connectivity? BTW, Im already testing reactor with

RE: [flexcoders] editable for some of the row

2006-03-22 Thread Tracy Spratt
The DataGrid does not support disabling specific rows directly so this logic will need to be in your cellrenderer. Perhaps someone else will have some more specific help. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sinacapho Sent:

[flexcoders] problem with the newsgroup search?

2006-03-22 Thread Libby
would someone go to this link and do a search and see if u also get an error like me? (I thought maybe a firewall problem or something). http://www.mail-archive.com/flexcoders@yahoogroups.com/ Thanks, Libby -- Flexcoders Mailing List FAQ:

RE: [flexcoders] dynamically creating a remote object

2006-03-22 Thread Tracy Spratt
This is not supported in 1.5, but is possible to do. See this article: http://jeff.mxdj.com/calling_a_webservice_purely_through_as.htm Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of deepu_verma Sent: Wednesday, March 22, 2006 6:50 AM To:

[flexcoders] Flex 1.5 - Looking for an example of using ValidationFailedEvent class

2006-03-22 Thread Libby
Hello, I am looking for an example of listening for the ValidationFailedEvent. If I understand it correctly, I should be able to listen for this event and if any or all fields on my form fail validation I can obtain all the errors at once in the errors array after executing isStructureValid(). Is

RE: [flexcoders] (Query)How can we track a user thru different Flex pages

2006-03-22 Thread Tracy Spratt
I just had to do this very thing. My solution was to have a history Object on the Flex client that used the screen/function id as the key and the visit count as the value. When the user navigates to a screen, I increment the visit count on the appropriate property member. At

[flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread Doug Lowder
I get the following: ht://Dig error htsearch detected an error. Please report this to the webmaster of this site. The error message is: Unable to read word database file Did you run htmerge? Works OK if I search directly from groups.yahoo.com though. --- In flexcoders@yahoogroups.com,

[flexcoders] Flex 2 Beta 2 Samples Error

2006-03-22 Thread sof4real03
I'm running Flex 2 Beta 2 on Tomcat 5. I followed all the instructions on labs site for installing and extra configuration for tomcat (regarding JOTM). When I try to run the Contact Manager app, I get the Send failed message pop-up. When checking the logs, I get the following: Mar 22, 2006

Re: [flexcoders] problem with the newsgroup search?

2006-03-22 Thread dos dedos
It looks like they're having some temporary issue with the server Why don't you use the search function at http://groups.yahoo.com/mygroups/flexcoders ?Libby [EMAIL PROTECTED] wrote: would someone go to this link and do a search and see if u also get an error like me? (I thought maybe a

[flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread Libby
Mainly because repeatedly getting this from yahoo: Partial search completed. Your search timed out before any results matching your search were found. Find more results for this search by clicking the button below. is a major waste of time. --- In flexcoders@yahoogroups.com, dos dedos [EMAIL

RE: [flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Mac Martine
You need to implement IUID, because otherwise the renderers do not have unique ids. I have an example here: http://www.macmartine.com/blog/2006/03/binding_custom_objects_to_tile.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alisdair

RE: [flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Benoit Hediard
But "uid" is a property that we already use on all our value objects. I don't want flex to overwrite this property... Is there a workaround? Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Mac MartineEnvoyé: mercredi 22 mars 2006 19:32À:

[flexcoders] Flex Messaging or J2EE Messaging

2006-03-22 Thread Venu Vasireddy
Hi, I need your opinion regarding one design decision. Our Flex 2.0 based system needs to exchange messages with external systems using JMS compliant messaging infrastructure. My dilemma is either to use Flex Messaging or pure J2EE messaging? I convinced Executive team to

[flexcoders] Tree itemRenderer - flex 2

2006-03-22 Thread pasflex
When setting an itemRenderer for a tree in flex2, the tree controls and indentation disappear. For example, if I try to display a label and an image for each node in the tree and I create an itemrenderer to do so, the tree will only display the root node using the itemrenderer with no

[flexcoders] Re: Updating dataProvider Results in New, Empty DataGrid Row

2006-03-22 Thread Jonathan Willis
I've got a clone( ) method in UnitVO that initializes a new instance of UnitVO to the values of the current instance and returns the copy. When I add the clone to the DataGrid, I get the same result. A row is added but I can't see any data. Now my code looks like this: var newUnit:UnitVO =

Re: [flexcoders] Flex Beta 2 - Loader not loading SWF 100%

2006-03-22 Thread Bruno Martins
I had the same problem, but I don't fix yet. On 3/21/06, inawire [EMAIL PROTECTED] wrote: HiI just converted my app to Beta 2. Ran the conversion scripts, switch layout constraintes, changed LinkBar click to itemClick (that got me),worked through some new warnings that were not present

[flexcoders] Re: Updating dataProvider Results in New, Empty DataGrid Row

2006-03-22 Thread Doug Lowder
That ought to have done it. You can try the following to verify the basics, and then check to see if your copy() and/or clone() functions have a bug. var newUnit:UnitVO = new UnitVO( ); newUnit.someProp = someValue; ModelLocator.currentDeal.addUnit( newUnit ); --- In

Re: [flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread dos dedos
we could theoretically download all the messages for this group via Yahoo webservice api and build a searchable offline copy of the flexcoders database ad sync it with Yahoo once every couple of hours ... that would be a good project for someone to learn Flex with ... (any takers?)=)Libby

[flexcoders] Re: Tree itemRenderer - flex 2

2006-03-22 Thread pasflex
I have tried extending the TreeItemRenderer class similar to your example, the problem that I have is that the item is still rendered by a single label. It's not clear to me how I can create a more complex item renderer, for example, one that consists of a label and an image. Is there a way

[flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-22 Thread inawire
With further testing, the loaded (inner) app (application.width) is scailing to the correct size on initial load. When the outer shell resizes, the inner app resize does not get called (it does when it runs on its own). Also when the inner app first loads, thought the inner app is showing the

[flexcoders] Listening for all activity in a component.

2006-03-22 Thread Clint Modien
Problem:When all async operations in an component are complete I need to examine the state of the component.Is there anyway to listen for a completion of all async activity? If it's not built in... (which I suspect it isn't) does anyone have ideas for an implementation? Possible Solution:One

[flexcoders] Re: Flex Beta 2 - Loader not loading SWF 100%

2006-03-22 Thread Doug Lowder
I know in 1.5 the trick was to provide the loaded (inner) app with getPreferredHeight() and getPreferredWidth() functions; may be worth a try in your case if you are able to modify the code for the loaded apps. In AS2, it was: function getPreferredHeight() { return _parent?

[flexcoders] Is there a way to change the default error color of the TextInput border?

2006-03-22 Thread Libby
I've been messing with StyleName, borderColor, errorColor to no avail. Nothing I do changes the red border. If this attribute is not modifiable, is it possible to extend the TextInput in order to get to the errorColor? If so, any hints? Thanks, Libby -- Flexcoders Mailing List FAQ:

[flexcoders] Request to Adobe re: Documentation format

2006-03-22 Thread dos dedos
I'm glad the new Beta 2 IDE includes links to documentation ...I was wondering if we can have it in Adobe Acrobat format so we can print it and read it offline? Yahoo! Mail Use Photomail to share photos without annoying attachments. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread Clint Modien
Where is the webserivce?On 3/22/06, dos dedos [EMAIL PROTECTED] wrote: we could theoretically download all the messages for this group via Yahoo webservice api and build a searchable offline copy of the flexcoders database ad sync it with Yahoo once every couple of hours ... that would be a

[flexcoders] Changes to mxmlc in Beta 2?

2006-03-22 Thread Tobias Patton
Hello list; Since I upgraded to Beta 2, my mxmlc compilations have been problematic. Specifically, I get the runtime error: Error: Key outOfBounds was not found in resource bundle SharedResources I only get this error when I set the library-path switch to point to the directory

RE: [flexcoders] getURL problem.

2006-03-22 Thread Gordon Smith
It sounds like you need to file a bug. But I'm confused because the simple app you posted doesn't receive any other bytes back besides the Word doc. So what is your theory about why getURL() doesn't do its job? - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread dos dedos
... glad I qualified that with "theoretically"Here is the deal:1. New entries may be fetched via RSS client (you can build one in Flex.. I think I saw a sample RSS reader somewhere) at http://groups.yahoo.com/mygroups/flexcoders/rss2. Old entries may be fetched one by one in a loop using a

[flexcoders] Re: Timer problems - timer still firing once after timer is reset.

2006-03-22 Thread grae_hall
Well - fortunately the request for thoughts on the timer can be disregarded - I've managed to get it all working. The application now has a custom class able to be attached to any interface component which tweens from a user defined value to a user defined value with a user defined easing

[flexcoders] Is creating symbols supported in Flex 2/AS3?

2006-03-22 Thread mark_g_wales
I've been reading up on the various ways to import a SWF and the symbols it may contain - but it has been hard to find any documentation on how to create/export symbols in the first place. I thought I'd seen something that said symbols were no longer supported in 8.5 - but now I can't find the

RE: [flexcoders] Re: Tree itemRenderer - flex 2

2006-03-22 Thread Mac Martine
Theres an example here: http://www.macmartine.com/blog/2006/03/post.html Thanks to Joan for providing the foundation for this!!! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pasflex Sent: Wednesday, March 22, 2006 11:32 AM To:

Re: [flexcoders] Request to Adobe re: Documentation format

2006-03-22 Thread dos dedos
Thank you very much for the links. Big help!I'm sure Adobe documentation team will find your ideas re document structure pretty useful. Just one note on a much higher level :) ...I view programming languages are basically formal logic systems having non-universal axioms (i.e. "non-logical" in

[flexcoders] mxmlc/compc versus web server compile

2006-03-22 Thread Renaun Erickson
## This post is in regard to Flex 1.5 ## I have finally got around to trying out mxmlc and fastmxmlc with a xml build script. The purpose was to see if it was faster to use mxmlc to compile on my development environment versus using the web server (accessing the mxml by a url). I am not seeing

Re: [flexcoders] How to set a background in FLEX 2 Beta 2

2006-03-22 Thread Alexander Tsoukias
Hello Manish,Ok I have created a swf that repeats the patern perfectly. How do I implement this now as a background to my application? I've tryed many things, but it just won't show.I appreciate your help, AlexManish Jethani [EMAIL PROTECTED] wrote: On 3/22/06, Alex Alex [EMAIL

Re: [flexcoders] Is there a way to change the default error color of the TextInput border?

2006-03-22 Thread Jason Y. Kwong
It's controlled by a global style as it's not specific to the TextInput component:mx:Style.ErrorTip { borderColor: #00FF00 }/mx:StyleorStyleManager.getStyleDeclaration (ErrorTip).setStyle(borderColor, 0x00FF00);On 3/22/06, Libby [EMAIL PROTECTED] wrote:I've been messing with StyleName,

Re: [flexcoders] Is creating symbols supported in Flex 2/AS3?

2006-03-22 Thread Jignesh Dodiya
hi Mark, check out hte conversation here http://www.mail-archive.com/flexcoders@yahoogroups.com/msg21479.html u may get what u want .. Jignesh On 3/23/06, mark_g_wales [EMAIL PROTECTED] wrote: I've been reading up on the various ways to import a SWF and thesymbols it may contain -

[flexcoders] Re: Is there a way to change the default error color of the TextInput border?

2006-03-22 Thread Libby
Is this code Flex 2.0? My StyleManager (v1.5) doesn't seem to have the method getStyleDeclaration(). Thanks, Libby --- In flexcoders@yahoogroups.com, Jason Y. Kwong [EMAIL PROTECTED] wrote: It's controlled by a global style as it's not specific to the TextInput component: mx:Style

[flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Renaun Erickson
After some more reading I am under the assumption that for development of Flex 1.5 apps its better to use the Java web server access to compile with caching on. Is this correct? Renaun --- In flexcoders@yahoogroups.com, Renaun Erickson [EMAIL PROTECTED] wrote: ## This post is in regard to

[flexcoders] Re: Flex Messaging or J2EE Messaging

2006-03-22 Thread dosdedosmiamigos
It seems obvious (maybe I'm missing something) that you would not want to exchange messages between Flex clients using the JMS adapter since it would not be required. For communication between external resources and between external resources and Flex clients you could use the JMS adapter since

[flexcoders] New Flex Dev Competition (open to all)

2006-03-22 Thread dosdedosmiamigos
This one is open to all ... http://www.rocketboots.com.au/blog/index.cfm?mode=entryentry=1FE5E366-E081-51EF-A77343DE45041D0E the competition is open to any human over 18 years old geeze, i wouldn't necessarily call myself human -- Flexcoders Mailing List FAQ:

[flexcoders] Extending MXML components (change from 1.5 to 2)

2006-03-22 Thread Tony Pujals
In Flex 1.5, you could create an MXML component and then extend it with another custom component. For example, this would work: A.mxml ?xml version=1.0 encoding=utf-8? mx:Canvas xmlns:mx=http://www.adobe.com/2006/mxml /mx:Canvas B.mxml A

[flexcoders] Re: Updating dataProvider Results in New, Empty DataGrid Row

2006-03-22 Thread Jonathan Willis
I must have deeper issues. Even creating a brand new instance of UnitVO, as you have below, I still get empty rows. If I explicitly specify a dataProvider subordinate to the DataGrid tag it'll populate the grid but I still can't add new rows on the fly. All of the documentation and examples only

[flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Dave Wolf
That depends what you mean by better. In Flex 1.5 you will find very quickly that the JIT server compiler leaks memory very badly and wont work with an application of any real size. For any kind of serious application the server compilation simply wont work for you. We use mxmlc called from

Re: [flexcoders] Listening for all activity in a component.

2006-03-22 Thread Scott Langeberg
I take it you're asking for more than the 'creationComplete' event? If you want to wait for data calls (your own) you'll definitely need to set up your own system. We created a CheckList object in flash, which would wait for all its added items to dispatch a complete event. ScottOn 3/22/06,

Re: [flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Johannes Nel
thats the fastest for sure. personally i use mxmlc directly,but it gets a wee bit slow when the project gets big. one of my team members tried the fastmxmlc but according to him there weren't any/very little increase in compile timesOn 3/22/06, Renaun Erickson [EMAIL PROTECTED] wrote: After

[flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Renaun Erickson
Dave, Thanks for the response. So you use ANT build scripts on developers boxes? I see prefectly where the mxmlc builds make sense for server deployment. Renaun --- In flexcoders@yahoogroups.com, Dave Wolf [EMAIL PROTECTED] wrote: That depends what you mean by better. In Flex 1.5 you will

[flexcoders] Re: Updating dataProvider Results in New, Empty DataGrid Row

2006-03-22 Thread Doug Lowder
Ah. To add a new row, call your grid dataprovider's addItem() function, e.g. myGrid.dataProvider.addItem( newUnit );. I had assumed that's what your ModelLocator.currentDeal.addUnit() function was doing. Check out the DataProvider class on livedocs for more info. In fact, it wouldn't be a bad

Re: [flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Johannes Nel
hear hear on what david says. using ant we update from svn build unit tests app using mxmlc, if all tests pass use mxmlc to build app so yeah it has its benefits :) so it is critical to the process asOn 3/22/06, Dave Wolf [EMAIL PROTECTED] wrote: That depends what you mean by better.In Flex

[flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Renaun Erickson
Thanks Johannes for insight. Is this what you do as a developer on a dev box? Or only on the major builds on the deployment (staging/production) servers? Renaun --- In flexcoders@yahoogroups.com, Johannes Nel [EMAIL PROTECTED] wrote: hear hear on what david says. using ant we update from

Re: [flexcoders] Re: Is there a way to change the default error color of the TextInput border?

2006-03-22 Thread Jason Y. Kwong
Sorry, I thought you meant Flex 2. I haven't used Flex 1.5 so I'm not much help there.On 3/22/06, Libby [EMAIL PROTECTED] wrote:Is this code Flex 2.0? My StyleManager (v1.5) doesn't seem to have the method getStyleDeclaration().Thanks,Libby--- In flexcoders@yahoogroups.com, Jason Y. Kwong

Re: [flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Johannes Nel
this is both for develpers (developer chooses which target to compile - unitests,app or all) and our continues integration server. we only deploy a swf to production.On 3/22/06, Renaun Erickson [EMAIL PROTECTED] wrote: Thanks Johannes for insight.Is this what you do as a developer on a dev

[flexcoders] Re: Is creating symbols supported in Flex 2/AS3?

2006-03-22 Thread mark_g_wales
Actually, I am looking for runtime rather than compile time integration of symbols/components. This appears to be more focused on the latter case. -Mark --- In flexcoders@yahoogroups.com, Jignesh Dodiya [EMAIL PROTECTED] wrote: hi Mark, check out hte conversation here

[flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Renaun Erickson
The use of the multiple targeted build scripts (unittests, app, or all) makes sense. My question then would be, is the speed of compilation a main factor in the choice of compilation methods? It sounds like there are other factors that depend on the development teams practices that weigh in

Re: [flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Johannes Nel
My question then would be, is the speed of compilation a main factor in the choice of compilation methods? well as i orignally stated the appserver approach is the fastest, so if its speed you are after, yeah go for it. some of the larger projects i have worked on has taken up to a 1:30 but

[flexcoders] cellRenderer refresh on drag and drop datagrid columns

2006-03-22 Thread feuille76
Hi, I have added drag-and-drop function to the datagridcolumns in my datagrid. The dragging and dropping part is working fine but the cellRenderers of the columns do not refresh after this operation. For example, if I drag column 6 to the column 2 position, column 2 and the subsequent

RE: [flexcoders] Re: Flex Messaging or J2EE Messaging

2006-03-22 Thread Venu Vasireddy
I want to toss flex messaging all together for external message exchange and RPC Service to speak with JMS Provider, that way I won't be limited by the Flex messaging restrictions and capabilities. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] Re: Is there a way to change the default error color of the TextInput border?

2006-03-22 Thread Manish Jethani
On 3/23/06, Jason Y. Kwong [EMAIL PROTECTED] wrote: Sorry, I thought you meant Flex 2. I haven't used Flex 1.5 so I'm not much help there. In 1.5: StyleManager.styles[ErrorTip].setStyle(borderColor, 0x00FF00); Manish -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: problem with the newsgroup search?

2006-03-22 Thread Manish Jethani
On 3/23/06, dos dedos [EMAIL PROTECTED] wrote: we could theoretically download all the messages for this group via Yahoo webservice api and build a searchable offline copy of the flexcoders database ad sync it with Yahoo once every couple of hours ... Well, that's what I did last year... and

Re: [flexcoders] FB2 :: Flex printing

2006-03-22 Thread Phil Marston
I haven't used this yet, but our University teaching apps would certainly need good functionality here so hope there isn't a problem like there's been with the implementation of printing in Flash in the past. As far back as a Flash 5 project we hit a bug in the Flash player to do with printing

RE: [flexcoders] problem with the newsgroup search?

2006-03-22 Thread Pablo Apanasionek
Libby, I'm getting the error too: ht://Dig error htsearch detected an error. Please report this to the webmaster of this site. The error message is: Unable to read word database file Did you run htmerge? Hope they fix it soon. -Pablo Gustavo Apanasionek -Mensaje original- De:

RE: [flexcoders] Re: Flex Messaging or J2EE Messaging

2006-03-22 Thread dos dedos
You'll make Adobe cry ...Venu Vasireddy [EMAIL PROTECTED] wrote:I want to toss flex messaging all together for external message exchange and RPC Service to speak with JMS Provider, that way I won't be limited by the Flex messaging restrictions and capabilities. -Original Message-

[flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Renaun Erickson
I totally agree with the reasoning behind the longer compile times for streamlined build process that take quality control into account. I just wanted to make sure I wasn't losing it. For the life of me, I was stuck on thinking that speed was the main factor in the reasons to use mxmlc. Thanks

Re: [flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Johannes Nel
i have not been able to get mxmlc working like i want to in flex2 using ant yet. (i spent about 30 minutes trying so...). my approach for unit tests in flex2 is currently to have a second entry point (mx:Application) in my app and basically having 2 bowsers open, one running my unit tests and

[flexcoders] TabNavigator Display Issue [Flex 2 Beta 2]

2006-03-22 Thread Harris Reynolds
I have the very simple Flex script that is listed below. When the script is compiled and displayed the first tab is only rendering: Brow... After selecting the 2nd tab the whole word 'Broswer' displays. However, after selecting the 1st tab again the whole word 'Browser' is displayed, but

RE: [flexcoders] Flex 2.0: mxmlc question

2006-03-22 Thread Roger Gonzalez
library-path makes SWCs available for resolving class dependencies. Thisis normally what you want. include-libraries forces all symbols in the SWCs to be included in the application, whether they are needed or not. I don't know why you'd get that error unless you're not using mxmlc or

[flexcoders] Installing Coldfusion Mystic beta 2.

2006-03-22 Thread Gareth Edwards
Everything seemed to install o.k, but.. I'm running JRUN / Multiserver and it seems it didn't update my JRE to 1.4.2_06? Anyone know why this might be? Cheers Gareth. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] How to set a background in FLEX 2 Beta 2

2006-03-22 Thread Dion Mendel
On Wed, Mar 22, 2006 at 02:26:04PM +0530, Manish Jethani wrote: There's no backgroud-repeat in Flex yet. So you'll have to either make your SWF repeat the pattern, or you'll have to write a programmatic skin and go about repeating the pattern in the skin's updateDisplayList method. What

Re: [flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread jeremy lu
try make your VO class dynamic...flex framework will add-in another UID.On 3/23/06, Benoit Hediard [EMAIL PROTECTED] wrote: But uid is a property that we already use on all our value objects. I don't want flex to overwrite this property... Is there a workaround? Benoit Hediard De:

  1   2   >