Re: [flexcoders] Re: Automated migration to Flex 2

2006-06-13 Thread Mykola Paliyenko
Hi Max, perl and regexp should help you everything below is pretty easy with it.rgards, MykolaOn 6/12/06, maxym.hryniv [EMAIL PROTECTED] wrote: I just want to add package ... in the beginning of each class| interface, change all Void to void, remove all public on

RE: [flexcoders] Re: Using PUT with HTTPService

2006-06-13 Thread Peter Farland
Note that this is already logged as 128061. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Monday, June 12, 2006 12:58 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Using PUT with HTTPService It

[flexcoders] Re: FlexUnit question

2006-06-13 Thread maxym.hryniv
Hi, Andriy. You didn't understood my question. I'm asking is such stupid code like ts.addTest( new TemperatureConverterTest( testToFarenheight ) ); ts.addTest( new TemperatureConverterTest( testToCelsius ) ) necessairy Have I to add such code for every my test method? --- In

[flexcoders] How to get: SelectionColor undefined or alpha = 0 of TileList flex 2 ??

2006-06-13 Thread moyosaned
I want to use a background image in the TileList but the selectionColor is messing it up. If I make it the TileList selectable = false, The TileList s not draggable any more, so any suggestions Yahoo! Groups Sponsor ~-- Protect your PC from

RE: [flexcoders] Is this a bug?

2006-06-13 Thread Gordon Smith
In ActionScript 3, you have to import; you can't just use a qualified (full) classname. Tthe only reason to use a qualified classname is to disambiguate two classes with the same unqualified (short) name. - Gordon From: flexcoders@yahoogroups.com

Re: [flexcoders] Definition _ could not be found: itemRenderer component in Flex2Beta3

2006-06-13 Thread Brendan Meutzner
Hi, Had this issue myself... works when you provide the full namespace in your itemRenderer (whether it's imported or not, or even sitting in the same directory)... itemRenderer=my.path.to.DataListItem Hope that helps, BrendanOn 6/9/06, polestar11 [EMAIL PROTECTED] wrote:

RE: [flexcoders] Applying a theme in Flex 2.0

2006-06-13 Thread Jason Hawryluk
Myself and a couple of other flex coders are actually working on a solution for runtime themes and css style sets. The Flex 2.0 product release will not include this support so some of us are working on a solution. It will include the things you mention plus a couple of other goodies that

Re: [flexcoders] Re: SimpleXMLEncoder/Decoder Question

2006-06-13 Thread Tom Chiverton
On Monday 12 June 2006 14:36, maxym.hryniv wrote: f.ex if I have object a that references object b and b references object a. Can I use SimpleXMLEncoder/Decoder to serialize/deserialize obj a??? No, that's a circular dependancy. -- Tom Chiverton

Re: [flexcoders] Creating a pop down panel

2006-06-13 Thread Tom Chiverton
On Tuesday 13 June 2006 03:28, Jeremy Rottman wrote: Anyone have an idea how this was done? Looks like a normal Panel with a move effect, no ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a

RE: [flexcoders] Runtime code evaluation

2006-06-13 Thread Gordon Smith
What kind of expressions do you need to evaluate? If you only need to evaluate simple dotted expressions like a.b.c, keep in mind that this is the same as this[a][b][c]. Therefore you can use split() and a loop to do the evaluation. - Gordon From:

Re: [flexcoders] Convert AJAX to Flex?

2006-06-13 Thread Anatole Tartakovsky
I believe that one of the reasons you are going away from ThinkCAP is because of the architecture. Historically, we went through the same way as ThinkCAP developers (PowerBuilder - XML + AJAX - Custom AJAX/WebServices framework) and switched to Flex after it became obvious that AJAX is

Re: [flexcoders] Full Featured Chat with Flex Data Services

2006-06-13 Thread Tom Chiverton
On Tuesday 13 June 2006 06:40, Aldo Bucchi wrote: Data Management? Plain Messaging? Having read the Flex2 data management stuff the other day, I can't see why you'd use it over just plain RPC, unless you are CRUD'ing lots of data on a regular basis - which isn't the use-case for chat. I'd

Re: [flexcoders] Convert AJAX to Flex?

2006-06-13 Thread Tom Chiverton
On Tuesday 13 June 2006 02:16, Anatole Tartakovsky wrote: framework) and switched to Flex after it became obvious that AJAX is not rich/robust enough for enterprise applications. Quick, tell google :-) Seriously, Flex is quicker to work with, but DHTML/AJAX is perfectly robust. -- Tom

RE: [flexcoders] Re: Namespace hell

2006-06-13 Thread Gordon Smith
Hi, Ben. I went away for a week and came back to 800 flexcoders messages. I've been trying to understand the basic problem in this thead, which seems to have drifted away from the essential problem. You started with XML like var entries:XML = rootNode

RE: [flexcoders] Runtime code evaluation

2006-06-13 Thread Damien Mandrioli
The aim is to produce function source code on server and use it on flex client. The only real solution would be to write an AS3 interpreter but im not sure it is possible. Im solving the problem differently by producing an XML representation of functions logic. Thank you for your

Re: [flexcoders] Plugin to load a RSS feed

2006-06-13 Thread Luís Gustavo Sanabio
Hi Tom, NoteTag uses Flex Data Service to load the feeds. I would like to load these feeds without Flex Data Service or PHP proxies. Using Flex embedded on aDelphi Application, I can load these feeds well. But I'd like to use a Plugin instead, or something that don't be affect bysandbox rules.

RE: [flexcoders] Creating a pop down panel

2006-06-13 Thread Nehal
System.Product is used here. Very old thread http://chattyfig.figleaf.com/pipermail/flashcoders/2003-October/090746.html This might help you to start with Neh From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman Sent:

RE: [flexcoders] One last try: Javascript security

2006-06-13 Thread FineLine
Hi Abdul, thanks for your reply. I am busy today, but will prepare a sample which produces the error. I hope to have it ready tomorrow (Australian time). BTW, I have set allowScriptAccess to always and have observed this in Firefox and Internet Explorer. From:

[flexcoders] totalTime property only update when it completely load

2006-06-13 Thread Bhavin Padhiyar
hi all,I am creating some video example in flex. I want to get total time of loded .FLV file. I give flv path dynamically and handel total time setting on "ready" event it is always sowing me "-1" time. even I tryed to

[flexcoders] colorPicker, getting the colour out

2006-06-13 Thread Sonja Duijvesteijn
When I use custom objects or an array to fill the colorpicker everything works like a charm. But when I try to use the colorpicker as it is I can't seem to get the selected color out as an hexidecimal value. I've tried 'selectedColor', 'selectedItem', and have trying to get 'selectedIndex' to

[flexcoders] Re: how to tell DateField to update from internal date

2006-06-13 Thread Jason
Can I get some confirmation that this is just the way things are or something? Thanks. --- In flexcoders@yahoogroups.com, Jason [EMAIL PROTECTED] wrote: I have a DateField object that I manipulate in code: startBox.selectedDate.date++; This works fine, but the date displayed in the field

RE: [flexcoders] Re: FlexUnit question

2006-06-13 Thread Steven Webster
Maxim, The flexunit project that was created by iteration::two (formerly at http://www.iterationtwo.com/open_source_flexunit.html) can now be found on Adobe Labs at http://labs.adobe.com/wiki/index.php/ActionScript_3:resources:apis:libraries#FlexUnit. Our implementation of FlexUnit

[flexcoders] Question about AMF Gateway,

2006-06-13 Thread Dan
hi, i am new to any thing about the AMF Gateway, does anyone know if the AMF Gateway does has any data communication by itself with the server and client when a flex application browser is closed or when an application is left alone without and remoteobject being called? Dan

[flexcoders] Wrap text in header of DataGrid.

2006-06-13 Thread Sawant, Ramdas \(IT\)
Hi all, How can I wrap the text in the header of the DataGrid? I am using Flex 1.5. Thanks in advance. Regards, Ramdas Sawant Associate Consultant, Kanbay Manikchand Ikon, South Wing 18 Dhole Patil Road

[flexcoders] Mx.controls.Alert confusion

2006-06-13 Thread rama satoskar
hi all, Has anyone come across this? I have a button whose click event activates an event listener where i have two alert boxes. The first one displays a message hi and the second one displayshello. They are written one after the other. However the second alert message displays first. Why is

[flexcoders] Tab in DataGrid.

2006-06-13 Thread Dan
Hi, I have set an editable DataGrid tab attribute to true, however, i find i can't tab through the cells. Is there any other things i need to set ? Daniel Yahoo! Groups Sponsor ~-- You can search right from your browser? It's easy and it's

Re: [flexcoders] Searching through an array collection

2006-06-13 Thread jeremiah johnson
You need an associative array. You won't need to check for duplicates that way -- its built into the datatype. http://livedocs.macromedia.com/labs/1/flex20beta3/1584.html var myArray:Array = new Array(); var testArray1:Array = [{Classname:class 10,data:1},{Classname:class 10,data:1}]; var

[flexcoders] XML and CSS Bold Text

2006-06-13 Thread tonyx_788
hii have this xml text as a data provider...nombre dato="Abdo Andrade, Alberto. "descMédico cirujano. Nació el lt;bgt;13 de mayo de 1957 lt;/bgt;, originario../desc...and this CSSb {font-family: Garamond;font-size:17;color: #00;font-weight: bold;}i know i can not use b/b in XML cause FLEX

Re: [flexcoders] Plugin to load a RSS feed

2006-06-13 Thread Tom Chiverton
On Monday 12 June 2006 15:33, Luís Gustavo Sanabio wrote: NoteTag uses Flex Data Service to load the feeds. I would like to load these feeds without Flex Data Service or PHP proxies. Using Flex embedded So you want to just retrive something over HTTP and parse it ? Use Kiwi's parser and the

[flexcoders] Remoting in Flex 2.0 B3

2006-06-13 Thread murtuza_ab
Hi, I have problem in remoting using NetConnection object and java as a backend with macromedia flash remoting gateway. I am using Flex2 beta 3. I am not able to connect to the remote server. The code I am writing is as follows; import flash.net.NetConnection; import

RE: [flexcoders] Flipping vertical scrollbars on left hand edge?

2006-06-13 Thread Daniel Tuppeny
I meantI should comment my code with //Hack: where I use scale to flip the scrollbar :) In some IDEs (like Visual Studio), if you comment things this way, you can easily say "get me all the dirty hacks" should you ever wish to go back and clean up your code! :-) From:

[flexcoders] Duplicating controls dynamically

2006-06-13 Thread Aasim
Hi, I am new to Flex. I would like develop an application which has a number of radio buttons. How could i possibly duplicate them dynamically? Is there anyhing like duplicateMovieClip (as in Flash IDE). Please suggest. Regards, Aasim Yahoo! Groups Sponsor

[flexcoders] stop the help highlighting

2006-06-13 Thread Jason
Okay, I've got to say something about this because it's really annoying. Click on the Help-Search and search on the word variable. Now click on the hit Variables (Programming ActionScript 3.0 - Beta 3). Now try to read the text of the topic. Every single match of the word variable is

Re: [flexcoders] Searching through an array collection

2006-06-13 Thread Jeff Tapper
Take a look at the IViewCursor interface... private function getItemInCart(item:ShoppingCartItem):ShoppingCartItem{ cursor = aItems.createCursor(); sortItems(); var itemToFind:Object = new Object(); itemToFind.product = item.product; ar found:Boolean =

[flexcoders] Re: XML and CSS Bold Text

2006-06-13 Thread rama satoskar
Try removing the semicolon after 'gt'. It may help. --- In flexcoders@yahoogroups.com, tonyx_788 [EMAIL PROTECTED] wrote: hi i have this xml text as a data provider ... nombre dato=Abdo Andrade, Alberto. descMédico cirujano. Nació el lt;bgt;13 de mayo de 1957 lt;/bgt;, originario../desc

Re: [flexcoders] Flipping vertical scrollbars on left hand edge?

2006-06-13 Thread Michael Schmalle
Hey, FlexBuilder has 'Tasks', and you could write //Hack in the task descritption ;-) Peace, MikeOn 6/13/06, Daniel Tuppeny [EMAIL PROTECTED] wrote: I meantI should comment my code with //Hack: where I use scale to flip the scrollbar :) In some IDEs (like

Re: [flexcoders] Re: FlexUnit question

2006-06-13 Thread Michael Schmalle
Steven, Is there any 'planned' tutorial like projects in the future that really help those that semi-understand unit testing but are having a hard time creating tests for components? IE UI components. I have read in the book 'Refactoring' about these tests but, swinging from an application

[flexcoders] Re: stop the help highlighting

2006-06-13 Thread rama satoskar
Well i disagree, sometimes when one is searching a particular property from the list of many it becomes more helpful!It saves me from reading the complete thing making me concentrate on the relevant and the most important region in the help. Anyways , every user's own perspective. Happy coding:)

[flexcoders] Re: Duplicating controls dynamically

2006-06-13 Thread rama satoskar
Hi Aasim, You could try creating ur controls dynamically using the 'Repeater' control. Read about it in the help files which you could read from the following site http://livedocs.macromedia.com/labs/1/flex20beta3/wwhelp/ Also i had an example in which i had created button controls dynamically

Re: [flexcoders] show/hide panel borders (F2b3)

2006-06-13 Thread Tom Fitzpatrick
Hi Jim - Thanks for your answer and sample. My problem was in changing the borderStyle to none - that's what was messing up the panel layout. But then I ran into a different problem - demonstrated in your example as well - which is that changing the thickness of the border shrinks the

RE: [flexcoders] Wrap text in header of DataGrid.

2006-06-13 Thread Sawant, Ramdas \(IT\)
(In Million USD) Region 1D M/S 1D Client Volume 1D Exchange Volume 1 Week M/S 1 Week Client Volume 1 Week Exchange Volume MTD M/S MTD Client Volume MTD Exchange Volume 30D M/S

Re: [flexcoders] Duplicating controls dynamically

2006-06-13 Thread Jeremy Lu
no duplicateMovie() anymore, try this whenever you need a new radio button.var r:RadioButton = new RadioButton();this.addChild( r );On 6/13/06, Aasim [EMAIL PROTECTED] wrote: Hi, I am new to Flex. I would like develop an application which has a number of radio

RE: [flexcoders] Mx.controls.Alert confusion

2006-06-13 Thread Daniel Tuppeny
I had the same thing, but I was alerting to variables (both numbers), and it was messing with my head! It seems that Alert.show() is not modal. It looks it, but it doesn't halt exectuion until you click OK, so what's actually happening, is that the second alert box is popping up over the first

[flexcoders] Flex 1.5 to Flex 2 migration - binding problem

2006-06-13 Thread Phil Marston
Hi I have a custom mxml component RestaurantDetail.mxml that is used in my main application Restaurant.mxml - the component has a dataObject:Object and some mx:label who's text attribute is bound to the dataObject. When the RestaurantDetail component is declared in the Restaurant app the

[flexcoders] Dataprovider problem

2006-06-13 Thread rama satoskar
Hi all, Is there any concat property of the dataprovider of a list control. Kindly help, Rama Yahoo! Groups Sponsor ~-- Get to your groups with one click. Know instantly when new email arrives

Re: [flexcoders] Re: stop the help highlighting

2006-06-13 Thread Michael Schmalle
Why isn't there at least a button that says stop highlighting? I think you missed hist main point. It's css that is being used, so you definitly could have a toggle button. If I was on the doc team, I think this would be in the plans already. If they can hide/show inherited tables, by gosh

Re: [flexcoders] Runtime code evaluation

2006-06-13 Thread Anatole Tartakovsky
If you produce code on server - compile it there - we do that and distributesmall app into either SWFLoader or Loader class. Thanks Anatole - Original Message - From: Damien Mandrioli To: flexcoders@yahoogroups.com Sent: Tuesday, June 13, 2006 5:00 AM Subject:

RE: [flexcoders] Duplicating controls dynamically

2006-06-13 Thread Aasim Momin
I achieved that but how do I assign unique IDs to each of them. Could you demonstrate this via a small snippet of code. Regards, Aasim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Lu Sent: Tuesday, June 13, 2006 5:47 PM To:

[flexcoders] Re: Applying a theme in Flex 2.0

2006-06-13 Thread Angela
Well at least I know now and can stop banging my head against the monitor looking for an answer. If/when you do come up with something I'd love to try it out! In the meantime I guess it's create, compile, change, compile... etc etc. --- In flexcoders@yahoogroups.com, Jason Hawryluk [EMAIL

Re: [flexcoders] Remoting in Flex 2.0 B3

2006-06-13 Thread Jeremy Lu
add this :NetConnection.prototype.AppendToGatewayUrl = function(){ //dummy function would be enough}see if this works. Jeremy.On 6/13/06, murtuza_ab [EMAIL PROTECTED] wrote: Hi, I have problem in remoting using NetConnection object and java as a backend with

[flexcoders] nodeOpen Tree Component

2006-06-13 Thread Raphael R. Franco
Hi,I using component Tree, when use attibute nodeOpen it shows the error :Cannot resolve attrinute 'nodeOpen' for component type mx.controls.TreeAs I must solve this problem Best Regards -- Raphael [Raphamaster]http://raphamaster.blogspot.comgtalk: [EMAIL PROTECTED]msn: [EMAIL PROTECTED]

Re: [flexcoders] Re: Applying a theme in Flex 2.0

2006-06-13 Thread Michael Schmalle
Hi, I am a part of this group also. It is going to be an open source project, on svn. We are waiting for the detials and figuring out the best strategy to do this. I already have a good portion of it working. THough through some experiments, there is going to have to be some hard thinking on

RE: [flexcoders] show/hide panel borders (F2b3)

2006-06-13 Thread Jim Robson
Hi Tom, I noticed the way the size of the panel contents changed in response to the change in border thickness, too. Im glad you found a solution to that thanks for posting it. Jim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Fitzpatrick

Re: [flexcoders] Mx.controls.Alert confusion

2006-06-13 Thread michael . corbridge
perhaps a bit confused ... the alert boxes appear on top of each other, sort of a 'last in - first out type of scenario, meaning the 'hi' is rendered, then the 'hello' is rendered on top of 'hi' working code below ...

Re: [flexcoders] Convert AJAX to Flex?

2006-06-13 Thread Anatole Tartakovsky
Tom, Google uses very small JavaScript libraries obsuficated to smallest size libraries, cached, and often claims the product is beta. They have huge networking infrastructure to insure highest performanc/reliability that is out of reach for 99% of the competition. They are delivering

RE: [flexcoders] Re: FlexUnit question

2006-06-13 Thread Steven Webster
Mike, Alistair McLeod wrote a tutorial to using FlexUnit *way* back when, which you can find here: http://www.flashmagazine.com/html/863.htm The discussion of "testing UI components" is a different one; generally, we would advocate that if something is testable, you try and extract that

[flexcoders] Re: Namespace hell

2006-06-13 Thread ben.clinkinbeard
OK, first off, thanks to everyone for their help on this. I think I have a basic understanding of things now. Tom, namespaceDeclarations() does return an array, but default namespaces do not seem to be included in it if you have an XML var that was extracted from a larger piece of data, like a

Re: [flexcoders] Dataprovider problem

2006-06-13 Thread Sandip Patil
Hi Rama,http://www.richinternetapps.com/archives/72.htmlhow this link will help you.Thanks Regards, Sandip patilrama satoskar [EMAIL PROTECTED] wrote: Hi all,Is there any concat property of the dataprovider of a list control. Kindly help,Rama

Re: [flexcoders] Dataprovider problem

2006-06-13 Thread Sandip Patil
Hi Rama,http://www.richinternetapps.com/archives/72.htmlhow this link will help you.Thanks Regards, Sandip patilrama satoskar [EMAIL PROTECTED] wrote: Hi all,Is there any concat property of the dataprovider of a list control. Kindly help,Rama

[flexcoders] Re: ExternalInterface | How to get called from flash inxml flavor?

2006-06-13 Thread drome.dario
Abdul, The link you talk about is a well-known for me, however it only talks about javascript interactions in the flash - browser direction. What I am looking for is the other way of communicate flash with its wrapper (using xml)... It may be impossible but given that they (adobe) are using

[flexcoders] Re: creationComplete on custom non UI component

2006-06-13 Thread Claudia Barnal
So, is there no way to catch when the MXML variable values are accessible in the AS of a custom component? On 6/11/06, Claudia Barnal [EMAIL PROTECTED] wrote: Is there a best practice for making something similar to a creationComplete method on a non UI component that extends EventDispatcher?

Re: [flexcoders] Re: creationComplete on custom non UI component

2006-06-13 Thread Michael Schmalle
Hi, What do you mean custom component? So it's not subclassed from the Flex framework? Can you give a code example allitle more verbose? Peace, Mike On 6/13/06, Claudia Barnal [EMAIL PROTECTED] wrote: So, is there no way to catch when the MXML variable values

[flexcoders] IDE horizontal scrolling problems

2006-06-13 Thread ben.clinkinbeard
When I am in the code window of the IDE, if the pane is scrolled over because of a long line, the window scrolls all the way back to the left after each character is typed. The focus stays at the end of the line, and pressing an arrow key will scroll back to the current position and actually stay

[flexcoders] Re: Cairngorm data flow chart

2006-06-13 Thread lownlazy000
Thanks :) created in MS Visio 2003 Feel free to give constructive commentry or feedback if need be. --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Nice! What did you use to make the flowchart and pdf? Yahoo! Groups Sponsor

Re: [flexcoders] IDE horizontal scrolling problems

2006-06-13 Thread Michael Schmalle
I complained abou tthis in alpha, still not fixed :-( I'm sure you can still find my post inthe archives. Peace, MikeOn 6/13/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: When I am in the code window of the IDE, if the pane is scrolled over because of a long

[flexcoders] License for charting components Flex Charting Trial

2006-06-13 Thread Wade Arnold
I am putting together a demo for a fortune 100 company on the use of flex for a new project. The application that we have written uses charting components and it looks horrible because of the Flex Charting Trial. Is it possible to purchase or signup for a trial key to remove this? I

[flexcoders] Re: trouble with second axis in linechart (Scaling capabilities)

2006-06-13 Thread sp0rarb3jd3r
Thank you for taking the time to look into it. I managed to get it working, though. Y! Yahoo! Groups Sponsor ~-- Get to your groups with one click. Know instantly when new email arrives http://us.click.yahoo.com/.7bhrC/MGxNAA/yQLSAA/nhFolB/TM

[flexcoders] Cannot debug or preview in browser

2006-06-13 Thread Suzy Lawson
I all of a sudden starting getting this error. I can no longer debug or run any of my applications. I tried even re-installing FB 3 Beta but no luck and creating a new Flex Project with code from CVS that I know works. I do not have any warnings or compilation problems before trying to debug. None

Re: [flexcoders] Convert AJAX to Flex?

2006-06-13 Thread John C. Bland II
Anatole, you might want to look into Atlas, Backbase, Spry, etc (Ajax frameworks). None of these were available 5 years ago and a lot of the extra code is done for you.On 6/13/06, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Tom,Google uses very small _javascript_ libraries obsuficated to

Re: [flexcoders] Convert AJAX to Flex?

2006-06-13 Thread Tom Chiverton
On Tuesday 13 June 2006 14:02, Anatole Tartakovsky wrote: Tom, Google uses very small JavaScript libraries obsuficated to smallest size libraries, cached, and often claims the product is beta. They have huge networking infrastructure to insure highest performanc/reliability that is out

[flexcoders] Getting datapoints in linechart/plotchart Flex2.3 Beta

2006-06-13 Thread sp0rarb3jd3r
I am trying to overlay/add flags to some of the origianal charting components. What I am aiming at is something like what can be found on google analytics (http://finance.google.com/finance?cid=4112)... My hack attempt at doing so, was to redefine the plotrendererso that it changed each of

Re: [flexcoders] Re: creationComplete on custom non UI component

2006-06-13 Thread Claudia Barnal
Hi Michael, thanks for your reply. So it's not subclassed from the Flex framework? Exactly, it is a non visual AS component. Example: !-- In the MXML -- MyComponent someValue=10 // In the AS class MyComponent{ public var someValue:Number; public function MyComponent(){

[flexcoders] Excel Export

2006-06-13 Thread vestcomprogrammer
Does anyone know how to export to excel, like they do on the timetracker application on the showcase page on http://labs.adobe.com/showcase/. Thanks Bill Yahoo! Groups Sponsor ~-- Home is just a click away.  Make Yahoo! your home page now.

[flexcoders] Re: accessing HttpService in Beta 3

2006-06-13 Thread tonyx_788
hi mike is that all of your code??? post the ActionScript code, if you have any. and part of the xml to, --- In flexcoders@yahoogroups.com, mikewertheim [EMAIL PROTECTED] wrote: I'm having trouble accessing an HttpService in Beta 3. The problem I'm having is similar to the one described in

Re: [flexcoders] Cannot debug or preview in browser

2006-06-13 Thread Michael Schmalle
Hi, That error seems to come from the titleBarBackground not being defined. In your projects are you doing anything with the Panel's title bar/ title bar skin? If so, that is the first place to look. Peace, MikeOn 6/13/06, Suzy Lawson [EMAIL PROTECTED] wrote: I

RE: [flexcoders] Excel Export

2006-06-13 Thread Jim Robson
Its a Flex / ColdFusion app; the Excel exporting is probably done in ColdFusion. But you can check with the developer directly via his blog: http://www.drisgill.com/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of vestcomprogrammer Sent: Monday,

Re: [flexcoders] Excel Export

2006-06-13 Thread John C. Bland II
You can create a normal HTML layout, save it as .xls file, and force the download (typically just redirect to the file, pending server setup though). There are tweaks here and there as to how the styling goes but for most situations it will work with no prob. There are more robust ways of doing

RE: [flexcoders] IDE horizontal scrolling problems

2006-06-13 Thread Daniel Tuppeny
I had a very similar problem with the Laszlo IDE (also Eclipse), so it might be more of an Eclipse problem than FlexBuilder. Laslzo's has far major issues though, like not being able to select text with either the mouse or keyboard about 95% of the time! From: flexcoders@yahoogroups.com

[flexcoders] totalTime property only update when it completely load

2006-06-13 Thread Bhavin Padhiyar
hi all,I am creating some video example in flex. I want to get total time of loded .FLV file. I give flv path dynamically and handel total time setting on "ready" event it is always sowing me "-1" time. even I tryed to

RE: [flexcoders] IDE horizontal scrolling problems

2006-06-13 Thread Daniel Tuppeny
Not only this, but the intellisense appears across monitors (half on each) if you have two, with a long line! -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ben.clinkinbeard Sent: 13 June 2006 14:45 To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Re: creationComplete on custom non UI component

2006-06-13 Thread Michael Schmalle
Hi, What about adding; [Bindable] public function set someValue(value:Number):void { trace(value changed, value) // do something } I don't know if that is what you are looking for.. Peace, Mike On 6/13/06, Claudia Barnal [EMAIL PROTECTED] wrote: Hi

RE: [flexcoders] Debugging Flex to ASP.Net Web Services.

2006-06-13 Thread Peter Farland
Try adding an mx:TraceTarget level="0" / to your MXML and then check your flashlog.txt file. Settings in the mm.cfg file are for the Flash Player only. Flex is unrelated to this - it is an ActionScript framework built on top of ActionScript... essentially it's on its own when it comes to

RE: [flexcoders] Re: loadWSDL Webservice result?

2006-06-13 Thread Peter Farland
You're both correct, but you're talking about different things. If you're accesing the ResultEvent, the the property is definitely event.result. Check the ASDoc for mx.rpc.events.ResultEvent. If you're using data binding as Ben suggests, then you're accessing the last result returned

Re: [flexcoders] context-menu in flex...

2006-06-13 Thread Jonathan Bezuidenhout
Hi everyone,OK, I really need to have a right click context menu coming up in a tree - either my own or the Flash one.It seems the Flash one cannot be done without some other stuff in it that we do not want. Has anyone found a way to maybe fake it so that the built in one does not come up? All

RE: [flexcoders] stop the help highlighting

2006-06-13 Thread Darren Houle
I don't know of any make the highlighting go away button. I just click Next then Previous in the upper right corner to advance one page and then one back. Makes the highlighting go away. Two clicks instead of one, no biggie. Darren From: Jason [EMAIL PROTECTED] Reply-To:

[flexcoders] Re: How to drag a file into Flash?

2006-06-13 Thread seesharpch
Hi, just struggled over this post. As one of the Rebus developers I just like to refine some statements. Rebus is not just a Zinc - .Net rebuild. It is newly developed from scratch with the aim to provide a fast, full-featured and stable swf wrapper. Rebus needs the Flash 9 Beta player. It is not

RE: [flexcoders] Re: Namespace hell

2006-06-13 Thread Jason Hawryluk
That should make Adobe EXSTATIC!! :) New flex coders woot! Sorry for adding nothing worth value to this thread ;) -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Gordon SmithEnvoy: mardi 13 juin 2006 10:11:

[flexcoders] Re: IDE horizontal scrolling problems

2006-06-13 Thread ben.clinkinbeard
I had a very similar problem with the Laszlo IDE (also Eclipse), so it might be more of an Eclipse problem than FlexBuilder. It doesn't happen when working in other perspectives so I think it is, unfortunately, a Flex Builder issue. Adobe? Anyone working on this? Thanks, Ben

Re: [flexcoders] Re: creationComplete on custom non UI component

2006-06-13 Thread Claudia Barnal
That would also work, the problem is that I really don't want to check each time the value changes, I only wan't to know _when_ I have access to the value assigned on the MXML for the first time. Having that value I can continue with the rest of the component's execution. Thanks again for your

Re: [flexcoders] context-menu in flex...

2006-06-13 Thread Jeff Tapper
I've always dealt with leaving the miniumum information in the context menu, since the items you add appear first. Also, if you use the hideBuiltInItems() method, there are only 4 built in items which appear with what you add. At 10:57 AM 6/13/2006, you wrote: Hi everyone, OK, I really need

[flexcoders] f2b3: Using states in itemRenderer

2006-06-13 Thread Darin Kohles
Trying to cascade states in mxml based item renderer. I've got a viewer that has states, and I'd like to be able to cascade a state transition through a HorizontalList component that uses an mxml based itemRenderer on its data provider. The renderer creates thumbnails that I want to change state

Re: [flexcoders] Convert AJAX to Flex?

2006-06-13 Thread Anatole Tartakovsky
Tom, Robustness/reliability is an ability to recover from errors. That is the difference between TCP/IP stack and UDP protocol. There is no built-in way to insure JavaScript delivery in the browser. There is very little control on the application on the way it requests the data. Flex

Re: [flexcoders] Re: creationComplete on custom non UI component

2006-06-13 Thread Michael Schmalle
Hi, what about; What about adding; private var bInitialized:Boolean = false; public function set someValue(value:Number):void { if (!bInitialized) { initialize() bInitialized = true; } } private function initialize():void { // execute one time only code for component initialization }

Re: [flexcoders] Convert AJAX to Flex?

2006-06-13 Thread Anatole Tartakovsky
John, I did. I also did a lot of code that is identicalto thecore of these frameworks. I am talking explicitly of the things that are not controlled by _javascript_ like loading of _javascript_ itself or connectivity issues that attribute to robustness of the browser application and not

[flexcoders] Re: Namespace hell

2006-06-13 Thread ben.clinkinbeard
--- In flexcoders@yahoogroups.com, Jason Hawryluk [EMAIL PROTECTED] wrote: That should make Adobe EXSTATIC!! :) New flex coders woot! Sorry for adding nothing worth value to this thread ;) WTF are you talking about? Yahoo! Groups Sponsor

[flexcoders] F2B3: DataGrid bugs

2006-06-13 Thread Jason Y. Kwong
1. When editing a cell, pressing the Esc key should close the editor and cancel the edit. Currently, the editor is closed but changes made by ther user is written back to the dataprovider.2. The verticalScrollPosition property is not bindable. If you try to bind to it, you get the compiler

Re: [flexcoders] Convert AJAX to Flex?

2006-06-13 Thread Anatole Tartakovsky
www.xmlsp.com - Original Message - From: John C. Bland II To: flexcoders@yahoogroups.com Sent: Tuesday, June 13, 2006 9:51 AM Subject: Re: [flexcoders] Convert AJAX to Flex? Anatole, you might want to look into Atlas, Backbase, Spry, etc (Ajax

RE: [flexcoders] Re: Namespace hell

2006-06-13 Thread Jason Hawryluk
I was responding to this .. "went away for a week and came back to 800 flexcoders messages" -Message d'origine-De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de ben.clinkinbeardEnvoyé: mardi 13 juin 2006 17:50À: flexcoders@yahoogroups.comObjet:

Re: [flexcoders] Re: Namespace hell

2006-06-13 Thread Michael Schmalle
WTF are you talking about? took me a second also Gordon had to read 800 posts from just a week on flexcoders, that should make Adobe happy ;-) Peace, MikeOn 6/13/06, ben.clinkinbeard [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Jason

Re: [flexcoders] Flex 1.5 to Flex 2 migration - binding problem

2006-06-13 Thread Phil Marston
nobody any ideas? I'm begining to wonder if my dataObject needs to be something other than Object - the consol says I'm trying to bind to a class that is not an 'IEventDispatcher' - can anyone suggest a better class? Cheers, Phil Phil Marston wrote: Hi I have a custom mxml component

  1   2   >