RE: [flexcoders] Re: how to get the Bitmap/BitmapData of controls

2006-03-29 Thread Philippe Maegerman
PNG encoder : http://www.kaourantin.net/2005/10/png-encoder-in-as3.html JPEG encoder : http://www.kaourantin.net/archive/2005_10_01_flashgraphics_archive.html   P. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: jeudi 30 mars 2006 7:55To: flexcoder

RE: [flexcoders] Re: Problems loading dynamic images and swf's

2006-03-29 Thread Matt Chotin
We have experienced this and there are bugs filed. Can you send your web server information please? Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nextadvantage Sent: Tuesday, March 28, 2006 8:13 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: how to get the Bitmap/BitmapData of controls

2006-03-29 Thread Matt Chotin
Create a BitmapData, then call draw on it passing in the thing you want stored. You can then even turn it into a PNG before you send it off (see PNGEncoder attached). Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wujunjr Sent: Wednesday,

RE: [flexcoders] Too many mistakes

2006-03-29 Thread David Mendels
Hello,    " Will Adobe make it better ?"   Yes, please keep in mind this is BETA software.    -David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of snailSent: Wednesday, March 29, 2006 2:16 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Too

RE: [flexcoders] Flex2Beta2: resolving relative URIs

2006-03-29 Thread Matt Chotin
We have a mx.utils.URLUtil class which you can use, it doesn't seem to be showing up in the docs right now though. /** * Converts a potentially relative URL to a full qualified URL. * If the URL is not relative, it is just returned as is. * If the URL starts with a slash, the

RE: [flexcoders] compiler errors, runtime errors, requests for enhancement (Flex 2 beta)

2006-03-29 Thread Matt Chotin
There are some folks who watch those forums but the product team does spend more time on different lists (one of them being here but we can’t commit to anything).    For your NPE we’d need to see code.  I’ve seen bugs filed for missing imports and missing return types I think.   For

RE: [flexcoders] Error #1009 Troubleshooting

2006-03-29 Thread Matt Chotin
Can you post code that reproduces this and we’ll get it filed?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brendan Meutzner Sent: Tuesday, March 28, 2006 7:39 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Error #1009 Troubles

RE: [flexcoders] Re: Using mxml without flex framework (Flex 2 Beta 1 and 2)

2006-03-29 Thread Matt Chotin
It is a long-term goal to have MXML only require some interfaces and not the current framework implementation. However we won't accomplish that for Flex 2.0. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bussesven Sent: Tuesday, March 28,

RE: [flexcoders] Flex 1.5 - When IsStructureValid()==False, where to find all the error messages

2006-03-29 Thread Matt Chotin
No, sorry, you need to poll each individual validator for its errors. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Libby Sent: Tuesday, March 28, 2006 8:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 1.5 - When IsStructur

RE: [flexcoders] Large XML data binding to FLEX Chart

2006-03-29 Thread Matt Chotin
You might want to check out Flex Data Services too, we have paging built right into the system J   However it’s worth noting that the charts do not support paged data (where it comes down incrementally), in order to draw successfully a chart assumes that all data is present.   Matt  

RE: [flexcoders] How to setup flash debug player

2006-03-29 Thread Matt Chotin
The fact that you see the debugger option means that you installed the debug player successfully. You would then use FlexBuilder to launch a debug session of your SWF. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Larry Liang Sent: Monday, Marc

RE: [flexcoders] Message destinations in the context of a multi-room chat app

2006-03-29 Thread Matt Chotin
We are also investigating adding dynamic destination support on top of the selector technique. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Bray Sent: Wednesday, March 29, 2006 11:28 AM To: flexcoders@yahoogroups.com Subject: Re: [fle

RE: [flexcoders] Re: Cairngorm problem

2006-03-29 Thread Matt Chotin
Joe B found another bug related to binding and initialization, maybe we’re running into something similar.  If anyone has a simpler example that uses binding into a chart (one that I can submit as a bugfile) that would be great.  The smaller the better because debugging binding when there

RE: [flexcoders] using object+embed tags-install flash player8.5 on client systems-is possible?

2006-03-29 Thread Matt Chotin
Not right now, the 8.5 Player is not meant to be auto-installed.  When Flex 2 ships 8.5 will be available for auto-install.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of venkat eswar Sent: Tuesday, March 28, 2006 3:09 AM To: flexcod

RE: [flexcoders] How to get the XML of a SOAP fault

2006-03-29 Thread Matt Chotin
I confirmed the events that URLLoader dispatches the only new one is that we can read the status code. So I can read 500 but that doesn't mean I'll get the body of the response with the fault XML back. So this limitation has not gone away yet. However the bug that we filed way back in the day

RE: [flexcoders] A question about flashplatform samples at Adobe Labs

2006-03-29 Thread Matt Chotin
You can do whatever you want to the samples, feel free to customize and edit away. The samples are definitely behind the product updates, but we're working on getting a number of them put together in time for release. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMA

Re: [flexcoders] another screwing from microsoft

2006-03-29 Thread Clint Modien
I'll wager microsoft is a wee bit more upset about the eolas patent than you are...Asked about this a while back...  here's the official answer. http://www.mail-archive.com/flexcoders@yahoogroups.com/msg21978.html On 3/29/06,  Andy Johnston <[EMAIL PROTECTED]> wrote:>  Anyone care to comment on

[flexcoders] another screwing from microsoft

2006-03-29 Thread Andy Johnston
Anyone care to comment on this little gem? http://www.eweek.com/article2/0,1895,1943847,00.asp how will this affect RIA's in general, swf in particular? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/

Re: [flexcoders] About Flash Player 8.5

2006-03-29 Thread Mike Chambers
Please make sure to report these issues: http://www.macromedia.com/go/fp_public_beta_feedback mike chambers [EMAIL PROTECTED] Dreamer wrote: > hello,everyone > >when I installed Flash Player 8.5,I find that when I browse some websites > the Player popup errors,but these websites are norm

[flexcoders] About Flash Player 8.5

2006-03-29 Thread Dreamer
hello,everyone when I installed Flash Player 8.5,I find that when I browse some websites the Player popup errors,but these websites are normal before I installed the Player 8.5. Why? Dreamer [EMAIL PROTECTED] 2006-0

Re: [flexcoders] Too many mistakes

2006-03-29 Thread snail
Jignesh Dodiya,         Thank you very much. I didn't depend on the flex help documentation.But there are few documentation for the beginners except the help. But I will focus on other resource.  Thank everyone!!!      2006-03-29 23:35:47   

RE: [flexcoders] HTTP method POST is not supported by this MXML?

2006-03-29 Thread Matt Chotin
The servlet that compiles MXML does not accept POST requests. If you want to have variables passed through but submit using POST you'll need to write your own wrapper JSP to do it. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan Sent: Wednesd

[flexcoders] HTTP method POST is not supported by this MXML?

2006-03-29 Thread Dan
I get "HTTP method POST is not supported by this URL" when to call the following html script The script work well if method="get", however, I want to sumbit hidden parameters to the mxml. Anyone Can help? Daniel -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fle

[flexcoders] Re: Hardware requirements for Flex performance

2006-03-29 Thread george_lui
thanx for the response Mika. I was wondering if you have even experiences behavioral anomalies as a result of this? For instance, when I select a lot of data from this popup window, it displays in my main window as an iteration of Repeater tags. Problem is that some of my selections aren't being

RE: [flexcoders] Re: databinding issue for combobox

2006-03-29 Thread Tracy Spratt
And here is an enhanced example that has both the same structure and different structures. Tracy http://www.macromedia.com/2003/mxml"; initialize="initApp()" horizontalAlign="left">

RE: [flexcoders] Re: databinding issue for combobox

2006-03-29 Thread Tracy Spratt
Here is a sample app that migh approach what you want. It assumes the item object structures are the same for both controls. Tracy http://www.macromedia.com/2003/mxml"; horizontalAlign="left">

[flexcoders] Re: Flex2, JBoss and SonicMQ

2006-03-29 Thread jeffrey_lage
I also need to be able to access the SonicMQ JNDI store from a flex data service. Where you able to make any progress on this? --- In flexcoders@yahoogroups.com, "cshafer213" <[EMAIL PROTECTED]> wrote: > > Hello, > > I am running Flex2 on JBoss and it is working except for the > messaging. Is

RE: [flexcoders] Re: databinding issue for combobox

2006-03-29 Thread Tracy Spratt
Item objects(rows) contain multiple properties(columns). Is the structure of the item object the same for the combobox dataProvider and the DataGrid dataProvider? If so you should be able to simply specify the combobox selectedItem as the argument to addItem. Maybe you have to cast the selectedIt

RE: [flexcoders] Beta 2: TitleWindow.titleBar = No Double Clicking!

2006-03-29 Thread Gordon Smith
I think the problem is that the TextField displaying the title is actually getting the click (rather than the title bar background) but it isn't doubleClickEnabled.   We're fixing the doubleClickEnabled setter to recurse into children.   - Gordon   From: flexcoders@yahoogrou

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Gordon Smith
Override measure() and updateDisplayList(). - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Wednesday, March 29, 2006 5:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: need help with programatic skin t

RE: [flexcoders] dispatching an event from an itemRenderer

2006-03-29 Thread Gordon Smith
event.target is whatever object called dispatchEvent(). It stays fixed through the capture and bubble phases of event dispatching. event.currentTarget is the object whose event listeners are being processed. It changes during the capture and bubble phases, but will always be an ancestor of the tar

Re: [flexcoders] Re: How do u use HTTP POST in flex 2 / AS3

2006-03-29 Thread Manuel Saint-Victor
That simplifies it and makes it really clear.  I hadn't thought of it that way as far as loading and sending an object a-la "LoadVars" before nowManiOn 3/29/06, sinatosk <[EMAIL PROTECTED]> wrote: I think this is what your looking for   lets say the id of your HTTPService is called "hs" and

[flexcoders] Flex2Beta2: resolving relative URIs

2006-03-29 Thread Aldo Bucchi
Hi all, I need a class to resolve a uri from a baseURI and a relativeURI example resolveRelativeURI( base:String, relative:String ):String base: http://www.foo.com/bla relative: image.jpg returns: http://www.foo.com/bla/image.jpg base: http://www.foo.com/bla/blo/ relative: ../../bar.html#fra

[flexcoders] Beta 2: TitleWindow.titleBar = No Double Clicking!

2006-03-29 Thread Scott Langeberg
I'm unable to listen for doubleClick on the titleBar in my class that extends TitleWindow. I'm able to catch the mouseDown event, but not doubleClick:           this.titleBar.doubleClickEnabled = true;           trace("dblclcickenable: "+this.titleBar.doubleClickEnabled)            this.titleBar

Re: [flexcoders] Beta 2: Evaluating interfaces

2006-03-29 Thread Scott Langeberg
Thanks.Looks ta' worked!ScottOn 3/29/06, Gordon Smith <[EMAIL PROTECTED]> wrote: 'is' can only be used to test *instances* of classes that implement interfaces. You don't use it with the class itself.   So...   function checkImp(className:Class):Boolean {     return new cl

Re: [flexcoders] Re: How do u use HTTP POST in flex 2 / AS3

2006-03-29 Thread sinatosk
I think this is what your looking for   lets say the id of your HTTPService is called "hs" and I'm assuming you know how to create HTTPServices. so do this   function send_params():void {     // declare variable "obj" and type is "Object"     var obj:Object = new Object();       // Set propertie

Re: [flexcoders] Re: Internal Build Error

2006-03-29 Thread Tim Sawyer
Excellent, thanks Mike. It'd be nice if they could find a way to output the file and line number causing the internal build error if it happens again! :-) Ta, Tim. On Wednesday 29 Mar 2006 19:20, Mike Chambers wrote: > fyi, > > I forwarded this to the Flex Builder team. > > mike chambers > > [

RE: [flexcoders] Beta 2: Evaluating interfaces

2006-03-29 Thread Gordon Smith
'is' can only be used to test *instances* of classes that implement interfaces. You don't use it with the class itself.   So...   function checkImp(className:Class):Boolean {     return new className() is IMyInterface; }   will work.   You could also use describeType(className)

[flexcoders] Re: databinding issue for combobox

2006-03-29 Thread rgwilson26
I actually have multiple columns in my dg which is why I am using dgResources.addItem( {dept: cmbDept.selectedItem} ); I cut down the example for simplicity. However, I did try the example you suggested and it gives me a statement incomplete error. I think it needs a identifier for each specifi

[flexcoders] Beta 2: Evaluating interfaces

2006-03-29 Thread Scott Langeberg
Wondering if there is ability to find out if a Class implements an interface? As in:function checkImp(className:Class): Boolean {   return (className is IMyInterface);}I'm using the PopUpManager internally, and want to check that whatever gets passed in implements my interface, first. Thanks, :

Re: [flexcoders] dispatching an event from an itemRenderer

2006-03-29 Thread Chris Scott
OK, it's all kind of good, but here's what I have discovered. My itemRenderer is a component based on HBox, this is being used as an itemRenderer for a column of a dataGrid. In that component I had 3 Label items. I can create rollover effects for each like so:my methods for doRollover and doRollout

Re: [flexcoders] dispatching an event from an itemRenderer

2006-03-29 Thread Douglas Knudsen
ok, I'll retract that. looks like the bubbles up retains the target. Chris, try adding this to your object inside your itemRenderer creationComplete="this.addEventListener(MouseEvent.CLICK,handleUpClick);" This seems to work for me. DK On 3/29/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > I

[flexcoders] Re: Flex 2.0 and AMF.NET

2006-03-29 Thread Renaun Erickson
Does AMF.NET support the new AMF format? With Flash Player 8.5 and AS 3 there was released a newer AMF format, called AMF3. Renaun --- In flexcoders@yahoogroups.com, "Niklas Richardson" <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > Is there any reason why AMF.NET would not work with Flex 2.0?

Re: [flexcoders] dispatching an event from an itemRenderer

2006-03-29 Thread Douglas Knudsen
IIRC, the event.target changes to the last object catching the event. I'm having the same issue with a TileList and itemRenderer DK On 3/29/06, Tobias Patton <[EMAIL PROTECTED]> wrote: > Does your event listener listen for events dispatched by the DataGrid? > Make sure that the event your item r

RE: [flexcoders] Too many mistakes

2006-03-29 Thread Matt Horn
It looks like we didn't catch all of the API changes between Beta 1 and Beta 2. We will try to make it better for the next release. Matthew J. Horn Flex docs > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of snail > Sent: Wednesday, Mar

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
Oh yeah, The styles have finally been changed to what they actually are; padding! Thats to funny, I just noticed that. Peace, MikeOn 3/29/06, Gordon Smith <[EMAIL PROTECTED]> wrote: You can set the button's paddingLeft and paddingRight styles. I have no problem making the left and right pa

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Gordon Smith
They've been renamed to paddingLeft, etc.   I'm not sure why Button doesn't support paddingTop and paddingBottom, but I agree it should. I've just filed a bug about it.   - Gordon   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Sch

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Gordon Smith
You can set the button's paddingLeft and paddingRight styles. I have no problem making the left and right padding larger, or somewhat smaller. But I can't get it down to only 2 pixels; there seems to be some extra slop. When I try using negative numbers that are too large, the label becomes trun

Re: [flexcoders] Still need some help with my menu bar

2006-03-29 Thread Jeremy Rottman
Ashish Goyal wrote: > > Hey Jeremy, > I just tried your sample and it works fine. If you are naming your > states as menu labels then @label would work and if you are using data > as your state names then @data would work. > > For example, I added following states in your code: > > > >

RE: [flexcoders] Still need some help with my menu bar

2006-03-29 Thread Ashish Goyal
Hey Jeremy, I just tried your sample and it works fine. If you are naming your states as menu labels then @label would work and if you are using data as your state names then @data would work. For example, I added following states in your code:

[flexcoders] Re: Still need some help with my menu bar

2006-03-29 Thread Doug Lowder
Well, the documentation for the change event of MenuBar says: "- menuItem Selected menu item. Access the menu item properties as: eventobj.menuItem.attributes.attribName" So I would think that would translate to oEvent.menuItem.attributes.data, but I didn't verify that those docs are still up t

Re: [flexcoders] Still need some help with my menu bar

2006-03-29 Thread Jeremy Rottman
Ashish Goyal wrote: > Try this: > > currentState = [EMAIL PROTECTED]; > > -Ashish > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Jeremy Rottman > Sent: Wednesday, March 29, 2006 8:12 AM > To: flexcoders@yahoogroups.com > Subject: [flexco

Re: [flexcoders] Message destinations in the context of a multi-room chat app

2006-03-29 Thread Tom Bray
I was able to answer my own question. In my original post I didn't realize that the selector attribute of the Consumer component filtered messages on the server side. So, Stefan, if you want see what I'm talking about, check out the sample chat application supplied with the FDS installation. In

RE: [flexcoders] dispatching an event from an itemRenderer

2006-03-29 Thread Tobias Patton
Does your event listener listen for events dispatched by the DataGrid? Make sure that the event your item renderer dispatches has "bubbles=true". That way, the DataGrid will dispatch the event after the renderer dispatches it. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EM

[flexcoders] "Page Not Found" after compile (Flex2 Beta2)

2006-03-29 Thread Ryan Pieszak
Hello all, me again. :) I'm just starting to get into building projects and I can't get my test app to compile properly. I created a new project, added a panel to the canvas, and then hit the "Run.." button, and when the browser opens, I get a "page cannot be found" error. It is a problem wi

[flexcoders] dispatching an event from an itemRenderer

2006-03-29 Thread Chris Scott
OK, this has been giving me trouble for 2 hours now. Flex 2 Beta 2, btw. So I have a component with a dataGrid in it. For one of the dataGridColumns I have itemRenderer set to another component, in which I have a few text fields. I would like to dispatch an event when one of those text fiel

Re: [flexcoders] Flex2 :: mx:Text :: Problem with html property

2006-03-29 Thread Michael Schmalle
Joan, Thanks, I feel like an idiot, I just realized that right when I hit the send button. But this (@*&# google mail dosn't let you see your posts until theyy have been replied to. Peace, MikeOn 3/29/06, Joan Tan <[EMAIL PROTECTED]> wrote: To make html work for the Text comp

Re: [flexcoders] Re: databinding issue for combobox

2006-03-29 Thread Jignesh Dodiya
I think there is problem at dgResources.addItem   ,..not sure but may bethere the fault   On 3/30/06, Tracy Spratt <[EMAIL PROTECTED]> wrote: When you do this: dgResources.addItem( {dept: cmbDept.selectedItem} ); } you are putting the whole combobox item object into the dept property ofa new ob

RE: [flexcoders] How to create database connectivity with flex programming? or how to access database by flex/cold fusion connectivity?

2006-03-29 Thread Tracy Spratt
What version?   In 1.5, flex data passes through a data service protocol(Webservice, HTTPService, or RemoteObject) to a server-side program that in turn handles database connectivity.   http://livedocs.macromedia.com/flex/15/flex_docs_en/0742.htm   2.0 has more options, but is s

RE: [flexcoders] Re: databinding issue for combobox

2006-03-29 Thread Tracy Spratt
When you do this: dgResources.addItem( {dept: cmbDept.selectedItem} ); } you are putting the whole combobox item object into the dept property of a new object. Perhaps you just want: dgResources.addItem(cmbDept.selectedItem); Tracy -Original Message- From: flexcoders@yahoogroups.com [m

[flexcoders] Flex 2.0 and AMF.NET

2006-03-29 Thread Niklas Richardson
Hi Everyone, Is there any reason why AMF.NET would not work with Flex 2.0? We're about to start a project and I'd really like to be able to use AMF.NET rather than web services. Any experiences would be great. Cheers Niklas -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexco

[flexcoders] compiler errors, runtime errors, requests for enhancement (Flex 2 beta)

2006-03-29 Thread loftling
I'm posting this here in the hopes that some of the Adobe engineers active on this group will read the messages I've been posting to their own forums. I've been having a lot of problems that other haven't, and I'd love some responses. A NullPointerException in the compiler prevents me from us

RE: [flexcoders] Still need some help with my menu bar

2006-03-29 Thread Ashish Goyal
Try this: currentState = [EMAIL PROTECTED]; -Ashish -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Wednesday, March 29, 2006 8:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Still need some help with my menu ba

[flexcoders] Re: Sticky Dragging Problem

2006-03-29 Thread sufibaba
Manish, The dropLine method is being called; albeit only when the line is not being dragged ontop of another sprite that listens for the MOUSE event. I believe you are right in thinking that the object is not getting the MouseUp. This is probably a conflict with other sprites. I tried setCaptur

RE: [flexcoders] Flex2 :: mx:Text :: Problem with html property

2006-03-29 Thread Joan Tan
To make html work for the Text component, you should be using the htmlText property. Here is an example:             This Text component example is actually in the Flex Explorer Samples, by the way. Hope this helps.   Joan From: flexcoders@yahoogroups.com [mailto:f

Re: [flexcoders] Hardware requirements for Flex performance

2006-03-29 Thread Jignesh Dodiya
So any one has idea regarding flex-2 , in terms of memory and as described above thread, the hardware specs   Jignesh  On 3/29/06, Mika Kiljunen <[EMAIL PROTECTED]> wrote: Hi, If you have a complex app that processed and displays _lot of data _ then memory could be an issue. We run our ap

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Mike Chambers
Make sure to check out the beta 1 to migration document: http://labs.macromedia.com/wiki/index.php/Flex:Beta_1_to_Beta_2_Changes It covers some of the issues you mentioned. mike chambers [EMAIL PROTECTED] Sachin Dharmapurikar wrote: > Hi Michael, > You are absolutely correct. Beta products

Re: [flexcoders] Re: Internal Build Error

2006-03-29 Thread Mike Chambers
fyi, I forwarded this to the Flex Builder team. mike chambers [EMAIL PROTECTED] Tim Sawyer wrote: > Still shouldn't blow up the compiler though should it. :-) > > Our old beta 1 code says: > > var kpiList:Array = Array(this.myData)[0]; > > and the compiler warning is "Array(x) behaves the sa

RE: [flexcoders] Too many mistakes

2006-03-29 Thread Ely Greenfield
      1) make sure you're looking at the release swf size, both on disk and in memory, not the debug swf 2) it does not grow linearly with the complexity of the UI, but rather with the number of definitions you pull in. Building a flex app brings in a core set of definitions.  Each new _typ

[flexcoders] Does a selector filter messages on the server or the client?

2006-03-29 Thread Tom Bray
>From this example in the docs: private function logon() { consumer = new Consumer(); consumer.destination = "ChatTopic"; consumer.selector = "prop1 > 5"; consumer.subscribe(); } Does the prop1 > 5 evaluation happen on the server or the client? In other words,

[flexcoders] Flex2 Beta2 skinned Combobox is really looooong

2006-03-29 Thread riskyseven
My comboBoxes are being rendered very long after skinning? If I remove the skin, the comboBox is normal. I've tried PNGs, and 9- sliced SWFsthey are all rendered about 200 pixels too long. If I manually shorten them, the data gets cut off. Am I missing something? Thanks.

Re: [flexcoders] Re: FLEX and Open Lazslo Comparision

2006-03-29 Thread dos dedos
<<(eg. one markup generating either AJAX or Flash)>>As far as I'm aware, there are multimedia functions that can be done in Flex that cannot be done in Ajax. e.g. capturing audio and video streams from the user's PC, mixing audio streams, and other stuff that are not possible (yet) in _javascrip

[flexcoders] Flex2 :: DocumentX :: Flex document solution comming ...

2006-03-29 Thread Michael Schmalle
Hi all, I have been talking about this thing for awhile you can check out my blog post for more info. http://www.flex2components.com/f2cblog/2006/03/29/flex2-documentx-a-document-solution-for-flex/ Peace, Mike-- What goes up, does come down. -- Flexcoders Mailing List FAQ: http://groups

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Matt Horn
Start with the "Creating and Extending Flex Components" book: http://download.macromedia.com/pub/documentation/en/flex/2/flex2_createcomps.pdf Hth, Matthew J. Horn Flex docs > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale >

[flexcoders] Integrating flexunit with flexbuilder2

2006-03-29 Thread Aldo Bucchi
HI all, As we have it right now ( using Flexunit ) there is a lot of boiler plate code needed to write a testcase, and the separation of tests from the actual classes adds some overhead to refactoring. This is not new, but an old PITA that, in my opinion, is already common enough to be refactored

[flexcoders] Re: databinding issue for combobox

2006-03-29 Thread Cristian Pop
Hi, First problem I see with this code (... label="Add" click="{addRow()} ..") is tha in the click event I don;t think you need the {}. You can put AS code there. Second what happens is probably that CF adapter returns the array of objects with properties in upper case, so .DATA and .LABEL. The c

RE: [flexcoders] Re: FLEX and Open Lazslo Comparision

2006-03-29 Thread Bryan Rieger
Richard, To be perfectly honest the ability to publish to alternative runtimes was the deciding factor for us to initially look at OpenLaszlo. Having a language abstracted from it's runtime was/is very appealing as it (in theory) allows you to republish your applications on future platforms so lon

[flexcoders] Flex Job - Lead Software Engineer - Newly VC Funded Startup (San Mateo, CA)

2006-03-29 Thread Eric Raymond
This is a unique opportunity to define a new type of consumer software. You will be involved in every aspect of development and will have the opportunity to make a huge impact.We're looking for more than just an experienced developer who is an expert in a specific language or technology. We don

[flexcoders] Problem with target areas on UIComponent flex2 beta 2

2006-03-29 Thread ken_bob_miller
I have several UIComponents listening for events on fields for example see below, but since going to beta 2, the target seems to be fired higher and to the left of the UIComponent itself?? Has anyone come accross anything similar?? //var lXAxis:UIComponent = new UIComponent;

[flexcoders] Has anyone had problems rotating UIText fields in flex2 beta2

2006-03-29 Thread ken_bob_miller
I am using UItextField, using an embedded font, worked OK on beta 1 but does not now appear to work, has anybody come accross a similar problem?? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/fle

[flexcoders] Flex2 :: mx:Text :: Problem with html property

2006-03-29 Thread Michael Schmalle
Hi, Has anyone had problems with the 'html' property being set to true on the Text component? I have mine set to true and it is still showing tags, not html formatting? Peace, Mike-- What goes up, does come down. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/

RE: [flexcoders] Re: Cairngorm problem

2006-03-29 Thread Jonathan Miranda
Yeah it seems to work, and thanks guys for looking into this…. Any ideas why I would have to do this though for just the chart? _ Jonathan Miranda Flexible Master of the Web "Try not to become a man of success, but a man of value." - Albert E

[flexcoders] Re: databinding issue for combobox

2006-03-29 Thread rgwilson26
I tried using both cmbDept.selectedItem.data or cmbDept.selectedItem.label, but it displays nothing inside the datagrid. With cmbDept.selectedItem it displays [object Object] for each click event. --- In flexcoders@yahoogroups.com, "Anatole Tartakovsky" <[EMAIL PROTECTED]> wrote: > > And you a

RE: [flexcoders] Too many mistakes

2006-03-29 Thread Jason Hawryluk
About the size, it's beta, so the compiler has not been optimized. Newt I would not base my ultimate decision of using or not using a product by looking at a beta quality product. 40mb is nothing as far as foot print IMHO (IE + yahoo loaded =20mb)   The size could also depend on your re

Re: [flexcoders] creating states with effects programatically

2006-03-29 Thread Johannes Nel
show the code.and can someone please look at my problem as well, pretty please. On 3/29/06, Jignesh Dodiya < [EMAIL PROTECTED]> wrote: Hi,   I have strange transition problem is as follow.. written code in mxml. and not in AS-3   i have a combobox and two redio button..in my appliccation   cl

[flexcoders] Still need some help with my menu bar

2006-03-29 Thread Jeremy Rottman
after a few hours of playing with the menu bar issue I was having yesterday, I am still stuck trying to figure out why my menu handler function wont work with my menu bar. This function is suposed to change teh state when someone changes thier selection to one of the child menu items. It appears t

RE: [flexcoders] Too many mistakes

2006-03-29 Thread Sachin Dharmapurikar
Guys, as I said earlier we are planning to integrate charting with our application.   We are using very scalable J2EE platform for backend logic. Our architecture is as follows -   DB -> J2EE(Servlets & Classes) -> XML to Browser -> XSLT for presentation   I am unhappy with the presentatio

[flexcoders] Re: need help with programatic skin

2006-03-29 Thread shemeshkale
THANK U VERY MUCH.. this is a big step a head... me happy ! it seems that i need to learn about this method of extending and building components. where can i learn this? can u refer me to some place that explain this all procedure? --- In flexcoders@yahoogroups.com, "Jason Hawryluk" <[EMAIL PR

Re: [flexcoders] Re: databinding issue for combobox

2006-03-29 Thread Anatole Tartakovsky
And you are looking for cmbDept.selectedItem.data or cmbDept.selectedItem.label?   - Original Message - From: rgwilson26 To: flexcoders@yahoogroups.com Sent: Wednesday, March 29, 2006 10:15 AM Subject: [flexcoders] Re: databinding issue for combobox Basicall

[flexcoders] Re: databinding issue for combobox

2006-03-29 Thread rgwilson26
Basically I am calling a query that will populate a combobox. Then the user will be able to use a click event that will send that value from the combo box to a datagrid. Right now it sends a value from the combobox to the datagrid, but what is displayed is [object Object] instead of the desired

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Jignesh Dodiya
hi Snail, i would like to share my experience   my experience was same as u described earlier ...but then after i have decided to take help from the other resources.  Flex coder yahoo group is the best i think, also other master developer's blog helped me a lot and still helping and i am leanin

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Scott Langeberg
Actually, LinkButton does exist! (Not Link).ScottOn 3/29/06, snail <[EMAIL PROTECTED]> wrote: hello,everyone    When I read the help content of Flex Builder 2 beta 2,I find many mistakes,such as use "Link" instead of "LinkButton" which is not exist in Flex 2. And the example code also make

RE: [flexcoders] Too many mistakes

2006-03-29 Thread Jason Hawryluk
Mike, I have to second that. I’m in exactly the same position. Concentrate on the backend and front end non UI related architecture. Consider that any UI you do, do is prototyping to give you a feel for the app and allow you to test the other back end stuff. I have been working since flex

Re: [flexcoders] creating states with effects programatically

2006-03-29 Thread Jignesh Dodiya
Hi,   I have strange transition problem is as follow.. written code in mxml. and not in AS-3   i have a combobox and two redio button..in my appliccation   clicking on one radio button, the panel length increases to accomodate another combobox and a send button,  clicking on another redio butto

Re: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Michael Schmalle
Well, unfortunatly... If you can't find the answer, when the actual source comes out(public release) you can just extend the Button to do as you wish. I can't wait till I can see implementations so I can progress with some more complicated extensions of these components Right now it's a s

[flexcoders] Run shortcut

2006-03-29 Thread Stefan Richter
I am having trouble configuring a keyboard shortcut for 'Run'. The preferences suggest that Ctrl-F11 should work but it doesn't for me and neither do any newly configured ones. Could someone walk me though this? I kinda fancy Ctrl-Enter as my shortcut to run my app (Ctrl-Shift-enter for de

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Michael Schmalle
Honestly, This beta 2 ROCKS! There are only things that you will need to to tweak down the road. I have created a full AS3/MXML documenter/renderer like JavaDOC inside Flex starting from the alpha release. Things are going great. My approach was; Build the application's logic and structure

RE: [flexcoders] Re: need help with programatic skin

2006-03-29 Thread Jason Hawryluk
you could use extraSpacing="0" even though the property does not appear in the list. I just tried it. The default is 20 and it does get ride of the extra space.     For anything else you want to try, try extending the button..   in line   Create a folder called Extendbutton and create a

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Sachin Dharmapurikar
Hi Michael, You are absolutely correct. Beta products are not production ready and they have mistakes.     I am thinking to use the Flex charting in my application. I can see that Flex 2 is in beta and Flex 1.5 is prod stable but lack in features. Moreover, if I now invest time in Flex 1.5

[flexcoders] Re: need help with programatic skin

2006-03-29 Thread shemeshkale
that is the direction of my thought, but... allready tried that - it seems to have some minimum!! i cant do marginRight="0"... when i do that i still have this damn space that i cant get rid of. i saw in the Button.as a property called 'extraSpacing' that it does exactly that.. how do i make it zer

  1   2   >