Re: [flexcoders] Recompiling flex ant tasks

2007-01-30 Thread Constantiner
Hello Bjorn, You are right - there are some errors in build.xml in Flex Ant Tasks package from Adobe Labs. It not include html-templates in resulting jar. Here modified build.xml which produce working jar: ?xml version=1.0? project name=Flex Ant Tasks default=main basedir=. property

[flexcoders] need this help

2007-01-30 Thread sekar r
Dear ALL please i am getting this error or runtime. just i select the Tap Navigator and put in work space. while run this i am getting this error. what is the wrong pls need ur guide. thanks this is error ArgumentError: Error #2082: Connect failed because the

Re: [flexcoders] Re: Debug in Flex SDK, fcsh

2007-01-30 Thread Tom Chiverton
On Tuesday 30 Jan 2007, Mikhail Shevchuk wrote: server and that works under FB. I get error about permissions when I use usual fdb.exe. What is my mistake? Load the debug compiled version of the SWF up via a web server. While it is sat asking you for the debug server, start fdb and type 'run',

[flexcoders] Importing mx packages into AS3 project

2007-01-30 Thread polestar11
Hi there I have an AS3 project want to use the rich Flex components (since AS3 components are non-existant and I dont feel like re-inventing the wheel). I recently discovered that u can only use these in a Flex project. The reasons why I wanted an AS3 project was to leave out all the heavy stuff

[flexcoders] Re: Convert ByteArray to Bitmap

2007-01-30 Thread dario.drome
I agree with Franto friend: You need to know something about the bytearray you are receiving, i.e. format, disposition, etc. Most of image formats have a kind of header where you could find its width, height and so on. Once you know the dimensions and the format, you would need to use the

[flexcoders] Beware with multiple module instances

2007-01-30 Thread tvikatos
Make sure you do not request a module load for the 2nd time before the 1st load is ready. More here: http://blog.startup.gr/blog/_archives/2007/1/30/2695396.html Any chance we can see the ModuleManager preventing this kind of problem?

[flexcoders] Init image with binary xml node

2007-01-30 Thread wifi19
Hie ! i'm searching how can i create a image with a binary node in my xml file image binary file /image can you help me ? Thanks !

[flexcoders] creation d'une image a partir du contenu binaire d'un xml ?

2007-01-30 Thread wifi19
Bonjour, je suis a la recherche d'une solution pour inserer dans un canvas une photo dont le binaire serait dans un fichier xml avez vous une solution ? Merci !

[flexcoders] Select item inside tree based on item id

2007-01-30 Thread jerome_cordiez
Hello, I have a Tree control, that represent a list of pages inside folders. When I save a page, I store it's id property locally before sending it to the server, which returns to me the updated list of pages, that I use to refresh my tree's dataprovider. Now, what i am trying to do, is using

[flexcoders] Apollo features

2007-01-30 Thread Tom Chiverton
Does anyone or has read somewhere, if Apollo will allow you to launch native local applications ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in

[flexcoders] Can we display *.bmp and *.tiff images at runtime from a flex application?

2007-01-30 Thread paromitadey
Hi All, Need help in displaying *.bmp / *.tiff images at runtime. I am working in an application where the user may upload images (jsp) in any format (jpg/gif/png/bmp/tif) and I need to display these images from an user interface built in Flex with zoom effects. I am getting the images as

Re: [flexcoders] Apollo features

2007-01-30 Thread Jerome Clarke a.k.a sinatosk
extending on that... will we be able to communicate with dynamic libraries? ( like .DLL on windows, .SO on linux ) On 1/30/07, Tom Chiverton [EMAIL PROTECTED] wrote: Does anyone or has read somewhere, if Apollo will allow you to launch native local applications ? -- Tom Chiverton

RE: [flexcoders] Init image with binary xml node

2007-01-30 Thread Andrew Trice
You need to Base64 encode the binary data. Once encoded, it is treated as a text string, and can be embedded within an xml document. You also need to keep in mind that Base64 encoding data also increases the size of the data. When you are retrieving data out of the xml, you will need to decode

[flexcoders] Re: Gantt Chart solution

2007-01-30 Thread hworke
Hello there!!! Please take a look at this link: http://demo.quietlyscheming.com/ChartSampler/app.html underSeries Type -- Columns and Bars -- Floating Bars I believe that you can use this floating bar as Gantt chart, as I did. GOOD LUCK BY THE

[flexcoders] Re: Gantt Chart

2007-01-30 Thread hworke
Hello there!!! Please take a look at this link: http://demo.quietlyscheming.com/ChartSampler/app.html underSeries Type -- Columns and Bars -- Floating Bars I believe that you can use this floating bar as Gantt chart, as I did. GOOD LUCK BY THE

Re: [flexcoders] Binding a property to a function

2007-01-30 Thread Joshua Garnett
HI Lieven, The way I usually do this is wrap the function I want to call with a setter function. So for example lets say I have mx:Binding source={model.myValue} destination=myValue /, I'd have a function: private function set myValue(v:String) : void { if(v != null) {

[flexcoders] 503 Service Unavailable

2007-01-30 Thread dorkie dork from dorktown
Whenever I try to access the Flex help I get a 503 Service Unavailable. I am using Eclipse with Flex Builder plugin. This didnt happen with the stand alone. Is something I am doing or a bug? 503 Service UnavailableFailed to resolve the name of server *127.0.0.1* to connect

RE: [flexcoders] Do I *REALLY* need Flex Data Services for WebServices?

2007-01-30 Thread Greg McCreath
Thanks all. It looks like I'll have to dig more under the covers of Flex / WS than I was expecting to. Thanks again. Greg. Greg McCreath Chief Technical Officer TAFMO Limited ABN: 94 109 766 592 Level 8, 342 Flinders Street Melbourne Victoria, 3000 Australia http://www.tafmo.com Ph

Re: [flexcoders] Gantt Chart

2007-01-30 Thread Kazi Faisal
Hello there!!! Please take a look at this link: http://demo.quietlyscheming.com/ChartSampler/app.html underSeries Type -- Columns and Bars -- Floating Bars I believe that you can use this floating bar as Gantt chart, as I did. GOOD LUCK BY THE WAY THIS IS

[flexcoders] Re: FDS Issue

2007-01-30 Thread fermartel
That did the trick! Thank you! I could have sworn I had put the cfc's in that folder. When I couldnt get it to work at first, I tried about every possible folder. :) One quick question: I know that the CF Data Service Adapter calls the FDS assembler through RMI. But how does the FDS

[flexcoders] Bitmap Fonts

2007-01-30 Thread tinklondon
Any solutions for using Bitmat fonts or fonts used with no anti-alias in Flex? cheers Tink

[flexcoders] Full Application Reset?

2007-01-30 Thread Brent Dearth
This has got to be an obvious implementation, but it's left me scratching my head. Here's my scenario: When user performs a logout in an authenticated flex application, I would like to fully re-initialize the application back to it's initial load state (as if the SWF was being accessed anew).

[flexcoders] Re: Flex applications look like Fisher-Price toys

2007-01-30 Thread Paul Barbieux
Thank you Mike. It's the first time that someone reply me with details about this problem (your solution about buttons works, but I have not tried to rewrite classes). Your response helps me about one important point: with Flex 2.0 it's possible to change padding, gap, height... but it's very

RE: [flexcoders] Re: Gestion des images dans un datagrid

2007-01-30 Thread Eylon Stroh
Ce n'est pas une directe response a votre question, mais SuperImage peut vous interesser: http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/ http://demo.quietlyscheming.com/superImage/app.html Eylon

[flexcoders] Compiling ONLY the modules

2007-01-30 Thread andrea bianchi
Hello, here's another question about the modules. I was thinking to use modules to split my applications into a main application and some application forms. My main objective was to compile the main application swf just once and then work on the application forms. Well, probably I'm doing

[flexcoders] ItemRenderer Problem

2007-01-30 Thread Robb Cundick
Hello, I'm a Flex newbie in need of some help. I'm grabbing an array of data from a Web service and displaying it in a List component. On the Flex side I store the data in an ArrayCollection, the name of which I set as the Data Provider for my list. I have a field called Display which I set as

[flexcoders] Charts and scrollRect

2007-01-30 Thread Mark Gearhart
Does anyone have an example of how to use scrollRect with the Charting components? I can't seem to get the mechanics on how to implement these two together. Thanks very much, Mark Gearhart

Re: [flexcoders] Apollo features

2007-01-30 Thread cisnky
If MDM Zinc can do it, then I expect Apollo to be able. On 1/30/07, Jerome Clarke a.k.a sinatosk [EMAIL PROTECTED] wrote: extending on that... will we be able to communicate with dynamic libraries? ( like .DLL on windows, .SO on linux ) On 1/30/07, Tom Chiverton [EMAIL PROTECTED] wrote:

Re: [flexcoders] Gantt Chart

2007-01-30 Thread Nate Pearson
Thanks for the response! I want to be able to show that some product are subsets of other products. I'm new to flex so I'm not sure what the animation would be called but I would have to dynamically add additional series to the chart. I would also want dates on the axis like a regular column

[flexcoders] Re: Global case-insensitive sorting... is it possible?

2007-01-30 Thread ben.clinkinbeard
Anyone? --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: Am I missing something simple here or do I really have to write a separate sortCompareFunction function for every DataGridColumn in my app that requires case-insensitive sort? I looked at the method in the

Re: [flexcoders] Full Application Reset?

2007-01-30 Thread Oleg Filipchuk
Why don't you just refresh the page where your application is embedded? On 30/01/07, Brent Dearth [EMAIL PROTECTED] wrote: This has got to be an obvious implementation, but it's left me scratching my head. Here's my scenario: When user performs a logout in an authenticated flex application,

[flexcoders] [ANNOUNCE] Flex Maven Plugin

2007-01-30 Thread Christian Edward Gruber
Greetings all. It is my pleasure to make this announcement. An early early release of Flex Maven Plugin is now being synced to the ibiblio main repository. The repository documentation can be found at http://www.israfil.net/projects/mojo/maven-flex2-plugin/. This project is BSD

[flexcoders] Flex Builder :: namespace code completion

2007-01-30 Thread Michael Schmalle
Hi, Has anybody noticed a bug where using namespaces such as teo_internal works in the same directory as the super class. But, when you have a subclass of a super class that uses this namespace, located in a different directory, you loose the code hinting for methods and properties of the

[flexcoders] RE: ItemRenderer Problem

2007-01-30 Thread Jason Hawryluk
Your problem is in the data override you need to let the itemrenderer retrieve the data, so in this override you require a super.data = oItem; I have not tested, and this is just by looking at the function. jason -Message d'origine- De : Robb Cundick [mailto:[EMAIL

RE: [flexcoders] Re: ViewHelper is dead ? So what's the 'best practice' here... ?

2007-01-30 Thread jason.proulx
I built a ViewController class that I use to switch views. It simply listens for CairngormEvents and changes state when it hears one it likes. I literally copied the code in FrontController, made it extend Canvas, and changed the functionality from handling commands to simply storing string

[flexcoders] void as node name in a XML...reserved keyword!!!???

2007-01-30 Thread lruinelli
ciao! using the following XML mx:XML id=test java version=1.5.0_06 class=java.beans.XMLDecoder object class=yy.xx.cc.cc.xx.IndicatorFunction void property=equation stringy=ax+b/string /void void property=label_en stringfirst indicator/string /void void

[flexcoders] Re: HTTPService not updating tilelist itemrenderer

2007-01-30 Thread meathead
I don't think the problem is binding to lastResult. The code works. When I use my third tier to capture the data and insert it into my SQL table, it works like a charm. When I return to the main page, the data isn't there. If I close the application and start it again, the data shows. I'm

Re: [flexcoders] Full Application Reset?

2007-01-30 Thread Brian Dunphy
Don't feel bad, this left me scratching my head when I encountered it as well. I was used to just displaying a titlewindow for a login screen, making it modal, and having the application blurred in the background. My way of implementing an application reset was to have a shell app that handled

[flexcoders] Re: void as node name in a XML...reserved keyword!!!???

2007-01-30 Thread Geoffrey Williams
trace (test.object[void].(@property == 'equation').string); trace (test.object.elements (void).(@property == 'equation').string); --- In flexcoders@yahoogroups.com, lruinelli [EMAIL PROTECTED] wrote: ciao! the expression: test.object.void.(@property=='equation').string should has the

Re: [flexcoders] void as node name in a XML...reserved keyword!!!???

2007-01-30 Thread Michael Schmalle
Hi, You have to use this; test.object['void'].(@property=='equation').string Peace, Mike On 1/30/07, lruinelli [EMAIL PROTECTED] wrote: ciao! using the following XML mx:XML id=test java version=1.5.0_06 class=java.beans.XMLDecoder object class=yy.xx.cc.cc.xx.IndicatorFunction void

Re: [flexcoders] Weird behavior of mx:Effects on ViewStack

2007-01-30 Thread Jaime Bermudez
Any help with this? On 1/27/07, Jaime Bermudez [EMAIL PROTECTED] wrote: I'd like an explanation of this behavior as well Danko. I perused the source code of the ViewStack and it seems like the hideEffect of a currently selected child should play out before the selected index is actually

re: [flexcoders] Can we display *.bmp and *.tiff images at runtime from a flex application?

2007-01-30 Thread Ben Stucki
bmp and tiff images aren't supported natively by Flex. It is entirely possible to parse the bytes coming from the stream and draw the image in code. I should have a descent example out for doing that with bmp this month, but probably won't play with rendering TIFF for quite a

[flexcoders] Re: HTTPService not updating tilelist itemrenderer

2007-01-30 Thread meathead
Okay, I've figured it out. It seems I left out some information from my original post that might of helped. The problem was in my aspx code that generated the xml for the HTTPService. I needed to make sure not to cache there. I'm showing my whole aspx code for others in case they run up

[flexcoders] Re: Force HTTPService send() in child component

2007-01-30 Thread happy_christy01
This is the error I'm getting: 1061: Call to a possibly undefined method goGetIt through a reference with static type Class. The function from the parent: private function sharedDataHandler(event:TextEvent):void { sharedData = event.text; if (sharedData.length != 0){

[flexcoders] Re: Full Application Reset?

2007-01-30 Thread brent_trx
That sounds like exactly what I need to do. Thanks for the help! Don't feel bad, this left me scratching my head when I encountered it as well. I was used to just displaying a titlewindow for a login screen, making it modal, and having the application blurred in the background. My way of

Re: [flexcoders] Apollo features

2007-01-30 Thread Mike Chambers
That is one of the features being considered for 1.0, although it might not make it in. mike chambers [EMAIL PROTECTED] Tom Chiverton wrote: Does anyone or has read somewhere, if Apollo will allow you to launch native local applications ? -- Tom Chiverton

Re: [flexcoders] Apollo features

2007-01-30 Thread Mike Chambers
No. That will not be in 1.0. mike chambers [EMAIL PROTECTED] Jerome Clarke a.k.a sinatosk wrote: extending on that... will we be able to communicate with dynamic libraries? ( like .DLL on windows, .SO on linux )

RE: [flexcoders] RE: ItemRenderer Problem

2007-01-30 Thread Robb Cundick
Actually, I did include the super.data=oItem statement. I just forgot to include it in the code in my message. So that isn't the problem. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Hawryluk Sent: Tuesday, January 30, 2007

Re: [flexcoders] need this help

2007-01-30 Thread Shannon Hicks
I still get this error all the time. No word from Adobe as to what the problem is, though. Shan sekar r wrote: Dear ALL please i am getting this error or runtime. just i select the Tap Navigator and put in work space. while run this i am getting this error. what is the wrong pls need ur

[flexcoders] Re: Nested Repeater problem

2007-01-30 Thread bulldog65mustang
I have modified the dataprovider to that of an Object. I have coldfusion returning a struct: cfset responses[#variables.loopIndex#] = StructNew() cfset responses[#variables.loopIndex#].question = #qry_questions.QuestionText# cfset responses[#variables.loopIndex#].answers = StructNew() I am

[flexcoders] [FOLLOWUP] Flex2 Maven Plugin

2007-01-30 Thread Christian Edward Gruber
Greetings again. It was pointed out that many people on this list do not know what Maven is. Fair enough. Maven (http://maven.apache.org/) is an automated build infrastructure that allows for, well, automated command-line builds. This is typically done in enterprises or projects where

RE: [flexcoders] List of styles for the StyleName properties

2007-01-30 Thread Stephen Gilson
There is an issue with LiveDocs that the Add Comment button is not appearing on some pages - most of the affected pages seem to be in the API reference. This should be fixed soon. Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] RE: ItemRenderer Problem

2007-01-30 Thread Tracy Spratt
I don't answer private requests for help (for free, that is). I am very willing to try to help, but I require that my work benefit the entire community, not just one person. Take this question ot one of the public lists like flexcoders or the Adobe forums. Tracy

[flexcoders] Re: Convert ByteArray to Bitmap

2007-01-30 Thread dougmccune
If you're loading an image type supported by Flex (gif, jpeg, png, swf) then you don't need to know anything about the image. You don't need to know the width or height. All you do is use Loader.loadBytes(byteArray). This would load the image exactly the same as if you loaded from a URL. Doug

RE: [flexcoders] List of styles for the StyleName properties

2007-01-30 Thread Matt Horn
The headerStyleName style lets you specify styles for the text in the header, so it accepts the text-related styles. There's an example in the docs that shows headerStyleName specifying font name, family, and color. hth, matt horn, flex docs -Original Message- From:

[flexcoders] FDS - Design patterns?

2007-01-30 Thread Steve Cox
All, I'm new to FDS and looking for examples of design patterns or FDS examples which contain more than a couple of forms. I'm not quite sure how I should be breaking up a very large application. Thanks in advance, Steve

RE: [flexcoders] RE: ItemRenderer Problem

2007-01-30 Thread Robb Cundick
Hmmm... I re-checked and I did indeed send my original message to [EMAIL PROTECTED] Perhaps you received a private copy because I'm a new member of the list? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Tuesday,

[flexcoders] Re: Is it possible to Inheirt from an MX Application inside of an MX Application ?

2007-01-30 Thread helihobby
Thank you for taking the time to read this tracey. In efforts to better explain, here is another example: ( Note that all files are in the same root folder ) -- AppParent.mxml ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

[flexcoders] What's the difference in the way you add arguments to a webservice?

2007-01-30 Thread Brian Holmes
I create my webservices and operations on the fly and I've come across these two ways of adding arguments to a server call. when I create the operation, i can add arguments var op:mx.rpc.AbstractOperation = this.service[method]; op.arguments = arguments; or when I

Re: [flexcoders] Re:Do I *REALLY* need Flex Data Services for WebServices?

2007-01-30 Thread Tom Chiverton
On Monday 29 Jan 2007, Dima Gutzeit wrote: In case of webservices, you can see some generic fault, but not the cause that is being sent with the web fault. Which is fine, because your end users don't care what the error is, only that it is broken. -- Tom Chiverton Helping to appropriately

Re: [flexcoders] Gantt Chart

2007-01-30 Thread Nate Pearson
I think that's it! thanks so much! Thanks Ely!! On 1/29/07, Kazi Faisal [EMAIL PROTECTED] wrote: Hello there!!! Please take a look at this link: http://demo.quietlyscheming.com/ChartSampler/app.html underSeries Type -- Columns and Bars -- Floating Bars

RE: [flexcoders] HTTPService with variable number of parameter

2007-01-30 Thread Tracy Spratt
What do you mean by multi-part parameter passing? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of leds usop Sent: Tuesday, January 30, 2007 2:46 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] HTTPService with

RE: [flexcoders] Re: Is it possible to Inheirt from an MX Application inside of an MX Application ?

2007-01-30 Thread Tracy Spratt
Yes, indeed, this is a bug in FlexBuilder. I just tried looking at my app in Design mode and get the error you do. Rats. I am still on 2.0, are you on 2.0.1 yet? If not cross your fingers and hope. Is your real AppParent, the one you extend, heavily graphical? In our case there are no

[flexcoders] Series mouse trackball

2007-01-30 Thread g_odds
Does anyone have any suggestions for how I might approach something similar to the trackballs that can be found on both the Yahoo and Google financial charts? There is a little circle on the chart's series that follows the x coordinate of the mouse but the y coordinate of the series. I have had

Re: [flexcoders] Gantt Chart

2007-01-30 Thread Doug McCune
OK, so here's a question for Ely or some chart experts. Let's say you wanted to create an editable chart, like a Gantt chart that let you drag the regions. Is there any obvious way to go about doing this using the chart classes? What I'm thinking is using Andrew Trice's idea of a DataGrid

RE: [flexcoders] Re: Full Application Reset?

2007-01-30 Thread Tracy Spratt
What abour navigateToUrl, pointing to the app itself, using _self as the target? Just thinking, haven't tried it. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of brent_trx Sent: Tuesday, January 30, 2007 10:37 AM To:

RE: [flexcoders] Re: Nested Repeater problem

2007-01-30 Thread Tracy Spratt
What does your data look like in Flex? I don't read cf. You can ObjectUtil.toString() method to display the object. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bulldog65mustang Sent: Tuesday, January 30, 2007 10:58 AM

RE: [flexcoders] Re: Force HTTPService send() in child component

2007-01-30 Thread Tracy Spratt
The error means that Flex can't find the goGetIt method on the variable pImageList. That indicates to me that you may be instantiating the child component dynamically. Is that so? If so, how are you typing the variable? If not, how are you instantiating the component. Post the mxml. Tracy

RE: [flexcoders] RE: ItemRenderer Problem

2007-01-30 Thread Tracy Spratt
Hmm, very odd, that makes sense, because my response went to flexcoders. Maybe it was really just my mailreader failed to move the message into the flexcoders folder. Whatever, at least I was polite in my rebuff! 99.99 percent of posters understand the protocol, but I am firm with those few

[flexcoders] selectedIndex Issue, after dataprovider is updated

2007-01-30 Thread jensen.axel
If you notice the selectedIndex of an mx:List or anything list based for that matter, be it a, tree, combobox, or anything that is built of the base List... whenever the dataprovider changes the selectedIndex is lost say i want to bind my mx:List id=myList

[flexcoders] Send variable to start flex application.

2007-01-30 Thread meathead
I don't know where to even start to look for this solution. What I want to do is have a local application(access, excel, etc.) have a button that launches a flex application. Easy enough. However, depending on which peice of data the original application is on, I'd like my flex

[flexcoders] Re: Force HTTPService send() in child component

2007-01-30 Thread happy_christy01
I don't believe so: (from main.mxml) mx:HBox width=100% height=100% id=hbox1 view:albums albShared=sharedDataHandler(event) width=160 height=100% id=albums1/ view:pImageList myProperty={sharedData} width=160 height=100% id=pimagelist1/ /mx:HBox --- In flexcoders@yahoogroups.com, Tracy

[flexcoders] FDS and Tomcat

2007-01-30 Thread André Rodrigues Pena
Hi all, I'd like to know if there's some restriction regarding FDS working over Tomcat. Can persistent connections been stablished? Is there some other problem? thanks -- André Rodrigues Pena

[flexcoders] Re: Accessing nested xml tag using e4x and httpService

2007-01-30 Thread matmls
Tracy, Thanks for the heads up. I found your article on cflex.net and updated the code to work in Flex 2.0 Here are the modifications: Set the resultEvent of the httpService to an XML object instead of an XMLNode ### private

RE: [flexcoders] Re:Do I *REALLY* need Flex Data Services for WebServices?

2007-01-30 Thread Ted Patrick
The real issue here is that in many cases the SOAP Faults drive business logic. If you can get the 500 Faults, the soap enclosure can be programmed to call other SOAP methods. Here is a sample: Call GetUsers() 500 Fault User not Logged in. Call Login(username, password) 200 Success User logged

RE: [flexcoders] Gantt Chart

2007-01-30 Thread Ely Greenfield
Hi Doug. It definitely can be done, without too much difficultly, although the charts don't support interactive modelling out of the box. When writing a typical drag/move interface for a UI, you usually do something like this: - add a mouseDown handler to something. - on mouseDown...

[flexcoders] Re: Full Application Reset?

2007-01-30 Thread brent_trx
I just implemented your suggestion. Due to (perhaps an irrational) paranoia about malicious users usurping browser requests, I still plan on doing the dynamic application loading ... but this fits the bill in the meantime, quite nicely. Thanks Tracy! --- In flexcoders@yahoogroups.com, Tracy

[flexcoders] Re: Force HTTPService send() in child component

2007-01-30 Thread happy_christy01
Maybe this will help: http://www.eternaljourneys.com/FlexGallery/bin/main.html --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: The error means that Flex can't find the goGetIt method on the variable pImageList. That indicates to me that you may be instantiating the

[flexcoders] Re: Send variable to start flex application.

2007-01-30 Thread michael_ramirez44
Aaron, The guys over at Farat Systems have Flex and Excel talking. http://flexblog.faratasystems.com/?p=85 Michael Ramirez --- In flexcoders@yahoogroups.com, meathead [EMAIL PROTECTED] wrote: I don't know where to even start to look for this solution. What I want to do is have a local

Re: [flexcoders] Re: Full Application Reset?

2007-01-30 Thread Brian Dunphy
Could be just me, but if that does work it seems like kind of a hack... I think most applications would use something similar to the shell concept. It let's you have a lot of flexibility on what operations to perform on login/logout, and it will work for applications outside of the browser I'm

[flexcoders] ScaleNine on embed image from SWF library

2007-01-30 Thread joaoak
Hello, i need to apply scale-nine on an image to skin a component. I've used it successfully the following way: borderSkin: Embed(source=assets/default/Panel_borderSkin.png, scaleGridLeft=20, scaleGridTop=22,

RE: [flexcoders] Re: Force HTTPService send() in child component

2007-01-30 Thread Tracy Spratt
Ah ha. You are trying to refer to the component using its class name. You must use the id: pimagelist1.goGetIt();// Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of happy_christy01 Sent: Tuesday, January 30, 2007 1:11 PM To:

[flexcoders] Re: Nested Repeater problem

2007-01-30 Thread Jeremy Crane
Here is an example of the output returned in one instance: ( Object)#0 1 = (Object)#1 ANSWERS = (Object)#2 1 = 76-100% QUESTION = What percentage of yoru time is spent in the office? 2 = (Object)#3 ANSWERS = (Object)#4 1 = 0-25% QUESTION = What percentage of your

RE: [flexcoders] Re: Nested Repeater problem

2007-01-30 Thread Tracy Spratt
Hmm, I am not at all used to interpreting that object dump. But is doesn't look like I expected. For this to work as a dataProvider, it needs to be something like: oQuestion1 --text (the question text) --aAnswers (an array of answers) answer[0] answer[1] oQuestion2 --text

Re: [flexcoders] binding/watch xml attributes

2007-01-30 Thread hosey hosey
Thank you. On 1/29/07, Daniel Freiman [EMAIL PROTECTED] wrote: Your easiest option will be to wrap your XML in a XMLlistCollection which will throw events you can listen to. If that won't work you can check out mx.utils.XMLNotifier, mx.utils.IXMLNotifiable, and mx.binding.XMLWatcher but

[flexcoders] Getter/setter databinding?

2007-01-30 Thread jason.proulx
I have an interface that defines 3 getters for a Step in a wizard. Public function get valid():Boolean; Public function get next():MyEvent; Public function get previous():MyEvent; Valid: is the current step of the wizard valid Next/Previous: is the next/previous CairngormEvent in the

[flexcoders] Re: site-wide adjustments - is it even possible?

2007-01-30 Thread Paul Solomon
Doood, Thanks for showing me the light. It is starting to click on a larger level now. You rock. Works like a charm. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: In AS2/AS1, you used to be able to hack the prototype so all instances used a different method at

[flexcoders] Re: Send variable to start flex application.

2007-01-30 Thread meathead
Thanks michael, Excel integration right now is way too much for what I need. I did however, come up with a hack job to get what I needed done. What I've got now is I put a field in a database called tag in a table I hold user info. If another application needs to hit the flex and send it

[flexcoders] Re: Force HTTPService send() in child component

2007-01-30 Thread happy_christy01
I knew it was something silly. me = nube; Thank you. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Ah ha. You are trying to refer to the component using its class name. You must use the id: pimagelist1.goGetIt();// Tracy

[flexcoders] Binding HTTPService xml to ArrayCollection for Datagrid

2007-01-30 Thread Cashorali, Tanya M.
I have followed the example exactly as Adobe's book shows in Lesson 12 (Dragging and Dropping Between Two Datagrids) with no luck. I need to be able to bind the results of an HTTPService call (which executes a php script and returns rows in XML format), to an ArrayCollection or whatever

[flexcoders] Re: Send variable to start flex application.

2007-01-30 Thread michael_ramirez44
Aaron, You can pass URL variables to you Flex application via the query string: http://yourserver/yourapp.swf?name=Joeage=22 You can retreive them within Flex using: mx.core.Application.application.parameters.name Michael Ramirez --- In flexcoders@yahoogroups.com, meathead [EMAIL

[flexcoders] Re: need this help

2007-01-30 Thread Chris Luebcke
Yes, me too. I'll be fine for a while, then I'll start getting it each time I load the app. It will then happen every time, until I either restart Firefox or the entire system (not sure which). I'm using FB 2.0.1 and use the debugger a lot. I'm also running FP in Firefox; I assume I'd have the

[flexcoders] library path in Flex builder 2

2007-01-30 Thread seng ung
Is there any trick that adds my test.swc to the flex builder 2 Library path permanently? For every new projects, I have to add it manually to my Library path. Thanks Need a quick answer? Get one in minutes

RE: [flexcoders] library path in Flex builder 2

2007-01-30 Thread Brian Holmes
you can add your swc to the WEB-INF\flex\user_classes\ directory that you are compiling against From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of seng ung Sent: Tuesday, January 30, 2007 2:22 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Binding HTTPService xml to ArrayCollection for Datagrid

2007-01-30 Thread Tracy Spratt
Whare are you stuck? Can you populate the source datagrid ok? Can you drag from the soruce to the target ok? Do you need the HTTPService for updating the back-end, of for getting data into flex? Tracy From: flexcoders@yahoogroups.com

Re: [flexcoders] Getter/setter databinding?

2007-01-30 Thread Michael Schmalle
You could write a class called StepCommand and switch() on the type property. The use a delegate from there or whatever you are doing. Define the 8 events for each step in a StepEvent class. May not be what others would do but, I have done it and it works fine. I mean common, this is like a

RE: [flexcoders] Binding HTTPService xml to ArrayCollection for Datagrid

2007-01-30 Thread Cashorali, Tanya M.
The datagrid doesn't even get populated and I'm making sure I actually send the httpservice request on creationComplete of the datagrid itself. I can drag ok when I use pseudo data that is not populated from the HTTPService. I need the HTTPService to execute the php script which pulls the data

Re: [flexcoders] Re: Full Application Reset?

2007-01-30 Thread Michael Schmalle
I think most applications would use something similar to the shell concept. I second this and thus, why Adobe released Modules in 2.0.1. Case closed. ;-) Peace, Mike On 1/30/07, Brian Dunphy [EMAIL PROTECTED] wrote: Could be just me, but if that does work it seems like kind of a hack...

RE: [flexcoders] Getter/setter databinding?

2007-01-30 Thread jason.proulx
Switching the views is the easy part, for some reason I'm having a hard time making valid a bindable property that my ViewController can listen to. Jay Proulx [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael

[flexcoders] AS3 object reference changes?

2007-01-30 Thread Jaime Bermudez
I have a simple question that may be dumb but I find somewhat interesting. I have something similar to the following simplified AS3 code: var a:Object = new Object(); var b:Object = a; a = null; --- Why does object b hold on to a's object reference? I

  1   2   >