[flexcoders] Select and Click Events generation

2008-03-03 Thread Tom Preet
Hi All, In my application am using one List , Combo box and other two List boxes(named as ABox, BBox). In the List box and combo box it contains some attributes. when am selecting a object from comboBox, using related object am retriving some more objects using remote object and displayed within

Re: [flexcoders] Re: Charting Capacity Limits (or Performance) and Overall UI Sluggishness

2008-03-03 Thread Tom Chiverton
On Friday 29 Feb 2008, bpjim wrote: suggested. However, UI/Interaction Design changes are not in scope at the moment. I am still hoping to solve the UI responsiveness problem, with the current UI design as a given. I would argue that problems with performance are not either then - if you are

Re: [flexcoders] flexbuilder code formatter

2008-03-03 Thread Tom Chiverton
On Friday 29 Feb 2008, Beau Scott wrote: If you find something that works, PLEASE let me know. I've resorted to trying to write an Eclipse AS3 formatter plug-in myself. Are you looking to build a 'code beautifier', or just something that can give basic syntax high lighting and insight ? --

Re: [flexcoders] Flex Builder complaint

2008-03-03 Thread Tom Chiverton
On Friday 29 Feb 2008, Paul Decoursey wrote: I just imported some projects from Flex 2 into Flex 3 and it wiped out my html-templates... I spent hours tweaking those files and all that work is gone. Just check them back out of your source control. Or your back up. It's hardly the end of the

Re: [flexcoders] Flex Builder 3.0 Serial No. Need

2008-03-03 Thread Tom Chiverton
On Sunday 02 Mar 2008, devang solanki wrote: if any one have flex builder 3.0 serial no I believe Adobe.com will sell you serialz for a reasonable fee. -- Tom Chiverton Helping to economically harness collaborative partnerships on: http://thefalken.livejournal.com

[flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-03 Thread Bjorn Schultheiss
Classic! I smell a chuck norris quotable coming on soon.. --- In flexcoders@yahoogroups.com, Doug McCune [EMAIL PROTECTED] wrote: Oooh, that's right, the dude is the owner of Magic Legs Martial Arts Academy. You think that academy qualifies for the education discount?

[flexcoders] Displayshelf and distortion effects...

2008-03-03 Thread quantum_ohm
Hi, I'm trying to apply a simple flip effect (from Alex Uhlmann) to the selected image of a displayshelf component (from Quietly Scheming) and have some hard time to do it... Does anyone would have a lightnin' idea ? Where I am now is that I got this error (sorry it's in french): TypeError:

[flexcoders] Re: Vertical Labels

2008-03-03 Thread linko27
Yes rotated! --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 03 Mar 2008, linko27 wrote: How can I make vertical labels (text) in flex? The text should be fliped! Do you mean rotated ? -- Tom Chiverton Helping to evangelistically restore low-risk

Re: [flexcoders] Re: Vertical Labels

2008-03-03 Thread Tom Chiverton
On Monday 03 Mar 2008, linko27 wrote: Yes rotated! Make sure it's using an embedded font, and then use something like the Rotate effect or style. -- Tom Chiverton Helping to continually scale professional data on: http://thefalken.livejournal.com

Re: [flexcoders] possible bug in viewstacks with states or am i not doing something right?

2008-03-03 Thread Tom Chiverton
On Sunday 02 Mar 2008, tpokrajcic wrote: The catch was to set creationPolicy property of TabNavigator (ViewStack in your case) to all. This will make Flex draw the 'invisible' tabs content at the same time as the first visible one. If you have complex content, this may be a bad thing, speed

Re: [flexcoders] Displayshelf and distortion effects...

2008-03-03 Thread Tom Chiverton
On Monday 03 Mar 2008, quantum_ohm wrote: mainly it says that it cannot convert 'DisplayShelf' in a 'Container'...??? Stick an 'as' in there. If you posted a shot snippit of code, we could be more helpful. -- Tom Chiverton Helping to quickly build user-centric channels on:

Re: [flexcoders] Vertical Labels

2008-03-03 Thread Tom Chiverton
On Monday 03 Mar 2008, linko27 wrote: How can I make vertical labels (text) in flex? The text should be fliped! Do you mean rotated ? -- Tom Chiverton Helping to evangelistically restore low-risk methodologies on: http://thefalken.livejournal.com

[flexcoders] Vertical Labels

2008-03-03 Thread linko27
How can I make vertical labels (text) in flex? The text should be fliped!

[flexcoders] Flex and web services

2008-03-03 Thread kapil b
Hello Folks, I like to acquire more information on flex and web services, can anybody give me the links to tutorials and examples , i want to build a single project in eclipse handling body dynamic web and flex. I am also facing trouble with java.util.List as JAX-RPC 1.1 specification doesn't

[flexcoders] Re: Displayshelf and distortion effects...

2008-03-03 Thread quantum_ohm
Thx for responding, here it is : Script ![CDATA[ import mx.core.UIComponent; import mx.core.Container; import mx.events.EffectEvent; import com.adobe.ac.mxeffects.Flip; import mx.rpc.events.ResultEvent; import

[flexcoders] Re: Datagrid enter key on the last row

2008-03-03 Thread shrike6_7
Thanks, editedItemPosition=null works :) --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I just tired it. It committed the change and then went back to editable which is how it is designed. You can set editedItemPosition=null if you don't want the editor.

[flexcoders] Re: Vertical Labels

2008-03-03 Thread linko27
mx:Label rotation=90 text=thanks/ --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 03 Mar 2008, linko27 wrote: Yes rotated! Make sure it's using an embedded font, and then use something like the Rotate effect or style. -- Tom Chiverton Helping to

RE: [flexcoders] Re: Best practices for setting up large applications?

2008-03-03 Thread Gregor Kiddie
We've got quite a good build system thanks ;-) This was in reply to another poster... The dependency issues we have is to do with code in a module that's required by a another module, rather than loading in the entire module, we pull the code out into a library and load that in instead, unless

RE: [flexcoders] flexbuilder code formatter

2008-03-03 Thread Gregor Kiddie
I've resorted to trying to write an Eclipse AS3 formatter plug-in myself. I've gone down that route only to abandon it when more pressing things came up. It ranks along side a working Checkstyle plugin for FB for me. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343

Re: [flexcoders] Styles for disabled components?

2008-03-03 Thread Josh McDonald
Computed values make sense, I'll just have to poke around inside and see how to best make use of it :) Thanks for the info. On Mon, Mar 3, 2008 at 5:20 PM, Alex Harui [EMAIL PROTECTED] wrote: If you don't like what you see right now, you'll have to provide a skin, or subclass ButtonSkin or

[flexcoders] Re: Launch seamless AIR install from within Flex App

2008-03-03 Thread b_alen
I asked this question few days back. The best solution so far was creating the BAT file that would launch first the AIR install and then the app install. All should reside on the CD. If you come up with something better please post, I'll do the same. anyone lauching an AIR app install from

RE: [flexcoders] Re: Vertical Labels

2008-03-03 Thread Jerry DuVal
I have been using this class. It does not require embedding the fonts, just pass it the rotation attribute. Extended:RotatableLabel text=Inquiry Navigator rotation=-90 fontSize=10 fontWeight=bold / /** * Author: Lior Gonnen * Date: 17-Nov-2007 * * Please visit:

[flexcoders] Flex data services

2008-03-03 Thread Sanjit Kumar
hi all I want to use Flex data services for my application. but I want to use Flex data services as web application and My multiple application can refer that Flex data services and uses the services provided by Flex data services. I don't want to kept Flex data services in each application

[flexcoders] Re: Flex data services

2008-03-03 Thread twcrone70
You might want to post this on the javaflexcoders group forum. They are more likely to be able to help you with the Java web app aspects of your work. - Todd --- In flexcoders@yahoogroups.com, Sanjit Kumar [EMAIL PROTECTED] wrote: hi all I want to use Flex data services for my application.

[flexcoders] Video ads in AIR application

2008-03-03 Thread Claudia Barnal
Hi, is there a known framework or best practices for including (streaming/progressive) video ads in an AIR application? Thanks, Claudia

[flexcoders] Re: Flexlib SuperTabNavigator Errors

2008-03-03 Thread valdhor
The code I am using is the example from the Flexlib download. I will post it here as well: == ?xml version=1.0 encoding=utf-8? mx:Application xmlns:flexlib=http://code.google.com/p/flexlib/;

Re: [flexcoders] Re: Vertical Labels

2008-03-03 Thread Tom Chiverton
On Monday 03 Mar 2008, Jerry DuVal wrote: I have been using this class. It does not require embedding the fonts, just pass it the rotation attribute. I think I was thinking of chart labels, oops. -- Tom Chiverton Helping to greatly participate low-risk services on:

Re: [flexcoders] Customize AIR app settings on download?

2008-03-03 Thread Radley
Thanks Anirudh, Thanks for your help. (for the archive) I did a little more research and found that arguments can be sent along with the install. I found this tutorial: http://www.davidtucker.net/2008/01/10/air-tip-5-passing-arguments-to-an-application-on-install/ -radley On Feb 29,

[flexcoders] I am Looking for Adode FlexBuilder and Java Programmer in Kuwait, UAE or Qatar

2008-03-03 Thread ibrahimsalam
I am Looking for Adode FlexBuilder and Java Programmer in Kuwait, UAE or Qatar. If you have this experience and want to work for a leading company in the Middle east please send me an email to [EMAIL PROTECTED]

Re: [flexcoders] Flex Soap Object Arrays

2008-03-03 Thread Telmo Dias
Hi again, I have had the luck of meeting Ryan Frishberg, who helped me out understanding the cause for the null. Ryan told me to put a breakpoint at the start of this function so we could see the variables at the moment of the function call. It seems that the result comes in the format of a

Re: [flexcoders] Re: Passing Parameters to flash file

2008-03-03 Thread Charlie Hubbard
Examples in HTML would be something like the following: Object tag would be something like: PARAM NAME=FlashVars VALUE=param1=blahparam2=blekparam3=gloub+koll Embed tag would be something like: EMBED src=display.swf FlashVars=param1=blahparam2=blekparam3=gloub+koll ... (other parameters)/EMBED

[flexcoders] Any way to remove or style the bottom border of the TabBar?

2008-03-03 Thread David_M_Barrett
Do you know of any way to change the bottom border of the TabBar so the active tab blends seamlessly with the box below? (I'm trying to manually construct a TabNavigator; the standard one doesn't quite work with my layout.) The easiest way to see what I'm talking about is to take a look at the

[flexcoders] Need help on study links for Flex Cairngorm configuration file settings

2008-03-03 Thread Madhu.Kma
Hi There, Could any one please help me with some good study materials or tutorial links describing about all the configuration files like services-config.xml, remoting-config.xml, proxy-config.xml, messaging-config.xml, data-management-config.xml, etc in a Flex project (implementing Cairngorm

[flexcoders] Flex and web services

2008-03-03 Thread kapil B
Hello All, Can anybody send me the tutorials/Examples of flex using web services. or the links for the same Regards, Kapil - Why delete messages? Unlimited storage is just a click away.

[flexcoders] Re: How to add SOAP header to Flex generated webservice code?

2008-03-03 Thread Mykola
Hi Dave, Here is how I did that. I am using Flex Builder 3. I generated code from WSDL and updated my operation in the BaseXYZ class. It is just 1 line change: public function hello():AsyncToken { // Instead of a new Array, am using the headers from the base class. var

Re: [flexcoders] Flex and web services

2008-03-03 Thread Ritesh Yadav
hi *TRY THIS ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=wsid.getWSMethod.send() mx:WebService id=**wsid** wsdl=http://webserviceurl; useProxy=false /mx:WebService mx:DataGrid x=30 y=75 id=dgTopPosts width=400

Re: [flexcoders] Flex and web services

2008-03-03 Thread Tom Chiverton
On Monday 03 Mar 2008, kapil B wrote: Can anybody send me the tutorials/Examples of flex using web services. or the links for the same You've asked once already. -- Tom Chiverton Helping to paradigmatically entrench high-end meta-services on: http://thefalken.livejournal.com

RE: [flexcoders] flexbuilder code formatter

2008-03-03 Thread Tianzhen Lin
There is such a formatter out there, but not integrated in Flex Builder yet. For heavy actionscript'er, you should definitely give Flash Develop a try, they have a lot better plug in architecture and many plug-ins are being developed to speed your work:

Re: [flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-03 Thread Oleg Filipchuk
Guyz, there are still holes in licence.jar in particular sdks - sdks\3.0.0\lib\license.jar and sdks\2.0.1\lib\license.jar. I guess that Adobe Flex engineers could implement better way to secure their work. -- Best regards, Oleg Filipchuk

[flexcoders] Re: user friendly No/Lost Connection alert

2008-03-03 Thread valdhor
It might be simplistic (I'm a noob) but this is what I do: private function faultHandler(fault:FaultEvent):void { switch(fault.fault.faultCode.toString()) { case Client.Error.RequestTimeout:

Re: [flexcoders] Flex Builder complaint

2008-03-03 Thread Paul Decoursey
So you are saying this is acceptable behavior for an application? On Mar 3, 2008, at 4:18 AM, Tom Chiverton wrote: On Friday 29 Feb 2008, Paul Decoursey wrote: I just imported some projects from Flex 2 into Flex 3 and it wiped out my html-templates... I spent hours tweaking those files

[flexcoders] Re: Flex Builder 3.0 Serial No. Need

2008-03-03 Thread andrii_olefirenko
I guess Adobe Flex engineers did better work protecting their stuff by making it open source :) as for sdks\3.0.0\lib\license.jar - i've just deleted this jar and my laptop didn't blow up - am I chosen one?... Andrii Olefirenko --- In flexcoders@yahoogroups.com, Oleg Filipchuk [EMAIL PROTECTED]

[flexcoders] Advanced Datagrid Merging Rows and Columns

2008-03-03 Thread mk_flex_coder
Hi, Can anyone please let me know how do we merge the Datagrid/AdvancedDataGrid cells. I used the AdvancedDataGridRendererProvider to merge the cells. But as far as i can use the colspan option within it, i can see the columns being merged. But i got a situation where in both the selected

[flexcoders] Displayshelf and distortion effects continued...

2008-03-03 Thread quantum_ohm
Hello, the situation has now evolved... I can make some images flip, but the one which flips is not the one which is selected, and some images in the displayshelf disappear ??? here's some code : mx:Script ![CDATA[ //called on creationComplete private function newItemRenderer():void {

Re: [flexcoders] Flex Builder complaint

2008-03-03 Thread Tom Chiverton
On Monday 03 Mar 2008, Paul Decoursey wrote: So you are saying this is acceptable behavior for an application? I couldn't, in this case, care less what Builder does as we don't use the index templating features. I'm not going to spend my time on it, therefore. That's part of what having an

Re: [flexcoders] Flex Builder complaint

2008-03-03 Thread Paul Decoursey
Why did you respond then? Why am I responding now? On Mar 3, 2008, at 9:12 AM, Tom Chiverton wrote: On Monday 03 Mar 2008, Paul Decoursey wrote: So you are saying this is acceptable behavior for an application? I couldn't, in this case, care less what Builder does as we don't use the

[flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Damien Legros
--- In flexcoders@yahoogroups.com, Paul Decoursey [EMAIL PROTECTED] wrote: Why did you respond then? Why am I responding now? Stop complaining, you imported an existing project to a new program version without making a backup first, it's all your fault.

RE: [flexcoders] Video ads in AIR application

2008-03-03 Thread Kevin Aebig
I've yet to hear of any, but the biggest problem you'll face is dealing with when the user is offline and doesn't have an internet connection. !k _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claudia Barnal Sent: Monday, March 03, 2008 7:24 AM To:

[flexcoders] How to line up column and line series

2008-03-03 Thread j_lentzz
Hi, I have a simple chart that contains a stacked columnset with 3 columnSeries in it and 2 lineSeries elements. When I run the app, I get the columns to stack and the lines to draw, however, the datapoint for each line is not lined up with the center of the column. It almost looks like the line

[flexcoders] Re: Module unloads but FlexModuleFactory instance does not unload

2008-03-03 Thread Kevin Broce
After researching Application Domains, I understand now that this is not a bug. The following post by Roger Gonzalez really helped to explain what I was doing wrong: http://blogs.adobe.com/rgonzalez/2006/06/applicationdomain.html Using the following code is NOT recommended: Info.load(

[flexcoders] variable row height with item renderer

2008-03-03 Thread mt1_18
I am using a textArea item renderer because I need to change the background color of the cell. However, the text in the textArea is more than the height of the row and I am getting scrollbars on the textArea component even though i am using variableRowHeight=true. When I remove the item renderer

[flexcoders] FormItem label

2008-03-03 Thread ivovnenko
Hi everybody. How can i make the label of the FormItem to appear above the component, not on the left? Thanks in advance.

[flexcoders] CAPTCHA+voice

2008-03-03 Thread ivovnenko
Hi. Is there any opensource flex component, allowing to add CAPTCHA(+voice accessibility) functionality? Maybe just voice generation component, because the CAPTCHA implementation is trivial. Thank you.

[flexcoders] Subversion and Subclipse for Flex on Leopard

2008-03-03 Thread Paul Whitelock
If you are using a Mac with OS X 10.5 as your development platform for Flex and would like to install Subversion for version control, I just put together a document that describes how to set up Subversion on Leopard and how to install Subclipse in Eclipse. You can find the information here:

Re: [flexcoders] BlazeDS artifacts in Maven repository

2008-03-03 Thread VELO
Is this some adobe official response? http://mvnrepository.com/artifact/com.adobe.blazeds VELO On Sun, Mar 2, 2008 at 9:35 PM, VELO [EMAIL PROTECTED] wrote: Or adobe at least can define something like this: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html VELO On

Re: [flexcoders] Newbie Question - Random position in an array

2008-03-03 Thread Maciek Sakrejda
Note that this will break on sparse arrays, though. In Flex, it's perfectly valid to have something like var foo:Array = []; foo[0] = 2; foo[3] = 5; This array has length 4, but only two elements. Elements 1 and 2 evaluate to 'undefined'. I'm not sure if there's an easy way to pick a random

Re: [flexcoders] Newbie Question - Random position in an array

2008-03-03 Thread Sean Scott
Maciek thanks for clearing that up, but in this case the array being access was created with known values. so no possibility of sparsity. On Mon, Mar 3, 2008 at 10:27 AM, Maciek Sakrejda [EMAIL PROTECTED] wrote: Note that this will break on sparse arrays, though. In Flex, it's perfectly

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Andrews
- Original Message - From: Paul Decoursey [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, March 03, 2008 4:27 PM Subject: Re: [flexcoders] Re: Flex Builder complaint Did you read the thread... I had backups. It's a bug. When you import any other project into eclipse

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Decoursey
Did you read the thread... I had backups. It's a bug. When you import any other project into eclipse or Flex builder it doesn't delete files from your project as part of the import. The reason I bring it up isn't because I'm a baby, it's because I have a legitimate concern. Does this

[flexcoders] bug with AdvancedDataGridColumn formatter property and DateFormatter

2008-03-03 Thread jer_ela
There appears to be a bug with the formatter property of AdvancedDataGridColumn. It seems to display my GMT offset where it should be displaying the year. A format string of MM/DD/ is displaying as 03/03/500, while a format string of MM/DD/YY is displaying as 03/03/0. Using the same

[flexcoders] Re: Where to download Flex 2?

2008-03-03 Thread Phill B
Still trying to find a copy of Flex 2. I installed the Flex Eclipse plugin and it has become corrupted some how. Any help is appreciated. On Fri, Feb 29, 2008 at 9:45 AM, Phill B [EMAIL PROTECTED] wrote: I need to download a copy of Flex 2 but cant find a link for it on the Adobe site. Anyone

[flexcoders] TextArea Bug

2008-03-03 Thread gunnar.ulle
Hi there, i came across a strange behaviour occuring in an AIR app (made with Flex Builder 3 Beta 3): Neither TextAreas (which in fact are set as editable=true) nor TextInputs are showing the submitted text anymore. Example: i have a TextArea, which is only activated, if the user selects a

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Fidel Viegas
On Mon, Mar 3, 2008 at 5:27 PM, Paul Decoursey [EMAIL PROTECTED] wrote: Did you read the thread... I had backups. It's a bug. When you import any other project into eclipse or Flex builder it doesn't delete files from your project as part of the import. The reason I bring it up isn't

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Decoursey
I'm sorry, but nobody even regarded it as an issue. I only responded with rudeness when it was forced upon me. On Mar 3, 2008, at 10:32 AM, Paul Andrews wrote: - Original Message - From: Paul Decoursey [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, March 03, 2008

[flexcoders] Customizing the Slider

2008-03-03 Thread knobiwu
Hello fellow Flex-Coders, I'm fairly new to Flex programming and trying to build a customized slider. So I practically dont want to have this plain triangle but an interactive object, e.g. a canvas. I know about the thumbclass but I dont understand how to make the appropriate changes or if

[flexcoders] Re: ModuleManger - READY event does not always fire

2008-03-03 Thread Kevin Broce
Thanks Alex. I think what I was doing wrong was that my Modules only Flex project had the Framework linkage set to RSL. This seemed to cause some of the Modules to unload (according to the debug trace output) when several Modules were loaded simultaneously. My Modules are loaded by a Flex

[flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Damien Legros
--- In flexcoders@yahoogroups.com, Paul Decoursey [EMAIL PROTECTED] wrote: Did you read the thread... I had backups. It's a bug. When you import any other project into eclipse or Flex builder it doesn't delete files from your project as part of the import. The reason I bring it up

Re: [flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Paul Decoursey
You are right, I am sorry. I've been under a lot of stress. I had committed myself to a project utilizing papervision that also depends on code that has yet to be realized in any adequate form and unfortunately is beyond the scope of the project yet I need it to get it done. Little

[flexcoders] Re: Praise for the Flex 3 Documentation

2008-03-03 Thread Dmitri Girski
And now everyone will also print out 1000 pages of documentation... :) Besides waste of paper, what's the point of loosing context search? Cheers! --- In flexcoders@yahoogroups.com, Glenn Williams [EMAIL PROTECTED] wrote: Just wanted to say this. Having bought and read many Flex

[flexcoders] Re: Flex Builder complaint

2008-03-03 Thread Dmitri Girski
Actually, I've seen similar bug - when I tried to migrate the project to FB3 at some point this yobbo removed the contents of all PHP files in bin subdirectory. By this I mean wiping of the contents and setting file size to zero. It took me a while to figure out why the requests are going haywire.

[flexcoders] Re: pause not working in sequence of Iris effects?

2008-03-03 Thread Brian
I posted this last Friday. I'm bumping to try to get you smart people to take another look at this, earlier in the week; hope that's ok. --- In flexcoders@yahoogroups.com, Brian [EMAIL PROTECTED] wrote: I'm trying to get a sequence of Iris effects working. I think I'm this '' close but just

[flexcoders] How do I call a custom tooltip function for my TabBar items?

2008-03-03 Thread Jan Huzelius
Hi, I have a tabBar with a *n amount of children. I'd like to let my user rollOver each one of the children and call a custom tooltip. The tooltip will contain a label text coming from my TabBar dataProvider. Below is what I have so far. It is almost doing what I want but since I'm looping

[flexcoders] drag area in list items

2008-03-03 Thread Heiko Niemann
If I have a list (drag/drop enabled) that is filled with items (custom components), how could I define just a small area (bar) where I actually can drag the item - e.g. if I want to be able to reorder the list with drag/drop but the items may have nested icons i want to drag without dragging the

[flexcoders] Re: Flex Builder complaint

2008-03-03 Thread jason vancleave
does it sound like either of these bugs? https://bugs.adobe.com/jira/browse/FB-11894 https://bugs.adobe.com/jira/browse/FB-11583 --- In flexcoders@yahoogroups.com, Dmitri Girski [EMAIL PROTECTED] wrote: Actually, I've seen similar bug - when I tried to migrate the project to FB3 at some

RE: [flexcoders] Re: How can I add Sprite / MovieClip to stage without error of not IUIComponent?

2008-03-03 Thread Blake Barrett
I'm having the same issues. I also am still using Flex 2.0.1. I need to pull a TextField out of a MovieClip and display it in in a Flex app. So I need it to somehow figure out how to wrap it in a UIComponent. It seems like someone has successfully done this, please help us (with a code sample).

Re: [flexcoders] Re: Praise for the Flex 3 Documentation

2008-03-03 Thread Daniel Freiman
IMHO, it's a lot easier to read and learn if you print it out. It's a lot easier to use as a reference if you keep it digital. - Dan On Mon, Mar 3, 2008 at 11:54 AM, Dmitri Girski [EMAIL PROTECTED] wrote: And now everyone will also print out 1000 pages of documentation... :) Besides waste

[flexcoders] Looking for Tutorials for Configuring Flex for Multiserver deployment

2008-03-03 Thread Body Works Studio
Hello All, We are using Flexbuilder 2 with FDS, and are running on BEA. I need to find any good tutorials for configuring Flex 2 so the services-congif.xml will be locally aware and you can define server connections beyond using {server.name} or http://localhost/ thanks for your time Jeff

[flexcoders] Re: Flex Soap Object Arrays

2008-03-03 Thread valdhor
You should probably get your web service working first before trying to integrate it into flex. I created a SOAP client in PHP and your service returns a null response. This is the response I got: ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope

RE: [flexcoders] flexbuilder code formatter

2008-03-03 Thread Beau Scott
Code beautifier. Aptana and JSEclipse both have great code hinting and highlighting. Beau -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Monday, March 03, 2008 3:17 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]

Re: [flexcoders] Re: pause not working in sequence of Iris effects?

2008-03-03 Thread Varun Shetty
heya ... well couple of things i did.. cleaned ur code.. 'cause i dont like it with warnings on my flex .. :D (u dont have to do it) created a canvas outside the map.. since u are doing too many things on the map canvas . i would recommend keeping it separate from the iris effect.. also you need

[flexcoders] DataGrid Custom Component problem

2008-03-03 Thread mousikos2001
Hello all I have this problem. I have a datagrid with many rows, actually 720. in the datagrid i use a custom component i've made which plays an mp3 file taken from the xml file which populates the datagrid. The problem is that when i scroll up or down the datagrid the mp3s get mixed up as a

[flexcoders] What's the best way to debug SchemaTypeRegistry mishaps

2008-03-03 Thread Todd
Hello All, I'm using the new Flex 3 ShchemaTypeRegistry to map my XSD Schema types returned in Soap Results with value objects on my application side of things. I have application tracing set to 0, so I can see the SoapResult coming off the wire. But for the rest of the logging information from

[flexcoders] Change locale at runtime and menuitem

2008-03-03 Thread Fabio Serra
I tried everything, but I can't succeed to change the locale at runtime using a menuitem. I built a menuitem in this way mx:XMLList id=menuList !-- VIEW -- menuitem label={resourceManager.getString(Settings.BUNDLE,'menubar.view')} and in this way too private

[flexcoders] List control alternate drag proxy issues

2008-03-03 Thread joseph_a_1999
Hi all, Just trying to figure out how to swap a drag proxy for a list control. I am not sure if i should be overriding any particular function of the list control or if i should play with the mouseover event of the item renderer itself. I have my list set to dragEnabled=true and inside my

RE: [flexcoders] Re: Passing Parameters to flash file

2008-03-03 Thread Tracy Spratt
Below is an example ths shows a modification of the Generated HTML wrapper: Tracy Modifications to generated HTML wrapper (or index.templatehtml): script language=JavaScript type=text/javascript !-- // - // Globals var

[flexcoders] Can CF Polling be done securely?

2008-03-03 Thread Battershall, Jeff
I'm running CF8 and I'm looking into making all my CF-based channels to be secure. The secure endpoint for normal remoting is /flex2gateway/cfamfsecure. That works well. What I'm looking into is to have a CF-based polling channel and messaging channel that would also be secure. I've

RE: [flexcoders] variable row height with item renderer

2008-03-03 Thread Tracy Spratt
Look at the ListItemRenderer.as or DataGridItemRenderer.as, specifically the measure() method. You will need to do that in your renderer. In fact, I might advise starting with that code for any renderer, and modifying it as needed. Tracy From:

[flexcoders] Testing for Enclosure Tag in XML

2008-03-03 Thread yangguothecat
Hi there, I think I have a simple question, but I have not been able to figure this out. I have an XML file that I am importing in from a blog. Some of the item tags have enclosure tags, and some do not. I want AS3 to test for the presence of an enclosure tag, and if it exists, get the URL.

RE: [flexcoders] variable row height with item renderer

2008-03-03 Thread Alex Harui
Or check out the examples on my blog (blogs.adobe.com/aharui) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Monday, March 03, 2008 10:59 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] variable row

RE: [flexcoders] DataGrid Custom Component problem

2008-03-03 Thread Alex Harui
Renderers get recycled. This means that creationComplete gets called once, but the data property changes many times. The sound being played should be bound from the data property. Read up on renderers and see the articles on my blog (blogs.adobe.com) -Original Message- From:

RE: [flexcoders] List control alternate drag proxy issues

2008-03-03 Thread Alex Harui
I would override this: /** * Gets an instance of a class that displays the visuals * during a drag and drop operation. * * @default mx.controls.listClasses.ListItemDragProxy */ protected function get dragImage():IUIComponent { var

[flexcoders] Re: How do I call a custom tooltip function for my TabBar items?

2008-03-03 Thread Daniel Gold
What kind of children are you adding to the TabBar? I have a tabbed based app where the children all extend Panel and are located in separate MXML files. I simply set the toolTip=Custom tooltip text in the attribute of the root MXML tab and each child shows its own tooltip when hovered. Is that

RE: [flexcoders] Re: ModuleManger - READY event does not always fire

2008-03-03 Thread Alex Harui
Feel free to file an enhancement request for a better UI. I think I would not use RSL options for Modules and use load-externs against anything you know is an RSL in the main app. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] TextArea Bug

2008-03-03 Thread Alex Harui
Is the I-Beam cursor showing in the TextArea? If not, check FOCUS_IN and FOCUS_OUT events to see who's stealing focus. Otherwise, see if you get KEY_DOWN and TEXT_INPUT events from the TextArea and maybe make sure you aren't using .restrict incorrectly.

RE: [flexcoders] Select and Click Events generation

2008-03-03 Thread Alex Harui
I'm not clear on the problem. Seems like a new entry could be added to the ComboBox's dataProvider which would then drive what goes in ABox and BBox From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Preet Sent: Monday, March 03, 2008

[flexcoders] Re: variable row height with item renderer

2008-03-03 Thread mt1_18
Thanks Alex for responding. Can you tell me which example specifically to look at? I browsed the site and did not see something that addressed this specifically. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Or check out the examples on my blog

RE: [flexcoders] Can CF Polling be done securely?

2008-03-03 Thread Battershall, Jeff
OK, I figured out. For the benefit of others, it can be done and involves creating the appropriate endpoint using mx.messaging.channels.SecureAMFChannel. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff Sent: Monday, March

RE: [flexcoders] List control alternate drag proxy issues

2008-03-03 Thread Abenhaim, Joseph
I tried overriding this dragImage function using a new component that extends List but i get an illegal override. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: Monday, March 03, 2008 11:01 AM To:

[flexcoders] Re: variable row height with item renderer

2008-03-03 Thread mt1_18
thanks for responding. I am not sure exactly how to modify those classes. DataGridItemRenderer does not have a measure() method. Should I create a similar class DataGridItemRendererCustom and have it extend TextArea instead of UITextField? Can you tell me what exactly I would need to modify?

[flexcoders] How Secure is RTMP?

2008-03-03 Thread Battershall, Jeff
That's my question - can anyone comment? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c)

  1   2   >