Re: [flexcoders] Flex 2 - Cairngorm 2 Tutorial

2006-05-19 Thread Manuel Saint-Victor
I'm not sure if this is the best specific answer - but the dev center Cairngorm lectures have been the best start  thus far for me.  They helped me to see the relative roles of  the different elements of Cairngorm.  This got me on my way to building.  I'm waiting for some new Flex 2 doc for

RE: [flexcoders] Can someone help me contact Steven Webster

2006-05-19 Thread Matt Chotin
Flex 1.5 and Flex 2 sometimes have different layout behaviors so I’d expect things to not appear exactly as they did in the book.  For one thing we’ve gotten rid of things like widthFlex, etc.  I don’t have those examples in front of me but I can’t imagine that it’s all that complicated,

RE: [flexcoders] Needed: Full support for RTL languages

2006-05-19 Thread Matt Chotin
This is something we're considering for the next major release of the Player but it will not make it into Player 9. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of pnw_s Sent: Thursday, May 18, 2006 10:06 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Release Dates?

2006-05-19 Thread Matt Chotin
The thread on Emmy’s blog is here: http://weblogs.macromedia.com/emmy/archives/2005/12/why_isnt_there.cfm with plenty of comments from the community.   There is no official release plan announced for a Linux player though you can expect it to be a minimum of a number of months at this p

Re: [flexcoders] Can I save some information to a file?

2006-05-19 Thread 海云飞
Thank you Tracy, I'll be glad to receive your samples.2006/5/20, Tracy Spratt <[EMAIL PROTECTED]>: No.  Flex is a client technology and cam communicate with the server in only a few specific ways.  Keeping the Flex Data Services part out of the question for now, you must use o

[flexcoders] RE: Loading GIFs dynamically, please, help

2006-05-19 Thread Dmitry Miller
I am using Flex 1.5 an trying to load GIF images dynamically via plaing with LibLoader and external SWF. However, this has been unsuccessful. If I launch coolImage.swf as standalone in browser then the image loads successfully. lib is not null or undefined when I trace it. Any suggestions? MXM

[flexcoders] Re: Locking the Max Size of a Component

2006-05-19 Thread Harris Reynolds
Tim, You are the man.  Your solution works great. I had started thinking that the answer lied in the minWidth/minHeight properties, but hadn't even run across the resize event on the Application container.  SWEET! Thanks again, ~harris p.s.  The one thing I did change was a simple null ch

[flexcoders] Beta 3: Update Tree List Label

2006-05-19 Thread FineLine
Hi, my first post to this list. I built a test app with Flex Builder 2 Beta 2 with a data update form which allows you to change the names of nodes in a tree. This ActionScript code used to work to change the tree label for the currently selected node:   [EMAIL PROTECTED];   (the righ

[flexcoders] Re: Locking the Max Size of a Component

2006-05-19 Thread Tim Hoff
Hi Harris, You can acheive this similar to the following code.  The canvas (id="applicationCanvas") is originally set to a percentage-based height and width.  When the browser is maximized, you can set the minHeight and minWidth to explicit values.  This will replace the percentHeight and percen

RE: [flexcoders] minor FlexBuilder bug with automatic import statement insertion

2006-05-19 Thread Sho Kuwamoto
Ack! I'm seeing the bug as well.   Thanks for alerting us to this. I'll file a bug.   -Sho From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom BraySent: Friday, May 19, 2006 5:37 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] minor FlexBuilder bug with aut

Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-19 Thread judah
In the Flash world there is: FlashCoders - questions related to coding in flash - usually you've looked everywhere else first FlashNewbies - questions for newbies http://www.figleaf.com/Community/listserv.cfm ExtendFlash - questions related to JSFL, XML2UI, Commands, Behaviours, Timeline Eff

[flexcoders] minor FlexBuilder bug with automatic import statement insertion

2006-05-19 Thread Tom Bray
if you type the following line:private var myPanel:then FlexBuilder automatically inserts the import statement for Panel:import mx.containers.Panel;which is not the type I was about to specify after the colon, so I'd say that feature is a little trigger happy.  Obviously, the same thing happens

Re: [flexcoders] Can someone help me contact Steven Webster

2006-05-19 Thread nostra72
Here is the question. I have the software Adobe Flex Builder  2 Beta downloaded. What I was wanting to do is look at the particular code for chapter 21 on security you know the banking application where you log in to a server that is secure. By checking it with the software I just mentioned

RE: [flexcoders] Can someone help me contact Steven Webster

2006-05-19 Thread Gordon Smith
Cool...  that's a great way to learn.   Go ahead and post the question you wanted to ask Steven and let's see if anybody can answer it. (If it's about Cairngorm, I won't know the answer.)   - Gordon   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Be

[flexcoders] Logging API issue

2006-05-19 Thread Xavi Beumala
Hi all,I'm playing with f2b3 new logging api and trying to use it in a similar way I'd use java.util.logHowever if the category of the logger contains the ":" character an exception is thrown. Reviewing the code, I've seen in the Log class a function called hasIllegalCharacters() which explicitl

Re: [flexcoders] How can I use the Stream Class in a flex application

2006-05-19 Thread jeremy lu
Stream is a Server-Side Actionscript Class (used in FCS/FMS) NetStream is the client side counter part.On 5/19/06, khaled zaghdoud <[EMAIL PROTECTED]> wrote: hello,it's my first week with Flex, I'm developing a such client that must be able to send to a server a sound recorded by the user .

[flexcoders] Amazon ECS SOAP requests via mx:request tags [FB2b3]

2006-05-19 Thread Peter Blazejewicz
Hello everyone, I've already used amazon ECS with REST operations without any issue in flex, when i'm trying to send soap request I always get errors (usually AWS. MissingParameters) from service , most probably because sending soap body tags with wrong namespace (?), maybe someone already t

Re: [flexcoders] Flex 2 - Cairngorm 2 Tutorial

2006-05-19 Thread jeremy lu
you can download cairngorm 2.0 alpha here http://www.richinternetapps.com/archives/cairngorm2.zip there's a simple login example in the zip. On 5/20/06, Robert Thompson <[EMAIL PROTECTED]> wrote: I know there is a great FLEX 1.0 example that I love called "Shopping Cart" but I can't find i

Re: [flexcoders] Flex 2 - Cairngorm 2 Tutorial

2006-05-19 Thread Robert Thompson
I know there is a great FLEX 1.0 example that I love called "Shopping Cart" but I can't find it for FLEX 2.0 -- are there any major changes?  I would think there would be a few.  I know the store is available for download but is it Cairngorm 2 design.Claudia Barnal <[EMAIL PROTECTED]> wrote:

Re: [flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Michael Hansen
Thanks Peter. My problem is that I need to interface with a 3rd party server that *only* accepts uploads by HTTP PUT (REST Interface). I'm looking to save huge amounts of bandwidth by not streaming everything through a server side proxy. So just to be clear: * File upload using PUT will _not_ be

[flexcoders] Problem with LineChart - Flex 2 Beta 3

2006-05-19 Thread pasflex
We are populating a line chart with some data returned from an HTTPService.  The data is xml which flex parses to an object (resultFormat='object').  For some of the LineSeries the data is not contiguous.  The problem is that the chart is still drawing these missing datapoints.  It draws the

[flexcoders] Error 1009 - Cannot access a property or method of a null object reference

2006-05-19 Thread ekokurtz
Has anyone who has started using beta 3 w/coldfusion received this error?  It occurs when trying to use a tab or accordion component (and maybe others) on a state other than 'base'. Here is the full error - if anyone has figured out a workaround, please let me know (I've already tried using

[flexcoders] Re: RemoteObject error...

2006-05-19 Thread Doug Arthur
For some reason, adding the following line fixes it. I just don't understand why this line needs to be in the code???       On 5/19/06, Doug Arthur <[EMAIL PROTECTED]> wrote: When I try to use a remote Object, I get the following error.   ArgumentError: Error #2004: One of the parameters is in

Re: [flexcoders] ASDoc for AS3?

2006-05-19 Thread Michael Schmalle
I have something to but, that would be ready for prime time no sooner than 4 months from now. There is more information on my blog. http://www.flex2components.com/f2cblog/2006/03/29/flex2-documentx-a-document-solution-for-flex/ It's called DocumentFX, used to be DocumentX(didn't search google

RE: [flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Peter Farland
You can use HTTP 1.1 methods such as PUT with the FDS Proxy Service.   The Flash Player URLLoader only supports GET and POST, however the FDS Proxy Service uses Apache Commons HTTPClient to make the request for you and this library is HTTP 1.1 compliant. Note, however, that the Proxy Servi

[flexcoders] Flex 2 - Cairngorm 2 Tutorial

2006-05-19 Thread Claudia Barnal
I am trying to get my hands on a turorial or sample app that covers Flex 2 and Cairngorm 2. I know these are both in beta, but I can only find Cairngorm 0.99 stuff, so any directions would be great. Thanks, Claudia -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/

Re: [flexcoders] Can someone help me contact Steven Webster

2006-05-19 Thread Graham Weldon
Hi Johnnie, Please feel free to post your questions to the group. There are a great deal of people here that are learning, and its more than likely that if you post your question, someone will jump in to assist you. Regards, Graham Weldon [EMAIL PROTECTED] wrote: > My name is Johnnie and

Re: [flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Michael Hansen
NP! You had me going there for a minute... :)-michaelOn 5/19/06, Stacy Young <[EMAIL PROTECTED] > wrote: Sorry, misread your post …scratch what I said   ;-) I thought "post"   From: Stacy Young Sent: Friday, May 19, 2006 5:29 PM To: 'flexcoders@yahoogroups.com' Subje

[flexcoders] RemoteObject error...

2006-05-19 Thread Doug Arthur
When I try to use a remote Object, I get the following error.   ArgumentError: Error #2004: One of the parameters is invalid.  Why am I getting this error? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-arch

[flexcoders] Flex Connectiving to a data base error

2006-05-19 Thread Chaitu Vadlapatla
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.BadVersion     at remoting/initApplication()     at remoting/___Application1_creationComplete()     at flash.events::EventDispatcher/dispatchEvent()     at mx.core::UIComponent

[flexcoders] Re: probably-stupid AS3 question

2006-05-19 Thread Joshua Santangelo
Many thanks for the verbose explanation, that was the solution I was looking for. --- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > You don't show how you declared __editWindow, but from the error message > it sounds like you declared it as > > var __editWind

[flexcoders] Flex 2 contract designer work available

2006-05-19 Thread Grant Straker
  Hi All,   We have a requirement for a designer to put some skins on a Flex 2 application we are building. Our skill set is mainly as developers so we’re looking for someone who can pretty-up our Flex 2 apps, probably around 40 hours required.   Contact me off list if you are intere

Re: [flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-19 Thread Tariq Ahmed
I've actually quietly made some new Flex mailing lists; I've let it simmer while waiting for Flex 2 to become final. I don't think too granular of lists works well as there's too much overlap in a lot of things. But I do see one problem arising with one super list like this - not only are the

RE: [flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Stacy Young
Sorry, misread your post …scratch what I said   ;-) I thought “post”   From: Stacy Young Sent: Friday, May 19, 2006 5:29 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] [Flex2] File upload using HTTP PUT ?   It’s already in there , I’m using it !   -Stace

RE: [flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Stacy Young
It’s already in there , I’m using it !   -Stace   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Hansen Sent: Friday, May 19, 2006 5:09 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] [Flex2] File upload using HTTP PUT ?  

Re: [flexcoders] Can someone help me contact Steven Webster

2006-05-19 Thread nostra72
My name is Johnnie and I am sorry I came across as pushy I just get frustrated sometimes with this stuff, I am sort of self teaching myself this.   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.c

[flexcoders] Locking the Max Size of a Component

2006-05-19 Thread Harris Reynolds
What up flex coders. I'd like to lock the maximum size of a compoent.  To do this I have set both the width and height properties in the MXML file to 100%.  If the user then maximizes the browser the component will expand to fill the new extra space.  This is good. Here is the rub.  After the

[flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Michael Hansen
This one is for the Adobe guys...Any chance we'll see Flex2 implement file uploading using HTTP PUT ? I sense that your're going to see a demand for this in the near future. (I could use it right now! :) Cheers  -michael -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcod

[flexcoders] Re: Meaning of xmlns="*"?

2006-05-19 Thread Tim Hoff
Thanks for the clarification Gordon.  Some of this stuff you have to learn by reading between the lines. Cheers and thank you for all of your helpful responses, Tim --- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > It isn't required but it can be useful. > > I

RE: [flexcoders] Can someone help me contact Steven Webster

2006-05-19 Thread Gordon Smith
Steven is one of the moderators of this forum and if you post your question here, he's likely to read it and perhaps he will answer it.   But I'm afraid that if everyone that read Steven's book started emailing him with questions, he would never have time to write another one. The point

RE: [flexcoders] Re: Meaning of xmlns="*"?

2006-05-19 Thread Gordon Smith
It isn't required but it can be useful. If you put xmlns="*" on an tag, or on the top tag of an MXML component, you are saying that any tags such as that don't have a namespace prefix are to be found in the same directory as the application MXML file. - Gordon   -Original Message-

RE: [flexcoders] How to programmatically move scroll bars?

2006-05-19 Thread Gordon Smith
Don't try scrolling a Container by programatically manipulating its scrollbars. Instead, change the Container's scrolling properties (horizontalScrollPosition and verticalScrollPosition) and the scrollbars should follow along. - Gordon -Original Message- From: flexcoders@yahoogroups.c

[flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-19 Thread Tim Hoff
I agree with you.  It might be beneficial to have a separate list for component/framework related threads.  It's probably cumbersome to weed through the development questions and answers some times.  I personally joined this list because I was led here by a link at Adobe and the list description

RE: [flexcoders] ASDoc for AS3?

2006-05-19 Thread Gordon Smith
We have an internal tool that we use to create the class documentation, but we're not ready to release it with Flex 2 because it isn't ready for prime time. It involves a bunch of steps, is tempermental, isn't documented, etc.. It also works only on AS, and not MXML, files. But we know th

RE: [flexcoders] Re: How to cancel Keyboard events?

2006-05-19 Thread Gordon Smith
You're not missing anything. The fact that we provided a way for you to cancel text insertion but not text deletion is a design omission in the textInput event. I've filed a bug with the Player team, but given the schedule it may not get fixed. However, I think workarounds are possible. Here is

[flexcoders] Re: How to cancel Keyboard events?

2006-05-19 Thread Steven Toth
That's fine for printable characters (i.e. text), but not for trapping and rejecting special keys like DELETE, BACKSPACE, LEFT, RIGHT, etc.  Those keys don't initiate a textInput event.  Try it.  Thank for the suggestion though. -Steven --- In flexcoders@yahoogroups.com, "Manish Jethani"

RE: [flexcoders] probably-stupid AS3 question

2006-05-19 Thread Gordon Smith
You don't show how you declared __editWindow, but from the error message it sounds like you declared it as     var __editWindow:TitleWindow; The problem is that Adobe's TitleWindow class doesn't have a "seller" property; it's your SellerEdit subclass of TitleWindow that added that property. W

RE: [flexcoders] Flex 1.5 - column chart question

2006-05-19 Thread Robert Brueckmann
Thanks a lot Ely.  Much appreciated for both options!   robert l. brueckmann vice president merlin securities 595 madison avenue new york, ny 10022 p: 212.822.4821 f: 212.822.4820 From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ely Gree

RE: [flexcoders] Flex 1.5 - column chart question

2006-05-19 Thread Ely Greenfield
    Hi Robert. The problem is that there's not enough room on the axis to show all the labels, so the axis is dropping labels to make room. It drops labels from the bottom up, so the one on the top may or may not appear depending on the number and size of your labels. In this case, it's get

[flexcoders] Flex 1.5 - column chart question

2006-05-19 Thread Robert Brueckmann
I scoured the archives and APIs but couldn’t find anything to allow me to ensure that the zero vertical axis is ALWAYS shown.  I have a column chart who’s dataset contains all negatives and when the chart displays, the columns are suspended from nothing at the top of the chart…it’d be nice

[flexcoders] Re: Tree Custom Data Descriptor Example Update

2006-05-19 Thread Michael Montagna
--- In flexcoders@yahoogroups.com, "sufibaba" <[EMAIL PROTECTED]> wrote:>> Hi Flex Team,> > Wondering if there is a working example for Beta3. The example in the> docs is not working.> > Flex 2.0 Developer's Guide > Building User Interfaces to> Flex Applications > Using Data Providers and Colle

[flexcoders] Re: Flex2 :: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-19 Thread sleekdigital
I would be interested in such a list.  I think a lot of developers will be interested in both framework and application... sometimes we need to  extend or make a new component to meet the requirements of our applications for example. --- In flexcoders@yahoogroups.com, "Michael Schmalle" <[E

[flexcoders] complex GUIs "inside" a tab panel?

2006-05-19 Thread djbrown_rotonews
I'm trying to wrap a TabBar around a panel that contains a series of pulldown menus and a datagrid. I'm wanting to "save" the state of each menu for the different views of the data (one view per tabbed panel), which requires the use of a Repeater I believe, but when I wrap the menu definitio

RE: [flexcoders] Re: setFocus() on TextInput (FB2B3)

2006-05-19 Thread Tracy Spratt
This the known issue where the Flash Player itself does not have the focus.  The function works correctly once the player does have the focus. Work arounds for this usually include _javascript_ that sets focus on the player.  There is an example on CFLEX.net. Tracy -Original Message---

[flexcoders] Problem Dispatching Event.CLOSE

2006-05-19 Thread David Clark
I am playing around with FlashVNC. There was a TitleWindow control that has a handleDisconnect function for its close event. From there the Event.CLOSE event is dispatched. This event is handled by the main app to close the TitleWindow. But when it is dispatched it throws:TypeError: Error #1034:

RE: [flexcoders] Can I save some information to a file?

2006-05-19 Thread Tracy Spratt
No.  Flex is a client technology and cam communicate with the server in only a few specific ways.  Keeping the Flex Data Services part out of the question for now, you must use one of the RPC methods to do any work on the server.   I have a full example app (1.5) that retrieves, edits a

RE: [flexcoders] Cairngorm -

2006-05-19 Thread Peter Farland
In Flex 2, mx.rpc.events.ResultEvent is a subclass of mx.rpc.events.AbstractEvent which still contains a deprecated getter for a call property. The new name for this property is token (as per the dynamic mx.rpc.AsyncToken instance that is returned from any RPC service invocation). I'm not famil

[flexcoders] Can someone help me contact Steven Webster

2006-05-19 Thread nostra72
He wrote a book on Flex and I have it and I was wanting to ask him some questions.   -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED

Re: [flexcoders] Re: How to cancel Keyboard events?

2006-05-19 Thread Jonathan Miranda
Here's a question for the keyboard cowboys that has stumped me for awhile Internet Explorer grabs the Control-S, Control-P, and Control-O keystrokes (and other commands) and they never even make it to the player. No Keydown event even occurs and this is with focus in the flash player (actua

[flexcoders] How can I use the Stream Class in a flex application

2006-05-19 Thread khaled zaghdoud
hello,it's my first week with Flex, I'm developing a such client that must be able to send to a server a sound recorded by the user ...I'm using Flex and Flash Server for that.I want to instantiate the class Stream in my script(in the mxml file), but in the compilation I had this message "The c

[flexcoders] Tree Custom Data Descriptor Example Update

2006-05-19 Thread sufibaba
Hi Flex Team, Wondering if there is a working example for Beta3.  The example in the docs is not working. Flex 2.0 Developer's Guide > Building User Interfaces to Flex Applications > Using Data Providers and Collections > Creating a custom data descriptor Thanks, Tim -- Flexcoders M

[flexcoders] Re: Meaning of xmlns="*"?

2006-05-19 Thread Tim Hoff
Hi, xmlns="*" is an application level namespace definition.  It was automatically included when you created a new MXML application or component, using File/New, in older versions of Flex.  It is no longer required. -TH --- In flexcoders@yahoogroups.com, "Stanislav Zayarsky" <[EMAIL PROTEC

[flexcoders] Re: ObjectUtil.compare seems a little incorrect for Boolean values

2006-05-19 Thread Scott Romer
Thanks.  I did see the documentation about the 'as' operator.  And that is why it confused me that the Flex source code did that for the Boolean.  I have hacked around the issue for now, by automatically casting any Boolean's to Numbers before I pass to the ObjectUtil.compare() method. Luckily

[flexcoders] How can I use the Stream Class in a flex application ?

2006-05-19 Thread zd_khaled
it's my first week with Flex, I'm developing a such client that must be able to send to a server a sound recorded by the user ... I'm using Flex and Flash Server for that. I want to instantiate the class Stream in my script(in the mxml file), but in the compilation I had this message "The class

[flexcoders] Re: Bet3 Tree -- how to get individual child nodes

2006-05-19 Thread sufibaba
Hi, The code below actually works, it does get the actual tree child nodes.  I had a problem in another part of the code that tricked me into thinking that this bit of code doesn't work.  Cheers, T --- In flexcoders@yahoogroups.com, "sufibaba" <[EMAIL PROTECTED]> wrote: > > Hi All, > > A

[flexcoders] Re: DrangEvent: copy by value instead of reference

2006-05-19 Thread yomahz
Well, I just realized that I'm updating the orignal source datagrid with the copy of the object which is why I'm having my problem. The solution would be to copy the whole draggedItem (DataGridItemRenderer) instead of it's data property. The problem is:   e.draggedItem = DataGridItemRenderer(O

[flexcoders] How to programmatically move scroll bars?

2006-05-19 Thread Mark Wales
Perhaps this is much simpler than it appears, but I am trying to programmatically re-assign the scrollPosition parameter of a scroll bar and while it changes the position of the targeted component (i.e. the canvas or whatever that is the target of the scroll) it does not seem to have a visu

[flexcoders] Re: DrangEvent: copy by value instead of reference

2006-05-19 Thread yomahz
I had tried that as well: public function handleSelectedItemsDragComplete(e:DragEvent):void {   var copy:* = ObjectUtil.copy(DataGridItemRenderer(e.draggedItem).data);   DataGridItemRenderer(e.draggedItem).data = ""> } For some reason, the object dropped is still pointing to the same memory lo

[flexcoders] ASDoc for AS3?

2006-05-19 Thread Suzy Lawson
Does anyone know of any libraries yet that can generate the Asdoc (javadoc) for Actionscript 3 classes? Probably too early for this kind of question. The Adobe team obviously has a nice tool. Any chance they can share at least a watered down version of it on one of their blogs!?! :-) -

RE: [flexcoders] Re: setFocus() on TextInput (FB2B3)

2006-05-19 Thread Jason Hawryluk
I just tried this since the last time I saw the same results, and it works on a popup/form with no view stack, states, or effects on the showing, but when in a viewstack it still does not work. I’m fairly sure its caused by a bug in the viewstack, as I tried without effects and it still does no

Re: [flexcoders] Meaning of xmlns="*"?

2006-05-19 Thread Stanislav Zayarsky
From help:   Components in the same directory as the application can use a namespace defined as either of the following: xmlns="*" xmlns:prefix="*"   Best regards Stanislav  On 5/19/06, fi_heidi <[EMAIL PROTECTED]> wrote: Hello,I'm relatively new to Flex, and I'm editing some code in an existi

[flexcoders] Cairngorm -

2006-05-19 Thread Iuliu Burtoiu
Hello again! I'm trying for some time now, to add a custom webService in my Services.mxml control. However, the "dummyDelegate" HTTPService from the old version of Cairngorm LOGIN sample doesn't seem to work anymore with Flex 2b3. More specific, it seems that there isn't a "call" property on

RE: [flexcoders] Re: Flex 2b3 - Tree Problems

2006-05-19 Thread Josh Noland
Michael, thanks for the tree suggestions.    To resolve the issue I had to add the @label along with the showRoot = false attribute on the tree control.  I have included example code for others that may be experiencing tree problems.   Josh       //Note menu is a ArrayColleciton from a remote

[flexcoders] Re: setFocus() on TextInput (FB2B3)

2006-05-19 Thread Cristian Pop
Nope, it's not working. I know I'm missing something, it should be simple, right ? Here is a test code ... http://www.adobe.com/2006/mxml" layout="absolute">         creationComplete="Focus();" text="test"/>     Cristian --- In flexcoders@yahoogroups.com, "je

Re: [flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jean-Luc ESSER
Thanx Jim, i'll do that. -JL - Original Message - From: Jim Robson To: flexcoders@yahoogroups.com Sent: Friday, May 19, 2006 2:19 PM Subject: RE: [flexcoders] Force a List to resize ? How ? OK, I was assuming a constant item height. Yes, you’ll have to

Re: [flexcoders] Re: Using amf0 in f2b3

2006-05-19 Thread Xavi Beumala
Yes, it's been fixed X.On 5/19/06, Jim Laing <[EMAIL PROTECTED]> wrote: I haven't played around with this latest round of AMF0 implementation, but when I was working with it a few months ago, I couldn't seem to get Flex2B3 to recognize the type of my serialized objects. Has this been fixed? C

Re: [flexcoders] page change not work when loaded(FB2 beta2 + ColdFusion) [Roger Needed?]

2006-05-19 Thread ZhaoXingdong
hi Matt; I confirmed under B3 and found the error is still there. TypeError: Error #1034: Type Coercion failed: cannot convert mx.messaging.messages::[EMAIL PROTECTED] to mx.messaging.messages.IMessage. I found the error is there just because mx.rpc.remoting.RemoteObject is defined both in Li

RE: [flexcoders] Meaning of xmlns="*"?

2006-05-19 Thread Jim Robson
Heidi,   Someone who is more knowledgeable may be able to correct me, but I think that is just a placeholder – sort of a reminder to define your own namespaces.   Perhaps someone will clarify this for both of us.   Jim   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROT

RESENDING: RE: [flexcoders] Login System

2006-05-19 Thread Bill Sahlas
  Here’s a Login sample app (rename to samples.zip) that uses the RemoteObject.setRemoteCredentials(username, password) and the ColdFusion CFLOGIN container.   Unzip it to your web server’s doc root.  In flex builder create a new Flex project of type “ColdFusion Flash Remoting Service”

Re: [flexcoders] ObjectUtil.compare seems a little incorrect for Boolean values

2006-05-19 Thread David Clark
>From the help for the as operator (search for operators):"Returns the first operand if it is a member of the data type specified by the second operand."The important bit is "if it is a member".Number(a) will give you 1 and 0 though. I'm not sure if this is going to help you much for your speci

[flexcoders] Get new component dimensions without rendering it

2006-05-19 Thread n51red
I have a component the contents of which changes each time it is made visible. Each time it is to be displayed I need to change its position depending on its height. I've acheived this by basically binding the component's Y property to its height. The problem is that as the component is rend

Re: [flexcoders] Using amf0 in f2b3

2006-05-19 Thread Tom Chiverton
On Friday 19 May 2006 14:07, hank williams wrote: > environments, and Flash. OpenAMF is just an open source implementation > of flash remoting specifically for Java. AMFPHP is an open source > gateway between flash and PHP. *Ahh* :-) Well, that at least leaves Flex2 developers with options if

Re: [flexcoders] Using amf0 in f2b3

2006-05-19 Thread hank williams
This is not really a Flex question, but a flash question. I have been using remoting with my flash development work for a few years. From flash, I request data from my java/mysql codebase using Flash Remoting (AMF) as a gateway. Flash Remoting runs on the server and translates between AMF and na

[flexcoders] Image source to a repeaterItem

2006-05-19 Thread Flapflap
Hi there, I got a object source that I use with a repeater In this repeater I have a Image so source is binding to rep.currentItem.icon The icon is a string representive the object embedding the image. But the image dosen't load. Same technique for a icon fiel of a list works well. Example :

[flexcoders] Meaning of xmlns="*"?

2006-05-19 Thread fi_heidi
Hello, I'm relatively new to Flex, and I'm editing some code in an existing project where these xmlns="*" declarations are scattered about in our components in addition to our own namespace declarations. To the best of my knowledge, all our our custom components are qualified with their namespa

Re: [flexcoders] Using amf0 in f2b3

2006-05-19 Thread Tom Chiverton
On Friday 19 May 2006 11:15, hank williams wrote: > Well, maybe because you have a major codebase already running under > openAMF Pretend I've only been using Flex for a few weeks and explain what openAMF is/does ? -- Tom Chiverton This

RE: [flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jim Robson
OK, I was assuming a constant item height. Yes, you’ll have to do something to determine the heights of the items, if they are variable.   I don’t think that simple calculations like this are too resource intensive. I have used this sort of method frequently, and on very large applicat

Re: [flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jean-Luc ESSER
If i do that, it works fine, but how can i get the height of an item dynamically ? I need it if for example font-size for my item changes dynamically, it won't always be 17 ! Also, computing the height like this eats more ressources no ?   -JL - Original Message - From: Ji

Re: [flexcoders] [BETA3] How to use insert method of IViewCursor. (E4X format)

2006-05-19 Thread Rishikesh Shetty
On 5/19/06, Bryan Choi <[EMAIL PROTECTED]> wrote: myCursor.insert( new XML ( "" ) );   I tried also above, but I cann't see that is well.  If you were meaning to add ME/Augusta to US State Capitals. The following code-snippet should work.    var foo:XMLList = capitalColl.children (

[flexcoders] Flex 2.0 b3: ItemRenderer problem

2006-05-19 Thread tyombria
Hello. I have a problem with an editable list. I set list to editable and add simple event listeners for ITEM_EDIT_BEGIN and ITEM_EDIT_END. When I end edit some item in the list its data is not visible. But when I start edit item again there is data that I've entered. -- Flexcoders

Re: [flexcoders] Re: Using amf0 in f2b3

2006-05-19 Thread Jim Laing
I haven't played around with this latest round of AMF0 implementation, but when I was working with it a few months ago, I couldn't seem to get Flex2B3 to recognize the type of my serialized objects. Has this been fixed? Can you now serialize typed objects? See http://www.mail-archive.com/flexcod

Re: [flexcoders] probably-stupid AS3 question

2006-05-19 Thread Michael Schmalle
Oh, morning, my EYES! I see you casted it but to the SellerEdit's superclass which does not hold seller only SellerEdit does not TItleWindow. __editWindow = SellerEdit(PopUpManager.createPopUp(this, SellerEdit, true)); or __editWindow = PopUpManager.createPopUp(this, SellerEdit, true)

Re: [flexcoders] probably-stupid AS3 question

2006-05-19 Thread Michael Schmalle
Hi, Simple casting problem; __editWindow = TitleWindow(PopUpManager.createPopUp(this, SellerEdit, true)); to __editWindow = TitleWindow(PopUpManager.createPopUp(this, SellerEdit, true)); as SellerEdit Peace, MikeOn 5/19/06, Josh Santangelo <[EMAIL PROTECTED]> wrote: I'm new here, as wil

RE: [flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jim Robson
Jean-Luc:   What happens when you set the height of the List component to a multiple of the number of items in the list?   myList.height = numberOfItems * 17;   Does the component resize correctly?   Jim   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beh

Re: [flexcoders] Reducing Initial Startup time in Flex 1.5

2006-05-19 Thread Sandip Patil
Try to avoid calling functions in initialize tag.   Sandipweb_manager_2004 <[EMAIL PROTECTED]> wrote: How can we reduce initial startup time of a flex application ? Suppose we have a large application , and we want to reduce application startup time. Is it possible that we are able to devide

[flexcoders] Re: How to cancel Keyboard events?

2006-05-19 Thread Steven Toth
I'm writing a masked edit control.  I want to do various things at various times.  I want to allow the deletion of certain characters.  I want to allow editing of certain characters.  All of which is dependent on the keyboard event/text input, mask, caret index, and selection begin/end index

[flexcoders] Force a List to resize ? How ?

2006-05-19 Thread Jean-Luc ESSER
I have a VBox, no height specified (i want it to grow depending on his child). Inside this box i put a List with xx rows. How do i force my List to take the height of all its rows ? That is, i don't want my list to scroll, i want it to resize so it shows all rows, and returns its height to

[flexcoders] Test

2006-05-19 Thread FineLine
Please excuse, having difficulties posting -- 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] probably-stupid AS3 question

2006-05-19 Thread Josh Santangelo
I'm new here, as will be made clear by the beginner-level of my question... I have a TitleWindow component in SellerEdit.mxml:         And from my application, I create it: __editWindow = TitleWindow(PopUpManager.createPopUp(this, SellerEdit, true)); __editWindow.title =

[flexcoders] Reducing Initial Startup time in Flex 1.5

2006-05-19 Thread web_manager_2004
How can we reduce initial startup time of a flex application ? Suppose we have a large application , and we want to reduce application startup time. Is it possible that we are able to devide application into multiple SWF files and (Initially ) only those SWF files are downloaded on client wh

  1   2   >