RE: [flexcoders] Datagrid - Disable row

2007-04-04 Thread Alex Harui
Subclass the DG and access listItems array to get to the other cells. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Dias Sent: Tuesday, April 03, 2007 10:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid -

RE: [flexcoders] Re: need a little help with itemRenderer

2007-04-04 Thread Alex Harui
Or look at the examples on my blog (blogs.adobe.com/aharui) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Tuesday, April 03, 2007 7:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: need a little help with

RE: [flexcoders] Validating Datagrid

2007-04-04 Thread Alex Harui
You should validate edited cells during the ITEM_EDIT_END event From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jfournet Sent: Tuesday, April 03, 2007 8:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Validating Datagrid I am

RE: [flexcoders] Re: Module Interface Problems

2007-04-04 Thread Alex Harui
ModuleLoader is a convenience container. It loads in the module via ModuleManager and when READY, it starts to create the children. If you listen to READY you may see it before moduleloader had a chance to see it and create the child. -Alex From:

[flexcoders] Scriptable data binding

2007-04-04 Thread Janis Radins
Hello people! I was wondering if anyone has idea how to set up binding of custom values. I'm building app here, for which I would like to be able to import all captions from data base in order to enable multi language environment. Therefor i might receive array of captions from data base in form

Re: [flexcoders] Re: Apollo isn't loading my modules

2007-04-04 Thread Robert Cadena
Hi, I too am having difficulties with loading modules in apollo. Please correct me if i'm wrong but it seems that the current behaviour is that only local swfs placed and referenced from the app-storage directory can be loaded as modules? Here's a bit of code to test. First, make a regular

RE: [flexcoders] Flex Builder-Mac

2007-04-04 Thread Matt Chotin
Hi, on that page I see two options next to each other, one for Flex Builder 2 and one for Flex Builder 2 Eclipse plug-in. I went to the first dropdown first though myself, so read a little further down and it should be there. Matt From:

RE: [flexcoders] Where does flexunit live?

2007-04-04 Thread Matt Chotin
the Google code version is the most recent one, the iteration::two version is a different beast and out of date. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of manish_shah_2010 Sent: Tuesday, April 03, 2007 1:30 AM To:

RE: [flexcoders] Flex Security Best Practices

2007-04-04 Thread Matt Chotin
Hi, In general the Flash security sandbox does help address this issue in Flash/Flex applications. The crossdomain.xml on a server would prevent AS code from one domain from inspecting what's going on in another domain unless the SWF has explicilty allowed that access to take place. Adobe has a

[flexcoders] Re: Tree bug?

2007-04-04 Thread Nick Durnell
Thanks for your suggestion Robert. I've just tried calling invalidateList() on the tree after adding each new node but unfortunately this makes no difference. Nick. --- In flexcoders@yahoogroups.com, Robert Chyko [EMAIL PROTECTED] wrote: have you tried using invalidateList?

[flexcoders] Re: Checkbox in DataGrid cell won't turn invisible!

2007-04-04 Thread jamiebadman
Hi Alex, I think that's what I'm doing already with the Component tag ? Or is this something different ? Regards, Jamie. --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I'm not sure DG allows invisible renderers. We flip visible as part of recycling renderers.

Re: [flexcoders]PHP and Flex questions

2007-04-04 Thread dordea cosmin
When a Flex application in a browser communicates with a php page for the first time a session is created. This is the same behavior as user receiving a PHP page in their browser. - true , but the session is created only if the php installed in your server is configured to auto start a session

[flexcoders] Re: Flex Security Best Practices

2007-04-04 Thread Tony Obermeit
I'm interested in anything you find One of the solutions I'm looking for is something that lets me set credentials on the HttpService object without hard coding the credentials in my swf file. Tony On 04/04/2007, at 4:07 PM, flexcoders@yahoogroups.com wrote: Flex Security Best

[flexcoders] Re: Checkbox in DataGrid cell won't turn invisible!

2007-04-04 Thread bhaq1972
Hi Jamie After mis-reading Alex's response, i wrapped a HBox container around the CheckBox and that seems to work. ie mx:DataGridColumn headerText= dataField=@ itemSelected mx:itemRenderer mx:Component mx:HBox mx:CheckBox visible=false / /mx:HBox /mx:Component

[flexcoders] datagrid image itemRenderers don't maintainAspectRatio

2007-04-04 Thread bhaq1972
I've got a image based component i'm using as an itemRenderer eg dgImage.mxml mx:Image etc /mx:Image its all working, but the images look large and blurry. However, if i wrap with an hbox eg mx:HBox mx:Image/ /mx:HBox the images look perfect. I didn't have a problem with this

[flexcoders] Cannot resolve class path to a component implementation

2007-04-04 Thread Giles Roadnight
Hi All I am trying to extend the LinkButton component to replace the label with a multiline text field. I have tried to extend the link button component first with a as file: [code] package com.company.util { import mx.controls.LinkButton; public class TextLinkButton extends

Re: [flexcoders] Re: Problem calculating repeater Height

2007-04-04 Thread Paolo Bernardini
Thanks man, it works well. On 03 Apr 2007 08:58:48 -0700, not_a_coop [EMAIL PROTECTED] wrote: I have also had a few problems getting the final height of components and have been using the updateComplete() event to call a function that stores the final height. --- In

Re: [flexcoders] Scriptable data binding

2007-04-04 Thread Tom Chiverton
On Wednesday 04 Apr 2007, Janis Radins wrote: Array({id:1, caption:aa}, {id:2, caption:bb}) afterwards I'd like to be able to make lets say button to have it's label from that object like Button.label = Dictionary.getLableById(1) So far everything is good except that I don't see any way how to

[flexcoders] Re: Scroll Tip on Roll Over on scroll bar of a grid

2007-04-04 Thread sanjaypmg
Hi, I have gone through the ScrollControlBase.as but i didnt find any rollOver event.. so can I show a tip on rollover on scroll of a grid Kindly suggest... Thanks in Advance.. Sanjay sharma --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: You'll probably have to add

Re: [flexcoders] Checkbox in DataGrid cell won't turn invisible!

2007-04-04 Thread Tom Chiverton
On Tuesday 03 Apr 2007, Ben Densmore wrote: Hi Jamie, I believe this is a bug in 2.0.1. I have run into the same issue with trying to set a datagrid column to visible=false. It seems to be ignored. It was fixed in the hotfix: http://rachaelandtom.info/node/1440 -- Tom Chiverton Helping to

Re: [flexcoders] MXML Schema

2007-04-04 Thread Tom Chiverton
On Tuesday 03 Apr 2007, neilac wrote: However, according to XMLSpy, this schema is not well-formed and therefore not valid. Can you please point me to where Adobe has posted the correct schema? Hi, I maintain that schema :-) What does XMLSpy complain about ? I and others use the schema

Re: [flexcoders] Flex Builder-Mac

2007-04-04 Thread John Barrett
Hi Matt, Thanks so much! I feel dumb:) I should have seen the other option, guess I was too excited when downloading flex builder`-` Thanks so much! I just wanted to know as I am about ready to buy it. Had to wait until I got paid. Thanks again, John - Original Message

[flexcoders] Re: Cannot resolve class path to a component implementation

2007-04-04 Thread Maury Sword
The location of your component must reflect the package name. This component would need to be located in a \com\company\util\ folder structure. This folder structure must exist in either the project folder or another folder in the project build path. The file name must also match the class

[flexcoders] dynamically created access and event elements problem and

2007-04-04 Thread alex steel
Message-ID: [EMAIL PROTECTED] User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Yahoo Groups Message Poster X-Yahoo-Post-IP: 147.91.173.31 X-Yahoo-Newman-Property: groups-compose Sender:

RE: [flexcoders] Flex and responsiveness

2007-04-04 Thread Brian Holmes
Edit your flexbuilder.ini file to up the ram available to it (mine's at . Did the trick for me. Also, having project dependencies seems to slow it down, you can switch up your build order and uncheck automatic builds. FlexBuilder.ini -vmargs -Xms256M -Xmx768M -XX:MinHeapFreeRatio=20

[flexcoders] pdf||word images in a datagrid column

2007-04-04 Thread Vinoth Babu
Below code loads single image in a column, but i need to load different images according to the data provided in 'img' xml attribute for e.g if a img attribute == pdf then load pdf.gif else if a img attribute == word then load word.gif in a column,how to give condition under component

[flexcoders] Re: Need to different images in datagrid column

2007-04-04 Thread Vinoth
thanks for the code, But i could not understand clearly, here is my sample code to apply pdf and word icon under img column --Code starts- ?xml version=1.0? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ import

[flexcoders] [JOB] as3/flex2 developer, Antwerp (Belgium)

2007-04-04 Thread Tom Versweyveld
Verso bvba, an Antwerp based Adobe partner specialized in RIA-development, is looking for a contract and long-term as3/flex2 developer. Requisite skills needed are: - Strong Actionscript 3.0 and Flex 2 coding skills - Experience in RIA development - Proficiency with Coldfusion, JAVA,

[flexcoders] Printing newbie

2007-04-04 Thread frank_sommers
Hi, I'm trying to understand how printing works in Flex. First, I saw in the documentation both mx.print.FlexPrintJob and flash.print.PrintJob being used, with slightly different syntax. Which one is the preferred way to print from Flex? (I guess it must be FlexPrintJob - but what are the

[flexcoders] Flex Application Developer for Mobile New Media Production / MIT Startup

2007-04-04 Thread hey_ira
Untravel Media is creating a new authoring distribution platform for interactive walking narratives for mobile phones. We have private funding, an NSF grant and actual revenue. We are seeking a talented developer to code a ground-breaking WebApp in Flex that will allow producers anywhere in the

[flexcoders] Re: Serializing Object that contains IExternalizable properties

2007-04-04 Thread dwerbam
I'm having exactly the same problem. Did anyone found a solution? Is this a bug or an implementation problem? Regards. dwerbam --- In flexcoders@yahoogroups.com, remygendron [EMAIL PROTECTED] wrote: Hello all, I'm looking for the easiest way to serialize a dynamic Object instance that

[flexcoders] Scroll Down or Up??

2007-04-04 Thread slash_n_rose
Hi How can i know the scrolling is upwards or downwards (vertical scroll)??? I think ScrollEventDetail is helpful. I dont know how to make and link an object of ScrollEventDetail to the ScrollEvent. Thanks in advance..

[flexcoders] howto bind a external eventhandler on mxml event ?

2007-04-04 Thread pansenstar
hey all, i started flex and was pretty amazed by the development speed that is possible. on the other hand i'm always sceptical if something works so easy as this becomes unclear pretty fast... thus i tried to separate a simple as class from the mxml to get some more structure (lets say i tried

[flexcoders] Re: Tree and Array

2007-04-04 Thread Sal
how? can't find a sample... can't find docs on it... does that mean i'll need to build a tree structure inside an array and then pass it to the data provider? if so... are there docs or samples on this? how to add an array child of an array element? Thanks --- In flexcoders@yahoogroups.com,

[flexcoders] NZ Flex Conference

2007-04-04 Thread grantstraker
Hi All, For anyone who is interested we are running a RIA (with a heavy Flex theme) conference in New Zealand in late August. The location is Queenstown which is an alpine resort(think Lord of the Rings Scenery) and late August is traditionally the best week for lots of snow in New Zealand's

[flexcoders] Can flex write to local file system

2007-04-04 Thread carltondickson
Hi guys, I under stand Flex is for RIA but if it's just an embedded swf file within HTML can it not just be used for desktop apps. All I would like to do is write an XML file (based on the work the user has done via my flex app) to a folder on the file system, is this possible? Is it possible

[flexcoders] Re: MXML schema

2007-04-04 Thread Dexter18
here is a smal tuto on how to setup eclipse to work with mxml http://www.darronschall.com/weblog/archives/000182.cfm carsten --- In flexcoders@yahoogroups.com, Jock [EMAIL PROTECTED] wrote: I've read in several articles, eg... * http://www.adobe.com/ap/products/flex/productinfo/tooling/

[flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-04 Thread Dexter18
may set the height and the width of your image component. either to fixed size or to values from yout loaded image. then you can set -horizontalAlign=center- and the -verticalAlign=middle- props of the image component to center your image. you dont need a wrapper component like a hbox or s.th.

[flexcoders] charting stacked areas and unstacked lines on datetime x axis

2007-04-04 Thread mcoulten
Hello Flex Coders!! I have just joined the group as I've got stuck on this Flex charting problem. I need to plot a line that ends with a wedge shaped area - looking like a broom on its side, brush to the right, and then plot some dashed lines across the same chart. The minField property doesnt

[flexcoders] Logincommand for Oracle Application server using OID

2007-04-04 Thread Jeroen De Vos
Gentlemen We authenticate our users accessing the application on Oracle Application Server using the OID. Has anyone used the logincommand in this setup and if so, what is the configuration? Thanks, Jeroen. Deze e-mail en alle gekoppelde bestanden zijn officiele documenten van het

Re: [flexcoders] pdf||word images in a datagrid column

2007-04-04 Thread Ben Marchbanks
If you have a data field that specifies data type then you could use mx:Image source=icon_{data.type}.gif / Vinoth Babu wrote: Below code loads single image in a column, but i need to load different images according to the data provided in 'img' xml attribute for e.g if a img attribute

[flexcoders] Re: charting stacked areas and unstacked lines on datetime x axis

2007-04-04 Thread g_odds
Hi Mike, It sounds to me as though you are wanting to producing what is essentially a specialisation of a line series. Would it perhaps make sense to extend the line series class so that it draws the wedge area? That way you wouldn't have to use what seems like a hacky approach. Graham P.S.

[flexcoders] Re: Tree and Array

2007-04-04 Thread mapper2255
Here are a couple links: http://www.adobe.com/devnet/flex/quickstart/working_with_tree/ http://www.flex2components.com/f2cblog/2006/10/16/flex-2-tree- walking-the-tree-method/ I know it was for the Cairgorm Store but I did a keyword on these archives of: events tree cairgorm and got 52

Re: [flexcoders] Can flex write to local file system

2007-04-04 Thread Paul Andrews
- Original Message - From: carltondickson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, April 04, 2007 11:24 AM Subject: [flexcoders] Can flex write to local file system Hi guys, I under stand Flex is for RIA but if it's just an embedded swf file within HTML can

Re: [flexcoders] Can flex write to local file system

2007-04-04 Thread Clint Tredway
No, but Apollo can do that. You can write an Apollo app that is flex based and run it on the desktop. On 04 Apr 2007 05:58:05 -0700, carltondickson [EMAIL PROTECTED] wrote: Hi guys, I under stand Flex is for RIA but if it's just an embedded swf file within HTML can it not just be used for

Re: [flexcoders] Scriptable data binding

2007-04-04 Thread Janis Radins
I'm talking about enabling runtime language switching. Like whenever i need to change language I call server side method which return all captions in requested language. Probably that is causing too much mess, requiring restart of application after language switch isn't too much asked. 04 Apr

[flexcoders] Re: charting stacked areas and unstacked lines on datetime x axis

2007-04-04 Thread mcoulten
yes, that sounds like a good approach, anyone done it already? always worth asking ;-) Thanks Graham Mike --- In flexcoders@yahoogroups.com, g_odds [EMAIL PROTECTED] wrote: Hi Mike, It sounds to me as though you are wanting to producing what is essentially a specialisation of a line

[flexcoders] Making a tree branch unclickable

2007-04-04 Thread cardinalflexjeremy
I have a simple tree component, tied to a XML list. I want to make the branches unclickable, but not the leafs. When the user clicks the branch I dont want it to do anything or populate the details panel at the side, only when they click the leaf. Anyway to do this easily? JS

Re: [flexcoders] Re: MXML schema

2007-04-04 Thread Sreejith Unnikrishnan
Thats 2005 and for 1.5. If you need to use eclipse, you should use the official plugin. And if you need to set it up for FDS, check out http://weblogs.macromedia.com/pmartin/archives/2006/08/fds_plugin_for.cfm Dexter18 wrote: here is a smal tuto on how to setup eclipse to work with mxml

RE: [flexcoders] Re: Serializing Object that contains IExternalizable properties

2007-04-04 Thread Peter Farland
If your object implements IExternalizable, then just pass it to the normal output.writeObject() method. It will detect that it implements this interface and set the correct flags in the AMF3 type header for object to denote that it is IExternalizable. From:

[flexcoders] Would you like to debug? No causes browser to crash.

2007-04-04 Thread ben.clinkinbeard
Seems like maybe this started after installing the hotfix. The title pretty much says it all, but just to be clear, if you choose No when asked that question the browser just hangs and has to be manually killed. Are others experiencing this? Win XP Thanks, Ben

[flexcoders] Re: Scriptable data binding

2007-04-04 Thread craig.drabik
I should also mention you're going to want to be careful with this, because if you're binding a lot of strings and then you change the model they're bound to you're going to take a big lump on performance when those strings change and every label in the application has to have it's label property

[flexcoders] Re: Timezone of Date Object

2007-04-04 Thread Paul DeCoursey
http://pdecoursey.googlepages.com/DateUtilCommonTest.zip Okay, here is a rough demo and the source. The part that you'd want to focus on is the TimezoneUtils class. I have only a few time zones defined in it. In our setup we use a web service to provide a full list of timezones, all 230 or so

Re: [flexcoders] Re: MXML schema

2007-04-04 Thread Tom Chiverton
On Wednesday 04 Apr 2007, Sreejith Unnikrishnan wrote: Thats 2005 and for 1.5. If you need to use eclipse, you should use the official plugin. Unless you can't afford it, in which case *someone* ( :-) ) has written an XSD to plug into Eclipe's WebTools. -- Tom Chiverton Helping to

[flexcoders] Re: Timezone of Date Object

2007-04-04 Thread Paul DeCoursey
http://pdecoursey.googlepages.com/DateUtilCommonTest.zip Okay, here is a rough demo and the source. The part that you'd want to focus on is the TimezoneUtils class. I have only a few time zones defined in it. In our setup we use a web service to provide a full list of timezones, all 230 or so

Re: [flexcoders] Re: Flex Security Best Practices

2007-04-04 Thread Tom Chiverton
On Wednesday 04 Apr 2007, Tony Obermeit wrote: One of the solutions I'm looking for is something that lets me set credentials on the HttpService object without hard coding the credentials in my swf file. Either ask the user for them, or have the server set them as FlashVars (or similar). If

[flexcoders] Re: datagrid image itemRenderers don't maintainAspectRatio

2007-04-04 Thread bhaq1972
I've tried everything you suggested but doesn't work for me. thanks anyway. --- In flexcoders@yahoogroups.com, Dexter18 [EMAIL PROTECTED] wrote: may set the height and the width of your image component. either to fixed size or to values from yout loaded image. then you can set

[flexcoders] Re: Would you like to debug? No causes browser to crash.

2007-04-04 Thread Mike Morearty
I haven't seen this or heard reports of it. Some questions: - What version of the Flash player do you have installed? (Right-click on any Flash app, e.g. the one on www.adobe.com, then About Adobe Flash Player 9; I'm looking for a number like 9,0,28,0) - Is this IE or Firefox? - Does it

[flexcoders] Re: Reference to a class variable

2007-04-04 Thread manfred.maierhofer
I fixed it in another way, I created my own Event that gets the result of the webservice and in the event handler I assign the result to the variable. Works fine. Thanks for your help, Mane

Re: [flexcoders] Re: Scriptable data binding

2007-04-04 Thread Janis Radins
thanks for reply Yeah you're right. no matter how fast AVM2 is it could cause a problems. Guess I will go with reloading app on language change. On other hand I just realize that thishttp://www.mediaverk.lv/trash/LabelCollection.asclass I wrote actually could make it. Will think on this some

[flexcoders] Re: Cannot resolve class path to a component implementation

2007-04-04 Thread Giles Roadnight
Thanks, I've managed to get it to compile now. --- In flexcoders@yahoogroups.com, Maury Sword [EMAIL PROTECTED] wrote: The location of your component must reflect the package name. This component would need to be located in a \com\company\util\ folder structure. This folder structure must

Re: [flexcoders] Re: MXML schema

2007-04-04 Thread Sreejith Unnikrishnan
:-) I didnt realize that angle! Tom Chiverton wrote: On Wednesday 04 Apr 2007, Sreejith Unnikrishnan wrote: Thats 2005 and for 1.5. If you need to use eclipse, you should use the official plugin. Unless you can't afford it, in which case *someone* ( :-) ) has written an XSD to

Re: [flexcoders] Would you like to debug? No causes browser to crash.

2007-04-04 Thread Tom Chiverton
On Wednesday 04 Apr 2007, ben.clinkinbeard wrote: Seems like maybe this started after installing the hotfix. The title pretty much says it all, but just to be clear, if you choose No when asked that question the browser just hangs and has to be manually killed. Are others experiencing this?

Re: [flexcoders] Re: Timezone of Date Object

2007-04-04 Thread Kevin
thanks. I'll look this over and give you my thought. What is the name/info of the webservice that you use. It might be something that could be useful to me as well. Thanks, Kevin On Apr 4, 2007, at 10:33 AM, Paul DeCoursey wrote: http://pdecoursey.googlepages.com/DateUtilCommonTest.zip

RE: [flexcoders] Can flex write to local file system

2007-04-04 Thread Mike Weiland
As you've heard the answer is no, but your flex app can call a method on your application server that can. I suggest having your application server write out the xml file and save it that way. The theory would be you pass the data you want written to your application server it writes the file

Re: [flexcoders] Re: FlexBuilder Keyboard Not Responsive on the Mac

2007-04-04 Thread Tom Chiverton
On Tuesday 03 Apr 2007, Clint Tredway wrote: I have a toshiba core 2 duo with 2gb of ram and mine does the same thing.. With adjusted eclipse.ini settings ? -- Tom Chiverton Helping to administratively exploit sticky infomediaries on: http://thefalken.livejournal.com

Re: [flexcoders] Re: FlexBuilder Keyboard Not Responsive on the Mac

2007-04-04 Thread Clint Tredway
sure does, unfortunately On 04 Apr 2007 08:29:54 -0700, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 03 Apr 2007, Clint Tredway wrote: I have a toshiba core 2 duo with 2gb of ram and mine does the same thing.. With adjusted eclipse.ini settings ? -- Tom Chiverton Helping to

Re: [flexcoders] Re: Timezone of Date Object

2007-04-04 Thread Kevin
Paul, I am getting this error: I have not worked with ResourceBundle before. Any clue as to what could be wrong? Unable to resolve a class for ResourceBundle - Kevin On Apr 4, 2007, at 10:33 AM, Paul DeCoursey wrote: http://pdecoursey.googlepages.com/DateUtilCommonTest.zip Okay,

[flexcoders] DataGrid, error using DateField as the item editor

2007-04-04 Thread Cosma
Hello, I'm trying to create an editable DataGrid using Flex 2.0.1. One of the columns is of Date type, so I want to use a DateField as the item editor. The problem is that I'm getting an error when the focus is taken away from the DateField: TypeError: Error #1034: Assegnazione di tipo

Re: [flexcoders] Re: FlexBuilder Keyboard Not Responsive on the Mac

2007-04-04 Thread Tom Chiverton
On Wednesday 04 Apr 2007, Clint Tredway wrote: sure does, unfortunately Bonkers. -- Tom Chiverton Helping to dynamically aggregate 24/7 features on: http://thefalken.livejournal.com This email is sent for and on behalf of Halliwells LLP.

Re: [flexcoders] howto bind a external eventhandler on mxml event ?

2007-04-04 Thread Tom Chiverton
On Wednesday 04 Apr 2007, pansenstar wrote: then i receive a #1069 error. A what ? What's the full text ? -- Tom Chiverton Helping to conveniently transition sticky e-markets on: http://thefalken.livejournal.com This email is sent for

[flexcoders] Re: Smooth resize in Flexbook

2007-04-04 Thread Nate Pearson
Any ideas? Maybe I'm way off base. --- In flexcoders@yahoogroups.com, Nate Pearson [EMAIL PROTECTED] wrote: I want to create a smoother resize effect on a flexbook component. Right now I have multiple transparent pages that are custom components inside of a flexbook component. In each of

[flexcoders] FlexBuilder, Eclipse and Microsoft Team Foundation Server

2007-04-04 Thread Brian Holmes
Does anyone have any experience using flexbuilder or eclipse with a plugin that connects to Team Foundation Server. Such as: http://www.teamprise.com/index.html I have to integrate our flex development with our .NET developers and my boss would like to use our Existing Team Foundation

RE: [flexcoders] [JOB] as3/flex2 developer, Antwerp (Belgium)

2007-04-04 Thread Ted Patrick
Post to FlexJobs at http://groups.yahoo.com/groups/flexjobs/ Ted Patrick Flex Technical Evangelist Adobe Systems http://www.onflex.org http://www.onflex.org http://www.linkedin.com/in/tedpatrick http://www.linkedin.com/in/tedpatrick From:

RE: [flexcoders] Can flex write to local file system

2007-04-04 Thread Ted Patrick
Not exactly true. Flex applications can store data locally on a domain basis using LocalShared Objects. You can think about these as advanced object structured cookies but in the end they do write data to the local file system although highly abstracted. It is a way to persist data locally for

[flexcoders] mx.utils.ArrayUtil missing in AS3 project

2007-04-04 Thread actionscript_czar
I don't know if this is because it is an AS3 project and not an MXML project but I'm running into this error when I try to use the ArrayUtil class: 1202: Access of undefined property ArrayUtil in package mx.utils. Is this class not available in an AS project? An really the code complete for

[flexcoders] HTTP Response

2007-04-04 Thread Manolet Gmail
hi, i have a code to receive a xml (httpservice) and put it into a datagrid, but i want to show the full response text into a text area... what should i do? i try with this but dont work mx:TextArea width=300 height=132 id=response text={userRequest.lastResult} / thanks in advance

[flexcoders] Re: charting stacked areas and unstacked lines on datetime x axis

2007-04-04 Thread g_odds
I've not done exactly what you are looking for but I've done some extensions of LineSeries so if you get stuck feel free to ask. Graham --- In flexcoders@yahoogroups.com, mcoulten [EMAIL PROTECTED] wrote: yes, that sounds like a good approach, anyone done it already? always worth asking

RE: [flexcoders] mx.utils.ArrayUtil missing in AS3 project

2007-04-04 Thread Brian Holmes
Correct, You have to manually add the flex libraries in an AS3 library project if you want to use them. Properties Build Path Library Path Not sure what library it is, but probably the flex.swc, framework.swc or utilities.swc that would be included in the flex framework located at

Re: [flexcoders] Would you like to debug? No causes browser to crash.

2007-04-04 Thread Michael Schmalle
Hi, I'm having the same problem except it happens intermitendtly when pressing F11. Both FF2 and IE7. It says I need to reinstall Flash Player. After I kill the browser, wait a second I can run again. This happens about every 10 debug run. This all started happening after I installed the

[flexcoders] User Interface Design studies

2007-04-04 Thread mapper2255
Good Morning, Just did a search on archives for user interfaces in order to come up with a discussion on which built in component (Tree vs. Tabs etc) clients and users prefer. When they prefer them (type of site), why they prefer them (users), ease of use, position on page and those components

[flexcoders] Re: question about string equality

2007-04-04 Thread simonjpalmer
Good point, I didn't include the declarations. They are both strongly typed Strings, I don't use objects anywhere in my code. co is a custom AS object of type Competitor, here's the declaration of the name member: public var name:String; oc is a custom AS object of type ObjectCategory and

[flexcoders] Re: Labelling the bubbles of a bubble chart

2007-04-04 Thread simonjpalmer
Thanks Ely, for now I think I am stuck with option 1, just because of time. If I were to embark on 3, which sounds like the right solution, can you give me some pointers on where to start looking before I dive off into the jungle and get hopelessly lost. Thanks Simon --- In

RE: [flexcoders] charting stacked areas and unstacked lines on datetime x axis

2007-04-04 Thread Ely Greenfield
An image of what you're trying to achieve would be helpful. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mcoulten Sent: Wednesday, April 04, 2007 5:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] charting stacked

[flexcoders] Extending LinkButton - please help, no hair left!

2007-04-04 Thread Giles Roadnight
Hi Guys I've been trying to extend the LinkButton class to let the text wrap onto 2 lines rather than always be on one line. I have the code working but when it initially appears the second line is hidden by an element below the button, it then updates and the size is reported correctly but this

[flexcoders] Re: HTTP Response

2007-04-04 Thread iko_knyphausen
I assume you have e4x as responseFormat and you are getting XML from the service. Try mx:TextArea width=300 height=132 id=response text={userRequest.lastResult.toString()} / --- In flexcoders@yahoogroups.com, Manolet Gmail [EMAIL PROTECTED] wrote: hi, i have a code to receive a xml

[flexcoders] editable combobox

2007-04-04 Thread Scotty Scott
Hi everyone, I am having a problem with an editable combobox displaying the text that is stored in the model. It works the first time the view is created, however once I swap the model object... it goes back to the prompt value always. mx:ComboBox id=referredByComboBox prompt=Select or type a

RE: [flexcoders] Re: Labelling the bubbles of a bubble chart

2007-04-04 Thread Ely Greenfield
Well...you'll have to look at BubbleSeries.as. The three bits of functionality you'd have to add are: 1) label management. you'd want to create one label for every item. The series do that with renderers by using a class called InstanceCache. You'd probably just want to create another

[flexcoders] Re: Array to Grid

2007-04-04 Thread jmfillman
The resolution: function splitString():void{ var rtaString:String = myRTA.text; var pattern:RegExp = /\b[A-Za-z0-9'-]+\b/gi; var result:Array = new Array(); var temp:Array; temp = pattern.exec(rtaString); while (temp != null) {

[flexcoders] HTTPService: various entry pointsload thumbscrollerfire off to big image

2007-04-04 Thread shawn.gibson
Hi all, With my server in the shop, I figured now was a good time to start from scratch with my gallery data programming. I found a thumbscroller originally populated by a flickr service, and moved it local (I can give the link when I find it! LOL). Now, visually, it's exactly what I want

[flexcoders] Re: HTTPService: various entry pointsload thumbscrollerfire off to big image

2007-04-04 Thread shawn.gibson
Duh: http://74.121.128.139:8500/ScrollerExplorer/bin/ScrollerExplorer.html :(

RE: [flexcoders] Re: Tree bug?

2007-04-04 Thread Robert Chyko
I've kinda lost track of this thread, but do you have a code example? Something stripped down perhaps? If so I could possibly take a look at it (I'm getting my butt kicked at work currently) but I just went through something similar here not too long ago. -Original Message-

[flexcoders] Re: Can flex write to local file system

2007-04-04 Thread carltondickson
Thanks (Mike,Ted,Clint,Paul) for all of your responses guys! The Apollo runtime looks like it will be very powerful...I noticed that the first release not including the current alpha will be later on this year, any ideas on which month/quarter. I think it would be perfect for our needs but

[flexcoders] Re: Flex and responsiveness

2007-04-04 Thread Anthony DeBonis
Recommend you close projects that you do not need open. Make sure to close Help page or just not leave in Releated Topics mode because each time you change focuse (like click on a class name in code) it will search all help docs... Minimize your installed pugins - the more you have the more

Re: [flexcoders]PHP and Flex questions

2007-04-04 Thread Ray Horn
Rather than worry about the server session why not simply maintain the session state in the client since it is assume your client is running a SWF ala Flex. The fact that the client has accomplished a login could be handled by sending a specific token to the server as long as the token is some

[flexcoders] Re: Making a tree branch unclickable

2007-04-04 Thread nathanpdaniel
The easiest way would be to do an if/else statment: if (tree.selected == leaf) { doPopulationStuff(); } else if (tree.selected == branch) { // ignore selection... } That's what I do! :D -Nate --- In flexcoders@yahoogroups.com, cardinalflexjeremy [EMAIL PROTECTED] wrote: I have a simple

[flexcoders] Re: Would you like to debug? No causes browser to crash.

2007-04-04 Thread ben.clinkinbeard
Hi Mike, thanks for responding. I have the debug version of 9,0,28,0 Happens with IE 6 and FF 1.5 Happens with all Flex apps I also have the Apollo extensions installed. I suppose this could have started then, I've not been working in FB much the past few weeks. Let me know what else I can do to

Re: [flexcoders] Re: Would you like to debug? No causes browser to crash.

2007-04-04 Thread Michael Schmalle
BTW, The popup dialog says; The installed Flash Player is the wrong version. Reinstall Flex Builder or a debug version of Flash Player 9. This all started happening AFTER I installed the Apollo plugin. Peace, Mike On 04 Apr 2007 10:24:39 -0700, ben.clinkinbeard [EMAIL PROTECTED] wrote:

[flexcoders] Re: Scriptable data binding

2007-04-04 Thread craig.drabik
Have a look at the BindingUtils in the flex docs. That will enable you to programatically bind properties in actionscript. Make sure the properties you're binding to in your model are marked [Bindable]. As for creating buttons in actionscript, you create them like any other object and use the

[flexcoders] question regarding XML handling for datagrid

2007-04-04 Thread ripe101
Just a simple code question... I'm trying to prototype a quick application, with a datagrid. I have two XML files that I need to correlate to populate a datagrid cell. One file has orders with a numeric customer ID, and I am trying to grab the actual customer name from a different file

  1   2   >