RE: [flexcoders] Chart question

2006-10-07 Thread Pekka Kola
I have don a kind of solution to draw a box shadowing a future time in chart (draws a box above the chart area presenting the future). Here you have a part of the code doing the effect. showTime() is called in my case by timer. public function showTime(t:Date):void {

RE: [flexcoders] Variable Initialization Problem

2006-10-07 Thread Steve Kellogg @ Project SOC
Akash, Maybe Im misreading your code, but it looks like youre getting an undefined on this.title. What is THIS in this context, and does it HAVE a TITLE parameter? Just a thought. Steve From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

[flexcoders] Bookmarks?

2006-10-07 Thread Steve Kellogg @ Project SOC
Hello, Is there any special trick to getting bookmarks to work? Im selecting a place in a source (mxml) file, and looking for Edit - Add Bookmark as indicated in the dox, but theres no such item in the menu. Is there a preference that Im missing? Thanks in advance, Steve

Re: [flexcoders] Send Http Service

2006-10-07 Thread Prakaz
I took for granted the fact that send() was being invoked at intervals. I assusemed that the problem occured after doing that. Yes, definetely calling the send() method periodically is the way to go. P On 10/7/06, Tracy Spratt [EMAIL PROTECTED] wrote: Without FDS, using setInterval to

[flexcoders] Re: WebOrb for Rails

2006-10-07 Thread barry.beattie
[EMAIL PROTECTED] wrote: why the heck should they push it?!? Because it makes Flex more attractive/a legitimate possibility to a MUCH larger audience. I don't think anyone is disputing that, especially with Adobe getting (needing) the jump on whatever Microsoft's Vista, XAML, etc will mean

Re: [flexcoders] Best AMF debugger for Flex2

2006-10-07 Thread Julian Sander
OK, so I have Charles installed. Very Nice!!  But I am not getting any feedback from localhost..  anyone hadf this issue?  I am using OS X running Apache2.thanx, Julian Julian SanderBurbacherstraße 5853129 Bonnt/f     +49 228 21 27 15m      +49 172 250 6524 On 07.10.2006, at 02:14, Marcelo de

Re: [flexcoders] Best AMF debugger for Flex2

2006-10-07 Thread Julian Sander
Hi GUys,thanx.  I will check into Charles.  I had heard about it and tried it out once, but that was about 2 years ago (i think).cheers, Julian Julian SanderBurbacherstraße 5853129 Bonnt/f     +49 228 21 27 15m      +49 172 250 6524 On 07.10.2006, at 02:14, Marcelo de Moraes Serpa wrote:Ahuuu!

[flexcoders] flex2 on a mac - compile

2006-10-07 Thread michaelrohner
Hi, I just upgraded my mac to osx 10.4.8 and installed J2SE50Release4. Then I downloaded flex_sdk_2.zip. 1.Where does the flex_sdk_2 folder have to be located in the directory? 2.How can I compile a sample from this folder - flex_sdk_2/samples/ Any help is greatly appreaciated. Thanks

RE: **SPAM** [flexcoders] Bookmarks?

2006-10-07 Thread Michael Hýža
Hello You must use click on left side place where is holding icon shown. Kind regards Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Kellogg @ Project SOC Sent: Saturday, October 07, 2006 1:55 PM To: flexcoders@yahoogroups.com

Re: [flexcoders] Variable Initialization Problem

2006-10-07 Thread Ralf Bokelberg
Yes it is the scope. You declared the variable as static, so you can't use this to access it. Cheers,Ralf. On 10/7/06, akash [EMAIL PROTECTED] wrote: HI Steve, Even if I remove this from that line ,then also the problem is as it is..Actually may be its problem with the

[flexcoders] IE Browser crashes while using LocalConnection

2006-10-07 Thread jmorpher03
Hi, My mxml application opens a new browser window by calling a js function, inside the new window another mxml application is loaded. Both these applications talk to each other using LocalConnection and I am able to pass values back and forth between these apps. Sometimes, the IE browser

Re: [flexcoders] Best AMF debugger for Flex2

2006-10-07 Thread Marcelo de Moraes Serpa
What browser are you using? You need to configure the proxy settings before being able to capture http traffic with Charles.On 10/7/06, Julian Sander [EMAIL PROTECTED] wrote:OK, so I have Charles installed. Very Nice!! But I am not getting any feedback from localhost.. anyone hadf this issue?

[flexcoders] Animation on characters

2006-10-07 Thread KP
Hi All Can any one suggest any approach on applying animation effects on charcters. Thanks K7umar __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread John C. Bland II
Good question Barry. I've thought about the same thing. Honestly, I doubt anyone build one in Eclipse but apps like Sepy, etc can now integrate Flex as a supported language. They def' are not in the market to get rich on Builder. You don't get rich off a product by giving a free solution to the

[flexcoders] Re: Validating XML with XSD Schema in Flex?

2006-10-07 Thread wayneposner
So is there no way to do this in flex when dealing strictly with a client side app? Wayne --- In flexcoders@yahoogroups.com, wayneposner [EMAIL PROTECTED] wrote: The XML is generated on the client and resides on the client. There is no server for this app. It is a desktop application

Re: [flexcoders] Re: Validating XML with XSD Schema in Flex?

2006-10-07 Thread Ralf Bokelberg
You could write a dll to be used in zinc. Cheers, Ralf. On 10/7/06, wayneposner [EMAIL PROTECTED] wrote: So is there no way to do this in flex when dealing strictly with a client side app? Wayne --- In flexcoders@yahoogroups.com, wayneposner [EMAIL PROTECTED] wrote: The XML is

Re: [flexcoders] Best AMF debugger for Flex2

2006-10-07 Thread Julian Sander
Hi Marcelo,I am using Safari.  What is strange is that I am catching all traffic that goes to other sites, just not localhost.btw, I tried to get in touch with you via the yahoo messanger a couple of days ago.  I am drSwank from CakeAMFPHP.  I have been working on a VO Coverter class for Cake

RE: [flexcoders] Re: Get Attribute of FlexSession in Flex

2006-10-07 Thread Dimitrios Gianninas
Hi, You definitely want to hold the data in some singleton model class (like ModelLocator). However I dont know why you are holding this data in the server-side session. Is it because you have JSP pages as part of the web site, since its been around for a while? If thats the case, then it

[flexcoders] Animation on characters

2006-10-07 Thread KP
Hi All Can any one suggest any approach on applying animation effects on charcters. Thanks K7umar __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread hank williams
why didn't Adobe release remoting solutions themselves? What do you mean? I take it http://www.adobe.com/go/flashremotingisn't what you are talking about? this does not work with flex 2.They obviously did release FDS which does remoting but is quite expensive at scale, and Cold Fusion which

Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread John C. Bland II
Ahh...we're on a Flex list. I should've realized that question was Flex related. :-) No, there isn't a solution for Flex that covers a broad scope of languages. AMF3, what I assume we're talking about, is implemented into AMFPHP and Fluourine already so there is no need to reinvent the wheel.

[flexcoders] Error(s) not shown as error(s)

2006-10-07 Thread Prakaz
Hi Everybody, I just came across this strangeproblem where errors in Flex code are not shown as errors! Let me explain: Create a simple class [dummyClass.as]package com.some.package.path{public classdummyClass{ private var str:String;public function dummyClass():void{ // Constructor

Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread hank williams
BTW, almost anything enterprise is expensive to scale, except to..err..enterprises. :-)OpenAMF and OpenPHP are free, which is a lot cheaper than $20k per server. Personally, I dont consider $0 for 10 OpenAMF servers to be expensive. CF being overkill is an opinion by all means so I'll leave

[flexcoders] DEFAULTING HDividedBox

2006-10-07 Thread Steve Kellogg @ Project SOC
Hello, Im a little confused about one small aspect of the HDividedBox container. How do I set the DEFAULT placement of the children. AT FIRST, I thought that I always allocated an equal space for each child, but I just created an HDividedBox, and the FIRST child is 10% to the second

[flexcoders] Re: Error(s) not shown as error(s)

2006-10-07 Thread rosado1950
Hi Prakaz, I had not come across this problem before, but I can reproduce it. Don't have any idea why. Rui --- In flexcoders@yahoogroups.com, Prakaz [EMAIL PROTECTED] wrote: Hi Everybody, I just came across this strange problem where errors in Flex code are not shown as errors! Let me

[flexcoders] Licensing and Distribution of SWFs created by Flex Builder 2

2006-10-07 Thread Iko Knyphausen
Hello everyone, I am interested in building a commercial application and using Flex Builder for creating the client-side (using ASP.NET on the server). From what I can see, it is totally possible to create a Flash (swf) that runs without server components (such as the Data Services)

[flexcoders] Re: Error(s) not shown as error(s)

2006-10-07 Thread rosado1950
Hi Prakaz, I had not come across this problem before, but I can reproduce it. Don't have any idea why. Rui --- In flexcoders@yahoogroups.com, Prakaz [EMAIL PROTECTED] wrote: Hi Everybody, I just came across this strange problem where errors in Flex code are not shown as errors! Let me

[flexcoders] Re: Bookmarks?

2006-10-07 Thread rosado1950
Click in the code where you want to bookmark it. Then, rigth-click in the left-margin (grey one) and select Bookmark... Give a name, and off you go. To use your bookmarks: open the Bookmarks view (windowother views ...Bookmarks) In the Boolmark-view you will see your bookmarks arranged in

RE: [flexcoders] Re: Bookmarks?

2006-10-07 Thread Steve Kellogg @ Project SOC
Thanks for your help. I didn't understand the two step process of clicking the correct area of the text, and then right clicking in the line numbers. I was assuming that I'd be able to directly right click in the text to see a Bookmarks... entry. Thanks Steve -Original Message-

Re: [flexcoders] Licensing and Distribution of SWFs created by Flex Builder 2

2006-10-07 Thread Paul Andrews
- Original Message - From: Iko Knyphausen To: flexcoders@yahoogroups.com Sent: Saturday, October 07, 2006 10:38 PM Subject: [flexcoders] Licensing and Distribution of SWFs created by Flex Builder 2 Hello everyone, I am interested in building a

[flexcoders] Tinting an image in Flex

2006-10-07 Thread maxadim99
The title says it all really. I'm trying to tint an image in flex using actionscript. I've been able to do it in Flash using the Color property, but when I use the same code, I get an error (undefined property color). Thanks in advance, Max -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: Error(s) not shown as error(s)

2006-10-07 Thread Ralf Bokelberg
It looks like packages are dynamic objects by default, so the compiler can't decide, if a variable is declared or not. Cheers, Ralf. On 10/7/06, rosado1950 [EMAIL PROTECTED] wrote: Hi Prakaz, I had not come across this problem before, but I can reproduce it. Don't have any idea why. Rui

Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread John C. Bland II
OpenAMF and OpenPHP = Enterprise? Again, an opinion.Yes, I left off part of your sentence because I figured I was responding to you so no need to repeat every word. CF for Remoting is not overkill. Yes, I disagree. You don't have to use the enormous list of CF features to do Remoting. You use

Re: [flexcoders] Re: Error(s) not shown as error(s)

2006-10-07 Thread Prakaz
It more about Flex Builder than the compiler. The compiler does the right thing, it informs the user that there are error(s) in the code and does not compile it either. This was where my problem actually started. I had error(s) in my code but i was not able to locate it since Flex Builder did

Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread hank williams
On 10/7/06, John C. Bland II [EMAIL PROTECTED] wrote: OpenAMF and OpenPHP = Enterprise? Again, an opinion.Lol. Boy do I hate being misquoted:OpenAMF OpenPHP != Enterprise.OpenAMF == software that can connect to J2EE highly scaled cluster of servers. Enterprise or not. I dont personally have

[flexcoders] Map Tile Library

2006-10-07 Thread atlasalive
I'm prototyping a map viewer application similar to Google or Yahoo maps. I will be connecting to image tile libraries that I create with another GIS application. So the one thing I know is that there will be a library of image tiles at different zoom levels and XML documents that communicate

Re: [flexcoders] Tinting an image in Flex

2006-10-07 Thread Igor Costa
Color had you tried?Or are you just wondering how to do that using both mxml or just AS?I guess you could get a quick read at Image Class.RegardsOn 10/7/06, maxadim99 [EMAIL PROTECTED] wrote: The title says it all really. I'm trying to tint an image in flex

Re: [flexcoders] Map Tile Library

2006-10-07 Thread Igor Costa
Man,just take a look at the Flash Developer center of Yahoo!regardsOn 10/7/06, atlasalive [EMAIL PROTECTED] wrote: I'm prototyping a map viewer application similar to Google or Yahoo maps. I will be connecting to image tile libraries that I create with

Re: [flexcoders] Still erro Error #2032r

2006-10-07 Thread Igor Costa
This is a Known Issue http://livedocs.macromedia.com/flex/2/langref/runtimeErrors.htmlIt's saying that he couldn't not find the file for that, Solution is:Just import to your Flex Project the File in this case .xml and than try to compile again. and it will works.Good luck there.On 10/7/06,

Re: [flexcoders] DEFAULTING HDividedBox

2006-10-07 Thread Igor Costa
SteveJust wonderning about this one thing.You really cold do that without any problemJust set the HDvidedBox like thatmx:HDividedBox width=100% height=100% !-- Add any child here with percentagem % mx:Panel width=50% height=100% /mx:Panel mx:Panel width= 50% height=100%

Re: [flexcoders] flex2 on a mac - compile

2006-10-07 Thread Igor Costa
It's equal if I dont make mistake in the same directoy of your choose.Just start up the mxmlc.exe -jar and it' will work if you jvm 1.5.2 it's installed.Regards.On 10/7/06, michaelrohner [EMAIL PROTECTED] wrote: Hi, I just upgraded my mac to osx 10.4.8 and