RE: [flexcoders] remoteobject tutorial for flex 2

2006-05-04 Thread Matt Chotin
If you download Flex Enterprise Services the sqladmin app (database manager) that's included uses RemoteObject. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Samir Pandurangi Sent: Thursday, May 04, 2006 3:30 PM To: flexcoders@yahoogrou

RE: RE: [flexcoders] Please Help. Http Service WTH

2006-05-04 Thread Matt Chotin
Hi, yes b3 is beta 3 which will be out hopefully soon.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ??? Sent: Wednesday, May 03, 2006 11:33 PM To: flexcoders@yahoogroups.com Subject: Re: RE: [flexcoders] Please Help. Http Service WTH  

RE: [flexcoders] Please Help: Not being able to access the .as class from mxml in Flex 2 Beta 2

2006-05-04 Thread Peter Farland
Is the Program class correctly declared inside a package test {} block? Does Program.as live in a subdirectory called test? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of eairox Sent: Thursday, May 04, 2006 7:02 PM To: flexcoders@yahoogroups.c

Re: [flexcoders] How to prevent GridItem collapse?

2006-05-04 Thread Manish Jethani
On 5/5/06, a_sogor <[EMAIL PROTECTED]> wrote: > I have GridItems that need to show "nothing".. > But under withe space it collpases.. is there a way to create non > collpaseing withe looking space? See the Spacer component. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fle

RE: [flexcoders] Flex2B2 to Flex2B3

2006-05-04 Thread David Mendels
No.   Regards, David Adobe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim HoffSent: Thursday, May 04, 2006 4:15 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Flex2B2 to Flex2B3 Will the difference between Beta2 and Beta3 be as signifi

Re: [flexcoders] remoteobject tutorial for flex 2

2006-05-04 Thread Faisal Abid
Cfflex.net has a tutorial wirrten by an amazing mind Simeon. Samir Pandurangi wrote: > Hi there, > > Anyone know of a good example which illustrates the use of the > remoteobject > tag? I would like to see how flex 2 can be used to communicate with java > server side objects and how the retur

Re: [flexcoders] flex 2 beta 3 release date

2006-05-04 Thread Faisal Abid
All i can say is really really soon.!! Samir Pandurangi wrote: > Does anyone know when beta 3 is going to be released? > > -Samir > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcode

Re: [flexcoders] DadtaGrid Distress

2006-05-04 Thread Faisal Abid
Thanks Graham i learned something new about the result format, Thanks alot ;) Graham Weldon wrote: > Hi Faisal, > > Initially, I would modify your HTTPService to say: > > id = "stock" > url= "" href="http://finance.yahoo.com/rss/headline?s={ticker.text}">http://finance.yahoo.com/rss/

Re: [flexcoders] DadtaGrid Distress

2006-05-04 Thread Graham Weldon
Hi Faisal, Initially, I would modify your HTTPService to say:     id = "stock"     url= ""http://finance.yahoo.com/rss/headline?s=%7Bticker.text%7D">http://finance.yahoo.com/rss/headline?s={ticker.text}"     useProxy = "false"     resultFormat="e4x"/> The addition of this e4x result format

[flexcoders] How to prevent GridItem collapse?

2006-05-04 Thread a_sogor
I have GridItems that need to show "nothing".. But under withe space it collpases.. is there a way to create non collpaseing withe looking space? Aron -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-arch

Re: [flexcoders] Flex Data Services for .NET

2006-05-04 Thread Peter Hall
Great news. We used FlashOrb on a project last year, and I've been recommending it ever since. Peter On 5/4/06, Joe Orbman <[EMAIL PROTECTED]> wrote: Hey guys,This might be of interest to some of you (especially if you work with.NET). We just launched a public beta of the 2.1 version of our pro

[flexcoders] Please Help: Not being able to access the .as class from mxml in Flex 2 Beta 2

2006-05-04 Thread eairox
Hi, I am not able to use the actionscript class in the mxml. I have declared a class as follows: Class: Program.as     import mx.collections.*;     //These imports should be unnecessary in the final release     import mx.data.IManaged;     import mx.data.utils.Managed;     import mx.core.mx_

[flexcoders] flex 2 beta 3 release date

2006-05-04 Thread Samir Pandurangi
Does anyone know when beta 3 is going to be released? -Samir -- 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] Problem with importing package

2006-05-04 Thread fuzzoolia
In my mxml file i have this:           http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS Web site design

[flexcoders] remoteobject tutorial for flex 2

2006-05-04 Thread Samir Pandurangi
Hi there, Anyone know of a good example which illustrates the use of the remoteobject tag? I would like to see how flex 2 can be used to communicate with java server side objects and how the return values are handled/processed. I know the docs describe this to a limited extent, but it would

Re: [flexcoders] DadtaGrid Distress

2006-05-04 Thread Faisal Abid
Manish Jethani wrote: > On 5/5/06, Faisal Abid <[EMAIL PROTECTED]> wrote: > > > > > > > dataField="col1"/> > > > > dataField="col2"/> > > > > dataField="col3"/> > > > > Your "col1

[flexcoders] Re: onMouseWheel -- I need to click the app before I can intercept it?

2006-05-04 Thread Doug Lowder
The browser does not give the Flash Player focus by default, which is why the click is required.  In IE, you can write an HTML wrapper that sets focus to the app automatically.  No such workaround on Mozilla and Firefox as far as I know. Doug --- In flexcoders@yahoogroups.com, "Raheen M Sha

Re: [flexcoders] DadtaGrid Distress

2006-05-04 Thread Manish Jethani
On 5/5/06, Faisal Abid <[EMAIL PROTECTED]> wrote: > > > dataField="col1"/> > > dataField="col2"/> > > dataField="col3"/> > Your "col1", "col2" and "col3" need to be the names of

Re: [flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread Manish Jethani
On 5/5/06, leo4beer <[EMAIL PROTECTED]> wrote: > Sorry Manish but I don't think I follow you... My bad - I confused this one with another thread. Let's go back... > I know what setting a mask means, my problem is making my content > respond to a scroll bar. in Flash I would do this using the s

Re: [flexcoders] F2: Trouble with calling a class's methods

2006-05-04 Thread Manish Jethani
On 5/5/06, John Wilker <[EMAIL PROTECTED]> wrote: >    I made it less confusing. login.as is loginObj.as > > ie: public var userLogin:loginObj = new loginObj(); > > Login big "L" is the component. > > No change in behaviour however. You said: "Login.as has a constructor which get's fired becau

[flexcoders] Flex Data Services for .NET

2006-05-04 Thread Joe Orbman
Hey guys, This might be of interest to some of you (especially if you work with .NET). We just launched a public beta of the 2.1 version of our product - WebORB, the new release is a full implementation of Flex Data Services for .NET. We have added AMF3 support and now anyone using Flex on t

Re: [flexcoders] DadtaGrid Distress

2006-05-04 Thread Faisal Abid
Okay Here you are, The webservice calls an RSS feed FYI and obviouslt i have a text input and a send button, which i know is right url="" href="http://finance.yahoo.com/rss/headline?s={ticker.text}">http://finance.yahoo.com/rss/headline?s={ticker.text}" id="stock" useProxy="false">   

[flexcoders] Re: re-filtering data in DataGrid?

2006-05-04 Thread djbrown_rotonews
--- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > On 5/4/06, djbrown_rotonews <[EMAIL PROTECTED]> wrote: > > I know that the DataGrid has a filterFunction param where you can > > specify any filtering capabilities you want to display in the > > DataGrid. Can thi

[flexcoders] Tree w/XML DataProvider - [object Object] error

2006-05-04 Thread Jeff Douglas
I'm using Flex2b2 and am having problems with the Tree control. I'm trying to get Matt Woodward's FlexForums demo working but for each node in the xml file, the Tree displays '[object Object]'. http://www.adobe.com/2006/mxml" xmlns="*"   layout="absolute" creationComplete="getCategories

Re: [flexcoders] DadtaGrid Distress

2006-05-04 Thread Graham Weldon
Hi Faisal, Can you paste in the datagrid you're trying to use, and also a sample XML? I feel like you might perhaps be incorrectly referencing the data in the XML. Regards, Graham Weldon Faisal Abid wrote: Okay, Thanks to alot of people i got that webservice working however, Now I have

[flexcoders] onMouseWheel -- I need to click the app before I can intercept it?

2006-05-04 Thread Raheen M Shabbazz
I'm trying to intercept an onMouseWheel event which I can do successfully, but I have to mouse click on the app before the onMouseWheel even gets fired.  Is this by design or am I missing something? I created a default MXML Canvas application and put the following code into the creationComplete

RE: [flexcoders] DadtaGrid Distress

2006-05-04 Thread Deepa Subramaniam
What format is your data in? I'm guessing you need to set dataFields on your DataGridColumns to instruct the DataGridColumn which field or property in the dataset to associate with itself. Try tracing out your data and read up on dataField and labelFunction (labelFunction helps format your dat

[flexcoders] Re: re-filtering data in DataGrid?

2006-05-04 Thread djbrown_rotonews
--- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > On 5/4/06, djbrown_rotonews <[EMAIL PROTECTED]> wrote: > > I know that the DataGrid has a filterFunction param where you can > > specify any filtering capabilities you want to display in the > > DataGrid. Can thi

[flexcoders] DadtaGrid Distress

2006-05-04 Thread Faisal Abid
Okay, Thanks to alot of people i got that webservice working however, Now I have a diffrent problem , im calling an rss feed , but when it is retured it doesnt populate the datagrid , i mean you can see something is populating but it is invisible , there is a scroll bar and everything but it

[flexcoders] Re: FLEX and Open Lazslo Comparision

2006-05-04 Thread busitech
I wrote an entire application framework while evaluating Laszlo before throwing it all out to begin anew with the Macromedia tools.  Laszlo paints a nice client, but it does so thanks to Flash.  I decided after a long eval to go to the source... We write large database applications.  The things

Re: [flexcoders] Error: faultCode - do not understand

2006-05-04 Thread Sreejith Unnikrishnan
hi Andy, Yes, I am using an HTTP service. Flex 2.0 I am sure what you mention is the issue. Thanks - Original Message - From: Andrew Trice To: flexcoders@yahoogroups.com Sent: Thursday, May 04, 2006 11:51 PM Subject: RE: [flexcoders] Error: faultCode - do not u

[flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread leo4beer
Sorry Manish but I don't think I follow you... I know what setting a mask means, my problem is making my content respond to a scroll bar. in Flash I would do this using the scroll pane. how would I do this in a Flex application using AS code only? Thanks again for your time and sorry for my ig

[flexcoders] Flex2B2 to Flex2B3

2006-05-04 Thread Tim Hoff
Will the difference between Beta2 and Beta3 be as significant as B1 to B2? Just wondering, Tim Hoff -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] F2: Trouble with calling a class's methods

2006-05-04 Thread John Wilker
I made it less confusing. login.as is loginObj.asie: public var userLogin:loginObj = new loginObj();Login big "L" is the component.No change in behaviour however. On 5/4/06, Manish Jethani <[EMAIL PROTECTED]> wrote: On 5/4/06, John Wilker <[EMAIL PROTECTED]> wrote: > [bindable] >   

Re: [flexcoders] Flex 2B2: Cross-platform bug in XMLSocket?

2006-05-04 Thread Weyert de Boer
Hi Tobias, You don't receive 0 when using recv(), because this means that the client side has closed the connection. Yours, Weyert -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40ya

[flexcoders] Re: re-filtering data in DataGrid?

2006-05-04 Thread Tim Hoff
To expand on Deepa's suggestion, you can easily filter an arrayCollection that is used as a dataProvider with the following code.  Call the filterGrid() function from the comboBox change event. - TH   public function filterGrid():void     { gridDataProvider.filterFunction=statusF

Re: [flexcoders] F2: Trouble with calling a class's methods

2006-05-04 Thread Manish Jethani
On 5/4/06, John Wilker <[EMAIL PROTECTED]> wrote: > [bindable] > public var userLogin:login = new login(); > > I'm confused. What's 'login' and what's 'Login' (capital 'L')? It is not recommended to have two things with the same name. Try changing the names and see

Re: [flexcoders] Re: Flex Numeric Stepper

2006-05-04 Thread Omar Ramos
HI Anant,   I am using Flex 1.5. I also tho that i was a bug. If you try this in flash it won't fire the change event however in flex 1.5 it does. :(    Omar Ramos  On 5/4/06, Anant Gilra <[EMAIL PROTECTED]> wrote: Setting the value in AS, without keyboard or mouse interaction shouldn't be firi

RE: [flexcoders] Error: faultCode - do not understand

2006-05-04 Thread Andrew Trice
What are you doing to get this error?  What version of Flex are you using?  I have seen a similar error in Flex 1.5 when a httpService does not return valid XML.   -Andy _ Andrew Trice Cynergy Systems, Inc. http://www.cynergysystems.com   Emai

Re: [flexcoders] re-filtering data in DataGrid?

2006-05-04 Thread Manish Jethani
On 5/4/06, djbrown_rotonews <[EMAIL PROTECTED]> wrote: > I know that the DataGrid has a filterFunction param where you can > specify any filtering capabilities you want to display in the > DataGrid. Can this function call be re-issued programmatically? You're referring to the 'filterFunction' o

Re: [flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread Manish Jethani
On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote: > I would still need to enable scrolling...how would you recomand that i > do this? Setting a mask does not affect scrolling. So scrolling will work as it does normally. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

[flexcoders] error 2032 stream error F2 B2 webservices

2006-05-04 Thread Douglas Knudsen
I'm getting this error 2032 stream error that seems to pester some folks around here.  From perusing the archives, seems to be related to webservice methods having > 1 argument.  So, I took my webservice method and made it have one argument, a pipe-delimited list of values as a workaround for no

RE: [flexcoders] re-filtering data in DataGrid?

2006-05-04 Thread Deepa Subramaniam
Are you using a collection to populate your DataGrid? If so, the filterFunction property on ICollectionView will re-execute as changes to the collection are made and thus filter items on the fly. If that is not happening try calling refresh() on your collection to re-trigger the filterFun

[flexcoders] F2: Trouble with calling a class's methods

2006-05-04 Thread John Wilker
Just getting my feet wet in Flex. I've got a main mxml file with three components. also a class file with some properties and functions.my main mxml has[bindable]            public var userLogin:login = new login();                                                 the login component hasFor

Re: [flexcoders] ItemRenderer Problem

2006-05-04 Thread Sreejith Unnikrishnan
Thanks Matt, I tried the inline renderers and they work just fine for my requirement. I think the issue is my lack of comfort with the eventListeners. Still learning!   - Original Message - From: Matt Chotin To: flexcoders@yahoogroups.com Sent: Thursday, May 04, 200

[flexcoders] Wrapping LinkBar in Flex 1.5 ??

2006-05-04 Thread Andrew Trice
Hello Flexcoders, I have an instance of a LinkBar object that has the result of a http service as its dataProvider.  Thus, it’s dynamic...  My problem is that if there are a large number of results in the http service, the LinkBar grows and extends beyond the area of its parent container

[flexcoders] Error: faultCode - do not understand

2006-05-04 Thread Sreejith Unnikrishnan
Anybody seen this before and what does it mean?   Error: faultCode:Client.CouldNotDecode faultString:'Default decoder could not decode result' faultDetail:'null'   Thanks Sree -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archiv

[flexcoders] Re: strange request re:Flex 1.5

2006-05-04 Thread Doug Lowder
Look for samples.war; the product images should be in there.  On my system, it's C:\Program Files\Macromedia\Flex\samples.war but this may not be the default location.  It should have been copied to wherever you initially installed flex-15-win.exe. --- In flexcoders@yahoogroups.com, "Mark D

Re: [flexcoders] doDrag() in Flex 2.0

2006-05-04 Thread Michael Schmalle
Hi, mx.managers.DragManager.doDrag(this, ds, event, {name: name, image: image,component: component, mxml: true}); This might help yopu out;     private function onComponentDrag(event:MouseEvent):void     {     // Get the drag initiator component from the event object.      

[flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread leo4beer
I would still need to enable scrolling...how would you recomand that i do this? --- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote: > > > > > is 'updateDisplayList' a Flex 2 method? I'm using 1.5 > > Hmm... > > The

[flexcoders] doDrag() in Flex 2.0

2006-05-04 Thread vestcomprogrammer
My code works fine in Flex 1.5 but I get:fff "Implicit coercion of a value with static type 'Object' to a possibly unrelated type 'mx.core:IFlexDisplayObject" CODEvar ds = new mx.core.DragSource();ds.addData({name: name, component: component}, "product"); mx.managers.DragManager.doDrag(this, ds,

[flexcoders] re-filtering data in DataGrid?

2006-05-04 Thread djbrown_rotonews
I know that the DataGrid has a filterFunction param where you can specify any filtering capabilities you want to display in the DataGrid. Can this function call be re-issued programmatically? I've got an app where I want to display some data from a jsp call, filtered based on initial (and de

[flexcoders] unable to view my application on the browser?

2006-05-04 Thread Esma KAYA
Hi Anant, I just tried before your mail. that worked. but also thanx a lot. Now ı have different problem. when I run my application. I have installed the flash 8.5 for firefox, http://localhost:8700/flex/project_1/project_1.html this page is not able to be found by the browser. I am unable to

Re: [flexcoders] Re: Flex Numeric Stepper

2006-05-04 Thread Anant Gilra
Setting the value in AS, without keyboard or mouse interaction shouldn't be firing a change event. If it is doing so, its a bug. Are you using the latest Beta?Thanks,Anant. On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote: you can try setting __value but I guess it's not recomended--- In flexcoders

[flexcoders] Flex 2B2: Cross-platform bug in XMLSocket?

2006-05-04 Thread Tobias Patton
Hello flexcoders (and Adobe, I hope);   I’ve been working on getting a Flex application to talk to an application on the local machine through an XML socket. Getting this to work using the Windows Flash player was trivially easy. Getting it to work using the Mac OS X Flash player has so

Re: [flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread Manish Jethani
On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote: > > is 'updateDisplayList' a Flex 2 method? I'm using 1.5 Hmm... Then you'll have to settle for masking. There's plenty of examples on the web of how to use a mask. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/fi

[flexcoders] Re: Please Help. Http Service WTH

2006-05-04 Thread Doug Lowder
You would need to have -some- way to access the variables... You could pass in the variables as parameters to your url-building function (as I did in the example), or you could directly access them as properties of ui components.  I passed them as parameters in the example for the sake of mo

[flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread leo4beer
thanks but it doesn't seem to work for me. is 'updateDisplayList' a Flex 2 method? I'm using 1.5 --- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote: > > > I'm building an AS component for Flex (using as only). > >

Re: [flexcoders] FLEX and Open Lazslo Comparision

2006-05-04 Thread Manish Jethani
On 5/4/06, Scott Langeberg <[EMAIL PROTECTED]> wrote: > Is it true that Laszlo is interpreted on the server? That you cannot produce an .swf that will run offline? That would be a deal-breaker for me.. I think they do have serverless deployment. http://weblogs.macromedia.com/jd/archives/2005/

Re: [flexcoders] FLEX and Open Lazslo Comparision

2006-05-04 Thread Scott Langeberg
Is it true that Laszlo is interpreted on the server? That you cannot produce an .swf that will run offline? That would be a deal-breaker for me..   Scott  On 3/29/06, dos dedos <[EMAIL PROTECTED]> wrote: << (eg. one markup generating either AJAX or Flash)>> As far as I'm aware, there are multim

RE: [flexcoders] Dynamically setting RemoteObject endpoints in Flex 1.5

2006-05-04 Thread Peter Farland
Try calling it on the underlying Connection... remoteObjectId.connection.connect(newURIGoesHere); -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, May 04, 2006 5:27 AM To: flexcoders@yahoogroups.com Subject: [flexc

[flexcoders] Re: Flex Numeric Stepper

2006-05-04 Thread leo4beer
you can try setting __value but I guess it's not recomended --- In flexcoders@yahoogroups.com, "Omar Ramos" <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > > Does anyone know a way to reset a numeric stepper value to 1 with code > without having it fire the change event? If you do this > stepperI

[flexcoders] Re: Drwaing API inside an AS based component - not working

2006-05-04 Thread leo4beer
it was the width and height, thanks again -- 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] Flex Numeric Stepper

2006-05-04 Thread Omar Ramos
Hi Guys,     Does anyone know a way to reset a numeric stepper value to 1 with code without having it fire the change event? If you do this stepperInstance.value = 1; It will fire the change event. Any ideas?   Omar Ramos -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexco

Re: [flexcoders] Exceeding Component Boundaries

2006-05-04 Thread Mark Wales
Manish, That sounds like the right track - however I am fairly unfamiliar with both masks and/or setting the scrollRect property.  Other than the docs, do you know of or have any examples of using them? While I've not done an exhaustive search on masking (not sure how this is done), I spent

Re: [flexcoders] Re: Drwaing API inside an AS based component - not working

2006-05-04 Thread Mark Wales
 I can't think of anything that wouldn't be acceptable using the default values. For example, visibility could be set to false, the alpha of either the UIComponent or the container it is within might be able to obscure its view, the x,y values might have pushed the visible portion of the UICo

Re: [flexcoders] Exceeding Component Boundaries

2006-05-04 Thread Manish Jethani
On 5/4/06, Mark Wales <[EMAIL PROTECTED]> wrote: >  At some seemingly arbitrary step in scaling up or down, the elements of the drawing appear on top of the Canvas or Panel in which the UIComponent is embedded. If I continue to increase or lower the scale, the drawing ceases to overflow its bor

[flexcoders] Webservice Flex 2 unexpexted incoming type

2006-05-04 Thread moyosaned
In the response of a webservice I expect the "Id" to be of type String.  But it's not it will "parse" to Number. Which will mess up my Id... Look... Id (number)  :  7.20575940978773e+16 -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFA

[flexcoders] Re: Drwaing API inside an AS based component - not working

2006-05-04 Thread leo4beer
You were right, i did not set the line style. Thanks! --- In flexcoders@yahoogroups.com, Mark Wales <[EMAIL PROTECTED]> wrote: > > Not sure which version you are using, but in Flex 2 Beta 2, I also have > a component that extends the UIComponent. > > When you say you are using the drawing AP

[flexcoders] Re: Dynamically setting RemoteObject endpoints in Flex 1.5

2006-05-04 Thread Tom Chiverton
>>> On Wed, May 3, 2006 at  4:33 PM, in message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Is it possible to do this ? Yes ! Turns out MM released code and docs for this a while back @ http://www.adobe.com/products/flashremoting/downloads/components/ The only download is a Win32 MSI fil

RE: [flexcoders] Audio Visualization Component Help

2006-05-04 Thread Ben Stucki
Manish, Thanks for the awesome help. The main thing I was trying to gain from extending the Canvas was the borders and background control. I was going to extend directly off of UIComponent and let the user surround it in whatever container they wanted, but I thought this might save them

Re: [flexcoders] Extending the Calendar Control

2006-05-04 Thread Anant Gilra
There's no easy way to highlight them using the public API.Manish Its not recommended to use mx_internal properties since they maybe made private later. However you could set the styleName property of the dateGrid's dayBlocksArray to the style of your choice, in say, creationComplete of your Dat

[flexcoders] Implementing IMenuDataDescriber (Flex 2.0 beta)

2006-05-04 Thread n51red
Hello, I'm new to flex but haev an object orientated background. I'm trying to populate a MenuBar with data from a data structure I've implemented. This data structure revolves round a class I've called Category that contains an ArrayCollection of child Categories. I've been attmpting to b

Re: [flexcoders] Drwaing API inside an AS based component - not working

2006-05-04 Thread Mark Wales
Not sure which version you are using, but in Flex 2 Beta 2, I also have a component that extends the UIComponent. When you say you are using the drawing API, I presume you are doing something like this: this.graphics.clear(); this.graphics.beginFill(0xff); this.graphics.drawRect(-25, -25, 5

[flexcoders] Drwaing API inside an AS based component - not working

2006-05-04 Thread leo4beer
Using the drawing API inside a component. Hi, I've made a custom component by extending the UIComponent class, in my component I've overridden the draw() method and used drawing API to draw a few lines. I've embedded my component in an MXML page but I don't see the lines…I must be doing somethi

Re: [flexcoders] Exceeding Component Boundaries

2006-05-04 Thread Mark Wales
Manish, I can try and come up with a stand-alone example but I am basically using the scale property to "zoom" in and out of a very large drawing. If I zoom out (i.e. incrementally reduce scale) the elements in the drawing get smaller.  If I zoom in (increase the scaleX and scaleY by some a

[flexcoders] httpservice

2006-05-04 Thread Ravindra
hi all, I would like to use httpservice means my application is generate login form and after login it will be redirect with session to another page. all these files are jsp. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archive

Re: [flexcoders] error: (in summary) unable to find framework_rb.swc

2006-05-04 Thread Anant Gilra
Hi Esma,Try copying all the files in en_US into a new directory tr_tr and rebuild. That should fix it.Thanks,Anant.On 5/4/06, Esma KAYA <[EMAIL PROTECTED]> wrote:Hi you all, As general visitors I am also new to flex - as a oneday user-I installed Flex Builder 2.0 / Flex Data Services/Flash 8.5

Re: [flexcoders] Extending visual custom components

2006-05-04 Thread Manish Jethani
On 5/4/06, mahuika1 <[EMAIL PROTECTED]> wrote: > I would like to create a custom component that displays visual > controls such as labels etc then extend that to display other controls > beneath the previous ones.  Does any one know how I can do this or > should I just have many small components

[flexcoders] Dynamically setting RemoteObject endpoints in Flex 1.5

2006-05-04 Thread Tom Chiverton
Is it possible to do this ? I have a Flex app that runs on many different hosts, and would like it to be able to reconfigure the endpoint property of it's RemoteObjects (which are all backed by ColdFusion CFCs). I've got the domain name into the Flex as a variable, but can't seem to get th

[flexcoders] Extending visual custom components

2006-05-04 Thread mahuika1
I would like to create a custom component that displays visual controls such as labels etc then extend that to display other controls beneath the previous ones.  Does any one know how I can do this or should I just have many small components and reuse them in other components?  For example.. I

[flexcoders] error: (in summary) unable to find framework_rb.swc

2006-05-04 Thread Esma KAYA
Hi you all, As general visitors I am also new to flex - as a one day user- I installed Flex Builder 2.0 / Flex Data Services/ Flash 8.5 Active X for Windows/ Coldfusion Integration kit while creating a new project the following error occured: unable to open 'C:\Program Files\Adobe\Flex Builder

[flexcoders] action script error

2006-05-04 Thread sreedhar reddy
<[EMAIL PROTECTED]>> Hi,>I am trying to execute a small application in flex builder2.0 beta, whichtakes useid, and mailid and stores in database. But when I trying toexecute this application I am  getting action script error as follows:> > > Error: faultCode:Client.CouldNotDecode faultString

[flexcoders] Re:Re: Essential ActionScript 3.0

2006-05-04 Thread Iuliu Burtoiu
Thanks Judah!Looking forward to see Moock's book! Iuliu > Message 1 > From: "judah" [EMAIL PROTECTED] > Date: Wed May 3, 2006 2:21pm(PDT) > Subject: Re: Essential ActionScript 3.0 > > The Essential ActionScript 3.0 Pocket Reference is > due in September. I > checked a few other Fle

Re: [flexcoders] Exceeding Component Boundaries

2006-05-04 Thread Manish Jethani
On 5/4/06, Mark Wales <[EMAIL PROTECTED]> wrote: > I have a UIComponent inside a Canvas where I place Sprites, draw lines, > etc. The UIComponent's dimensions are larger than the Canvas and right > now I have the scrollbar policy set to "on" or "auto". However, when I > scale the UIComponent (u

Re: [flexcoders] Re: FB2: Uncaught exception in compiler

2006-05-04 Thread Manish Jethani
On 5/4/06, bhaq1972 <[EMAIL PROTECTED]> wrote: > If you have an mxml component and its associated script file have > the same name it doesn't like it. > > why is that not allowed? Because when it's looking for component 'Foo', it finds a 'Foo.mxml' and a 'Foo.as' and is confused which one to p

Re: [flexcoders] Audio Visualization Component Help

2006-05-04 Thread Manish Jethani
On 5/4/06, Ben Stucki <[EMAIL PROTECTED]> wrote: > I'm looking for some feedback and help on my audio visualization component. Specifically, I'd like to know the best way to handle color and alpha properties from both nonInherited and style rules. Any suggestions for better property/component n

[flexcoders] Re: flex2 - ambiguous reference to TextInput

2006-05-04 Thread bhaq1972
thanks for the advice Mike. --- In flexcoders@yahoogroups.com, "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > Hi, > > You could also do; > > public class Textnput extends mx.controls.TextInput > > I agree with Manish, I am creating a large set of components and > experiemented with usin

Re: [flexcoders] Flex2 :: PopUpManager.centerPopUp() :: not working

2006-05-04 Thread Manish Jethani
On 5/4/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: >  Ok, tried that, does not work, there must be a bug here somewhere. okay, I tried your code in Beta 3. Works. For now I guess you'll have to do the centering yourself. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/

Re: [flexcoders] flex2 - ambiguous reference to TextInput

2006-05-04 Thread Michael Schmalle
Hi, You could also do; public class Textnput extends mx.controls.TextInput I agree with Manish, I am creating a large set of components and experiemented with using base names like that. I swear now after a couple months it is not worth it. Just come up witha a 1-3 letter acronym or someth

[flexcoders] Re: scrolling inside an AS based component

2006-05-04 Thread leo4beer
--- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote: > > > I'm building an AS component for Flex (using as only). > > My component will contain a dynamic nap loader which the users may be > > able to scroll. > > > Wha

Re: [flexcoders] Flex2 :: PopUpManager.centerPopUp() :: not working

2006-05-04 Thread Michael Schmalle
Manish, Yeah, I know I have tried everything even changing the parent of the pop up. I have not tried Application.application though. 1 minute later... Ok, tried that, does not work, there must be a bug here somewhere. Peace, MikeOn 5/4/06, Manish Jethani <[EMAIL PROTECTED]> wrote: On 5/

[flexcoders] Re: FB2: Uncaught exception in compiler

2006-05-04 Thread bhaq1972
I've noticed that as well. If you have an mxml component and its associated script file have the same name it doesn't like it. why is that not allowed? (btw manish thanks for your last answer to my post) regards bod --- In flexcoders@yahoogroups.com, "John C. Bland II" <[EMAIL PROT

[flexcoders] FB2: Uncaught exception in compiler

2006-05-04 Thread John C. Bland II
I know this has been beat to the ground on several messages in this forum but I wanted to see what the general consensus is for this issue in reference to the final product (or even Beta 3).I compiled my app perfectly fine until the other day when I got "An internal build error has occurred. Ple

Re: [flexcoders] flex2 - ambiguous reference to TextInput

2006-05-04 Thread Manish Jethani
On 5/4/06, bhaq1972 <[EMAIL PROTECTED]> wrote: > I created my own extended TextInput control which i have named > TextInput.mxml. > > but i'm getting a compiler error > > "Ambiguous reference to TextInput. [CODEGEN C:\Documents and > Settings...\mycontrols\TextInput.mxml" It might be becaus

Re: [flexcoders] scrolling inside an AS based component

2006-05-04 Thread Manish Jethani
On 5/4/06, leo4beer <[EMAIL PROTECTED]> wrote: > I'm building an AS component for Flex (using as only). > My component will contain a dynamic nap loader which the users may be > able to scroll. > What should I use in order to enable scrolling with pure AS component? The easiest option is to m

[flexcoders] flex2 - ambiguous reference to TextInput

2006-05-04 Thread bhaq1972
I created my own extended TextInput control which i have named TextInput.mxml. but i'm getting a compiler error "Ambiguous reference to TextInput. [CODEGEN C:\Documents and Settings...\mycontrols\TextInput.mxml" -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fl

[flexcoders] scrolling inside an AS based component

2006-05-04 Thread leo4beer
Hi I'm building an AS component for Flex (using as only). My component will contain a dynamic nap loader which the users may be able to scroll. Obviously I will need to combine a scroll component inside my component. Flash MX introduced the ScrollPane class,I've noticed Flex does not consist th

Re: [flexcoders] Flex2 :: PopUpManager.centerPopUp() :: not working

2006-05-04 Thread Manish Jethani
On 5/4/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: >  snippetWindow = PopUpManager.createPopUp(this, SnippetTypeWindow) as SnippetTypeWindow; Centering is with respect to the "parent" of the pop-up (in this case, 'this'). Have you tried specifying 'Application.application'

Re: [flexcoders] Flex2 :: PopUpManager.centerPopUp() :: not working

2006-05-04 Thread Michael Schmalle
Hi Matt, This is an HBox MXML component. SnippetPane.mxml (This mxml gets loaded in an HBox in the MainApp.mxml file so there IS nesting of mxml components going on here. That is the only difference I can see). -     xmlns:mx="

  1   2   >