Re: [flexcoders] Form field direction

2006-03-01 Thread Sreenivas R
You can set the direction property to horizontal. -Sreenivas On 2/28/06, Matt Chotin [EMAIL PROTECTED] wrote: Sorry, you'll just have to put an HBox inside to get that going. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pablo ApanasionekSent:

[flexcoders] Image double showing / resizing . flashing bug?

2006-03-01 Thread moyosaned
I'm using the mx.controls.Image in a cellrenderer for a TileList. But when I set the source and give the load-call the images seems to be or loading twice or scaling itself onscreen.. Anybody got the same problems.. Flex 1.5 -- Flexcoders Mailing List FAQ:

Re: [flexcoders] flex 1.5, custom-auth, and JRun

2006-03-01 Thread Douglas Knudsen
Thanks Matt. I got Peter Ent looking into it at the moment. He suggested the same thing. Basically, there is no way to turn off logging to servername-err.log in JRun settings nor servername-out.log either, not that that is a proper solution mind you. Looking at the full trace below, seems to

Re: [flexcoders] Flex2 bug report: TabBar selectedIndex

2006-03-01 Thread Manish Jethani
On 3/1/06, Dion Mendel [EMAIL PROTECTED] wrote: The code below should create a TabBar with the 2nd tab selected. The TabBar is created and displayed but no tab is selected. [snip] Okay it's not working. If you set `selectedIndex` to 0, it works. There's one more bug: when a tab is selected

Re: [flexcoders] especial caracters on AMFPHP

2006-03-01 Thread Rich Rodecker
there are options to set the character encodings in the gateway.php file.On 2/28/06, jf.saldanha [EMAIL PROTECTED] wrote: Hi I know that this is not the place certain to make this question but: Need some help on AMFPHP. I have everything run Ok with Flex with this last example of Mike

Re: [flexcoders] especial caracters on AMFPHP

2006-03-01 Thread Rich Rodecker
look for this line in the gateway.php file: //Read above large note for explanation of charset handling //The main contributor (Patrick Mineault) is French, //so don't be afraid if he forgot to turn off iconv by default! //$gateway-setCharsetHandler(utf8_decode, ISO-8859-1, ISO-8859-1);

[flexcoders] Looking for simple working Flex 2.0 remoting examples

2006-03-01 Thread grae_hall
The Flex project I'm working on is up to the stage of commencing initial communications from flex swf client to the business logic on the backend server. I've got a subcontractor working with me and I've handed him the task of getting the remoting functional. Unfortunately we haven't been able

[flexcoders] TextEvents

2006-03-01 Thread Andy
Forgive a newbie question, but I'm having some trouble getting my Text Event listener to work properly. I want to get a callback whenever the text changes in any way. I was trying to add a listener: myTextField.addEventListener(TextEvent.TEXT_INPUT, textChanged); and public function

[flexcoders] Box Shadows above cornerRadius=47

2006-03-01 Thread Jono Spiro
If you use a cornerRadius above 47, the shadow algorithm goes nuts and draws dark black blocks around boxes where there seems to be overlap -- the further the shadowDistance, the worse it is. Of course, radiuses above this number are useful, and can even produce nearly circular boxes if you size

[flexcoders] Text/Label Shadows

2006-03-01 Thread Jono Spiro
Does anyone know of a clean way to get shadows, or other effects drawn on labels (or any composite object... perhaps)? I'm /not/ looking for a sharp shadow -- as in compositing two different labels. Ideally, I'd like to add a shadow with an outer glow (like in Photoshop) -- but I would settle for

[flexcoders] Re: Remote Objects in Flex 1.5 Problem

2006-03-01 Thread allister_dickson
Hi Graham, Thanks for the reply. It helped solve some follow up issues after I overcame the below problem. The cause of this problem was the fact that the action script class representing the java object was never specifically referenced in the action script code because arrays were being

[flexcoders] Re: 'A flex server couldn’t be found at the url' error

2006-03-01 Thread nntasha1976
Hi Renaun, Many thanks for your reply. I have checked and both are in the WEB-INF folder on the {JRUNroot}/servers/flex/flex/WEB-INF/flex-war/frameworks/mx.swc and {JRUNroot}/servers/flex/flex/WEB-INF/flex-war/system_classes Also I have tried putting flex on the JRun default server but still

Re: [flexcoders] Exception using checkbox as cellEditor in DataGrid

2006-03-01 Thread Harish Sivaramakrishnan
Hi, In addition to setting the isCellEditor=true flag you also need to set editorProperty=selected for your code to function correctly with a checkBoxCellRenderer. In your code, since the editable is set to true, clicking on the Datagrid cell tries to bring the default editor which is the

[flexcoders] Re: Webservices swapping parameters

2006-03-01 Thread mvbaffa
Not really when I call makeRemoteCall the way you sugested the first parameter (userName) receives nothing, and the second parameter recieves the userName and userPassword separated by comma. Thanks Philippe --- In flexcoders@yahoogroups.com, Philippe Maegerman [EMAIL PROTECTED] wrote:

[flexcoders] Using HTTPService

2006-03-01 Thread cplus_developer
Hello all,I tried to do the restaurant tutorial located at: http://www.macromedia.com/devnet/flex/articles/restaurant_app_03.html I did all the tutorials says step by step ,but when I run restaurant1.mxml ,when I click on the Get Data Button ,it shows me a dialbox error:HTTP Service

[flexcoders] Security sandbox violation

2006-03-01 Thread jf.saldanha
Hi This error is about cross domain files i think? But today and i put on run the example of Mike Potter http://blogs.adobe.com/mikepotter/ I put the example run onLine that way give the error http://www.carlaabreu.com/amfphp2test.html That way run http://carlaabreu.com/amfphp2test.html The

[flexcoders] radio button group inside repeater

2006-03-01 Thread deepu_verma
Hi, When I create radio buttons inside a repeater control. The UI creats the all the radio button in a single group. Following is the code : mx:Repeater dataProvider={searchControlHelper.repeaterModel} id=searchControlRepeater recycleChildren=true mx:VBox

[flexcoders] Re: Remote Objects in Flex 1.5 Problem

2006-03-01 Thread Dave Wolf
What if you mark them transient? Does that help? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, allister_dickson [EMAIL PROTECTED] wrote: Hi Graham, Thanks

Re: [flexcoders] TextEvents

2006-03-01 Thread Manish Jethani
On 3/1/06, Andy [EMAIL PROTECTED] wrote: myTextField.addEventListener(TextEvent.TEXT_INPUT, textChanged); and public function textChanged(e:Event):void { testLabel.text = myTextField.text; } (in reality, I'd want to do something more advanced with the updated text, but for now, let's

[flexcoders] Flex 2 - Poor server side documentation.

2006-03-01 Thread javanatic23
Flex 2 server side documentation would be more detailed and extensive. There are not chapters related to: Development of Custom adapters. Configuration in other application servers (Jboss, OC4J, etc). Hibernate adapter configuration. -- Flexcoders Mailing List FAQ:

[flexcoders] IOError: Error #2058: There was an error decompressing the data.

2006-03-01 Thread bhaq1972
Hi I'm doing a simple test but get the above error. what am i doing wrong? tia var byteArr:ByteArray = new ByteArray(); byteArr.writeUTF(hello); byteArr.position = 0; byteArr.compress(); byteArr.position = 0; byteArr.uncompress(); out.text += byteArr.readUTF(); //out is a textarea --

Re: [flexcoders] Flex2 :: Button :: Getting custom skins to refresh IE getStyle() is used

2006-03-01 Thread Manish Jethani
On 3/1/06, Teoti Graphix [EMAIL PROTECTED] wrote: I have a custom skin class that draws all button skins. I am using a parent.swatchColor to get the color of the swatch but, when changing the color through a setter of the subclassed button component, it is not updating all 8 skins of the

Re: [flexcoders] Bitmap

2006-03-01 Thread Manish Jethani
On 2/28/06, Richard Schutten [EMAIL PROTECTED] wrote: [snip] Now i want to add a bitmap to an VBox in my project. function showPic(event:Event) : void { var bmp:Bitmap = new Bitmap(pictLdr.content); vboxImageContainer.addChild(bmp) } I can't get it done. I'm getting the runtime

[flexcoders] Re: Chart printing options - how to in Flex 1.5? Thanks!

2006-03-01 Thread wujunjr
Could anybody kindly help me?? Need to show lable on column chart and line chart. John --- In flexcoders@yahoogroups.com, wujunjr [EMAIL PROTECTED] wrote: I tried again this afternoon but failed :( --- In flexcoders@yahoogroups.com, wujunjr wujunjr@ wrote: I have a similar question:

[flexcoders] Calling JS from ActionScript and vice versa

2006-03-01 Thread Mike Potter
I'm going through the example here, http://labs.macromedia.com/wiki/index.php/ActionScript_3:resources:FAQ#How_can_I_call_a_JavaScript_function_from_ActionScript.3F on how to call a JS function from ActionScript. I have the following MXML: ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] Bitmap

2006-03-01 Thread Johannes Nel
something else which should work vBoxInstance.allChildrenList.addChild(pDisplayObject); i would go with what manish says simply because the framework will play nicer with itOn 3/1/06, Manish Jethani [EMAIL PROTECTED] wrote:On 2/28/06, Richard Schutten [EMAIL PROTECTED] wrote:[snip] Now i

Re: [flexcoders] Bitmap

2006-03-01 Thread Manish Jethani
On 3/1/06, Johannes Nel [EMAIL PROTECTED] wrote: something else which should work vBoxInstance.allChildrenList.addChild(pDisplayObject); Depending on what you want to do, this might be better. This will add the Bitmap as a chrome object, so positioning it will be entirely upto you (which

Re: [flexcoders] Text/Label Shadows

2006-03-01 Thread JesterXL
Flex 1.5: - put 2 labels in a canvas - 1 white, 1 black - put the white one at x 0, y 0 - put the black one at x 1, y 1 You can then bind it like so: mx:Label id=main_lbl text=Hello color=#FF x=0 y=0 / mx:Label text={main_lbl.text} color=#00 x={main_lbl.x + 1} y={main_lbl.y + 1} / Flex

Re: [flexcoders] Calling JS from ActionScript and vice versa

2006-03-01 Thread Manish Jethani
On 3/1/06, Mike Potter [EMAIL PROTECTED] wrote: I'm going through the example here, http://labs.macromedia.com/wiki/index.php/ActionScript_3:resources:FAQ#How_can_I_call_a_JavaScript_function_from_ActionScript.3F on how to call a JS function from ActionScript. I have the following MXML: ?xml

RE: [flexcoders] Calling JS from ActionScript and vice versa

2006-03-01 Thread Matt Horn
Not sure why a new class is being declared inside a script block... You can try the examples in this section of the Developing Flex Applications book: Accessing JavaScript functions from Flex http://livedocs.macromedia.com/flex/20beta1/docs/1303.html Hth, Matt Horn Flex docs

RE: [flexcoders] Calling JS from ActionScript and vice versa

2006-03-01 Thread Jonathan Miranda
Just a random question to extend this, is there functionality for _javascript_ to call Flex functions? _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see your pieces.

Re: [flexcoders] Calling JS from ActionScript and vice versa

2006-03-01 Thread Manish Jethani
On 3/1/06, Jonathan Miranda [EMAIL PROTECTED] wrote: Just a random question to extend this, is there functionality for javascript to call Flex functions? Yes: ExternalInterface.addCallback(fooFunc); // from JS document.getElementById(myFlexApp).fooFunc(); You can also pass parameters,

[flexcoders] xpath, xquery, schema in flex 2

2006-03-01 Thread nmsflex
does any one know where is document and tutorial how to use xpath, validation xml doc in flex 2? i can not find the resources for that. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Calling JS from ActionScript and vice versa

2006-03-01 Thread Matt Horn
Also documented in that same chapter: Accessing Flex from JavaScript http://livedocs.macromedia.com/flex/20beta1/docs/1310.html Hth, Matt Horn Flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Wednesday,

RE: [flexcoders] Calling JS from ActionScript and vice versa

2006-03-01 Thread Jonathan Miranda
The irony that the all-seeing function returns 42 in the doc example Matt. J _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let your opponent see your pieces. HealthGrades: Guiding America to

[flexcoders] Remote Objects and Exceptions

2006-03-01 Thread Shlomi Cohen
Title: Mercury Email Signature Hi We are working with Remote Objects with Spring (through the SpringBeanAdapter). as i understand a GatewayException is thrown at the server and somehow translated to the client. the problem is i could not find any public member at the Fault object that

[flexcoders] DataService in Flex2 without FES?

2006-03-01 Thread Sönke Rohde
Hi, In Flash 7/8 there was the DataSet.deltaPacket to handle updates of a DataSet. In Flex2 it looks like the DataService and the DataStore are the classes which handle this behaviour. In the livedocs it is mentioned that The destination must be a reference to a destination configured in the

[flexcoders] Xiff and Flex

2006-03-01 Thread Jonathan Miranda
Anyone ever messed around with the Xiff library and Flex? Im in a tinkering mood and have begun working on a Flex IM client that uses Jabber just curious if anyone else has dove into this area before. _ Jonathan Miranda Flexible Master of the

JSON support and additional libraries now shipping on Adobe labs...(was RE: [flexcoders] Re: JSON support?)

2006-03-01 Thread David Mendels
Hi All, FYI, this and a lot more is shipping now: This week theAdobe Developer Relations teamreleased a set of seven free ActionScript 3.0 APIs to help developers get started building Flex 2.0 applications on http://labs.adobe.com. They are located at

RE: [flexcoders] Xiff and Flex

2006-03-01 Thread João Fernandes
I once did work with it and it works pretty fine. Dont forget that XIFF classes are AS2.0 classes. It could be nice to have a Jabber adapter for messaging. João Fernandes Sistemas de Informação Programador Informático Cofina media Avenida João Crisóstomo, Nº 72 . 1069-043

RE: [flexcoders] Xiff and Flex

2006-03-01 Thread Jonathan Miranda
Know if there is any plans to port them to AS3? Didnt find anything on their forums. _ Jonathan Miranda Flexible Master of the Web Try not to become a man of success, but a man of value. - Albert Einstein HealthGrades: Guiding America to

RE: [flexcoders] Xiff and Flex

2006-03-01 Thread João Fernandes
I asked once if they planned to port it (http://www.jivesoftware.org/community/thread.jspa?threadID=16111tstart=25) but got no response. João Fernandes Sistemas de Informação Programador Informático Cofina media Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel

RE: [flexcoders] DataService in Flex2 without FES?

2006-03-01 Thread Matt Chotin
No, FES is required for this stuff. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sönke Rohde Sent: Wednesday, March 01, 2006 9:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DataService in Flex2 without FES? Hi, In Flash

Re: [flexcoders] Xiff and Flex

2006-03-01 Thread JesterXL
I'd be willing to help if someone could show me to a working server. I've got plenty of working Flash AS2 code, but NO working server's. The one at Dreamhost is like... stupid, it comes with accounts you can create, but no conference rooms, etc. I know jack about Jabber, but I do have

RE: [flexcoders] Box Shadows above cornerRadius=47

2006-03-01 Thread Matt Chotin
I've forwarded the issue on internally. Maybe you can just lay some extra pieces with smaller corner radiuses underneath? I haven't tried any of this stuff :-) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jono Spiro Sent: Tuesday, February

[flexcoders] Flex 2: Custom events disappearing

2006-03-01 Thread Scott Langeberg
I've got a component with a button (called dragBar) on it. The listener is set up as:firstComp dragBar.addEventListener(MouseEvent.MOUSE_DOWN, onMouseDown); private function onMouseDown(e:MouseEvent):void { e.stopPropagation(); dispatchEvent(new DragItemEvent(MouseEvent.MOUSE_DOWN,

Re: [flexcoders] Xiff and Flex

2006-03-01 Thread Scott Langeberg
We're starting work on porting over the Smack library for Jabber into AS3.ScottOn 3/1/06, João Fernandes [EMAIL PROTECTED] wrote: I asked once if they planned to port it (http://www.jivesoftware.org/community/thread.jspa?threadID=16111tstart=25 ) but got no response.

RE: [flexcoders] Remote Objects and Exceptions

2006-03-01 Thread Peter Farland
In Flex 1.5 a GatewayException constructs an Object that is based on the AMF NetStatusEvent's info object. This object has the properties code, description, details, level, type, rootcause. However, if a GatewayException itself isn't thrown, then the only information available is that as returned

RE: [flexcoders] Looking for simple working Flex 2.0 remoting examples

2006-03-01 Thread Peter Farland
You would need client code written in ActionScript 3 if you're using Flex 2.0. You could try to use the flash.net.NetConnection class directly to start testing communications with a servet like WebORB. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] Xiff and Flex

2006-03-01 Thread Scott Langeberg
Jesse,You're best off installing your own. Wildfire is a very simple Jabber server (and well-developed) to set up:http://jivesoftware.org/I would suggest using the built-in database option, to start with and then deploy your own, once you get it figured out. They simply use the database to

Re: [flexcoders] Xiff and Flex

2006-03-01 Thread JesterXL
Thanks Scott! So, assuming she's cool, are there servers out there that offer hosting options for Wildfire? - Original Message - From: Scott Langeberg To: flexcoders@yahoogroups.com Sent: Wednesday, March 01, 2006 2:10 PM Subject: Re: [flexcoders] Xiff and Flex Jesse,You're best

[flexcoders] Re: Xiff and Flex

2006-03-01 Thread Dave Wolf
Wildfire (and pretty much everything from Jive Software) is outstanding. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Scott Langeberg [EMAIL PROTECTED] wrote:

RE: [flexcoders] Re: Xiff and Flex

2006-03-01 Thread Jonathan Miranda
Yeah, our company is probably going to start using Wildfire, Psi (psi.sf.net really good jabber client my buddy wrote) and an internal flex application. Any plans on when that AS3 version is going to come out? I initially tried messing around with it to get it to work in AS3 but the

Re: [flexcoders] Xiff and Flex

2006-03-01 Thread Scott Langeberg
I don't know. We host our own servers!ScottOn 3/1/06, JesterXL [EMAIL PROTECTED] wrote: Thanks Scott! So, assuming she's cool, are there servers out there that offer hosting options for Wildfire? - Original Message - From: Scott Langeberg To: flexcoders@yahoogroups.com

[flexcoders] Currency Formatter -- formats only numbers up to 15 characters in length?

2006-03-01 Thread Oscar . Cortes
Could anyone try this code? Enter a number of 16 characters for example:123456789012345. Click the button to get the format... you get $1. Anything below 15 characters works fine. am I missing something? or is this a bug? Thanks ?xml version=1.0 encoding=utf-8? mx:Application

Re: [flexcoders] Re: Xiff and Flex

2006-03-01 Thread Scott Langeberg
Yeah, we're planning to release the source and API within a few months. We'll post to the group when it comes out.ScottOn 3/1/06, Jonathan Miranda [EMAIL PROTECTED] wrote: Yeah, our company is probably going to start using Wildfire, Psi (psi.sf.net – really good jabber

Re: [flexcoders] Box Shadows above cornerRadius=47

2006-03-01 Thread Jono Spiro
Not a bad idea! On 3/1/06, Matt Chotin [EMAIL PROTECTED] wrote: I've forwarded the issue on internally. Maybe you can just lay some extra pieces with smaller corner radiuses underneath? I haven't tried any of this stuff :-) -Original Message- From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Xiff and Flex

2006-03-01 Thread Daniel Nelson
We plan on releasing the source and api in a couple of months. -Dan On 3/1/06, Jonathan Miranda [EMAIL PROTECTED] wrote: Yeah, our company is probably going to start using Wildfire, Psi ( psi.sf.net – really good jabber client my buddy wrote) and an internal flex application. Any plans on

RE: [flexcoders] Flex2 bug report: TabBar selectedIndex

2006-03-01 Thread Deepa Subramaniam
These TabBar issues have all been fixed in our internal builds so keep an eye out for the next public drop to resolve this for you. -deepa -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Wednesday, March 01, 2006 5:54 AM

[flexcoders] Re: Exception using checkbox as cellEditor in DataGrid

2006-03-01 Thread thunderstumpgesatwork
Thanks, this has fixed the exception. However I am still getting really odd behavior of the checkbox. The first time I click the row it doesn't do anything (I.E. the state of the checkbox doesn't change) only if I click the same row again does it change. AND while the focus is on that row,

Re: [flexcoders] Re: Xiff and Flex

2006-03-01 Thread JesterXL
Both. - Original Message - From: Dave Wolf [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, March 01, 2006 2:19 PM Subject: [flexcoders] Re: Xiff and Flex Jesse, Are you looking for production hosting, or a hosted server for your development? -- Dave Wolf Cynergy

[flexcoders] about crossdomin issues

2006-03-01 Thread José Saldanha
Hi Security sandbox violation error This error is about cross domain files i think? But today and i put on run the example of Mike Potter AMFPHP http://blogs.adobe.com/mikepotter/ I put the example run onLine that way give the error http://www.carlaabreu.com/amfphp2test.html That way run

[flexcoders] Opening 1.5 files in FB2 error

2006-03-01 Thread Tom Ortega
Anyone else notice that if you try to open a Flex Builder 1.5 file in FB 2 without it being part of a project, FB 2 errors out? It could be because mine's on a fileshare, but here's the error message for those QA folks interested in it! =) java.lang.NullPointerException at

[flexcoders] Not receiving posts

2006-03-01 Thread jwc_wensan
Moderator: I have not received any FlexCoder posts for the past 3 hours. I am getting other emails to my email address. I checked my Yahoo Group account and see no errors or bounced email error that I have seen in the past even though I got all other emails. Can you assist? Thanks, Jack

[flexcoders] Resize bug?

2006-03-01 Thread Jonathan Miranda
Cant tell if this would be a Firefox/IE error or Flex, but lets say you have 2 tabs open and youre selected on the tab without your flash video. Resize the browser, then switch tabs flash wont resize until you resize the window again. Does the same in Firefox and IE maybe when the

[flexcoders] Resize bug

2006-03-01 Thread Jonathan Miranda
Anyone have problems with someone dragging an HDivideBox divider to the edges? Take the Welcome Dashboard example: http://weblogs.macromedia.com/flex_samples/dashboard/dashboard.html And drag the dividers to the edges.see the weirdness? _

[flexcoders] Re: xpath, xquery, schema in flex 2

2006-03-01 Thread thunderstumpgesatwork
I don't know of any support for xpath or validation with the new e4x xml objects... at least not documented. If someone else knows if this is possible, I'd be very interested too! Thunder --- In flexcoders@yahoogroups.com, nmsflex [EMAIL PROTECTED] wrote: does any one know where is document

Re: [flexcoders] Resize bug

2006-03-01 Thread JesterXL
Yep, jacked up here. - Original Message - From: Jonathan Miranda To: flexcoders@yahoogroups.com Sent: Wednesday, March 01, 2006 5:14 PM Subject: [flexcoders] Resize bug Anyone have problems with someone dragging an HDivideBox divider to the edges? Take the Welcome Dashboard

RE: [flexcoders] Resize bug

2006-03-01 Thread Jonathan Miranda
Slowly but surely Mattthis is like maybe 15 bugs? J _ Jonathan Miranda Flexible Master of the Web Try not to become a man of success, but a man of value. - Albert Einstein HealthGrades: Guiding America to Better Healthcare NASDAQ: HGRD w

[flexcoders] PopupButton bug

2006-03-01 Thread Tom Bray
I looked around for the proper way to report this but could find it. The code below is from the PopUpButton livedoc, the only change I made is that I commented out the line that changes the label of the PopupButton instance after a menu item is selected. Doing this causes the menu to not

RE: [flexcoders] Resize bug

2006-03-01 Thread Matt Chotin
http://weblogs.macromedia.com/mchotin/archives/2006/03/special_thanks.cfm From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda Sent: Wednesday, March 01, 2006 2:46 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Resize

[flexcoders] flash crashes - calling preventDefault() in cellRequestEdit event handler (2.0)

2006-03-01 Thread thunderstumpgesatwork
Hey guys, I found a nasty one.. Flex2 Beta1, FES compiled, I.E. 6.0 On a DataGrid when I call event.preventDefault(); from the handler of a cellRequestEdit event, it crashes flash, and then IE. below is the app I'm using to verify. Thunder //--- ?xml version=1.0

RE: [flexcoders] Flex 2 - Poor server side documentation.

2006-03-01 Thread Matt Chotin
Yes, the documentation for the server is behind the product. We're hoping it will be more caught up in Beta 2, but sometimes we just need to release when we can. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of javanatic23 Sent: Wednesday,

Re: [flexcoders] Flex2 :: Button :: Getting custom skins to refresh IE getStyle() is used

2006-03-01 Thread Teoti Graphix
Hey Manish! Well kindof. I have subclassed Button in an mxml component. I have defined a get set property swatchColor in the mxml component(extended Button). The problem is, how do I define a style for an mxml component, and yes man, I have almost read the WHOLE frekin beta docs ;-) I

RE: [flexcoders] Image double showing / resizing . flashing bug?

2006-03-01 Thread Matt Chotin
When you change the image source the first thing you should do is set its visibility to false. Then put a complete handler on the image and when the complete event fires set the visibility to true. That should do it hopefully. Matt -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] flex 1.5, custom-auth, and JRun

2006-03-01 Thread Matt Chotin
Yeah, I'll Peter dig as appropriate :-) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Wednesday, March 01, 2006 5:32 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] flex 1.5, custom-auth, and JRun Thanks Matt.

RE: [flexcoders] Re: Webservices swapping parameters

2006-03-01 Thread Matt Chotin
Is the .Net service doc-lit or RPC style? Maybe try setting it to RPC style? Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mvbaffa Sent: Wednesday, March 01, 2006 4:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

RE: [flexcoders] Using HTTPService

2006-03-01 Thread Matt Chotin
You edited the flex-config.xml file? Is there any more info in the error? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cplus_developer Sent: Wednesday, March 01, 2006 4:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using

RE: [flexcoders] radio button group inside repeater

2006-03-01 Thread Matt Chotin
You should specify a groupName for every repeated element, like searchControlRepeater.currentItem.someName. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of deepu_verma Sent: Tuesday, February 28, 2006 11:13 PM To:

RE: [flexcoders] xpath, xquery, schema in flex 2

2006-03-01 Thread Matt Chotin
We don't have any XML validation in Flex 2 but the E4X features provide a decent amount of xpath support. There should be docs included on how to use e4x. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nmsflex Sent: Wednesday, March 01,

RE: [flexcoders] Flex 2: Custom events disappearing

2006-03-01 Thread Matt Chotin
Well, scrollbars tend to catch the mouse events and stop them from propagating if you happen to be over them. I suppose that could be it. Try using capture for the DragItemEvent and see if you then see it. Firstcomp.addEventListener(, onMouseDown, true). If you start receiving the event

RE: [flexcoders] Currency Formatter -- formats only numbers up to 15 characters in length?

2006-03-01 Thread Matt Chotin
It's a known limitation I think. Basically the Number class doesn't support more digits and therefore the formatter doesn't either. Not sure if Flex 2 has advanced its support. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

RE: [flexcoders] about crossdomin issues

2006-03-01 Thread Matt Chotin
Sorry, what's the error you're getting? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of José Saldanha Sent: Wednesday, March 01, 2006 1:27 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] about crossdomin issues Hi Security sandbox

RE: [flexcoders] Resize bug

2006-03-01 Thread Matt Chotin
It looks better in b2 but it probably wont be completely fixed. Ive forwarded it on. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda Sent: Wednesday, March 01, 2006 2:15 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] PopupButton bug

2006-03-01 Thread Matt Chotin
http://www.macromedia.com/go/wish is OK but Im forwarding these on to QA when possible right now. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Bray Sent: Wednesday, March 01, 2006 2:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] flash crashes - calling preventDefault() in cellRequestEdit event handler (2.0)

2006-03-01 Thread Matt Chotin
Forwarded it on. We'll see if it repros on a recent build. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Wednesday, March 01, 2006 4:39 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] flash crashes - calling

RE: [flexcoders] Re: Chart printing options - how to in Flex 1.5? Thanks!

2006-03-01 Thread Matt Chotin
Ely's on vacation, I'm no chart expert, sorry :-) If someone else has done chart printing give us a hand here... -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wujunjr Sent: Wednesday, March 01, 2006 6:35 AM To: flexcoders@yahoogroups.com

Re: [flexcoders] PopupButton bug

2006-03-01 Thread Samuel Reuben
Hi Tom, I see this intermittently commented or uncommentedi've logged a bug - though not in Beta1. Thanks, -sam On 3/2/06, Matt Chotin [EMAIL PROTECTED] wrote: http://www.macromedia.com/go/wish is OK but I"m forwarding these on to QA when possible right now. From: