RE: [flexcoders] Re: Problem transcoding FlashType font

2006-05-19 Thread Dirk Eismann
There's a bug in the current beta. FlashType rendering only works if you set the antiAliasType property to advanced and the gridFitType to pixel on the TextField where you want to use FlashType rendering. Dirk. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] using global or theme assets

2006-05-19 Thread Bas J. Brey
Ive been looking for a way to use the default icons for the tree component in a list component. Does anyone have a clue on how to get to those icons? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Release Dates?

2006-05-19 Thread Tom Chiverton
On Thursday 18 May 2006 21:41, Gordon Smith wrote: No. Win and Mac only. Boo, hiss :-) Can you give us *any* indication of when an updated Linux player will land ? A month after Win/Mac ? A quarter ? A year (!) ? -- Tom Chiverton This

Re: [flexcoders] Login System

2006-05-19 Thread Tom Chiverton
On Thursday 18 May 2006 17:52, s_hernandez01 wrote: code up the login system. Would anybody know how to start that, or know of any references that would help me get started. I know that I'd have the Flash send the username/password to the CF over HTTPS. The CF creates a per-session token and

Re: [flexcoders] Using amf0 in f2b3

2006-05-19 Thread Tom Chiverton
On Thursday 18 May 2006 21:16, Xavi Beumala wrote: published a lass which allows you to work with amf0 through f2b3. Why would I want or need to use that ? -- Tom Chiverton, Just curious This email is sent for and on behalf of Halliwells

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

2006-05-19 Thread Bryan Choi
Hi, var capitals:XML = new XML ( "toproot label='root' value='root'Capitals label='U.S. State Capitals'capital label='AL' value='Montgomery' /capital label='AK' value='Juneau'/capital label='AR' value='Little Rock'/capital label='AZ' value='Phoenix'//CapitalsCapitals label='Canadian

Re: [flexcoders] Re: Using amf0 in f2b3

2006-05-19 Thread 海云飞
Hi, Renaun, I noticed that I can't view the source of login.php2006/5/19, Renaun Erickson [EMAIL PROTECTED]: X,Thanks for sharing your code updates.I have also created a componentthat provides AMF0 functionality with Flex2.You can find it here:Custom RemoteObjectAMF0

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

2006-05-19 Thread Bryan Choi
myCursor.insert( new XML ( "capital label='ME' value='Augusta'/" ) ); I tried also above, but I cann't see that is well. OTL. Please, help me.. plz Thank you. - Original Message - From: Bryan Choi To: flexcoders Sent: Friday, May 19,

Re: [flexcoders] Trying out new Cold Fusion/Flex Application Wizard

2006-05-19 Thread Paolo Bernardini
It has append to me too, I was able to see all master details data with no problem but after change a field I did see the changes on the master but then when I clicked on the edit button the details was empty. Same for all other record. I'm using an sql db. On 5/18/06, Bill Sahlas [EMAIL

Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-19 Thread Manish Jethani
On 5/19/06, Gordon Smith [EMAIL PROTECTED] wrote: var v:EdgeMetrics = super.viewMetrics; your local variable v now contains a reference to the SAME EdgeMetrics instance that the Container is using; v and some var in the Container instance are sharing the same object. When you then assign

Re: [flexcoders] Release Dates?

2006-05-19 Thread jeremy lu
last time I heard it's like 6 months ? I think Emmy Huang got this on her blog.On 5/19/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 18 May 2006 21:41, Gordon Smith wrote: No. Win and Mac only. Boo, hiss :-)Can you give us *any* indication of when an updated Linux player will land ?

Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-19 Thread Michael Schmalle
Thanks Gordon, Manish I know about references but, this taught me a new angle of it. BTW, I have now got things balanced out, last night I basically discovered what Gordon was talking about. It's funny, you think you know sometihing and life teaches you a new perspective of what you thaught

Re: [flexcoders] Using amf0 in f2b3

2006-05-19 Thread hank williams
Well, maybe because you have a major codebase already running under openAMF and you dont want to throw it out and you dont want to switch to cold fusion and you dont want to spend a billion dollars on FDS. Even if the alternate solutions were free, maybe you dont want to (or dont have

Re: [flexcoders] Re: Using amf0 in f2b3

2006-05-19 Thread Michael Schmalle
published a lass which allows you to work with amf0 through f2b3. Why would I want or need to use that ? Uh... AMFPHP (for now) ;-) Peace, Mike On 5/19/06, 海云飞 [EMAIL PROTECTED] wrote: Hi, Renaun, I noticed that I can't view the source of login.php2006/5/19, Renaun Erickson [EMAIL

Re: [flexcoders] How to cancel Keyboard events?

2006-05-19 Thread Manish Jethani
On 5/19/06, Steven Toth [EMAIL PROTECTED] wrote: what should I be doing so I can reject certain keystrokes? Listen for the *textInput* event on the TextField at a higher priority and call preventDefault() on the event object. See the documentation for TextField and its textInput event.

Re: [flexcoders] Flex2B3 :: viewMtrics - borderMetrics :: What changed

2006-05-19 Thread Michael Schmalle
Just to wrap this thread up with an answer; What I discovered was happening is this; My 'Container' does not use scrollbars, so in the Container.viewMetrics I didn't notice one simple line, or really read through it. It happened to be that if all the checks IE scrollbars, scrollpolicy equals

[flexcoders] RE: Caringorm - FrontController / addCommand adjustment?

2006-05-19 Thread Iuliu Burtoiu
Thansk for the weblink, Andriy. Best regards, Iuliu __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Flexcoders Mailing List FAQ:

[flexcoders] tree problems

2006-05-19 Thread teebee_thegr8
hi , I'm a flex developer and am new to this group..Well am encountering problems with trees...:) How do I add a child to a node at runtime? Will be eagerly waiting for your replies.. Thanks a ton srinath -- Flexcoders Mailing List FAQ:

RE: [flexcoders] CF Flex Connectivity : CRM Example

2006-05-19 Thread Bill Sahlas
I posted on this thread From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dirtmediaworld Sent: Thursday, May 18, 2006 10:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] CF Flex Connectivity : CRM Example Has anyone successfully

[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: mx:TitleWindow ... mx:Script ![CDATA[ public var seller:Object; ]] /mx:Script /mx:TitleWindow And from my application, I create it: __editWindow =

[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] 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

[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.

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

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 Behalf

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] 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

[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. --

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:

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 ( capital label='ME' value='Augusta'/ ) ); 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

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

[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

[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 :

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

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] 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 specific

RESENDING: RE: [flexcoders] Login System

2006-05-19 Thread Bill Sahlas
Heres 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 servers doc root. In flex builder create a new Flex project of type ColdFusion Flash Remoting Service. Fill

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

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

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?

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

[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 ... ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute mx:Script ![CDATA[ public function Focus():void { textField.setFocus();

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 withthe showRoot = falseattribute on the tree control. I have included example code for others that may be experiencing tree problems. Josh mx:Tree id="menuItemsTree" labelField="@label"

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

[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

[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

[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 =

[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: 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] 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 PROTECTED]

[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

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

RE: [flexcoders] Cairngorm - mx:HTTPService result=event.call.resultHandler( event )... doesn't work anymore

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

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 and

[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

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

[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

[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 [EMAIL

[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 Collections

[flexcoders] Flex 1.5 - column chart question

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

RE: [flexcoders] Flex 1.5 - column chart question

2006-05-19 Thread Ely Greenfield
HiRobert. 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

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

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. When

[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] 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

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

[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] 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:

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 mx:Application tag, or on the top tag of an MXML component, you are saying that any tags such as MyComponent that don't have a namespace prefix are to be found in the same directory as the application MXML file. - Gordon

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

[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. If you

[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:

[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

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:

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

2006-05-19 Thread Stacy Young
Its already in there , Im 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] [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 ? Its already in there , Im using it ! -Stace

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

[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 were looking for someone who can pretty-up our Flex 2 apps, probably around 40 hours required. Contact me off list if you are

[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

[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:

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' Subject:

[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:

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

2006-05-19 Thread Peter Farland
You can use HTTP 1.1 methods such as PUTwith 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

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

[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??? mx:TileList id=list width=100% height=100% / On 5/19/06, Doug Arthur [EMAIL PROTECTED] wrote: When I try to use a remote Object, I get the following error. ArgumentError:

[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 them

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_

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:I

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 it

[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

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] 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 explicitly

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

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

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

[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 willreplace the percentHeight and

[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 right

[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

[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?

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 one

  1   2   >