[flexcoders] Re: It's simple but.......

2005-12-02 Thread digital_eyezed
Great thanks! --- In flexcoders@yahoogroups.com, Jeff Tapper [EMAIL PROTECTED] wrote: Format the incoming data into an ArrayCollection of an array of objects, and set that array as the dataProvider of the chart. Something like this ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Handles for resizing?

2005-12-02 Thread Mink, Joseph
Hi all, I have a rectangle that I'm drawing with the flex drawing API, and I want to allow the user to resize it (grab the bottom-right corner and change the dimensions). I've seen this done in flash many times...does anyone know of an example that might shed some light on the way to go

Re: [flexcoders] Annpuncing Log4x

2005-12-02 Thread Xavi Beumala
Hi Dave, I've tried to subscribe and download log4X and I've noticed the form isn't working in player 8.5. When I focus textInputs I can't write in them. However player 8.0 works fine. Maybe it's an incompatibility between players or maybe a bug... Thanks for your great work! X. Dave Wolf

[flexcoders] Flex1.5 - Focus Question

2005-12-02 Thread Christoph Diefenthal
Hi at all, I have got a component(moveThis) on a canvas(canContent), which I want to move on the canvas by clicking the arrow keys. That works pretty good, as long as the canvas has got no scrollbars! If canContent has scrollbars and I click at first on moveThis to set the focus,

[flexcoders] Look Feel of Application as per user choice

2005-12-02 Thread sandip_patil01
Hi All, I developed a application. Now I want the user can select look feel of this application as he/she wants. Means he can select background color,theme color for entire application. Like, http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html any suggestions. Sandip P.

[flexcoders] System.security.loadPolicyFile documentation errata

2005-12-02 Thread Ralf Rottmann
I have been trying to get a cross server socket issue resolved during the past couple of days and solved it today! As many on this list have been very responsive and of great help I want to share this little hint to help you not making the same mistake: The Macromedia documentation

RE: [flexcoders] To Moderator

2005-12-02 Thread Ralf Rottmann
I can replicate the issue however my posts never got lost, so I never had to resend. But yes, sometimes it takes quite long until a post gets distributed to the list. I don't know about the inner workings of Yahoolists but maybe posts get flushed out like 10 times a day instead of instant

RE: [flexcoders] Annpuncing Log4x

2005-12-02 Thread Ralf Rottmann
Works with player 8.5 as well. The only weird thing is that initially the cursor already is in the first input field but you have to click it once more... Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f: +49-(0)231-557402-99 | e: [EMAIL

Re: [flexcoders] Handles for resizing?

2005-12-02 Thread Sreejith Unnikrishnan
Excellent example! http://weblogs.macromedia.com/khoyt/archives/2005/01/drag-and-resize.cfm Sree Mink, Joseph wrote: Hi all, I have a rectangle that I'm drawing with the flex drawing API, and I want to allow the user to resize it (grab the bottom-right corner and change the

RE: [flexcoders] Annpuncing Log4x

2005-12-02 Thread Carson Hager
That's an endless source of frustration for me. I've spent hours playing with Javascript and various browser events to force true focus on these input fields in situations such as this form as well as our Support login page. My favorite little nuance is there are situations where I can get true

RE: [flexcoders] Look Feel of Application as per user choice

2005-12-02 Thread Philippe Maegerman
I think you must use setStyle('style', 'value') Comp.setStyle('color', CECECE); Philippe From: flexcoders@yahoogroups.com on behalf of sandip_patil01 Sent: Fri 2/12/2005 9:37 To: flexcoders@yahoogroups.com Subject: [flexcoders] Look Feel of Application as

AW: [flexcoders] Handles for resizing?

2005-12-02 Thread Christoph Diefenthal
Maybe this might help? http://www.flexdaddy.info/2005/03/06/resizable-and-collapsable-titlewindow-f lex-15/ -Ursprüngliche Nachricht- Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Mink, Joseph Gesendet: Freitag, 2. Dezember 2005 14:02 An:

[flexcoders] Re: tomcat mxml/swf expiry issue (flex 1.5)

2005-12-02 Thread bhaq1972
Thanks for your input guys. Logs are as follows:- 02/12 12:17:35 WARNING License Service: The Flex 1.5 Trial Edition evaluation period will expire in 2 days. 02/12 12:17:35 INFO License Service: Flex 1.5 Trial Edition enabled 02/12 12:17:36 INFO Macromedia Flex Build: 86845.133836 Any

RE: [flexcoders] Re: tomcat mxml/swf expiry issue (flex 1.5)

2005-12-02 Thread Carson Hager
It looks like you haven't applied your serial number. It needs to go into web-inf\flex\license.properties. It should look something like this by default. sn= Get your Flex license serial number and set it as the value of sn then restart your web server or refresh your web application. Carson

[flexcoders] Re: Rich Internet Application (HaloGreen) Stencil for Microsoft Visio 2002

2005-12-02 Thread Darren Houle
Fair enough Jason, I honestly didn't think it would be frowned upon or I wouldn't have posted. But if this group is used to seeing messages posted about free tools all the time then I guess just the act of posting here would imply 'free.' My bad, sorry for any confusion or spamishness. Since

[flexcoders] Re: PreferencesWindow design pattern

2005-12-02 Thread charged2885
Jester, this question is a little off-topic, but on my mind none the less... Where do you put this code: prefsWindow = PopUpManager.createPopUp(this, PrefsWindow, true); prefsWindow.setFormData(ModelLocator.prefsObject); I naturally want to put this in my PrefsWindowViewHelper, but it

[flexcoders] Re: tomcat mxml/swf expiry issue (flex 1.5)

2005-12-02 Thread bhaq1972
Thanks Carson Looks like our license never got installed correctly. The license.properties was empty. .i definately entered the license key when prompted during installation hmm? i'll try your suggestion (once i found the license). regards bod --- In flexcoders@yahoogroups.com, Carson

RE: [flexcoders] Re: Rich Internet Application (HaloGreen) Stencil for Microsoft Visio 2002

2005-12-02 Thread Merrill, Jason
Fair enough Jason, I honestly didn't think it would be frowned upon or I wouldn't have posted. No problem, personally, Im glad to see you responded professionally I almost didnt say anything because many people would have kept fighting it, getting defensive, etc causing a huge

Re: [flexcoders] instanceof on Object

2005-12-02 Thread Clint Modien
Posting this for completion...it's a Manish's copy func with Joe's hack... should work for deep copy... i KNOW i'll be using this... http://www.mail-archive.com/flexcoders@yahoogroups.com/msg09540.html On 12/2/05, Dirk Eismann [EMAIL PROTECTED] wrote: Jesse,I wonder why Joe's (Berkovitz)

RE: [flexcoders] Annpuncing Log4x

2005-12-02 Thread João Fernandes
Well, I registered but in your form you assume that many information is US format when there are Flex Users all over the world ;) You should disable ZIP format and phone number length at least for those who picks a country different from US. Regards, João Fernandes Secção de

Re: [flexcoders] Re: Rich Internet Application (HaloGreen) Stencil for Microsoft Visio 2002

2005-12-02 Thread Martin Wood
I think the main problem here is your purpose for posting the information about your product was to market a product you are selling. I think if you offered it free, most people wouldn’t have a problem with you posting information about it here. also you could put it in your sig, and when

RE: [flexcoders] Annpuncing Log4x

2005-12-02 Thread Carson Hager
João, I apologize for this. I brought this up early on and it was apparently missed. We have offices all over the world with customers in just about every country. There is absolutely no excuse for us to be guilty of this. I will take care of this personally and let you know. I appreciate

[flexcoders] Re: Look Feel of Application as per user choice

2005-12-02 Thread Renaun Erickson
Depending on you level of customization needs, Flex CSS can get you pretty far. Renaun --- In flexcoders@yahoogroups.com, sandip_patil01 [EMAIL PROTECTED] wrote: Hi All, I developed a application. Now I want the user can select look feel of this application as he/she wants. Means he

[flexcoders] Adobe's Acquisition of Macromedia Expected to Close on December 3, 2005

2005-12-02 Thread Zach Stepek
Just wanted to let everyone know, in case you missed the press releases: http://www.adobe.com/aboutadobe/pressroom/pressreleases/200512/120105MACRAcquisitionClose.html http://www.macromedia.com/macromedia/proom/pr/2005/acquisition_clearances.html Sincerely, Zach Stepek User Experience

RE: [flexcoders] Annpuncing Log4x

2005-12-02 Thread João Fernandes
Carson, No problem with that, I managed to register even if I had to fake those values. I'll update them when you fix this. BTW, when filling the form, it was assuming some other keyboard definition. Regards, João Fernandes Secção de Desenvolvimento Departamento de Informática

[flexcoders] Flash 8 File upload feature creates a new session at server

2005-12-02 Thread Andriy Panas
Dear flexcoders, We try to use seemingless experience in our Flex 1.5 application during the File uploading action while using Flash 8 API as described in the article here: http://www.macromedia.com/devnet/flex/articles/fp8_features.html The file upload using HTTP protocol works OK - the file

RE: [flexcoders] Flash 8 File upload feature creates a new session at server

2005-12-02 Thread Carson Hager
Are you possibly using FireFox 1.5? We've seen this with FP8 and the new version of FFX. Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466

[flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-02 Thread Ralf Rottmann
Hi there, I get a compile time Access of undefined property dispatchEvent error in a .as class file. I have imported flash.events.*; and mx.events.*; dispatchEvent is available in MXML files but I want to fire an event from an ActionScript class. Please help! Ralf Rottmann

[flexcoders] Using ActionScript Class in Flex Code

2005-12-02 Thread breakneck79
Dear flexcoders, I use Rtl class that writen in Rtl.as in my MXMl page and using flexbuilder 2 for development, In MXML file i can not access to method convert from this file, Please guide me, what is the problem? Warning : Unable to detect changes to mystr. Tnx,

RE: [flexcoders] Flex App not loading

2005-12-02 Thread Mehdi, Agha
Title: RE: [flexcoders] Flex App not loading Let's resume this thread. I looked at IIS logs (ex051202.log) and this is what I have there #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status 1. 2005-12-02

RE: [flexcoders] Annpuncing Log4x

2005-12-02 Thread Carson Hager
João, We have addressed this problem. To be quite frank, I don't know why we were requiring that information so I removed the required attributes. We're sure not going to start calling people up so you can give us your phone and address if you want to get a Happy Holidays card or you can

RE: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-02 Thread Matt Chotin
Did you extend EventDispatcher? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Rottmann Sent: Friday, December 02, 2005 10:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in

RE: [flexcoders] Flex App not loading

2005-12-02 Thread Carson Hager
Title: RE: [flexcoders] Flex App not loading You're getting a 304 so the browser thinks it has the most recent copy. Can you try deleting your cache and reposting the log from that machine so that we can see how it behaves when sending the swf? Thanks, Carson

[flexcoders] Events again...

2005-12-02 Thread Ralf Rottmann
Again an Event question with desperate need for help: Talking about Flex 2.0 Alpha. Two custom classes: ClassA and ClassB. Both .as files, so no MXML, no Component, not derived from any other built-in class. In ClassA you find something like that: public ClassA { private

Re: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-02 Thread Martin Wood
your class has to either extend EventDispatcher or if you are already inheriting from something else and cant put EventDispatcher in the class heirarchy you will have to implement the IEventDispatcher interface yourself. thanks, Martin Ralf Rottmann wrote: Hi there, I get a compile

Re: [flexcoders] Events again...

2005-12-02 Thread Jeff Tapper
Ralf - dispatchEvent and addEventListener are methods of the EventDispatcher class. EventDispatcher is the superclass to most (all?) built in flex components, but is not inherently available to all AS3 classes. If you modify ClassB to instead be public ClassB extends

RE: [flexcoders] Flex App not loading

2005-12-02 Thread Mehdi, Agha
Title: RE: [flexcoders] Flex App not loading Thats what I got after deleting the browser cache. 2005-12-02 19:42:26 192.168.1.173 GET /flex/apps/reports/index.mxml reportID=4 80 - 157.165.41.125 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322) 200 0 0

[flexcoders] Extending DateChooser and SimpleButton.buttonDownHandler

2005-12-02 Thread Caroline
Hi, Im trying to extend the DateChooser and in the createChildren method, it creates a simple button and assign a buttonDown handler like so: localBackMonthButton.buttonDownHandler = backMonthButtonDownHandler; function backMonthButtonDownHandler(pFlag:Boolean):Void

[flexcoders] how do you guys handle browser back button cases?

2005-12-02 Thread george_lui
Say I logout in my Flex RIA. I then hit the browser back button. I got back to the last page. If I make another remoteObject invocation at this point, my code catches the invalidated session and it is dealt with accordingly. But I wanna catch the session invalidation status when I hit the back

RE: [flexcoders] Flex App not loading

2005-12-02 Thread Carson Hager
Title: RE: [flexcoders] Flex App not loading I can tell that these tests are not from the same machine. The client IP is completely different in this set of log messages. Also, are you sure this is the end of the logging for this client? I don't see a request for the swf anywhere in there.

RE: [flexcoders] how do you guys handle browser back button cases?

2005-12-02 Thread Carson Hager
You should consider expiring the page that launches the Flex application. When the user clicks back, the browser will be prompted to reload the page which will cause the redirect to your login page. There is tons of info on the web for setting caching properties in whatever page technology you

[flexcoders] htmlText in ToolTip

2005-12-02 Thread Shahnavaz Alware
Hi, I have a datagrid with one of the column having multiple icons having tooltips on each one of the icons. What I need to do is pretty up this ToolTip with some bold, italic, break, image etc. I dont see that I can use htmlText in here, so I would appreciate if any of you can show

Re: [flexcoders] Adobe's Acquisition of Macromedia Expected to Close on December 3, 2005

2005-12-02 Thread Aldo Bucchi
Oh Oh the end of the world as we know it... On 12/2/05, Zach Stepek [EMAIL PROTECTED] wrote: Just wanted to let everyone know, in case you missed the press releases: http://www.adobe.com/aboutadobe/pressroom/pressreleases/200512/120105MACRAcquisitionClose.html

RE: [flexcoders] Adobe's Acquisition of Macromedia Expected to Close on December 3, 2005

2005-12-02 Thread Gordon Smith
I wouldn't worry... we're not expecting the acquisition to have much impact on the Flex team. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi Sent: Friday, December 02, 2005 1:23 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Custom Validator on CheckBox

2005-12-02 Thread im_sean_s
Hello. I have a form in an application I'm building that requires the user to check a CheckBox that acknowledges they read a statement. In order to check that the CheckBox has been checked, I created a custom validator. The validator works fine, but the problem I have is that when the user

RE: [flexcoders] Adobe's Acquisition of Macromedia Expected to Close on December 3, 2005

2005-12-02 Thread Roger Gonzalez
Yeah, Gordon wasn't really responsible for anything critical anyway. We'll miss his sunny personality, though. ;-) -Roger Roger Gonzalez mailto:[EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent:

RE: [flexcoders] Adobe's Acquisition of Macromedia Expected to Close on December 3, 2005

2005-12-02 Thread Matt Chotin
The biggest impact so far was we had to change one of our internal server names since Adobe has one with the same name. I heard that Adobe wont allow Roger to ride his motorcycle anymore though From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

[flexcoders] Rendering bug fixed with Firefox 1.5

2005-12-02 Thread Eric Raymond
A long standing bug in Firefox which cause Flash/Flex apps to only display the leftmost 100 pixels appears to have been fixed in the latest version of Firefox! Yahoo! Groups Sponsor ~-- 1.2 million kids a year are victims of human trafficking.

[flexcoders] ImageButton path question

2005-12-02 Thread flexmakao
Hello, I was planning on creating a game inside my flex application. Using repeater I created 50 image buttons, each corresponding to a card. I planed on using random numbers in arrays to shuffle thru my cards each time I start a game. Is it possible to do something like this to embed images to

Re: [flexcoders] Adobe's Acquisition of Macromedia Expected to Close on December 3, 2005

2005-12-02 Thread Aldo Bucchi
jaja... well, you are always welcome to my firm Great girls, great food, and a one hour drive from ski centers and the beach. it's a little smaller though On 12/2/05, Roger Gonzalez [EMAIL PROTECTED] wrote: Yeah, Gordon wasn't really responsible for anything critical anyway. We'll miss his

RE: [flexcoders] ImageButton path question

2005-12-02 Thread Roger Gonzalez
You probably don't want to do it that way. Embed is a compile-time construct to get things into the SWF. You can't dynamically change what is embedded, because dynamic==runtime==too late. I suggest you look into the AS syntax for embedding assets; perhaps make a class called Deck and embed your

RE: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-02 Thread Ralf Rottmann
The classes are not derived from anything. However if I type import mx.event. and wait, Eclipse does not offer EventDispatcher. There seems to be no EventDispatcher in that package Ralf Rottmann | Director Sales Marketing | VoicInt Telecommunications GmbH m:+49-(0)170-914-5495 | f:

Re: [flexcoders] Events again...

2005-12-02 Thread Ralf Rottmann
Title: Re: [flexcoders] Events again... Thanks. I'll give it a try. How about my second question: how can I propagate the event up to ClassA (fired in ClassB)? Regards RR -- mobile: +49-(0)170-914-5495 email: [EMAIL PROTECTED] -Original Message- From:

Re: [flexcoders] Adobe's Acquisition of Macromedia Expected to Close on December 3, 2005

2005-12-02 Thread Zach Stepek
No more motorcycles? Doesn't that detract directly from the pink hair, pierced body parts culture that Macromedia was so well known for during the early years of Flash? Maybe this merger will affect more than I thought... ;-) - Zach Stepek Yahoo! Groups

RE: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-02 Thread Matt Chotin
flash.events.EventDispatcher, its now built into the Player. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ralf Rottmann Sent: Friday, December 02, 2005 10:39 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex 2.0 Alpha:

Re: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class

2005-12-02 Thread Ralf Rottmann
Title: Re: [flexcoders] Flex 2.0 Alpha: dispatchEvent(Event) method in ActionScript class Thanks. Part of the problem is that there is no EventDispatcher class. importing mx.events.* does not help. The popup typeahead in Eclipse does not bring it up either. Is extending Sprite an option

RE: [flexcoders] Events again...

2005-12-02 Thread Ralf Rottmann
Title: Re: [flexcoders] Events again... Just wanted to let you know: Solved the issue. Deriving my AS3 class from EventDispatcher did the trick. However I wonder why Flex Builder does not offer EventDispatcher as tooltip help when you type import flash.events. it offers everything

RE: [flexcoders] Using ActionScript Class in Flex Code

2005-12-02 Thread Matt Chotin
You need to put [Bindable] on top of var mystr. [Bindable] public var mystr:String = . However youre also trying to do things directly in the Script block which isnt allowed. Youll need to create a function and have the application call that. mx:Application

RE: [flexcoders] Custom Validator on CheckBox

2005-12-02 Thread Matt Chotin
Does the validator fire when you check the checkbox and its just that the error doesnt clear? Or does the validator not fire when you click on the checkbox? If the first it sounds like a bug, you could workaround it by adding a validate handler and setting the errorString on the

[flexcoders] More questions regarding PopUp Windows in Flex 2.0

2005-12-02 Thread Ralf Rottmann
Hello again, Trying to get a couple of PopUp Windows done in Flex 2.0 (Alpha) I wonder - It seems as if the deletePopUp() method has been replaced by removePopUp(). - createPopUp() no longer accepts an initObj reference. It expects 3 parameters (parent, MXML Component class name

RE: [flexcoders] To Moderator

2005-12-02 Thread Tracy Spratt
Interesting, I am accustomed to having my posts displayed within a minute or two. I wonder what is the difference? I use Outlook, BTW. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Rottmann Sent: Thursday, December 01, 2005 8:13

RE: [flexcoders] How to specify root application folder

2005-12-02 Thread Tracy Spratt
That is a very good question. I knew it because I have been reading all the posts on Flexcoders for almost two years. But I have never seen it documented (never looked to be fair). Are there any other @whatever things? I'll try to look when I have a chance. Also, check out some of the

RE: [flexcoders] To Moderator

2005-12-02 Thread Ralf Rottmann
Somewhere I read that this list is moderated. This might be the explanation for varying distribution patterns. I am based in Germany and experience a much better performance at night time. Maybe Mr./Mrs. Moderator are from the US? :-) Ralf Rottmann -Original Message- From:

[flexcoders] Datagrid Row Color based on Value in Column

2005-12-02 Thread Shahnavaz Alware
Hi, Is there a way in which I could change the color of the entire row in DataGrid based on the value in one of the column? Thanks, Shahn -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] More questions regarding PopUp Windows in Flex 2.0

2005-12-02 Thread Jeff Tapper
Cast the Title Window to the class of your component, for instance, from something I'm working on: win =ConfirmScreen(PopUpManager.createPopUp(this,views.dataEntry.ConfirmScreen, true)); win.prod = prod; win.title = title; At 07:45 PM 12/2/2005, you wrote: Hello again, Trying to get a couple