Re: [flexcoders] Working with Flex3/Eclipse/Maven2 projects.

2008-06-16 Thread Igor Costa
see that http://blog.flex-mojos.info/2008/06/13/rcards4/ Regards --Igor On Thu, Jun 12, 2008 at 8:05 PM, baztheman [EMAIL PROTECTED] wrote: All, If i am developing/building Flex 3 code by using Eclipse(Europa), then can i build everything with Maven 2 on command line as is? How? This

[flexcoders] repeater and swapChildAt

2008-06-16 Thread grimmwerks
Ok - if I've got 4 buttons being created in a repeater -- since children of a component are referenced by that repeater id (ie mx:Repeater id=rep dataProvider={CircleData.getInstance().currentCircleArray} mx:Button id=button / /mx:Repeater It'd be button[x] -- correct? ie

[flexcoders] Connection problem in Flex messaging

2008-06-16 Thread paromitadey
Hi, We have used Flex messaging in an Flex/Java based application. The messaging works fine in our production/QA server. But when we deployed the application to the production server, which can be accessed by a public IP, the messaging feature failed. Nevertheless, if we connect the

[flexcoders] Flex web services client-BlazeDS-NetSuite, session cookies in header

2008-06-16 Thread celumbra
Has anyone built a flex client to NetSuite? I am searching for any notable issues. This combination seems like a natural fit for many companies, but, surprisingly, there is a dearth of information on the Internet. Maybe there are reasons that aren't immediately apparent? From reading

Re: [flexcoders] Flex web services client-BlazeDS-NetSuite, session cookies in header

2008-06-16 Thread Josh McDonald
I imagine cookies are handled by the browser the way they're supposed to when making HTTP requests? -Josh On Mon, Jun 16, 2008 at 6:36 PM, celumbra [EMAIL PROTECTED] wrote: Has anyone built a flex client to NetSuite? I am searching for any notable issues. This combination seems like a

[flexcoders] string to actual actionscript code?

2008-06-16 Thread mariovandeneynde
Greetings, I was wondering if the following situation would be possible: imagine having a string like var query:String = Object.property.toString() == somevalue.toString(); and that the string somehow could be converted to actual actionscript code... if(query){ trace(your

Re: [flexcoders] .errorTip borderStyle has no effect when using Tooltip custom borderSkin. BUG?

2008-06-16 Thread Paolo Bernardini
I have the same issue, it happends with textInput as well, any solution? On Fri, Apr 4, 2008 at 1:33 AM, Thibaud Van Vreckem [EMAIL PROTECTED] wrote: Tooltip and .errortip styling are crap. when using: ToolTip { borderSkin: Embed(/assets/skins/tooltip/ToolTip_borderSkin.png); }

Re: [flexcoders] string to actual actionscript code?

2008-06-16 Thread Michael Schmalle
Hi, There is no eval() in actionscript if that is what you are wondering. Mike On Mon, Jun 16, 2008 at 5:33 AM, mariovandeneynde [EMAIL PROTECTED] wrote: Greetings, I was wondering if the following situation would be possible: imagine having a string like var query:String =

Re: [flexcoders] what RIA-to-PDF conversion means in LCDS?

2008-06-16 Thread Tom Chiverton
On Friday 13 Jun 2008, Anatole Tartakovsky wrote: If you can require that your clients to have Acrobat reader 8 you can generate XDP directly in Flex - http://flexblog.faratasystems.com/?p=237 - Error establishing a database connection This either means that the username and password

[flexcoders] Re: Printing full page w/ no margins

2008-06-16 Thread Dmitri Girski
I think that these are the settings of your printer driver. I am printing with margins 5-10 pixels, but I set the margings to 0 in the Distiller printer drivers. Cheers, Dmitri. http://mitek17.wordpress.com --- In flexcoders@yahoogroups.com, Josh Millstein [EMAIL PROTECTED] wrote: Does

[flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread mariovandeneynde
No, I'm just wondering if there is a way to convert a string to actual actionscriptcode... --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, There is no eval() in actionscript if that is what you are wondering. Mike On Mon, Jun 16, 2008 at 5:33 AM,

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread Michael Schmalle
Like an interpreter? Why do you want to do what you showed below? Mike On Mon, Jun 16, 2008 at 6:08 AM, mariovandeneynde [EMAIL PROTECTED] wrote: No, I'm just wondering if there is a way to convert a string to actual actionscriptcode... --- In flexcoders@yahoogroups.com

[flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread mariovandeneynde
ok, I just have to able to make a dynamic condition to give to my if-else statement. something like if((MyImage.location.toString == Here) or (MyImage.location.toString == there) or (MyImage.location.toString == everywhere) etc. etc.) so I don't know how long the string is going to be...

Re: [flexcoders] Firefox 3 and Flex Debug Not Working ?

2008-06-16 Thread Mark Walters
Done: http://bugs.adobe.com/jira/browse/FB-13064 Thanks Alex. *Mark Walters* [EMAIL PROTECTED] http://digitalflipbook.com On Mon, Jun 16, 2008 at 1:08 AM, Alex Harui [EMAIL PROTECTED] wrote: OK, file a bug. Bugs.adobe.com/jira. -- *From:*

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread Scott Melby
Seems like you could just pass in an Array of strings to check against. Something like the following public function isImageLocationKnown(location:String, knownLocations:Array):Boolean { var ret:Boolean = false; for each(var knownLocation:String in knownLocations) {

[flexcoders] Flex Newbie - Web Services Dilema

2008-06-16 Thread gnuwolf
Hi, I'm a developer who usually uses Java,Php,C#, etc. And I'm new to Flex and ActionScripting. i'm using Eclipse 3.3.x and Flex Builder 3 plugin for Eclipse and BlazeDS. I tried generating the proxy classes from Data Manage WSDL and I was able to generate the *.as files which are the proxy

[flexcoders] How the information pass from *List controls to their item renderers?

2008-06-16 Thread an0one
Here by saying *List and *ListData I mean the three standard ListBase subclasses and their corresponding BaseListData subclasses, i.e., List - ListData, DataGrid - DataGridListData, Tree - TreeListData. As I know, drop-in Item renderers in *List controls get the necessary information from

[flexcoders] Flex Charts/DataProvider sum

2008-06-16 Thread romualdquantin
hi Eveyone, I've got a dataprovider that I apply on a pie charts, it is working but is there any way that I can automaticaly get a sum of the field I display? For example: {client:client1, project:project1, time:2} {client:client1, project:project1, time:2} {client:client1, project:project2,

Re: [flexcoders] Flex, LCDS, FlexUnit, and Maven 2

2008-06-16 Thread Xavier Agnetti
Hi ! Here are some pointers about Flex/FlexUnit/Maven: http://blog.flex-mojos.info/ http://blogs.adobe.com/francoisledroff/ Cheers, On Wed, Jun 11, 2008 at 10:11 PM, jeffreyr6915 [EMAIL PROTECTED] wrote: I have a Flex application that uses LCDS. I was wondering if someone help me find

[flexcoders] Typing into a Canvas paint program style and space key events

2008-06-16 Thread fkchang2000
Hi All: I'm trying to do a simple drawing program, something like http://artpad.art.com/artpad/painter/, in which I primarily want to be able to draw freehand lines and be able to add text. I want to emulate the general text tool functionality where I click the text tool icon, click on the

[flexcoders] Combobox, not be able to update mysql on second time.

2008-06-16 Thread nash.e2008
hi, my name is Jamie, newbie of flex. Im trying to get data from mysql using php. I successfully got data on combobox, and even updated to mysql once. but second time, i can not update. I got a duplicate entry error now, no idea what I can do. I really really really need a help from anyone

[flexcoders] Example of HTTPService.

2008-06-16 Thread Harshal Anil Bhave
Hello People, I am new to the group and new to Flex as well. Can anyone share a Example which uses HTTPService method, and consumes a XML result from the server to populate a component. Or give internet links for the same ??? Also Can I dynamically change the dataProvider

Re: [flexcoders] Re: closing and reopening windows in Air App

2008-06-16 Thread Omar Fouad
I close it by clicking x in the titlebar of the small window. On 6/16/08, Bjorn Schultheiss [EMAIL PROTECTED] wrote: how are you closing it? On 16/06/2008, at 9:00 AM, Omar Fouad wrote: Why no one is answering? On 6/13/08, Omar Fouad [EMAIL PROTECTED]omarfouad.net%40gmail.com wrote:

[flexcoders] HTTPRequest vs URLLoader

2008-06-16 Thread Deniz Davutoglu
Hello I wonder what is different between HTTPRequest and URLLoader? are they same objects with different names for flash and flex or so? Thanks

[flexcoders] Re: HTTPRequest vs URLLoader

2008-06-16 Thread Dmitri Girski
HTTPRequest uses URLLoader. From the user point of view HTTPRequest is more XML oriented and URLLoader is more suitable for the binary stuff. Cheers, Dmitri. http://mitek17.wordpress.com --- In flexcoders@yahoogroups.com, Deniz Davutoglu [EMAIL PROTECTED] wrote: Hello I wonder what is

[flexcoders] About Error #1085

2008-06-16 Thread luis_roman_am
Hi! Im trying to use a Webservice in Flex 3 but its FaultEvent.FAULT gives me Error #1085: El tipo de elemento p debe terminar con la etiqueta final /p The web service works perfect if tested in web browsers. Any idea? Thanks in advance. Luis

[flexcoders] How to do menu like buzzword

2008-06-16 Thread dbronk
Any hints, examples, or suggestions on how to accomplish the dropdown/popup menu's like on buzzword.adobe.com? The menu's that appear when you click the small arrow to the right of the items in the left nav. Thanks, Dale

Re: [flexcoders] Re: Printing full page w/ no margins

2008-06-16 Thread Josh Millstein
Thanks for the advice, I¹ll check out what my margins are set on in the driver although I still think it would be weird that my margins are 0,0 for top and left, and 100 px 100 px for right and bottom especially because anything else I print off (from another program) has evenly spaced margins.

Re: [flexcoders] How to do menu like buzzword

2008-06-16 Thread Jeffry Houser
I'm confused, buzzword.adobe.com gives me a server not found error. I go to buzzword.acrobat.com to open buzzword. That said, I'm not sure what left nav you are referring to. Buzzword appears to have menus at the top and bottom of the page, but nothing on the right or left. In the

[flexcoders] Flex builder compiler line

2008-06-16 Thread jamalwally
Is there a way to see the compiler command that Flex builder 3 uses? For example, in Builder 3, under Properties - Flex Compiler, you can choose several compiler options. I guess that Builder generates a list of compiler options from this gui. I'd like to see the final arguments that are sent

[flexcoders] How to catch Focus In/Out event on TileList ItemRenderer

2008-06-16 Thread Greg Hess
Hi All, I have a TileList employing a custom ItemRenderer (VBox with Image and labels). I would like to catch Focus In/Out on the ItemRenderer so that when selected I can change the border style on the VBox to provide a custom select indicator instead of the default provide by the TileList

Re: [flexcoders] Flex builder compiler line

2008-06-16 Thread Derrick Anderson
the compiler comes with the SDK, you would not send that argument to the compiler, that's what tells FB what compiler to use. pretty sure anyways. On Mon, Jun 16, 2008 at 10:22 AM, jamalwally [EMAIL PROTECTED] wrote: Is there a way to see the compiler command that Flex builder 3 uses? For

[flexcoders] Chart call function

2008-06-16 Thread flexnewbie06
Hi Folks, Quick question, can I call a function from the xField in a chart - bar series and pass a field from DP...I can't seem to get the syntax correct? Thanks in advance. example. (excerpted code) private function calculate(x:String):String var y:int = int(x) y = y/60;

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread David Pariente
They answer u about eval() cause that was what eval() was for. I used it so often in AS1 and AS2. Lost now in AS3 without it :( - Mensaje original De: mariovandeneynde [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com Enviado: lunes, 16 de junio, 2008 12:08:26 Asunto: [flexcoders] Re:

[flexcoders] i need answer plzzzzzzzzzzzzzzzzzz

2008-06-16 Thread Kumaran Raj
    iam getting xml form of string from java method. i covert that into XMLSring than i display the xmlstring using Alert.i met a error TypeError: Error #1006: value is not a function. what is the problem with this send me pl

[flexcoders] How to generate PDF files in flex from database data

2008-06-16 Thread ajayakiti

[flexcoders] Error : Type Coercion failed: cannot convert mx.utils::ObjectProxy to Array

2008-06-16 Thread ajayakiti
TypeError: Error #1034: Type Coercion failed: cannot convert mx.utils::[EMAIL PROTECTED] to Array. at com.brookeside.enact.view.navigation.company::HomeComponent/::loyaltyLevelLineMonitorResult() at

[flexcoders] Re: SECURITY ERROR ACCESING URL calling a web service

2008-06-16 Thread luis_roman_am
Hi! the tip by Tracy Spratt worked for me!! I needed yo keep working... Now i have to study the consequences of doing this in crossdomain.xml Thanks you all! Now i have sometimes another error (error 1085) wich i posted in another post. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL

Re: [flexcoders] Re: Flex Css Html Css

2008-06-16 Thread David Pariente
i just did something even more complicated today using degrafa and css, with a few lines of code, and i'm IMPRESSED! - Mensaje original De: Bjorn Schultheiss [EMAIL PROTECTED] Para: flexcoders@yahoogroups.com Enviado: lunes, 16 de junio, 2008 5:33:41 Asunto: [flexcoders] Re: Flex Css

[flexcoders] Re: Flex, LCDS, FlexUnit, and Maven 2

2008-06-16 Thread jeffreyr6915
Thanks Xavier! --- In flexcoders@yahoogroups.com, Xavier Agnetti [EMAIL PROTECTED] wrote: Hi ! Here are some pointers about Flex/FlexUnit/Maven: http://blog.flex-mojos.info/ http://blogs.adobe.com/francoisledroff/ Cheers, On Wed, Jun 11, 2008 at 10:11 PM, jeffreyr6915 [EMAIL

Re: [flexcoders] Re: [ANN] Flex-mojos 1.0-RC4

2008-06-16 Thread David Pariente
Could you be so kind to tell us what is this? I tried to search for that info on that link and i could get what is it or what is it for. - Mensaje original De: Marvin Froeder [EMAIL PROTECTED] Para: [EMAIL PROTECTED]; flexcoders@yahoogroups.com Enviado: lunes, 16 de junio, 2008 2:09:44

Re: [flexcoders] Flex web services client-BlazeDS-NetSuite, session cookies in header

2008-06-16 Thread gnuwolf
Hello Josh, I work for Netsuite and I'm trying to create a client for it in Flex. It's not my job to do one tho since I work for support but i'm a developer and it challenges me to create one. On Mon, 2008-06-16 at 19:18 +1000, Josh McDonald wrote: I imagine cookies are handled by the browser

[flexcoders] Re: How to do menu like buzzword

2008-06-16 Thread dbronk
Sorry, I did type the incorrect url. buzzword.acrobat.com is correct. I found a video at http://www.colettas.org/?p=239 which explains. Thanks, Dale --- In flexcoders@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote: I'm confused, buzzword.adobe.com gives me a server not found

[flexcoders] Re: Flex Newbie - Web Services Dilema

2008-06-16 Thread celumbra
http://ivascucristian.com/archives/but-how-do-i-use-that-code/ Hi, I'm a developer who usually uses Java,Php,C#, etc. And I'm new to Flex and ActionScripting. i'm using Eclipse 3.3.x and Flex Builder 3 plugin for Eclipse and BlazeDS. I tried generating the proxy classes from Data

[flexcoders] Re: How to generate PDF files in flex from database data

2008-06-16 Thread andrewwestberg
I'm currently generating PDFs server-side using JasperReports (java) -Andrew

Re: [flexcoders] Flex builder compiler line

2008-06-16 Thread Tom Chiverton
On Monday 16 Jun 2008, jamalwally wrote: list of compiler options from this gui. I'd like to see the final arguments that are sent to the compiler. Add -dump-config build.cfg as an additional compiler argument. This file can be fed to the mxmlc command line compiler. Handy for generating

Re: [flexcoders] i need answer plzzzzzzzzzzzzzzzzzz

2008-06-16 Thread Tom Chiverton
On Monday 16 Jun 2008, Kumaran Raj wrote:     iam getting xml form of string from java method. i covert that into XMLSring than i display the xmlstring using Alert.i met a error TypeError: Error #1006: value is not a function. what is the problem with this send me pl Post Your

Re: [flexcoders] i need answer plzzzzzzzzzzzzzzzzzz

2008-06-16 Thread Maciek Sakrejda
And use a better subject. Yours is ridiculous. -Original Message- From: Tom Chiverton [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] i need answer plzz Date: Mon, 16 Jun 2008 16:27:34 +0100 On Monday 16 Jun

[flexcoders] Loading swf..

2008-06-16 Thread Manu Dhanda
Hii guyz, It's not an issue here, but I need someone's help to point me to the right tutorial where I can learn about loading swf. Also, the trick is that i have one introductory swf with user's making a few choices/selections from combobox's. Now, on some button click, I want to present my

[flexcoders] Changing the Drag Cursor Icon when Dropping with in the same Tree

2008-06-16 Thread sk_acura
Hi All, I am trying the ReArrange Tree functionality.. I am trying to change the Drag Cursor when a Node is dropped on some other node in the Tree ( It is determined whether the Drop Traget is a Valid One or not ). I want to change the Cursor Style /Image as soon as the Drag Cursor is

Re: [flexcoders] Custom TreeItemRenderer not rendering children

2008-06-16 Thread S B
I've been trying to figure out this issue, and I'm still confused. I suspect it may have something to do with the labelField attribute. Does anyone have any ideas? - Original Message From: S B [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, June 13, 2008 1:14:49 PM

[flexcoders] Re: Working with Flex3/Eclipse/Maven2 projects.

2008-06-16 Thread baztheman
The link returns not found error. --- In flexcoders@yahoogroups.com, Igor Costa [EMAIL PROTECTED] wrote: see that http://blog.flex-mojos.info/2008/06/13/rcards4/ Regards --Igor On Thu, Jun 12, 2008 at 8:05 PM, baztheman [EMAIL PROTECTED] wrote: All, If i am

Re: [flexcoders] Re: Working with Flex3/Eclipse/Maven2 projects.

2008-06-16 Thread Marvin Froeder
The right link is http://blog.flex-mojos.info/2008/06/13/rc4/ But the 1.0 final is out. http://blog.flex-mojos.info/ m2eclipse is working on a FB/maven integration. But so far is not ready. VELO On Mon, Jun 16, 2008 at 1:30 PM, baztheman [EMAIL PROTECTED] wrote: The link returns not

[flexcoders] Re: Silk/Flex3 SDK license issue

2008-06-16 Thread baztheman
Let me give the answer to my own question in case someone bump into this issue as well: The syntax for adding license information into the ant task is: mxmlc ... ... license product=flexbuilder3 serial-number=-----/ ... /mxmlc Thanks. B. --- In

[flexcoders] How to have a component as a Wallpaper/Background

2008-06-16 Thread timgerr
Hello all, I have found this neat component that is a visual graph. I want to make it the background to a application that I am creating. Here is a the url to the component: http://mark-shepherd.com/SpringGraph/RoamerDemo/bin/RoamerDemo.html I would like to have the graph set as the background

Re: [flexcoders] Re: [ANN] Flex-mojos 1.0-RC4

2008-06-16 Thread Marvin Froeder
Flexmojos is a set of maven plugins to compile, generate asdoc and as3 files, package sources flex/air projects. You can see more at: http://maven.apache.org/ (what is maven) http://code.google.com/p/flex-mojos/ (flex-mojos code google project) http://blog.flex-mojos.info/ (project blog) VELO

[flexcoders] having problem with setting scriptTimeLimit

2008-06-16 Thread Body Works Studio
Hello all, I have some parts of my application that can get pretty complex on rendering, and at times we have maxed out the timeout and gotten the error. I added scriptTimeLimit=60 to my application tag, but error still occurred. So for now we lowered the amount of data that would be sent to the

[flexcoders] 'Pointer' in actionscript?

2008-06-16 Thread fb6668
Hi. I have a custom component which uses data from my modellocator. Depending on the way this component is called depends where abouts this data comes from, ie: private var _itemLocation:Object; [Bindable] protected function get itemLocation():Object { if(isAssets)

RE: [flexcoders] Connection problem in Flex messaging

2008-06-16 Thread Seth Hodgson
Hi, RTMP is run on a non-standard (meaning, non-HTTP) port so client-side firewalls/proxies/etc. may block traffic out on that port. Accessing your server over VPN versus over the public internet must be using different port-specific rules. You'll generally want to define your ChannelSet (or

[flexcoders] Scale 9 on an Image?

2008-06-16 Thread toofah_gm
Is it possible to get an Image control to scale using scale 9 without embedding the source bitmap? If I embed the source bitmap and set scaleGridTop/scaleGridBottom/etc. the Image control scales properly. If I try to set scale9grid,

RE: [flexcoders] [BlazdeDS] setting concurrency property through actionAcript

2008-06-16 Thread Seth Hodgson
Hi Levancho, This option is very old, dating back to the earliest versions of RemoteObject client code and it may not do what you're expecting it to do. The documentation here isn't very clear (although it's not a simple topic so maybe that's why). When you set this to last, you're telling

[flexcoders] Re: Some Characters on Dynamically Loaded Fonts Show Incorrectly

2008-06-16 Thread aaalzee
After days if trying to figure this out I figured out the following and it works, so I believe this could help your problem.. Problem: How to get Dynamically Loaded Embedded Font Swfs from a Stylesheet to display correctly when using it in a Flex TextArea component that is reading

[flexcoders] Re: Some Characters on Dynamically Loaded Fonts Show Incorrectly

2008-06-16 Thread aaalzee
Try this solution that I figured out, it should help... Problem: How to get Dynamically Loaded Embedded Font Swfs from a Stylesheet to display correctly when using it in a Flex TextArea component that is reading Multi-Formatted HTML Text? Solution: Step 1: Create a swf file for each Font you

RE: [flexcoders] mdash in line of text?

2008-06-16 Thread Gordon Smith
The font seems to have an emdash in Photoshop -- any idea why it's not working in flex? Sorry, I don't know why they'd behave differently. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread Gordon Smith
Why are you lost without eval()? What would you use it to do? Many developers think they need it when they really don't; there are often other ways to accomplish what they're trying to do. Gordon Smith Adobe Flex SDK Team From:

[flexcoders] Flex Solution for Dynamic Embedded Font Swfs in Multi-Formatted HTML Text

2008-06-16 Thread aaalzee
Problem: How to get Dynamically Loaded Embedded Font Swfs from a Stylesheet to display correctly when using it in a Flex TextArea component that is reading Multi-Formatted HTML Text? Solution: Step 1: Create a swf file for each Font you want, with a text sample of the Font on stage and

[flexcoders] Flex support for wizards

2008-06-16 Thread _estatica_
Does anyone know if Flex supports Wizards. I am looking into something like JFace's wizard framework?

RE: [flexcoders] 'Pointer' in actionscript?

2008-06-16 Thread Gordon Smith
I'm having trouble following this because I don't understand why your getter for itemLocation doesn't return what the setter set. But, setting that aside, I suspect your binding problem is because your setter isn't dispatching a binding event. Gordon Smith Adobe Flex SDK Team

[flexcoders] Re: 'Pointer' in actionscript?

2008-06-16 Thread Amy
--- In flexcoders@yahoogroups.com, fb6668 [EMAIL PROTECTED] wrote: Hi. I have a custom component which uses data from my modellocator. Depending on the way this component is called depends where abouts this data comes from, ie: private var _itemLocation:Object; [Bindable] protected

[flexcoders] Re: Help me understand custom drag/drop events

2008-06-16 Thread bredwards358
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Why not just set a flag instead of calling preventDefault, then check the flag afterwards. BTW, you shouldn't be dispatching COLLECTION_CHANGE yourself. Best to use itemUpdated when changing quantity. A

Re: [flexcoders] Connection problem in Flex messaging

2008-06-16 Thread Anatole Tartakovsky
Paromita, Seth, Just to deal with dumb firewalls and proxy you can configure your server with multiple IP addresses/names in the same domain, and split HTTP / RTMP traffic between 2 different IP addresses - make sure you bind HTTP server to one of them and RTMP to the other. Hope this helps

[flexcoders] Move and Resize effect on panel

2008-06-16 Thread Steve Mathews
I have a layout of three panels in an HBox. The first and second are 100px wide and the third is 100%. I need to show/hide the middle panel. When this happens I would like the third panel to move/resize to fill the space. The problem is I have tried using view states/transitions and just

[flexcoders] custom map image geocoding service?

2008-06-16 Thread Rich Rodecker
I'm building a flash app which requires some mapping functionality. It's relatively simple, so I'm not sure that it needs all the bells and whistles that come with using google's or yahoo's map services. Basically we have a static U.S./Canada map image (no pan or zoom) that has some interactive

Re: [flexcoders] How the information pass from *List controls to their item renderers?

2008-06-16 Thread Mario Van den Eynde
this can be done by using : data.property for example, if your listitem contains an object with the property myName inside the itemRenderer you can you {data.myName} hope this helps - Original Message From: an0one [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, June 16,

RE: [flexcoders] Connection problem in Flex messaging

2008-06-16 Thread Seth Hodgson
Right, Anatole makes a good point. Using this technique you can expose your RTMP endpoint on port 80 alongside your HTTP endpoint also on port 80, on the same server: www.mycompany.com:80 - for HTTP traffic rtmp.mycompany.com:80 - for RTMP traffic You can achieve this by using the bind-address

RE: [flexcoders] Re: Flex Newbie - Web Services Dilema

2008-06-16 Thread gnuwolf
Hey, Thanks for your quick reply. I was wondering where the part 2 of that article is. Part1 shows how to use the proxy classes using actionscript, I was more particular on how to integrate using MXML. Thanks anyway. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] ImageSnapshot in bounds

2008-06-16 Thread flexawesome
Hi there, I was trying to capture my UI at w:100 , h:100. I got an error msg of --- Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type. Any suggestions? Thanks var bitmapData:BitmapData = new BitmapData(100, 100) bitmapData =

[flexcoders] Keeping the MXML clean

2008-06-16 Thread Richard Rodseth
I have a couple of chart series with dataFunctions that get updated dynamically. Some of these are shared between more than one chart. I wish to avoid large Script blocks with duplicate code. Here are some possibilities I've considered 1) A SeriesHelper class with a reference to the series and

RE: [flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread Tracy Spratt
Sorry, no, eval has never been a full eval like in javascript. It has only ever been able to resolve references. Its replacement is [bracket notation]. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Pariente Sent:

[flexcoders] Advanced custom components in Flex Builder 3

2008-06-16 Thread sbyrne_dorado
Hi all. I'm trying to determine if any of the following are possible in design mode in Flex Builder 3: * have new custom components appear in a category other than Custom * if there are multiple custom components with the same name but appear in different packages, cause only one

Re: [flexcoders] Re: string to actual actionscript code?

2008-06-16 Thread Josh McDonald
Gordon, I can live without eval() and associated evilness, but I'd sell my left testicle for the ability to mark a Proxy as extending or implementing various classes or interfaces. Mario - As for this sort of pseudo-eval that theyou're after, you could definitely cook up something similar to

Re: [flexcoders] About Error #1085

2008-06-16 Thread Josh McDonald
Sounds like your request is getting some HTML back instead of the WSDL, check with a debugging proxy like Charles to see what's going on behind the scenes. -Josh On Mon, Jun 16, 2008 at 11:26 PM, luis_roman_am [EMAIL PROTECTED] wrote: Hi! Im trying to use a Webservice in Flex 3 but its

[flexcoders] Re: Move and Resize effect on panel

2008-06-16 Thread Tim Hoff
Hi Steve, Would usually use state transitions for this, with a shorter duration, but the code below works the same way. Effects are smoothest when you set the from and to values. Not as smooth if you are applying an effect on a component that is percentage size based. For these, change

[flexcoders] How to debug

2008-06-16 Thread Josh Millstein
I've got an application that I'm building that just started crashing adl. Is there anyway to debug something like this? I have traced the issue to a semi-specific area of my code, but when it crashes I can't use any of the debug stuff to get a closer look at the problem. -- [EMAIL PROTECTED]

[flexcoders] Can't remove small non-transparent rectangle in full screen mode

2008-06-16 Thread eugenemed
Hi all, I'm trying to mimic Expose-style functionality in an AIR app I'm developing -- when the user presses a shortcut key, all of the open tabs in the application should become visible in a full-screen, translucent overlay window. (E.g. like:

[flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Anatole Tartakovsky
Dear All, Flexcoders has huge problem. In the last 15 month it is very much stagnant in terms of message count and participation. It is not growing and dropping members as fast as it gets them. I believe this group has overgrown the optimal size about a year ago and needs to be divided in

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Josh McDonald
Define enterprise without resorting to some variation of mo' bettah What about best practices in Flex UI coding? Where do those posts go? And who decides what posts go in the advanced lists, and what go in the 101 list? Sounds like an invitation for grumpy nerds to flame noobs and scare them

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread li wenzhi
good suggestions! I think this maillist need to be divided THREE group at least: Flex beginner group; Flex enterprise development( or advanced development) group; Flex designer group; -- lwz7512 Ultrapower Flex Team Leader OpenRIA -- A Window You

[flexcoders] Re: ImageSnapshot in bounds

2008-06-16 Thread flexawesome
any suggestions? --- In flexcoders@yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hi there, I was trying to capture my UI at w:100 , h:100. I got an error msg of --- Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.

Re: [flexcoders] Re: ImageSnapshot in bounds

2008-06-16 Thread Josh McDonald
You're trying to load a bunch of pixels as a swf or something? On Tue, Jun 17, 2008 at 11:42 AM, flexawesome [EMAIL PROTECTED] wrote: any suggestions? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, flexawesome [EMAIL PROTECTED] wrote: Hi there, I was trying to

[flexcoders] DataGrid higlighted row blinks when data is updated

2008-06-16 Thread jbaileyadam
I have a simple DataGrid that gets its data from a dataprovider. One of the columns contains a seconds field that is updated every second by a timer. Every time the underlying data is updated, the row that is highlighted by the cursor briefly flashes. The same hold true if I position the cursor

[flexcoders] DataGrid problem with highlighted row flashing when data is updated

2008-06-16 Thread jbaileyadam
I have a simple DataGrid that gets its data from a dataprovider. One of the columns contains a seconds field that is updated every second by a timer. Every time the underlying data is updated, the row that is highlighted by the cursor briefly flashes. The same hold true if I position the cursor

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Anatole Tartakovsky
Josh, It is definitely up to flexcoders as a group to make these decision - not me for sure. I did suggest separate group on best practices and I do not think you can separate UI best practices in Front-end tool - but I might assume much. Enterprise in Flex is reasonably well defined -

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Daniel Freiman
This issue gets brought up periodically (and once by me), and at those times the mods have convinced me that we shouldn't (or at minimum had an argument against that was as good as the argument for). However, at this point in time, I think you have a point. In the past, I've answered more

[flexcoders] Re: Flex Css Html Css

2008-06-16 Thread Bjorn Schultheiss
Do you have any examples?? --- In flexcoders@yahoogroups.com, David Pariente [EMAIL PROTECTED] wrote: i just did something even more complicated today using degrafa and css, with a few lines of code, and i'm IMPRESSED! - Mensaje original De: Bjorn Schultheiss [EMAIL PROTECTED]

[flexcoders] Re: Error : Type Coercion failed: cannot convert mx.utils::ObjectProxy to Array

2008-06-16 Thread Bjorn Schultheiss
what object are you casting to an array? take a look at ::object_proxy --- In flexcoders@yahoogroups.com, ajayakiti [EMAIL PROTECTED] wrote: TypeError: Error #1034: Type Coercion failed: cannot convert mx.utils::[EMAIL PROTECTED] to Array. at

[flexcoders] Re: How to debug

2008-06-16 Thread Bjorn Schultheiss
When I get lost I start removing code until i can get a working build. Provided you can you adl to debug other apps this approach should help. --- In flexcoders@yahoogroups.com, Josh Millstein [EMAIL PROTECTED] wrote: I've got an application that I'm building that just started crashing adl. Is

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Tim Hoff
Hi Anotole, This topic has been brought up several times since this list was established. At times, it does seem that the post topics are very diverse. However, with the clear exception of flexcomponents, the suggestion to split the list into sub groups has been consistantly avoided; to reduce

[flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Tim Hoff
My appologies Anatole; I mispelled your name. No offense intended. -TH --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Anotole, This topic has been brought up several times since this list was established. At times, it does seem that the post topics are very

[flexcoders] Automating the compiling of actionscript projects in Flex Buider 3

2008-06-16 Thread brett.coffin
I am currently creating some actionscript projects in flex builder 3. The idea is to create some basic templates (10 or so different look and feel) with picture and text holders but no text or pictures. Then pass to the selected actionscript project template the picture and text reference to

  1   2   >