[flexcoders] Re: changing states in module behaves strange

2007-05-24 Thread flashcrow2000
To add the module loader, i'm using a somewhat strange method: I have a singleton which selects an object I know for certain resides in the main window, and i'm adding the module loader to thast object's parent. So this is something like this: ml = new ModuleLoader(); ml.url = "mySwf.swf" ml.lo

[flexcoders] Re: HTTP 1.1

2007-05-24 Thread abdulqabiz3
--- In flexcoders@yahoogroups.com, "spdas_tvs" <[EMAIL PROTECTED]> wrote: > > How to send / receive HTTP 1.1 based request / response to create a > persistent connection with web server (Jsp in Tomcat)? > I wrote a simple http client using Socket but that is HTTP 1.0.. I am working a new http-cl

[flexcoders] About working with Webservices with overloaded methods

2007-05-24 Thread arcencie1978
Hi guys, Is there any way to call web services with overloaded methods in Flex 2? I'm trying to work with MSTR 8.0 and there are some webserivces with overloaded methods, which result in fault errors on the Flex framework. Is there any workaround to this or any way to work this out? I've already

[flexcoders] Re: ComboBox icon

2007-05-24 Thread scalenine
Something like this? http://flexibleexperiments.wordpress.com/2007/04/28/flex-201-combobox-with-icon-support/ Juan scalenine.com --- In flexcoders@yahoogroups.com, "lincmitch" <[EMAIL PROTECTED]> wrote: > > I have the same requirement. Did you resolve it yet? > > --- In flexcoders@yahoogroups.c

[flexcoders] About working with Webservices with overloaded methods

2007-05-24 Thread arcencie1978
Hi guys, Is there any way to call web services with overloaded methods in Flex 2? I'm trying to work with MSTR 8.0 and there are some webserivces with overloaded methods, which result in fault errors on the Flex framework. Is there any workaround to this or any way to work this out? I've already

[flexcoders] Drawing an Arrow in Flex

2007-05-24 Thread Dharmendran A
Hi, Iam working on Flex Charting components and i need to draw a KPI Tree View. The problem is how can i draw an arrow using flex 2.0?? thanks dharmendran a Looking for a deal? Find great prices on f

[flexcoders] Re: problems with storing XML in SharedObject

2007-05-24 Thread barry.beattie
I've just (well, 3:00 am this morning) got XML saving and re-reading back in. I played it safe and .toString()'d it before save but it'll probably work without it. here's the whole of my fetching of data, inc the getting and saving of the XML as an LocalSO. I hope it helps you. cheers b (PS: if

[flexcoders] Re: Firefox - FlashTracer on Mac: still looking for flashlog.txt

2007-05-24 Thread barry.beattie
> If you are unable to see this file, one possible reason can be that > you don't have DEBUG version of Flash Payer installed. it's funny, I did consider that but discounted it since FlexBuilder in debug mode can run "http://.../main-debug.html?debug=true"; which to me implies I said "yes" t

[flexcoders] Re: ComboBox icon

2007-05-24 Thread lincmitch
I have the same requirement. Did you resolve it yet? --- In flexcoders@yahoogroups.com, "hrund1k" <[EMAIL PROTECTED]> wrote: > > Hi guys! > > I need to display an icon in the header of ComboBox for selected > item. It's easy to display icons in dropdown list, but i can't find a > way to display

[flexcoders] Passing the ...(rest) parameter to another function

2007-05-24 Thread Collin Peters
Is it possible to properly pass the ...(rest) parameter to another function without it being converted to a single element array? Example: public static function debug(msg:String, ...rest) { doLog(Level.DEBUG, msg, rest); } public static function error(msg:String, ...rest) { doLog(Level.E

[flexcoders] override RemoteObject endpoint at runtime...

2007-05-24 Thread Mike Vargo
I have a RemoteObject what I'd like to do is something like: http://192.168.5.101:8080/fdsweb/"; id="roExpense" destination="expenseDelegate" fault="handleFault(event)" result="handleResult(event)"/> where I can pass it the server where I want it to go. I've tried the above an

[flexcoders] Problem with RichTextEditor and states

2007-05-24 Thread Javier de la Torre
Hi all, I am facing a problem when using the RichTextEditor in an application with several states. I have a richTextEditor bound to a model in a state and when I change to another state and get back all the changes in the formatting inside the richtexteditor are gone, it just suddenly cha

[flexcoders] mx:list with itemrenderer... how can i iterate through the list?

2007-05-24 Thread mmmurf200
I am trying to iterate through the mx:list and call a method on the itemrenderer control that is doing the display for each list item... I can't seem to figure out how to do this for the life of me. I can't seem to find an .items or a .children method, or anything that seems to return the itemrend

[flexcoders] Re: problems with storing XML in SharedObject

2007-05-24 Thread annespg
Brian, Thank you so much for your prompt reply and willingness to help. I'm still scratching my head as the following sequence does NOT work for me. - launch app - click Save SharedObject - open the testSO file - I see the test string OK, but no xml - close the app - launch the app again - click

[flexcoders] Flex Component Kit for Flash

2007-05-24 Thread myronschabe
Hi, I am just starting to play around with FCKF (scary looking acronym) and am trying to use a simple swc that I created in Flash in Flex. But in Flex builder I am getting: An internal build error has occurred. unable to load SWC colorbar4.swc The steps I took: In Flash I did "Export SWC Fil

[flexcoders] Re: problems with storing XML in SharedObject

2007-05-24 Thread annespg
Brian - Thank you so very much for your prompt reply. I'm still scratching my head, because it does NOT work for me if I do the following sequence. -start the app -click the Save SharedObject button -open the testSO.sol inside notepad: I only see the testString test string testXMLData but no dat

[flexcoders] flex RemoteObject Or not?

2007-05-24 Thread dnk
Hi there, I saw a tutorial ( http://www.sephiroth.it/tutorials/flashPHP/flex_remoteobject/) for using flex 2 RemoteObject with amfphp 1.9. I have also been looking at the adobe php RIA sdk which includes amfphp 1.9. Their example is not using RemoteObject. I ultimately need to use php 4 (with amf

[flexcoders] Re: Clear data after logout

2007-05-24 Thread randall_salas
Thanks a lot. This seems to be working fine. :) --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > By far the easiest way is to simply re-load the entire app. Call > navigateToURL with self, and the url of the app. > > > > Other than that, you will have to code.

[flexcoders] ActionScript-only UI components in Flex Builder design view

2007-05-24 Thread shawn allen
Hi there, I've been working on some ActionScript-only, UIComponent-derived classes, and haven't been able to figure out how to make them visible in Flex Builder's MXML design view. For instance, given the class: package com.example { import mx.containers.Box; public class Pink

[flexcoders] Re: WSDLError Element not resolvable with WebService using creationComplete

2007-05-24 Thread Peter Connolly
In searching through the older threads on Adobe's Flex2 General Discussion forum, it looks like this might be a bug from the August 2006 timeframe. WSDLError:Element not resolvable => LoadEvent doesn't imply service ready A sn

[flexcoders] Chart animation not updating itemrenderer

2007-05-24 Thread ba.chase
Hi, I have a column chart series whose data source is reassigned whenever a wedge in a pie chart is selected. I also have a custom item renderer which uses the color of that wedge to color the chart series. When changing series, most bars in the column chart update to the new color. However, i

[flexcoders] Re: datetimeaxis problem

2007-05-24 Thread dtramer
If you have any code or suggestions that would help me to start writing my own custom axis to filter out weekends, that would be greatly appreciated. --- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > > > > > > > > Unfortunately, the current public DateTi

[flexcoders] DATA BINDING giving me a hell of a time. Need help ASAP

2007-05-24 Thread asherritt9
Hey guys. I'm having a lot of problems with databinding. I've tried both Meta Tags and mxml tags and it's still a problem. I have a list of Array Collections I need to bind to, but it will only let me declare one [Bindable] tag. All subsequent declerations give me a compile time error. Here's

[flexcoders] Re: Embedding font problem

2007-05-24 Thread aicfan4
Oops, well I just realized one thing that was an issue. I wasn't adding the StyleSheetText in the AS class as a child to the component until after setting the htmlText, which I guess is why the textField property wasn't instantiated yet? I changed the code to: /* --- SomeOtherComponent.as v2 ---

[flexcoders] Re: Embedding font problem

2007-05-24 Thread aicfan4
Warning, this is long, but please help if you can! Okay, so I have the bold font correctly embedded in a SWF. The problem was that the bold font is a different fontFamily than the non-bold font (the normal and italic font I was embedded, indeed does not have a corresponding bold font). So I'm us

Re: [flexcoders] Re: FileReference upload request does not get to the servlet in Unix comp

2007-05-24 Thread Bjorn Schultheiss
Make sure you're using a fully qualified path name. Also I believe it makes a test post first, if that post fails it doesn't make the actual upload call. Although the server guys here do not believe me as they do not see any reference of a test post made in the servlet logs. But I'm sure it

[flexcoders] Re: FileReference upload request does not get to the servlet in Unix comp

2007-05-24 Thread ivansebastiansurya
Hi, I don't think any exception are thrown. It's just the request never reaches the server (I added some System.out.println() statements in my Upload servlet in the doPost() method but none is printed out). The funny thing is that when it's run on Windows machine, it works as expected. Is ther

[flexcoders] Re: FDS and Spring please, help

2007-05-24 Thread Dmitry Miller
Jeff, hi How about DataServiceTransaction.createItem(). Does this spin off a new Thread? --- In flexcoders@yahoogroups.com, "Jeff Vroom" <[EMAIL PROTECTED]> wrote: > > There's nothing in the "refreshFill" process that would spin off a > separate thread so this sounds strange. All of the fill m

RE: [flexcoders] FDS and Spring please, help

2007-05-24 Thread Jeff Vroom
There's nothing in the "refreshFill" process that would spin off a separate thread so this sounds strange. All of the fill methods should be executed in the same thread as the 'createItem'. This should happen synchronously as part of the "commit" method (if you are committing the transaction you

[flexcoders] Race problem with DataGrid highlightbar?

2007-05-24 Thread Jonathan Miranda
I'm trying to do something that I thought was trivial but has become increasingly difficult. When I mouse over a row (not a cell or specific item renderer), I want to force a style on a specific columns itemRenderer. So I have a custom itemRenderer and custom Datagrid so I can keep track of the hig

[flexcoders] FDS and Spring please, help

2007-05-24 Thread Dmitry Miller
Hi, I am using FDS and Spring framework I have a destination that supports a few fills autoSynchEnabled=true I am using Assembler approach On a server-side when I create a new item via DataServiceTransaction.createItem() FDS tries to reexecute all my fills which are controlled by refreshFill meth

Re: [flexcoders] Re: Firefox - FlashTracer on Mac: still looking for flashlog.txt

2007-05-24 Thread shaun
Hi, barry.beattie wrote: >>Macintosh HD:Users:username:Library:Preferences:Macromedia:Flash >>Player:Logs:flashlog.txt > > > that path doesn't exist for me (PPC 10.4, FB 2.0.1). [snip] > so, any idea where flashlog.txt is hiding on a Mac? [snip] I needed to create that file and one or two o

[flexcoders] Race problem with DataGrid highlightbar?

2007-05-24 Thread Jonathan Miranda
I'm trying to do something that I thought was trivial but has become increasingly difficult. When I mouse over a row (not a cell or specific item renderer), I want to force a style on a specific columns itemRenderer. So I have a custom itemRenderer and custom Datagrid so I can keep track of the hig

Re: [flexcoders] Re: Adding a class path to israfil maven plugin

2007-05-24 Thread Christian Gruber
Are you talking about altering the classpath that the plugin creates for invoking the compiler? If so, there is no such capability. You might be able to hack it up locally, but I'm only partially clear on what you're trying to accomplish. The key question is: Is this something you want to

[flexcoders] Re: Adding a class path to israfil maven plugin

2007-05-24 Thread ivansebastiansurya
Hi again, Thanks for your reply. But what I was looking for when I want to include properties file for internationalisation. I will have my *.properties language in a folder called "locale" and I want to add that "locale" folder in my class path. Does anyone know how to alter the pom file to m

RE: [flexcoders] Question About Drag And Drop

2007-05-24 Thread Gordon Smith
The Sprite class has startDrag() and stopDrag() methods. If your 'something' is an mx.controls.Image, it inherits these methods. Perhaps their parameters have changed, or your Image is something else? - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PR

Re: [flexcoders] passing values to FilterFunctions?

2007-05-24 Thread Michael Schmalle
Hi, I find sometimes just subclassing ArrayCollection works. This way your are defining certain types of collections that do different things. You can then add functionality to the class with methods or whatever. This works well for me. Then I define the different filter functions based on that

[flexcoders] Question About Drag And Drop

2007-05-24 Thread alvarogvidela
Hi, I'm new here, and I not speak english, so, please excuse my english. I'm making the move from AS2 to AS3. I want to know how to make: something.startDrag() and something.stopDrag() where something is an Image. I used to do it that way in AS2 but I can't figure how to do it in AS3 in flex. T

RE: [flexcoders] buttonMode / selectable / useHandCursor - settings not respected

2007-05-24 Thread Alex Harui
Take the quotes off. You are assigning Boolean values in AS. I'm a bit surprised you didn't get a warning at compile time contentObj.buttonMode=true contentObj.useHandCursor=false contentObj.selectable=false From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: dataToLocal on a bubble chart z-axis

2007-05-24 Thread simonjpalmer
Ely, what I am actually doing is trying to put a label on the canvas centred at the top of my bubble. I am using your DataDrawingCanvas to position a custom control just above the bubble. I do this when I add a bubble to the chart (in response to a user selecting one to show. I also have a cust

[flexcoders] SOLVED: Custom Chart

2007-05-24 Thread Nate Pearson
Ahh ha! works great! Thanks! --- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > > > > > > I believe the charting sampler: > > > > http://www.quietlyscheming.com/blog/charts/chart-sampler/ > > > > > > Has a custom renderer. Look at 'customization',

RE: [flexcoders] dataToLocal on a bubble chart z-axis

2007-05-24 Thread Ely Greenfield
Simon...can you give a little more detail? Once you have a reference to an item, you can find out how big it is on screen by looking at bubbleSeriesItem.z * bubbleSeries.maxRadius; Alternatively, if you have a data value you want to convert, something like this should work:

[flexcoders] dataToLocal on a bubble chart z-axis

2007-05-24 Thread simonjpalmer
I have a bubble chart with a data driven radius for the bubbles. I want to find out how big they are in pixels. I only have the data value for the radius. I know that the bubble series uses the radius as the z coordinate, but I can't see a way to ask the chart or series to translate between da

RE: [flexcoders] Re: Custom Chart

2007-05-24 Thread Ely Greenfield
I believe the charting sampler: http://www.quietlyscheming.com/blog/charts/chart-sampler/ Has a custom renderer. Look at 'customization', under per item colors. Or something to that effect J Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nat

[flexcoders] Re: Flex charting question

2007-05-24 Thread simonjpalmer
can't you just add another data series to the chart? --- In flexcoders@yahoogroups.com, "cardinalflexjeremy" <[EMAIL PROTECTED]> wrote: > > I have a question for the group in regards to flex charting. > > I need to develop a chart like a line chart. The hard part is i need > to basically show th

[flexcoders] Re: Custom Chart

2007-05-24 Thread Nate Pearson
Thanks Ely. Do you have a link to custom chart renderer example? I looked through your blog and I see the datadrawingcanvas but I don't think that is the correct one to use. --- In flexcoders@yahoogroups.com, "Ely Greenfield" <[EMAIL PROTECTED]> wrote: > > > > > > > > Sounds like a char

[flexcoders] buttonMode / selectable / useHandCursor - settings not respected

2007-05-24 Thread pdflibpilot
Not sure if this is by design or a bug. I have a Flex website with integrated content management feature. When content is rendered to a list and the itemRenderer Text component is set to buttonMode="true" useHandCursor="false" selectable="false" it works just fine. However building the Text co

Re: [flexcoders] passing values to FilterFunctions?

2007-05-24 Thread Ralf Bokelberg
I simply assign the input values to some properties of the filter whenever they change. Cheers, Ralf. On 5/24/07, Kevin <[EMAIL PROTECTED]> wrote: using this approach the filter functions still need to reference the view to get optional filter parameters correct. For example, if you want to

[flexcoders] deserializing an object

2007-05-24 Thread TCash21
I've been trying to store a Graph in our oracle db for the past few days. Here's where I've gotten without using AMFPHP, or WebOrb (hoping it's not necessary because the docs aren't helpful enough for what I want to accomplish) private function saveGraph():void { graph1 = this.graph;

[flexcoders] Data Binding problem SOLVED!!!!

2007-05-24 Thread asherritt9
So simple yet a big headache. You MUST conclude each line of a [Bindable] variable decleration with a semicolon, otherwise it throws errors. [Bindable] var collection1:ArrayCollection = new ArrayCollection; [Bindable] var collection2:ArrayCollection = new ArrayCollection; [Bindable] var collec

[flexcoders] Text binding with condition

2007-05-24 Thread nxzone
Hi, Hi ! I want to know if is possible to and a "if" in this statement: like this then if i change the value of obj.title, it will automaticly be change in the textearea.. Thank you

Re: [flexcoders] Retrieving saved DataGrid columns array from local SharedObject.

2007-05-24 Thread jake247
Ask and ye shall receive ... we solved this exact problem about a month ago ... - // Save grid settings to shared object public function saveGridSettings():void { var nam

Re: [flexcoders] passing values to FilterFunctions?

2007-05-24 Thread Kevin
using this approach the filter functions still need to reference the view to get optional filter parameters correct. For example, if you want to filter based on a user inputed text field you can just do this: collection.filterFunction = filter.filterFunction (textFld.text); since the filt

[flexcoders] Re: Working with Session....

2007-05-24 Thread Pedro Varela
Hi you.. hope yeh're all right!! Look, I have to do the same that yeh want to. But haven't found nothing.. Did you already know how to?? I have login actions in JSP, and when login succed the flex app that I did appears, so I neew to receive a paremter like "email" in my flex.. Thanx, hope yeh ca

[flexcoders] Re: Accessing Classes in external mx:Loader'ed swf

2007-05-24 Thread Aldo Bucchi
hehee, I found an adobe class that seems to take care of it com.adobe.ClassLoader thanks ;) Aldo On 5/24/07, Aldo Bucchi <[EMAIL PROTECTED]> wrote: > Hi all, > > I need to load classes at runtime ( that were not compiled in the app > originally ). To achieve this I am loading an external sw

[flexcoders] passing ArrayCollection to CFC

2007-05-24 Thread mark_watts01
I have a data grid populated from an ArrayCollection it looks like this data grid is updateable. My goal is to allow a user to update the contents of the datagrid (which if i understand correctly updates the ArrayCollection) and send the updated ArrayCollection to a CFC for updateing a database

Re: [flexcoders] passing values to FilterFunctions?

2007-05-24 Thread Ralf Bokelberg
I'm using a FilterClass, which holds just the filterFunction and some optional ways to configure the filtering. Every collection, which needs filtering, gets an instance of this FilterClass by assigning collection.filterFunction = filter.filterFunction; Cheers, Ralf. On 5/24/07, Kevin <[EMAIL P

[flexcoders] DataGridColumn sortCompareFunctions crashing Flex

2007-05-24 Thread Nick Matelli
I recently resolved an issue where my application crashed while sorting a DataGrid using a custom sortCompareFunction. If I was running the application as a Flex app, it crashed my browser. As an Apollo app, it froze the adl process. This fix may be useful since I haven't found any other doc

RE: [flexcoders] Gradient Fill for an AreaChart

2007-05-24 Thread Ely Greenfield
Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Lemiuex Sent: Wednesday, May 23, 2007 11:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Gradient Fill for an AreaChart Is there a simple way to specify

RE: [flexcoders] Custom Chart

2007-05-24 Thread Ely Greenfield
Sounds like a chart: - With two separate bar series, one for actual, one for plan - Set to 'overlaid' mode - The plan series has a custom renderer that just renders a vertical line, rather than a whole bar. Ely. From: flexcoders@yahoogroups.com

Re: [flexcoders] Checking if an Object has as property/element

2007-05-24 Thread Troy Gilbert
Interesting, I've never seen that one, Alex... nicely expressive. So, in summary, one can test the existent of a property with: if (myObject.hasOwnProperty("property")) ... if (myObject.property) ... if (myObject["property"]) ... if ("property" in myObject) ... The first one is a function retur

[flexcoders] Accessing Classes in external mx:Loader'ed swf

2007-05-24 Thread Aldo Bucchi
Hi all, I need to load classes at runtime ( that were not compiled in the app originally ). To achieve this I am loading an external swf that contains the class and then trying to get a hold on it through mx.utils.getDefinitionByName()... but it doesn't work as expected. Not that I AM setting the

RE: [flexcoders] Re: Internationalization using Modules?

2007-05-24 Thread Matt Chotin
The beta is still scheduled for first half of this year, and the release is currently 2nd half :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gary_mangum Sent: Thursday, May 24, 2007 5:24 AM To: flexcoders@yahoogroups.com Subject: [fle

Re: [flexcoders] Re: Firefox - FlashTracer on Mac: still looking for flashlog.txt

2007-05-24 Thread Flexing...
Hi, I am also a Mac User. Though I also couldn't make FlashTracer work on MacOSX however I am able to get the trace("") output written to flashlog.txt. The location at which flashlog.txt is present is the same as mentioned in the previous post > Macintosh HD:Users::Library:Preferences:Macro

Re: [flexcoders] Locking Last row in a Flex Data Grid

2007-05-24 Thread Flexing...
You can listen for scroll events and move the scroll of the lower (total row) datagrid based on the scroll event of the upper grid. http://flex- apollo.blogspot. com/2007/ 05/adding- total-row- at- end-of- datagrid. html On May 24, 2007, at 5:47 PM, Dharmendran A wrote: This is working

RE: [flexcoders] problems with storing XML in SharedObject

2007-05-24 Thread Sterling, Brian
It worked for me. Here is the output I see in the console window after clicking on "Save SharedObject" then "Retrieve SharedObject": [SWF] C:\gemini\TestApp\bin\TestApp-debug.swf - 447,488 bytes after decompression [CustomVO]test string,12345,46 [object Object] test string test xml data:

[flexcoders] Custom Chart

2007-05-24 Thread Nate Pearson
I want to compare plan vs actual cost. On a bar chart I want a bar to show the actual cost. I also want a thin vertical line where plan cost was. The middle graph on the cover of this book shows what I want to do. I don't need the different shaded backgrounds. http://www.perceptualedge.com/ima

RE: [flexcoders] Charting dataTransform.invertTransform() on DateTimeAxis

2007-05-24 Thread Ely Greenfield
Nope. invertTransform converts a position along the axis to a numeric data value. For DTAxis, data values are dates For that matter, DTAxes don’t have a dataProvider, so there’s no concept of a dataprovider for them to compare against. It’s up to you to use the value returned to search t

[flexcoders] passing values to FilterFunctions?

2007-05-24 Thread Kevin
I would like to attempt to separate my filter functions from my view so that I am not duplicating code when two views share similar filter functions. My idea was to create a class that contains a ListCollection and all the appropriate FilterFunctions for that collection. The FilterFunctio

[flexcoders] problems with storing XML in SharedObject

2007-05-24 Thread annespg
I just joined this forum hoping I might get an answer since traffic on the Adobe Flex Forum seems pretty darn sparse. I'm surprised since the Flash Forum is so active one can get several answers within hours and on the Flex Forum one can go months and never get an answer. At any rate... I am

RE: [flexcoders] Series::stripNaNs Exception in LineGraph

2007-05-24 Thread Ely Greenfield
Can you post very simple sample code? What does your MXML look like? Etc. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Flexing... Sent: Wednesday, May 23, 2007 1:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Series::stripNaNs Exception i

[flexcoders] Re: Working with Session....

2007-05-24 Thread Anthony DeBonis
Hope one of these helps you: I have not tried this yet & could not find any example code BUT if your using FDS you could try FlexSessionBindingEven http://docs.greendog.ru/Programming/Flex/docs/fds2javadoc/flex/messagi ng/class-use/FlexSessionBindingEvent.html OR http://www.adobe.com/devnet/fl

[flexcoders] Flex charting question

2007-05-24 Thread cardinalflexjeremy
I have a question for the group in regards to flex charting. I need to develop a chart like a line chart. The hard part is i need to basically show the data of a particular user, but at the same time, show a range of acceptable data values. Here is an example. The chart should show weight loss

RE: [flexcoders] Re: changing states in module behaves strange

2007-05-24 Thread Alex Harui
I get a feeling that the reference point for the state is relative to where it got loaded and not where it is. Maybe showing more code will help From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flashcrow2000 Sent: Wednesday, May 23, 2007

[flexcoders] Re: textAlign not working for TabBar

2007-05-24 Thread scalenine
Interesting. It worked fine on my end. Here's a more thorough example: http://www.adobe.com/2006/mxml"; layout="absolute"> .leftTextTabBar { firstButtonStyleName:"leftTextTab"; buttonStyleName:"leftTextTab"

[flexcoders] Re: Firefox - FlashTracer on Mac: still looking for flashlog.txt

2007-05-24 Thread barry.beattie
> Macintosh HD:Users:username:Library:Preferences:Macromedia:Flash > Player:Logs:flashlog.txt that path doesn't exist for me (PPC 10.4, FB 2.0.1). Macintosh HD:Users:username:Library:Preferences:Macromedia: for me, none of these are correct MacHD:Library:Application Support:Macromedia:mm.cfg

Re: [flexcoders] Retrieving saved DataGrid columns array from local SharedObject.

2007-05-24 Thread Tom Chiverton
On Thursday 24 May 2007, Tracy Spratt wrote: > You should be able to: > > * Get a reference to the dg.columns array in a var > * Use your stored information to update the columns array var > * RE-ASSIGN the columns var to the dg.columns property You mean myA=dg.columns . . . dg.column

RE: [flexcoders] Locking Last row in a Flex Data Grid

2007-05-24 Thread Alex Harui
There's no built-in capabilities for this. There will be in the next major release. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dharmendran A Sent: Thursday, May 24, 2007 5:17 AM To: flex coders Subject: Re: [flexcoders] Locking Las

RE: [flexcoders] Checking if an Object has as property/element

2007-05-24 Thread Alex Harui
if ("blah" in Object) Should also work -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, May 24, 2007 6:53 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Checking if an Object has as property/element On T

RE: [flexcoders] Retrieving saved DataGrid columns array from local SharedObject.

2007-05-24 Thread Tracy Spratt
You should be able to: * Get a reference to the dg.columns array in a var * Use your stored information to update the columns array var * RE-ASSIGN the columns var to the dg.columns property Tracy From: flexcoders@yahoogroups.com [mailto:[EM

RE: [flexcoders] One Item Renderer Component for Multiple Columns in a DataGrid - How to find name of column being rendered?

2007-05-24 Thread Tracy Spratt
In order to access the listData, your renderer needs to implement IDropInListItemRenderer. See this link: http://livedocs.adobe.com/flex/201/html/cellrenderer_072_15.html Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Thind, Am

[flexcoders] Re: One Item Renderer Component for Multiple Columns in a DataGrid - How to find

2007-05-24 Thread Mark
Setting properties on the ClassFactory for each itemRenderer is cool, but does anybody know if there is a way to set style properties for the item renderer? thanks, mark --- In flexcoders@yahoogroups.com, "Thind, Aman" <[EMAIL PROTECTED]> wrote: > > Thank you so much Flexing. I wasn't aware I cou

[flexcoders] Retrieving saved DataGrid columns array from local SharedObject.

2007-05-24 Thread Ian M. Jones
Hi all, I'm trying to set up a simple way to save a user's DataGrid column setup to a local SharedObject, and then retrieve those settings when they next run the application. Saving them seems to have been pretty simple: public function savePreferences():void { var prefs:SharedObject = Share

Re: [flexcoders] Difference in rendering between Flash and Flex

2007-05-24 Thread Daniel Freiman
Are you sure the players aren't being set to different display qualities? This can be set in the wrapper (or player if there is no wrapper). You can also check/set this property by right clicking on the movie (at least with the debug player). Daniel Freiman nondocs

Re: [flexcoders] Change the Drag and Drop Image proxy object

2007-05-24 Thread Tom Chiverton
On Wednesday 23 May 2007, smustafa77 wrote: > I need that when the row is draged from the datagrid,the image of the > drag object changes to a particular image. Please let me know if it is > possible. http://livedocs.adobe.com/flex/201/html/dragdrop_081_10.html#198213 -- Tom Chiverton Helping to

Re: [flexcoders] Tree edit item doubleclick

2007-05-24 Thread Morten Madsen
I am new to Flex, does anybody have a example of code? Wouldn't it be posible to use itemDoubleClick? Kind Regards Morten Madsen On 5/24/07, ivo <[EMAIL PROTECTED]> wrote: You have to set your Tree to editable and then listen for the event ListEvent.ITEM_EDIT_BEGIN . Your handler for thi

Re: [flexcoders] Difference in rendering between Flash and Flex

2007-05-24 Thread Tom Chiverton
On Wednesday 23 May 2007, ravi kumar gummadi wrote: > Since both of them use the same Flash Player and rendering > mechanism, where does the difference arise??? Or Is that I got it > completely wrong and messed up something on my box! Can you post screen shots / source for two simple SWF files tha

Re: [flexcoders] Checking if an Object has as property/element

2007-05-24 Thread Tom Chiverton
On Thursday 24 May 2007, Christopher Olsen wrote: > If i do if Object.blah == null i get an error because blah doesn't exist hasOwnProperty(), or just if (Object.blah) -- Tom Chiverton Helping to globally maintain error-free solutions on: http://thefalken.livejournal.com ***

Re: [flexcoders] Re: Highlight a word in a RichTextEditor

2007-05-24 Thread Daniel Freiman
1. If the object has "mouseEnabled = false" then the mouse click should go right through, so putting an object in front of the textarea shouldn't be a problem. I don't see any code that is sending the textarea to the front, so I may be missing something. 2. Also, you could keep the object behind

[flexcoders] HTTP 1.1

2007-05-24 Thread spdas_tvs
How to send / receive HTTP 1.1 based request / response to create a persistent connection with web server (Jsp in Tomcat)?

[flexcoders] Checking if an Object has as property/element

2007-05-24 Thread Christopher Olsen
What's the best way to check if an Object has a particular element If i do if Object.blah == null i get an error because blah doesn't exist -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40

[flexcoders] is there any quick way to re-arrange mxml source code based on object's visual location?

2007-05-24 Thread Yohanes Iwan Sugiarto
Dear gurus, I was just thinking, is there any quick way to re-arrange our mxml source code based on visual location of an object (x,y,top,bottom)? a plugin or 3rd party utility? I've spent hours re-arranging mxml source codes in order to fix the default tab order. Also, using tabIndex is not a go

Re: [flexcoders] Loggin best method

2007-05-24 Thread André Rodrigues Pena
I show a modal login TitleWindow On 5/24/07, Derrick Anderson <[EMAIL PROTECTED]> wrote: i do it with a viewstack with 2 panels, the first item in the viewstack is the login panel- if login succeeds then i switch them to the main application panel (which has a viewstack of it's own) - Or

Re: [flexcoders] Quick Question

2007-05-24 Thread Tom Chiverton
On Thursday 24 May 2007, Christopher Olsen wrote: > Are you familiar with modules? As in ModuleManager ? Not really. I played with the feature when it was introduced, so I have it in the tool box so to speak, but not used it in anger. -- Tom Chiverton Helping to synergistically supply bricks-a

Re: [flexcoders] Installing Apollo extensions to Eclipse

2007-05-24 Thread Tom Chiverton
On Wednesday 23 May 2007, tobiaspatton wrote: > Set_up_instructions_for_Flex_Builder_users .. > wants me to select a folder containing subfolders named "Flex SDK 2" and > "Player". I know these folders are present in the standalone FlexBuilder, > but they're nowhere to be found in the plug-in versi

Re: [flexcoders] Quick Question

2007-05-24 Thread Christopher Olsen
Yes a little easier to keep organized... Over time I'll get a little more rounded with AS Are you familiar with modules? Tom Chiverton wrote: On Thursday 24 May 2007, Christopher Olsen wrote: It's not a simple transition from c/c++ Oh, no, not at all. import != include - there is an

Re: [flexcoders] Loggin best method

2007-05-24 Thread Derrick Anderson
i do it with a viewstack with 2 panels, the first item in the viewstack is the login panel- if login succeeds then i switch them to the main application panel (which has a viewstack of it's own) - Original Message From: Giro <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thurs

Re: [flexcoders] Quick Question

2007-05-24 Thread Tom Chiverton
On Thursday 24 May 2007, Christopher Olsen wrote: > It's not a simple transition from c/c++ Oh, no, not at all. import != include - there is an include that does what you want though. Must be nice not having to care about pointers or malloc() though, right ? -- Tom Chiverton Helping to ensure a

RE: [flexcoders] sending messages

2007-05-24 Thread Mark Ingram
You just did... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zdenek Sent: 24 May 2007 14:02 To: flexcoders@yahoogroups.com Subject: [flexcoders] sending messages Hello, Im new member of flexcoders and I would like to start sen

[flexcoders] sending messages

2007-05-24 Thread zdenek
Hello, Im new member of flexcoders and I would like to start sending messages.

  1   2   >