[flexcoders] Re: Reducing padding / margin between UI items

2006-06-19 Thread Tim Hoff
That would be HorizontalGap for an HBox (VerticalGap for VBox). You can go negative here if needed. -TH --- In flexcoders@yahoogroups.com, "polestar11" <[EMAIL PROTECTED]> wrote: > > Hi there > > Does anyone know how to control the padding / margin amounts between > UI items, some kind of a

[flexcoders] Reducing padding / margin between UI items

2006-06-19 Thread polestar11
Hi there Does anyone know how to control the padding / margin amounts between UI items, some kind of a container command equivallent to childPaddingLeft/Right. I have a TileList that contians a item-rendered component that contians 2 labels. I am struggling to shift the 1 label closer to the othe

[flexcoders] Fb2b3::Bizzare: AS Runtime Error Dialog fails to display on a particular machine

2006-06-19 Thread exporta_lite
Okay, this is weird... We're testing some code on a WinXP box ("the client box"); and in both IE and FireFox, there is no longer a #32770 class "Adobe Player 9" window popping up when an uncaught runtime error occurs. So, for example, the following: http://www.adobe.com/2006/mxml";>

[flexcoders] Flex with Omniture/ActionSource

2006-06-19 Thread Daniel Cascais
Hi, Just wondering if anyone here would like to share any good/bad experience with Omniture and Flex applications. Looking for info I found that there is a "cool" Omniture solution called ActionSource, but it is fairly new (all info I could find is just a few days old). The info says that ActionS

[flexcoders] Re: Flex does not see Flash Player 9

2006-06-19 Thread crile999
Jeff, Did you ever get this fixed? We are having the same problem ... Crile --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Make sure you have installed the correct FP9 for the browser that Flex > Builder is using to run the apps. There are two Players, one for

[flexcoders] Re: Accordion state change?

2006-06-19 Thread Tim Hoff
Instead of states, you can use a little binding, like: Or, create an Array that contains the text that you want to display, in the same order as the Accordion children. You would then similarly bind like: text="{myArray[ScriptsAccordion.selectedIndex]}" -TH --- In flexcoders@yahoogroups.co

[flexcoders] Re: Getting a DataGrid item renderer instance

2006-06-19 Thread Tim Hoff
Per Jeremy's suggestion, this will work in your components.imgReset itemRenderer component. -TH   --- In flexcoders@yahoogroups.com, "Bruce Denham" <[EMAIL PROTECTED]> wrote:>> Thanks, Tim and Tracy. I've started to explore/experiment more based > on your feedback. I'll play with it more tonight

[flexcoders] Re: Flex2B3: Problem with a custom component & nested repeaters

2006-06-19 Thread aejaz_98
Hi Jason, Thanks for the clarification & the explanation. I'll start with Item renderers. -Aejaz --- In flexcoders@yahoogroups.com, "Jason Szeto" <[EMAIL PROTECTED]> wrote: > > Aejaz, > > > > What the error message is saying is that you have assigned > two values to the TileList'

[flexcoders] Accordion state change?

2006-06-19 Thread Impudent1
I have been playing with flex a bit lately, doing the tutorials, some web examples from the blogs (ty all ;p ) I decided to try to rebuild a basic web page that currently lists all the scripts I created for After Effects in Flex2B3. What I am stuck on is trying to have an accordion navigator ch

[flexcoders] Re: Getting a DataGrid item renderer instance

2006-06-19 Thread Bruce Denham
Thanks, Tim and Tracy. I've started to explore/experiment more based on your feedback. I'll play with it more tonight and let you know what I come up with. Thanks, again! Bruce --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hi Bruce, > > I've been trying to fig

RE: [flexcoders] Blank out password field in a datagrid cell

2006-06-19 Thread Jason Szeto
You need to create a TextInput with password for your itemEditor as well.   Jason   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jfournet Sent: Thursday, June 15, 2006 6:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Blank out

Re: [flexcoders] Getting a DataGrid item renderer instance

2006-06-19 Thread Jeremy Lu
There are many possible ways to approach these two problems, depends on what you want to achive. A basic approach is : item renderer usually implement several interfaces, like IListData and a bunch of others, two most important methods are data() and listData(). If you implement these two met

RE: [flexcoders] How to capture/handle runtime errors?

2006-06-19 Thread Jason Szeto
This is probably too late for your demo. You can use the Release version of the player. It will silently ignore any RTE.   Jason       From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pat Buchanan Sent: Thursday, June 15, 2006 5:43 PM To: fl

RE: [flexcoders] Is there way to check the cursor type or cursor name of the CursorManager?

2006-06-19 Thread Jason Szeto
Dan,       If you can describe the problem you are trying to solve, then I can suggest a solution.   Jason   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Friday, June 16, 2006 5:12 AM To: flexcoders@yahoogr

[flexcoders] Re: Getting a DataGrid item renderer instance

2006-06-19 Thread Tim Hoff
Hi Bruce, I've been trying to figure this one out.  As Tracy suggests, you could put something like this in the itemRenderer component?  I'm not sure, however, how to associate the itemEditorInstance with the itemRenderer instance.  This might get you a little closer. -TH   --- In flexcoders@yah

[flexcoders] Dynamically loading fonts.. (again)

2006-06-19 Thread Clint Modien
Is anyone doing this… ? I ran a quick search and I saw some people saying that if I have the font already embedded in a swf… I can load that swf and then set the application domain of the loaded swf to the parent swf…  then I should be able to use the font…   Does this work?    

[flexcoders] Validating XML against an XSD schema in flex.

2006-06-19 Thread Clint Modien
Has anyone done this yet?   Common problem I suppose…   Load an xsd into flex. Then load an xml file into flex. Confirm the xsd conforms to the xsd schema definition.       Clint Modien http://esria.com p. 1.877.TRY.ESRIA ext 706 c. 1.408.489.075

[flexcoders] Basic Accordion help

2006-06-19 Thread Impudent1
I have been playing with flex a bit lately, doing the tutorials, some web examples from the blogs (ty all ;p ) I decided to try to rebuild a basic web page that currently lists all the scripts I created for After Effects in Flex2B3. What I am stuck on is trying to have an accordion navigator ch

Re: [flexcoders] Re: changing out pieSeries.itemRenderer at runtime

2006-06-19 Thread Pan Troglodytes
Ely,Right answer, wrong thread  :DAny idea on this pieSeries thing?On 6/19/06, Ely Greenfield <[EMAIL PROTECTED] > wrote:             Looks like the itemMouseUp problem is a bug.   Ely.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On

RE: [flexcoders] Problem parsing mxml (flex2.B3)

2006-06-19 Thread Tracy Spratt
Are you mixing 2.0 and 1.5 somehow?   They are completely separate.  You shuld not have Flex 2.0 mxml files under a Flex 1.5 application.   Are you using Flex Buildre 2.0?   Tracy   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sandip Patil Sent:

RE: [flexcoders] Re: Getting a DataGrid item renderer instance

2006-06-19 Thread Tracy Spratt
I think you need to do this via the underlying dataProvider, instead of trying to directly manipulate rendered controls.   On the edit event of the text control, set a property in the corresponding dataProvider item.  Have the item renderer respond to that value change by changing its s

RE: [flexcoders] Re: Flex2B3: Problem with a custom component & nested repeaters

2006-06-19 Thread Jason Szeto
Aejaz,       What the error message is saying is that you have assigned two values to the TileList’s dataProvider property. The first place is the mxml attribute: . The message also explains that the TileList’s default property is “dataProvider”. What this means is that if you p

Re: [flexcoders] Re: TextInput and ESC key **bug**

2006-06-19 Thread Michael Schmalle
And as always, If they didn't fix it, subclass and make your own. I mean if it is mission critical, it's worth it, package it up in an swc, put it in a shared library and bam, problem fixed. Peace, MikeOn 6/19/06, kellyb723 <[EMAIL PROTECTED]> wrote: Jason, Th

[flexcoders] Re: adding zoom effect to datagrid row

2006-06-19 Thread Tim Hoff
If you set variableRowHeight="true" on the DataGrid, the rows will also resize with the zoom efeects. -TH --- In flexcoders@yahoogroups.com, "Jason Szeto" <[EMAIL PROTECTED]> wrote: > > Pan, > > > > You are actually running into a scoping problem. You don't > get an error becaus

[flexcoders] Re: TextInput and ESC key **bug**

2006-06-19 Thread kellyb723
Jason, Thank you, this makes much more sense now. Lets just Adobe gets a chance to fix it before RTM. - Kelly --- In flexcoders@yahoogroups.com, "Jason Y. Kwong" <[EMAIL PROTECTED]> wrote: > > This is actually caused by this bug I posted a few days ago: > > http://groups.yahoo.com/group/flexco

RE: [flexcoders] Re: Flex2B3 - Resize effect problem

2006-06-19 Thread Jason Szeto
This bug has been fixed internally and will be in the Flex 2.0 release.   Thanks for pointing it out to us.   Jason   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tim Hoff Sent: Monday, June 19, 2006 7:35 AM To: flexcoders@yahoogroups.c

RE: [flexcoders] Re: changing out pieSeries.itemRenderer at runtime

2006-06-19 Thread Ely Greenfield
            Looks like the itemMouseUp problem is a bug.   Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan TroglodytesSent: Monday, June 19, 2006 10:23 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: changing out pieSeries.itemRenderer at

RE: [flexcoders] adding zoom effect to datagrid row

2006-06-19 Thread Jason Szeto
Pan,       You are actually running into a scoping problem. You don’t get an error because your effectTriggers are using strings instead of effect instances. Try changing rollOverEffect=”zoomIn” to rollOverEffect=”{zoomIn}”. You should get an error complaining that zoomIn doesn’

Re: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-06-19 Thread Pan Troglodytes
I'm very new at this, so I gave you all the info I really have.  As Tim said, in the *future*, SWFs created for Flash 9 and up will likely be very friendly with Flex.  But the help is pretty clearly stating that right now anything made for 8 and below can only talk using LocalConnection.  But wh

Re: [flexcoders] Re: TextInput and ESC key **bug**

2006-06-19 Thread Jason Y. Kwong
This is actually caused by this bug I posted a few days ago:http://groups.yahoo.com/group/flexcoders/message/39749When you hit Escape, the TextInput control reverts to the previous value by assigning it to the htmlText property.  Once it does that, the "text" property is no longer useable. You c

Re: [flexcoders] bug in chart.itemDoubleClick/itemMouseUp?

2006-06-19 Thread Pan Troglodytes
Weird!  Wouldn't have guessed double clicks were disabled by default.  Good to know, thanks!Still doesn't make itemMouseUp work, though.On 6/19/06, Ely Greenfield <[EMAIL PROTECTED]> wrote:     try setting the 'doubleClickEnabled' flag on the chart to true.  

[flexcoders] Re: Flex 2 Beta 3 - MenuBar rollover text color not changing

2006-06-19 Thread ilia_papas
I am encountering the same problem with datagrids. Even if I specify the style in the root "Application" tag of the style sheet, everything (Trees, Comboboxes, Buttons, etc) behaves properly, except for the datagrid. This is for both "text-roll-over-color" and "text-selected-color". "selection

RE: [flexcoders] Using HTTPService

2006-06-19 Thread Tracy Spratt
Test your HTTPService by calling it from a browser.   Now that I look at your url, I see it is an mxml file.  I do not believe this makes sense.  An HTTPService call should be returning XML data.  It is not for loading mxml applications.   Exactly what are trying to accomplish?   Tr

Re: [flexcoders] Re: Flex2B2 - cut off any gui controls that appear outside of parent container

2006-06-19 Thread Jason Y. Kwong
Have a nested container do the clipping for you. eg:                    On 6/16/06, bhaq1972 <[EMAIL PROTECTED]> wrote: Mike and Tom thanks for the input.firstly, I tried using clipContent before but doesn't work.if i was dealing with fixed widths and set thehorizonatalScrollPolicy 'off', i ca

[flexcoders] Re: How to integrate Flash and Flex well done ?

2006-06-19 Thread Tim Hoff
I'm sure that will be possible in the next version of Flash (AS3). Theoretically though, wouldn't it be possible to create a Flex MovieClip and incorporate the same functionality, as the Flash program, through code? Perhaps, because Flex uses a different component set there are limitations.

[flexcoders] Re: TextInput and ESC key **bug**

2006-06-19 Thread bobpardoe1959
I too have found this bug today. I thought I was going mad. I am using it in conjunction with a datagid, and the click to select a row is also kyboshed by this bug. There is half a day I won't get back again. Lets hope there is an easy work around or the bug has been fixed in the final version,

[flexcoders] Re: How to integrate Flash and Flex well done ?

2006-06-19 Thread roberto.rosenthal
Jason, thanks for the prompt reply... But that doesn't really help, does it ? How strange.. I just spoke today with James Ward, a Flex Evangelist, and he assure me that the future for Flash developers was to build customs components (SWC) to interact with Flex... and also sugest me to ask the flexc

[flexcoders] Re: F2B3: Possible bugs with ComboBox ItemRenderer and ColorPicker

2006-06-19 Thread Tim Hoff
Thanks for the tip Gordon.  I'm assuming that a class would perform better than the dynamic objects because the properties are defined at compile-time.  Is this more of what you had in mind? -TH package{     public class ColorPickerDataProviderItem{      public var label:String;     

Re: [flexcoders] Flex2b3 NetConnection.connect arguments

2006-06-19 Thread David Clark
Thanks for your response Peter, I already have the defaultObjectEncoding set to AMF0 (from Brian Lesser's code):            NetConnection.defaultObjectEncoding = flash.net.ObjectEncoding.AMF0;            SharedObject.defaultObjectEncoding   = flash.net.ObjectEncoding.AMF0;just to be sure I set o

[flexcoders] adding zoom effect to datagrid row

2006-06-19 Thread Pan Troglodytes
I'm having a real time trying to get a rolloverEffect to work on a datagrid.  What I want is for the text to zoom a little bit when rolled over.  Here's my code: http://www.adobe.com/2006/mxml" layout="absolute">        January20  February60   March90                     

RE: [flexcoders] bug in chart.itemDoubleClick/itemMouseUp?

2006-06-19 Thread Ely Greenfield
    try setting the 'doubleClickEnabled' flag on the chart to true.   Ely.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pan TroglodytesSent: Monday, June 19, 2006 11:24 AMTo: flexcodersSubject: [flexcoders] bug in chart.itemDoubleClick/itemMouseUp? Using t

RE: [flexcoders] Flex2b3 NetConnection.connect arguments

2006-06-19 Thread Peter Farland
Add the following line (where the ObjectEncoding class is in the flash.net package along with NetConnection):     nc.objectEncoding = ObjectEncoding.AMF0;   In ActionScript 3.0, the default object encoding for NetConnection is AMF 3, however FMS2 uses the legacy AMF 0.   From: flexcoder

Re: [flexcoders] How to integrate Flash and Flex well done ?

2006-06-19 Thread Pan Troglodytes
Here's what the help says:Embedding SWF files for Flash Player 8 and earlier You can embed SWF files created for Flash Player 8 and earlier. When embedded, your Flex 2.0 application cannot interact with the embedded SWF file. That is, you cannot use ActionScript in a Flex 2.0 application to a

[flexcoders] How to integrate Flash and Flex well done ?

2006-06-19 Thread roberto.rosenthal
Hi all, I just joined this group.. and so far I'm delited with Flex but I wonder this... I've spend so much time developing with Flash to aproach RIA that I would like to know how can I integrate something done already with Flash in Flex. Hopefully someone can help me do something like this: a) I

[flexcoders] Flex2b3 NetConnection.connect arguments

2006-06-19 Thread David Clark
Hi,Trying to connect from Flex to FMS2 using NetConnection passing an object argument. Any object type arguments seem to be ignored...I have existing Flash to FMS code that works something like this: nc = new NetConnection();nc.connect("rtmp://localhost/ComponentTest", {name:"test", data:"foobar

[flexcoders] Re: Flex beta 3/CF and Datagrid not being populated

2006-06-19 Thread malik_robinson
Hi, It is all working great now.  I am using ColdFusion and once I used CAPS for the columnNames in the dataField="FIRSTNAME" as opposed to "firstname" it works beautifully.  Thanks for all the tips as well.  It really helps.  I think once I get the foundation and the ability to do things that I

[flexcoders] sortCompareFunction :: My Solution

2006-06-19 Thread Brendan Meutzner
Hi All,After coming across the difficulties surrounding the current sortCompareFunction for the DataGrid, I've come up with a solution that worked to solve my problem, and I thought might help others.My particular issue was that I had two columns in my DataGrid which were dynamically set (that i

[flexcoders] Strategies for an MVC approach

2006-06-19 Thread Jesús Zazueta Montiel
Hello. Once again, I'd like to thank in advance for the time of those who can help me. I've been learning the basics of Flex 1.5 and I got past remote object invocation and debugging. My interest now shifts towards applying design patterns in order to build scalable and maintainable application

[flexcoders] use of Number instead of int & unit datatype????

2006-06-19 Thread Jignesh M. Dodiya
Few days back, Sho Kuwamoto from Adobe have written in his post that Number datatype is fast than using newly introduced int and uint datyatype for as-3 and some given the confirmation also regarding that just want to confirm this that its really like that then why int and uint introduced in

[flexcoders] bug in chart.itemDoubleClick/itemMouseUp?

2006-06-19 Thread Pan Troglodytes
Using the example given for the help topic "Handling user interactions with charts" works fine: http://www.adobe.com/2006/mxml">dataProvider="{dataSet}"> However, if you change "itemClick" t

RE: [flexcoders] RPC Error I cant figure out

2006-06-19 Thread João Fernandes
your method is asking for 4 parameters and you are only invoking with 3 of them. if you want to skip the searchkey parameter try this: private function SearchParties_Vendor_Search_Name(firstName, lastName, searchType){ SearchParties.Vendor_Search(firstName, lastName,"", searchType);

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Michael Schmalle
John, > I did the workaround with creating a new project and copying the files What are you copying? trust me I ramed my head against the screen may times with this and found a way to do it? Peace, Mike On 6/19/06, Phil Marston <[EMAIL PROTECTED]> wrote:

RE: [flexcoders] Re: F2B3: Possible bugs with ComboBox ItemRenderer and ColorPicker

2006-06-19 Thread Gordon Smith
> I wonder if there is additional overhead associated with declaring untyped special type variables (*) compared to typed variables? Yes, I believe there is; if the compiler doesn't know anything about the type it can't optimize the generated code as well. But there is no reason to use *

[flexcoders] Re: Getting a DataGrid item renderer instance

2006-06-19 Thread flex8it
More specifically, here's what I'm trying to change the viewState in my itemRenderer when the DataGrid's textfield is edited. But in order to do that, I need to somehow get an instance reference to my renderer component. And nothing I've done seems to work... http://www.adobe.com/2006/mxml";

[flexcoders] Re: FDS Samples

2006-06-19 Thread hank williams
After chatting here with Peter, I made a few improvement for setting up JOTM in tomcat in order to use FDS.1. un "gzip" the file http://debian-sf.objectweb.org/projects/jotm 2. go to the lib directory in the resulting uncompressed folder3. place all the files in this folder in the $CATALINA_HOME

[flexcoders] RPC Error I cant figure out

2006-06-19 Thread Jeremy Rottman
I am working on a search screen for my app, and I have run into this error that I can't figure out. [RPC Fault faultString="Array of input arguments did not contain a required parameter at position 3" faultCode="Client.Input" faultDetail="null"] I have check to make sure that I am passing a value

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Phil Marston
Perhaps that's a difference between someone coming to Flex Builder 2 from a traditional app development background and someone coming from a Flash app development background (i.e. using the Flash IDE)  ;-) I know now and perhaps the archive of this thread will serve to help others like me.

Re: [flexcoders] Re: changing out pieSeries.itemRenderer at runtime

2006-06-19 Thread Pan Troglodytes
Ah, I thought it had something to do with properties, but the help only says it's "Object", and it was set to null at runtime.  But this is a bit more clear.  I also figured you could do it by breaking it out, but I wanted to see how to manipulate it if I wanted to change it later. I'm still run

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread John Grden
never mind.  If I make a change in an mxml file (component) and save, it's not built.  It *used* to work, but now it's not working and I have to clean everytime to get it to rebuild the app.  I did the workaround with creating a new project and copying the files, but same issue exists. On 6/19/0

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread John Grden
This worked for me just fine ;)  Thanks for the help,JGOn 6/15/06, Michael Schmalle <[EMAIL PROTECTED] > wrote: Hi, This is what I do, Rename your project, oldProj or something. Create a new project with the same name as your old one. If I were you with this sti

[flexcoders] Internal error

2006-06-19 Thread Subba Chalamalasetty
  Hi,   I am getting this error ‘An internal error occurred during “Updating Problems view:, java.lang.ClassCastException   Can somebody help me to resolve this error…I have no idea about it.   Thanks Subba     __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.y

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
Mike,   Well i just tested it i came accross a problem : I'm using a TileList and as you know, only a few items are rendered if you have a scroll, so we'll never get to match the length of the dataProvider... So i guess i'll have to manually set the number of items which do not scroll or..

[flexcoders] Re: togglebuttonbar/buttonbar : embedding icons issue

2006-06-19 Thread leekuens
Nevermind, I got it. You can do something like this: --- In flexcoders@yahoogroups.com, "leekuens" <[EMAIL PROTECTED]> wrote: > > Hello all. Seems that the only way that I've been able to accomplish > embedding icons in a togglebuttonbar/button

Re: [flexcoders] Re: Flex2B3 - Resize effect problem

2006-06-19 Thread Michael Schmalle
> no need to spin your wheels on things that may already be fixed. :) Yeah, and I was thinking of containers, UITextField and the Panel doesn't even care about the minWidth property anyway! Mental gymnastics I guess. Your right, this is a blaring bug that has to be fixed by now. Peace, M

[flexcoders] Re: Flex2B3 - Resize effect problem

2006-06-19 Thread Tim Hoff
Oh, it's ugly. But, no need to spin your wheels on things that may already be fixed. :) -TH --- In flexcoders@yahoogroups.com, "Michael Schmalle" <[EMAIL PROTECTED]> wrote: > > Tim, > > hehe nice, my idea was to set the titleBar.minWidth to 0. > > Consequently it didn't work :) > > Peace, M

RE: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Daniel Tuppeny
I see. I took that dialog to mean similar to Visual Studio's, which is basically "I failed to build because your code is broken. Should I launch the last version?". I guess it's so you can get into your app as it was last built if you need to see something, but you've screwed the code up.

[flexcoders] Re: flex2gateway woes on UNIX

2006-06-19 Thread wlbagent
Flash Remoting is enabled... --- In flexcoders@yahoogroups.com, João Fernandes <[EMAIL PROTECTED]> wrote: > > In the cf admin page, you have a new option (after installing the update) called flex integration. > > Check if your instance have it enabled (enable flash remoting support option). > >

RE: [flexcoders] Getting rid of rectangle on axis (FB2.3 charts)

2006-06-19 Thread Ely Greenfield
    Do you mean the axis itself? I'm not sure what rectangle you're referring to.   E.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sp0rarb3jd3rSent: Monday, June 19, 2006 6:13 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Getting rid of rectangle on

Re: [flexcoders] FDS Samples

2006-06-19 Thread hank williams
On 6/19/06, Peter Farland <[EMAIL PROTECTED]> wrote: Make sure you mention that the tag for a is for Tomcat 5.5 only (I believe JOTM config is more complicated in earlier versions of Tomcat). This new tag makes it very simple to configure transactions with JOTM:     This is funny

RE: [flexcoders] Re: changing out pieSeries.itemRenderer at runtime

2006-06-19 Thread Ely Greenfield
      The ClassFactory class has a property called 'properties.'  This is a hash table (object) full of key/value pairs that get applied to instances generated by the ClassFactory as necessary. So in your case, your markup is saying 'create a PieCategoryWedgeRenderer, and when it gets crea

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Phil Marston
Yeah it does halt . . . and a dialog pops up saying "Errors exist in required project(s):projName.  Continue launch? [Yes][No]" I didn't take from that that it would build the project from old resources - to me it's not continuing the launch I initiated, but fetching up some old stuff and why

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
Actually, the docs just confused me more.  See the topic "Creating an item renderer and item editor".  First, the example doesn't even work as printed.  There's a typo leaving off a closing quote and flash says it doesn't know what RendererState is.  Second, it doesn't mention that this method i

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
Charts, for one.  See the thread "changing out pieSeries.itemRenderer at runtime".On 6/19/06, Tom Chiverton < [EMAIL PROTECTED]> wrote:On Monday 19 June 2006 16:25, Pan Troglodytes wrote: > itemRenderers are sometimes stylesWhere ?--Tom Chiverton**

[flexcoders] togglebuttonbar/buttonbar : embedding icons issue

2006-06-19 Thread leekuens
Hello all. Seems that the only way that I've been able to accomplish embedding icons in a togglebuttonbar/buttonbar control is by doing the following: In the above example, we specify the dataprovider as an Array in the

RE: [flexcoders] FDS Samples

2006-06-19 Thread Peter Farland
Make sure you mention that the tag for a is for Tomcat 5.5 only (I believe JOTM config is more complicated in earlier versions of Tomcat). This new tag makes it very simple to configure transactions with JOTM:         Since I had just one Tomcat samples web application using FDS I

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Michael Schmalle
No, its called J-O-K-E. > It's just asking for confusion! :-/ Becasue there are differnet programmers and for some reason, best practices have not been set. Also, read the docs and they clearly say if it's a style or not. As far as why, I have no idea but, the docs can guide you through this

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Tom Chiverton
On Monday 19 June 2006 16:25, Pan Troglodytes wrote: > itemRenderers are sometimes styles Where ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in Engla

RE: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Daniel Tuppeny
It doesn't make sense to me, and I'm a programmer :-)   Why would ItemRenderers by styles on some objects, and not on others? It's just asking for confusion! :-/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael SchmalleSent: 19 June 2006 16:30To: flexcoder

[flexcoders] Getting a DataGrid item renderer instance

2006-06-19 Thread flex8it
I have simple datagrid with 2 columns and 2 rows like this: column 0 column 1 - image textfield image textfield Column 0 contains my ImageRenderer component. Column 1 contains the DataGrid's default item renderer and editor: text, textfield. First Problem: How do

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Michael Schmalle
>itemRenderers are sometimes styles and sometimes not.  And when they are styles, they're not really. :) That makes sense to a programmer... hehe Peace, Mike Actually I am glad this was brought up, something to figure out.On 6/19/06, Pan Troglodytes <[EMAIL PROTECTED] > wrote:

[flexcoders] Re: Flex2B3 - Resize effect problem

2006-06-19 Thread bhaq1972
thanks for the workaround -TH. will have to do for now. same problem seems to exist when using the Fade effect. regards -BH --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've noticed some interesting behavior with Beta3 like this as well. > For now, y

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
Okay, let me correct my statement:itemRenderers are sometimes styles and sometimes not.  And when they are styles, they're not really.;)On 6/19/06, Michael Schmalle <[EMAIL PROTECTED]> wrote: Hi, Don't get them confused; > itemRenderers ARE styles Theoretically

Re: [flexcoders] FDS Samples

2006-06-19 Thread hank williams
Oh thanks. I was going to ask about that. I hate the idea of modifying the server.xml file for an app specific thing.But I am not familiar with the context.xml file. What is the overall format of that file. Can I see a sample somewhere. Also, I presume that this *is* the META-INF in the applicat

Re: [flexcoders] Connection Debugging

2006-06-19 Thread Jeremy Lu
I use Charles and ServiceCapture all the time, they work with Flex2/AMF3 now. Jeremy. On 6/19/06, Bjorn Schultheiss < [EMAIL PROTECTED]> wrote: In Flash Development I was using ServiceCapture for my NetConnection Debugging.   What's the preferred NetC

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
Okay, that's not confusing at all.  ;)For the Adobe folks: why the difference in the itemRenderers from component to component?  Do you plan on standardising on doing it one way?  I would hope the answer is yes, as it would sure make things a lot easier for the new folks. On 6/19/06, Yaniv De Ri

Re: [flexcoders] Re: Flex2B3 - Resize effect problem

2006-06-19 Thread Michael Schmalle
Tim, hehe nice, my idea was to set the titleBar.minWidth to 0. Consequently it didn't work :) Peace, MikeOn 6/19/06, Tim Hoff <[EMAIL PROTECTED]> wrote: Hi, I've noticed some interesting behavior with Beta3 like this as well.  For now, you could use a work-aroun

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Michael Schmalle
Hi, Don't get them confused; > itemRenderers ARE styles Theoretically it is a property not a style. You may be able to set them with setStyle() but, they are not styles of the ListBase. Anytime you see this in a class file; itemRenderer = new ClassFactory(ListItemRenderer); Which is in the

RE: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Yaniv De Ridder
ItemRenderers are not styles, for DataGrid , TileList , … it’s a IFactory setter / getter I don’t exactly know for Charts but for a TileList you can do as simple as this :   myTile.itemRenderer = new ClassFactory( myThumbnail );   Cheers,   From: flexcoders@yahoogroups.co

[flexcoders] toolTip for dataGrid headers?

2006-06-19 Thread djbrown_rotonews
I'm wanting to add toolTip for dataGrid headers, where a tool tip is displayed when hovering over a header of a data grid that displays more information about that particular column. It doesn't appear than an itemRollOverEvent is generated when rolling over a header, so what's the best way to d

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
I got you message, yahoo must feal a little dizzy ;) How long is your list of questions ? :)) JL   - Original Message - From: Michael Schmalle To: flexcoders@yahoogroups.com Sent: Monday, June 19, 2006 4:28 PM Subject: Re: [flexcoders] [To Michael Schmalle] Ren

[flexcoders] Re: Flex2B3 - Resize effect problem

2006-06-19 Thread Tim Hoff
Hi, I've noticed some interesting behavior with Beta3 like this as well.  For now, you could use a work-around like this: http://www.adobe.com/2006/mxml">height="200"/> -TH--- In flexcoders@yahoogroups.com, "bhaq1972" <[EMAIL PROTECTED]> wrote:>> hi> > In my example i'm resizing a panel's width

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Michael Schmalle
JL, > Is that bad ? No way man!, I was thinking along the same lines. Test the length and when it finishes, it's finished, just didn't have enough time nor brain power to try it :) I will definitaly ask about this and some other things related to initialization at the summit. On a 'professi

Re: [flexcoders] how to assign itemRenderer w/ActionScript

2006-06-19 Thread Pan Troglodytes
itemRenderers ARE styles, the help just hasn't completely been updated yet.You were actually very close.myTile.setStyle("itemRenderer", new ClassFactory(myThumbnail));You may have to fully qualify it: myTile.setStyle("itemRenderer", new ClassFactory(itemRenderers.myThumbnail));Now, as to how to

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Michael Schmalle
I see, I also see yahoo is messing up again, I think yo might have got my last message. I am adding this to my list of questions ;-) I don't know the answer right now. I had tested this also. Peace, MikeOn 6/19/06, Jean-Luc ESSER <[EMAIL PROTECTED]> wrote: Mi

RE: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Daniel Tuppeny
> it's like it's got a cached version of your last error free source file that it uses to compile from   Sounds like the Clean stuff is working fine, but if you're hitting Run with build errors and it's opening up an old version and pretending everything is ok, I'd be a little worried!   E

Re: [flexcoders] MovieClips in AS3

2006-06-19 Thread judah
to Adobe employees, To quote that link to the blaze post, We also decided to take this opportunity to do something that we've never been able to do before. We're planning to release a very early alpha build of BLAZE publicly to all Flash Professional 8 or Studio 8 customers that will allow F

Re: [flexcoders] [To Michael Schmalle] Rendered from dataProvider ?

2006-06-19 Thread Jean-Luc ESSER
One hack i'm using is on each creationComplete of the itemRenderer, i call a function where i test currentIndex to dataProvider length. If same, it means the last Item has been created and processed by the List.   Is that bad ?   JL     - Original Message - From: Michael

[flexcoders] Getting rid of rectangle on axis (FB2.3 charts)

2006-06-19 Thread sp0rarb3jd3r
Is there anyway to get rid of the little rectangle* that forms around the vertical axis on the linecharts. I can't seem to find the style that turns it off. If that is possible, mind. Y! *It's the bit that is there to ensure you spot the tick-lines. Yahoo! Groups Sp

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Phil Marston
Yeah the html-templates folder is untouched - what I'm beginning to discover is that if there are any errors in your code when you clean, then the project wont recompile - kind of obvious really!  Trouble was that I thought is was compiling despite there being errors prior to cleaning - I'm n

[flexcoders] Re: using date formatter for datefield

2006-06-19 Thread Tim Hoff
Hi, The help docs recommend something like this: -TH --- In flexcoders@yahoogroups.com, "Bas J. Brey" <[EMAIL PROTECTED]> wrote: > > I'm having problems when I set the selectedDate of a datefield. > > When I set it dynamicly the formatter works, but when I click on the > datefield t

  1   2   >