RE: [flexcoders] Automatically scrolling a TextArea to the very bottom?

2007-01-06 Thread Sascha
You could for example set up an event listener that listens to the FlexEvent.UPDATE_COMPLETE event. That one is triggered every time the TextArea is visually updated (The Change event only fires when using data binding or interacting with the component) .

[flexcoders] Re: Cairngorm FMS

2007-01-06 Thread carkraus
Ah, there we go...very cool! Having the NetConnection as service that creates a SharedObjectListener class dispatching Cairngorm-events is looking good and also feels Cairngormy enough for me now ; ) Thx a bunch, mate carsten --- In flexcoders@yahoogroups.com, michael.ritchie [EMAIL PROTECTED]

[flexcoders] Re: It's possibile in flex

2007-01-06 Thread devisbalsemin
but about you it's possibile only using Flex tag? Devis --- In flexcoders@yahoogroups.com, devisbalsemin [EMAIL PROTECTED] wrote: Thanks i have found this http://demo.quietlyscheming.com/displayShelf/index.html but it's not the same. Where i can found about that effect or similar as the

Re: [flexcoders] Re: Flex 2 for Mac Release Coming Within 7 Days

2007-01-06 Thread Marcelo de Moraes Serpa
Great news! Now, the missing piece is the Linux version! I'm on Ubuntu right now and I would be willing to pay the price for a native Linux version of Flex2 and Flash9 IDE as I don't really feel like using Windows again. Marcelo. On 1/4/07, Robert Chyko [EMAIL PROTECTED] wrote: Thanks for

[flexcoders] CRUD in XML

2007-01-06 Thread devisbalsemin
Hi, can you help me to find some example how to implment Flex 2 CRUD with xml file??? Thanks devis

[flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread boy_trike
And I stand PARTIALLY Corrected. Yes there is the bug list and the list of new features, but while the COMPILER options show the syntax and examples, the two big feature enhancements runtime stylesheet and modules both have a sentence without showing the syntax and / or examples. Where is

[flexcoders] Remote Objects Java to Actionscript conversion

2007-01-06 Thread Raider226
I have a java class I created that contains an ArrayList as one of the i-vars. I am trying access this class as a remote object but when I receive it on the client side in ActionScript the ArrayList parameter is null even though I am printing it's contents on the server just before returning and

RE: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread David Mendels
Hello, Have you tried the help system? The new functionality is documented. Regards David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of boy_trike Sent: Saturday, January 06, 2007 8:24 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] flexbuilder 2.0.1 css editor support

2007-01-06 Thread Paolo Bernardini
What happened to the css editor support in flexbuilder 2.0.1? before with version 2 you had code hinting for css file, now after updating to version 2.0.1 doesn't work anymore.

Re: [flexcoders] flexbuilder 2.0.1 css editor support

2007-01-06 Thread Brian Dunphy
Still works for me on the Mac version of Flex Builder 2.0.1. Are you editing an external CSS file or inline? Brian On 1/6/07, Paolo Bernardini [EMAIL PROTECTED] wrote: What happened to the css editor support in flexbuilder 2.0.1? before with version 2 you had code hinting for css file,

Re: [flexcoders] flexbuilder 2.0.1 css editor support

2007-01-06 Thread Paolo Bernardini
Hi Brian, I'm using windows and trying to edit an external css file. On 1/6/07, Brian Dunphy [EMAIL PROTECTED] wrote: Still works for me on the Mac version of Flex Builder 2.0.1. Are you editing an external CSS file or inline? Brian On 1/6/07, Paolo Bernardini [EMAIL

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread Paul Andrews
Patience is a virtue, Bruce. I'm sure they'll get there. - Original Message - From: boy_trike [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, January 06, 2007 1:24 PM Subject: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the

[flexcoders] Max OS X Flex Builder 2.01 License Issue

2007-01-06 Thread Bill Gercken
Hi, I down loaded the OS X release of Flex Builder 2 and installed it but it does not like my Windows license. Does anyone know whether there will be some sort of license exchange available? My charting license worked fine though. I bought the Windows version to bridge the gap until the OS

[flexcoders] Re: Max OS X Flex Builder 2.01 License Issue

2007-01-06 Thread Phil Costa
Bill, You need to call into customer support to exchange your license. Info here: http://www.adobe.com/products/flex/productinfo/faq/#item-39 Phil --- In flexcoders@yahoogroups.com, Bill Gercken [EMAIL PROTECTED] wrote: Hi, I down loaded the OS X release of Flex Builder 2 and installed it

[flexcoders] Re: Max OS X Flex Builder 2.01 License Issue

2007-01-06 Thread Bill Gercken
Thanks Phil! Sorry I did not see the information on the Adobe site. Regards, -bill --- In flexcoders@yahoogroups.com, Phil Costa [EMAIL PROTECTED] wrote: Bill, You need to call into customer support to exchange your license. Info here:

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread greg h
Bruce, As Dave Mendels points out, The new functionality is documented. Also as Dave and Ben have pointed out, when you install FB2.0.1 you will find the updated docs in the help system. You can also download PDFs of the updated doc from the Flex 2 Documentation page:

Re: [flexcoders] CRUD in XML

2007-01-06 Thread greg h
devis, Could you please provide a bit more detail about what you are trying to do? CRUD is an acronym usually associated with the database operations INSERT, SELECT, UPDATE and DELETE. When you ask for some example how to implement Flex 2 CRUD with xml file??? what do you mean? Have you

Re: [flexcoders] Re: It's possibile in flex

2007-01-06 Thread greg h
Devis, From what I have seen, at present experiences like the effectiveui.com home page take a bit of ActionScripting in addition to using tags. Maybe when Adobe ships Flex 3 (or 4) they will have these type of experiences distilled down into MXML tags ;-) fwiw, my guess is that

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread Claus Wahlers
Lastly, if you think there are issues with Flex 2.0.1 documentation, just try using an open source project sometime. After using open source, I now justify all of my licensing costs for Adobe products on the value of their world class documentation alone ;-) Uh-ooh.. Now you're being a

Re: [flexcoders] CRUD in XML

2007-01-06 Thread Patrick Mineault
You'd probably be better off to use Remoting to implement CRUD in Flex. Search for RemoteObject on Google and you should find a variety of resources. Patrick greg h a écrit : devis, Could you please provide a bit more detail about what you are trying to do? CRUD is an acronym usually

[flexcoders] Re: It's possibile in flex

2007-01-06 Thread devisbalsemin
SORRY I HAVE BROKEN MY LAST POST ;-) THANKS Alex Uhlmann IT'S VERY GREAT. bye Devis --- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote: Devis, From what I have seen, at present experiences like the effectiveui.com home page take a bit of ActionScripting in addition to

[flexcoders] Re: It's possibile in flex

2007-01-06 Thread devisbalsemin
THANKS... YES Alex Uhlmann --- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote: Devis, From what I have seen, at present experiences like the effectiveui.com home page take a bit of ActionScripting in addition to using tags. Maybe when Adobe ships Flex 3 (or 4) they will

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread Sreejith Unnikrishnan
NOTE: One place you will not yet find the 2.0.1 docs is ... livedocs.macromedia.com! But hopefully LiveDocs will be getting the updated docs soon ;-) I guess it is ... but the link is not published ... tried changing 2 to 201 and it worked ... maybe it is not ready for release but

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread Sreejith Unnikrishnan
NOTE: One place you will not yet find the 2.0.1 docs is ... livedocs.macromedia.com! But hopefully LiveDocs will be getting the updated docs soon ;-) I guess it is ... but the link is not published ... tried changing 2 to 201 and it worked ... maybe it is not ready for release but

Re: [flexcoders] RPC Pro's and Cons

2007-01-06 Thread Clint Modien
Use AMF. http://www.jamesward.org/census/ AMF is much faster. WebORB is cheaper than FDS and has more features. We've used the current version of WebORB it works nice. For 10K/socket WebORB for .NET Enterprise supports AMF3 RemoteObjects, RTMP data pub/sub as well as Media Streaming.

RE: [flexcoders] flexbuilder 2.0.1 css editor support

2007-01-06 Thread Lance Linder
I have similar problems with 2.0. With around 6-7 installations of the Flex builder plugin for eclipse about half of them have this exact problem with the other half working fine. I would be really interested to hear if you or anyone can finds out why this happens... it is a real pain! Lance

[flexcoders] Docs included in 2.0.1 are broken

2007-01-06 Thread Collin Peters
I assume this is a local copy of the Flex2 Language Reference C:\Program Files\Adobe\Flex Builder 2 Plug-in\Flex SDK 2\asdoc\templates By using index.html I get missing file errors such as: /C:/Program Files/Adobe/Flex Builder 2 Plug-in/Flex SDK 2/asdoc/templates/package-summary.html.

RE: [flexcoders] Docs included in 2.0.1 are broken

2007-01-06 Thread Sascha
No, these are templates for ASDoc which seems to be now included in Flex. I believe the Flex docs are packed in jars in the Eclipse PlugIn folder (on plugin version that is, no clue about the full builder version). Sascha _ From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Remote Objects Java to Actionscript conversion

2007-01-06 Thread Clint Modien
It's probably being deserialized on the actionscript side as an Array. Try changing the type from an ArrayCollection to an Array. On 1/5/07, Raider226 [EMAIL PROTECTED] wrote: I have a java class I created that contains an ArrayList as one of the i-vars. I am trying access this class as a

Re: [flexcoders] How to clear a TileList of its items?

2007-01-06 Thread Clint Modien
I would try any new non-null complex type: new Object(); new Array(); new ArrayCollection(); On 1/5/07, Sascha [EMAIL PROTECTED] wrote: I'm trying to initialize a TileList after items were put into it so that it is empty again and I can load new items into it after that. I'm setting the

[flexcoders] Submenus that open up to the left

2007-01-06 Thread graysonpierce
Hello, I have a menu that is aligned to the right side of the screen which doesn't leave any screen real-estate for submenus so I'd like to have my submenus open up to the left. As an example, Windows Media Player does their application menus this way if you access it with the down button next

Re: [flexcoders] Flex + Struts

2007-01-06 Thread Oliver Lietz
Am Donnerstag, 4. Januar 2007 19:28 schrieb Dimitrios Gianninas: Note: I am no struts expert. 1) Download FDS express and install on your PC. Extract the flex.war and then take everything in the web.xml and it to your own. Then take everything in WEB-INF/lib and WEB-INF/flex and add it your

Re: [flexcoders] Docs included in 2.0.1 are broken

2007-01-06 Thread Collin Peters
All I'd like is a local version of the Language Docs so I don't have to depend on adobe.com (or more specifically the load on adobe.com during the middle of the day). What is the recommended way to access those via browser? On 1/6/07, Sascha [EMAIL PROTECTED] wrote: No, these are templates

Re: [flexcoders] Flex Builder 2 classpaths

2007-01-06 Thread Clint Modien
Hmm... I think I understand your question. Unless your code is compiled into a swc... the answer is no. It has to be in your workspace. There is a workaround however. You can map a folder in your workspace to a folder on your hard drive. When you create a new folder in your project there is

Re: [flexcoders] Re: and I thought Adobe was a professional company. Whats going on with the upgrade

2007-01-06 Thread greg h
Claus, My apologies if it appeared that I was casting aspersions on all open source projects. For the record, I am a huge fan of open source. That said, as a developer and a businessman, open source's value proposition generally does not include documentation and support at the level that

[flexcoders] Re: Remote Objects Java to Actionscript conversion

2007-01-06 Thread grand_master_flash_x
I did a blog entry a while back about this: http://www.velloff.com/?p=23 http://www.velloff.com/?p=23 Also, download and try ServiceCapture http://www.kevinlangdon.com/serviceCapture/ to really see what is going on. --- In flexcoders@yahoogroups.com, Clint Modien [EMAIL PROTECTED] wrote:

Re: [flexcoders] Need some direction from the Pros, on Event Dispatching, and Scoping issues

2007-01-06 Thread Clint Modien
Not to quash your hopes of getting to play with Adobe's really pretty eventing but... traceArea.vPosition = traceArea.maxVPosition; http://www.mail-archive.com/flexcoders@yahoogroups.com/msg19784.html

[flexcoders] selectedDate Problem

2007-01-06 Thread rd_grimes
Here's the scenario: mx:DateFormatter id=dateF formatString=MMM DD / mx:DateField id=leaseDate_date width=100 height=22 x=146 y=124 labelFunction=formatDate focusOut=setExpireDate() tabIndex=207/ public function formatDate(date:Date):String { return (dateF.format(date)); } The

[flexcoders] Re: flex 2.0.1 feedback from the trenches

2007-01-06 Thread fuad_kamal
Thanks, that path was exactly what I needed... --- In flexcoders@yahoogroups.com, Mike Morearty [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, fuad_kamal flexCoders@ wrote: -How do I optimize memory usage for FB on the Mac? There isn't any FlexBuilder.ini file on my Macbook

Re: [flexcoders] Need some direction from the Pros, on Event Dispatching, and Scoping issues

2007-01-06 Thread Clint Modien
Oops that was Flex 1.5 syntax... should be. traceArea.verticalScrollPosition = traceArea.maxVerticalScrollPosition; It may even be possible to bind it. mx:TextArea id=traceArea verticalScrollPosition={ traceArea.maxVerticalScrollPosition} / I understand you want to dispatch a custom event

RE: [flexcoders] Need some direction from the Pros, on Event Dispatching, and Scoping issues

2007-01-06 Thread Mike Anderson
Thanks Clint, for those links - The first link, has a section which explains the invalidation stuff - which was really informative. I love reading stuff like this, as it really gives better insight into how things work, as well as what's going through the minds of the Flex engineers, while

RE: [flexcoders] Need some direction from the Pros, on Event Dispatching, and Scoping issues

2007-01-06 Thread Mike Anderson
Too funny Clint - you read my mind on BOTH instances. I first said to myself, that was Flash 8 Flex 1.5 Syntax (as I found the Flex 2.0 syntax, since my original post last night) And secondly, I also came to the conclusion, that dispatching an Event manually may be overkill, since using a

RE: [flexcoders] How to clear a TileList of its items?

2007-01-06 Thread Sascha
Thanks Clint, but all of them result in the same exception. Any other ideas? _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien Sent: Sunday, 07 January, 2007 10:40 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to clear a TileList

RE: [flexcoders] Docs included in 2.0.1 are broken

2007-01-06 Thread Sascha
Again I have no knowledge about the standalone version but on the Flex plugin version you can get to the Flex docs by opening the Eclipse Help (Help/Menu/Help Contents or Dynamic Help). Or if the help browser is not your cup of tea (I find it very slow) you could unpack the API doc from

Re: [flexcoders] How to clear a TileList of its items?

2007-01-06 Thread Clint Modien
Odd... did you try setting the dataprovider to a new object instead of setting it too null? You could also try: yourTileListID.dataProvider.removeAll(); On 1/6/07, Sascha [EMAIL PROTECTED] wrote: Thanks Clint, but all of them result in the same exception. Any other ideas?

[flexcoders] 2.0.1 ListBase.as error

2007-01-06 Thread Shannon Hicks
I have a datagrid with a change event handler. When a user clicks on an item, it's supposed to take them to another state. I keep getting a Cannot access a property or method of a null object reference error. While this is not uncommon for me, the error actually occurs on line 7029 of