[flexcoders] Making a component 'hop' between containers

2007-11-22 Thread Paul Andrews
) What a pity we can't extend custom components in mxml.. Paul

Re: [flexcoders] Making a component 'hop' between containers

2007-11-22 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Thursday, November 22, 2007 9:33 PM Subject: [flexcoders] Making a component 'hop' between containers OK, I'm being lazy and asking for the best approach to this before I give it a go. I have

Re: [flexcoders] icon path in ActionScript

2007-11-21 Thread Paul Andrews
Check out embedded assets: http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=04_OO_Programming_161_08.html Paul - Original Message - From: Anzer To: flexcoders@yahoogroups.com Sent: Wednesday, November 21, 2007 12:40

Re: [flexcoders] Repeater question

2007-11-21 Thread Paul Andrews
- Original Message - From: kpjj31 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 21, 2007 8:35 AM Subject: [flexcoders] Repeater question When using the repeater, is it possible to set the index or currentItem. What would the point be for doing that?

Re: [flexcoders] editing Flash symbols in Flex

2007-11-21 Thread Paul Decoursey
I'm thinking the only way to do that is if the fill color is exposed as a property of the movieClip. On Nov 21, 2007, at 12:57 PM, g.shah3 wrote: I've got a Flex app where I load symbols from a Flash-designed swf file. Then I want to be able to change the fill color of the symbols

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Paul Andrews
- Original Message - From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 22, 2007 3:59 AM Subject: [flexcoders] Re: Flex Hierarchy Peter, this is just to ilustrate... just did it here in the textarea... didnt even compiled. if you want a

Re: [flexcoders] Re: Flex Hierarchy

2007-11-21 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 22, 2007 4:08 AM Subject: Re: [flexcoders] Re: Flex Hierarchy snip tell me why this['test_input'] doesnt work and HOW i'm suppose to make it work how i'm

Re: [flexcoders] Flex TabBar is sniffy about my XMLListCollection DataProvider.

2007-11-20 Thread Paul Andrews
rather surprised that there's a bug - am I the only one driving a TabBar from and XMLListCollection? Thanks again for your help. Paul - Original Message - From: Alex Harui To: flexcoders@yahoogroups.com Sent: Tuesday, November 20, 2007 6:39 AM Subject: RE: [flexcoders] Flex

Re: [flexcoders] Re: flex + dll

2007-11-20 Thread Paul Decoursey
I think the idea is to use a cross platform solution like .swc or .swf in some cases. On Nov 20, 2007, at 4:00 AM, Tom Chiverton wrote: On Tuesday 20 Nov 2007, Josh VanderBerg wrote: that uses JNI to talk to a DLL. It would be nice if AIR provided for some sort of native interface... The

Re: [flexcoders] Animated PNG

2007-11-20 Thread Paul Decoursey
The patents for GIF ran out a few years ago. And does anybody support mpng? On Nov 20, 2007, at 3:16 AM, Robert Thompson wrote: I fully realize there may be patent issues with Adobe using animated GIF. However, what about Animated PNG? I've considered this subject for some time, and I am

Re: Time to clear the Air Adobe -- Re: [flexcoders] Animated PNG

2007-11-20 Thread Paul Decoursey
want to muck up perfect vector animation with crappy bitmap animation? -r Paul Decoursey [EMAIL PROTECTED] wrote: The patents for GIF ran out a few years ago. And does anybody support mpng? On Nov 20, 2007, at 3:16 AM, Robert Thompson wrote: I fully realize there may be patent issues

Re: [flexcoders] Re: Animated overSkin (how to use more than one frame of a symbol)

2007-11-20 Thread Paul Decoursey
Does anything other than the size change with the state change? Because you could just animate the height and width property of the component on MouseOver event. Paul On Nov 20, 2007, at 10:44 AM, Mark Ingram wrote: Hi Juan, I’ve had a look at the example and I’ve got it working

Re: [flexcoders] Re: How can I compare two XMLs by reference and not by value ?

2007-11-20 Thread Paul Andrews
a problem because the address would be meaningless outside of the context of a single client? Paul - Original Message - From: helihobby [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 20, 2007 11:21 PM Subject: [flexcoders] Re: How can I compare two XMLs

Re: [flexcoders] The best java backend

2007-11-20 Thread Paul Decoursey
We use XFire with Spring... we haven't moved to CXF, which is what Xfire has become, but I'd imagine that it is just as easy to use as xfire was with Spring. With that setup we can support both WS and REST at the same time using the same codebase. On Nov 20, 2007, at 5:47 PM, rydellfinn

Re: [flexcoders] Block entire application while in transaction

2007-11-19 Thread Paul Andrews
to do this is perhaps to use a modal dialog box and use that to hold some kind of progress indicator. Paul Thanks.

[flexcoders] Flex TabBar is sniffy about my XMLListCollection DataProvider.

2007-11-19 Thread Paul Andrews
::LayoutManager/::doPhasedInstantiation() at Function/http://adobe.com/AS3/2006/builtin::apply() at mx.core::UIComponent/::callLaterDispatcher2() at mx.core::UIComponent/::callLaterDispatcher() Someone please tell me why the second TabBar has a problem. I'm anticipating a Doh! moment. Paul

Re: [flexcoders] Generating flex client based on xml content

2007-11-16 Thread Paul Andrews
' by instantiating the user interface dynamically according to the XML content. Paul Thanks in advance, Bernardo

[flexcoders] Problems uploading large base64 files (over 10mb) with URLLoader

2007-11-15 Thread Paul Steven
Has anyone experienced problems uploading large files with URLLoader? I am reading in a file as binary data and converting it to Base64 using the built in Base64 class. I am then popping this base64 data into an xml file and uploading using URLLoader. It all works fine with files up to

Re: [flexcoders] HELP! How to invoke a servlet from a Flex Application: Throws error 2032

2007-11-15 Thread Paul Dale
Etc ... If you aren't getting XML back like that, then you definitely aren't going to have what you expect inside flex. One last tip. use dom4j for your XML creating ... of all the java XML packages I've used, it's the easiest to work with. ( http://www.dom4j.org/guide.html ) Good luck! Paul

[flexcoders] cf query and cAsE in flex 2.01

2007-11-15 Thread Paul Hastings
got a VO that's built up from simple data fields and bunch of cfqueries (mapped as ArrayCollections not arrays of objects). it's backed w/sql server 2000. in the flex front end i refer to the individual cfquery columns using the original sql server column case (eRay, oRay, etc.). works fine. i

Re: [flexcoders] Flex Localization Support

2007-11-13 Thread Paul Hastings
Jehanzeb Musani wrote: Can anyone tell me whether Flex supports this inherently or not? it's the flash player that currently doesn't support BIDI. i think it's been announced that BIDI will be supported in the next flash client release.

Re: [flexcoders] Comparing Date

2007-11-13 Thread Paul Decoursey
try it by accessing the Date.time property for you math operations. On Nov 13, 2007, at 12:36 PM, flexawesome wrote: Hey, I am working on Comparing the Date, the following code does work with declare :*, however I would like to declare to :Date, but it doesn't work. Does anybody know how

Re: [flexcoders]SWFLoader Security Sandbox issue

2007-11-12 Thread Paul Decoursey
I'm going to say try loading the crossdomain.xml explicitly and see if that fixes it. Security.loadPolicyFile(http://static.chatopica.com/crossdomain.xml;); Paul On Nov 12, 2007, at 12:45 PM, dorkie dork from dorktown wrote: I'm trying to load in a swf from another domain (chatopica chat

Re: [flexcoders]SWFLoader Security Sandbox issue

2007-11-12 Thread Paul Decoursey
content() at chatTest/__swfLoader1_init() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent () at mx.controls::SWFLoader/contentLoaderInfo_initEventHandler() On Nov 12, 2007 1:43 PM, Paul

[flexcoders] Re: Vista, Eclipse 3.2.2 and a Microsoft Mouse

2007-11-10 Thread Paul Whitelock
Microsoft just doesn't like Java applications ;-) Paul --- In flexcoders@yahoogroups.com, Paul Whitelock [EMAIL PROTECTED] wrote: I thought Eclipse 3.3 had some problems with Flex 2.0.1 -- is this not the case? One odd thing is that if I spin the mouse wheel really fast I can scroll

[flexcoders] tab loop issue

2007-11-09 Thread Paul Decoursey
I have a Form that has a bunch of fields and then a small part of it in another Form that is defined in a separate mxml file. When the user tabs through the file everything is fine until it gets to that sub form, where it get stuck in a loop. Now I'm not sure it's because I have a nested

Re: [flexcoders] Flex grid to serve 100K-1mil rows

2007-11-09 Thread Paul Andrews
, a pagination algorithm and caching is probably the way to go. Paul Regards, Ban

[flexcoders] Re: Vista, Eclipse 3.2.2 and a Microsoft Mouse

2007-11-08 Thread Paul Whitelock
Can't ... take it ... any ... more ... Aagg! I just ordered a Logitech mouse.

[flexcoders] Vista, Eclipse 3.2.2 and a Microsoft Mouse

2007-11-08 Thread Paul Whitelock
not function with a Microsoft mouse in Eclipse), but I haven't seen any solutions. Has anyone here had the problem and found a workaround? It's a real pain not to be able to scroll through my Flex code with the scroll wheel Thanks! Paul --- Paul Whitelock Denver, Colorado

[flexcoders] Re: Vista, Eclipse 3.2.2 and a Microsoft Mouse

2007-11-08 Thread Paul Whitelock
the one that works the best. Paul --- In flexcoders@yahoogroups.com, Samuel R. Neff [EMAIL PROTECTED] wrote: You could try Eclipse 3.3.. I don't know of any changes why it would work in one or the other, but I have a MS Wireless Natural Laser Mouse 7000 and don't have problems with Eclipse

Re: [flexcoders] Casting in flex

2007-11-08 Thread Paul Andrews
You might prefer to use event.currentTarget.selectedItem. Then your code will look something like this: var position:Position = event.currentTarget.selectedItem; Paul - Original Message - From: arashafrooze [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, November 09

Re: [flexcoders] LiveDocs / adobe.com down

2007-11-07 Thread Paul Hastings
Tom Chiverton wrote: I'm getting no answer for LiveDocs or the main adobe.com site from the office, ditto from home and someone else's home. all those students teachers ;-)

[flexcoders] VO bindable class vs main app

2007-11-07 Thread Paul Hastings
i've got a VO that's declared bindable in the class itself: [Bindable] public class SampleData {...} as the data changes all the flex components (charts, datagrids, etc.) using the VO update fine. however we have one 3rd party component that seems to be oblivious to the changing data. it only

Re: [flexcoders] VO bindable class vs main app

2007-11-07 Thread Paul Hastings
Tom Chiverton wrote: Unless you [Bindable] the instance of SampleData things like mx:LineChart dataProvider={ sampleData }/ moan, don't they ? yes but the compiler (2.01) complains anyways... mx:Label text={sampleData.sampleID} color=#FF fontWeight=bold/ ...so i've usually ignored these

Re: [flexcoders] LiveDocs / adobe.com down

2007-11-07 Thread Paul Andrews
It could be worse. At least it doesn't say Adobe - a Microsoft company .. ;-)

Re: [flexcoders] LiveDocs / adobe.com down

2007-11-07 Thread Paul Andrews
Seems to be back to life.. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

Re: [flexcoders] VO bindable class vs main app

2007-11-07 Thread Paul Hastings
Tom Chiverton wrote: [Bindable] public var sampleData:SampleData=new SampleData(); Actually makes users of the instance of the class take not throught data binding ({ and }). huh?

Re: [flexcoders] WITH construction ?

2007-11-06 Thread Paul Decoursey
it a good idea. Lingo uses for string concatenation, is that a good idea? Paul On Nov 6, 2007, at 2:45 AM, Samuel Colak wrote: Paul, apologies however languages such as C# include such a directive already - its not reducing readability at all - in reality I'm wondering

[flexcoders] e4x oddness ...

2007-11-06 Thread Paul Dale
... Paul

Re: [flexcoders] PDF rendering in Flex

2007-11-06 Thread Paul Decoursey
be possible to build the component to display it. Paul On Nov 6, 2007, at 1:30 PM, Nick Collins wrote: perhaps if you had a library on the backend that could convert that PDF into a series of PNGs that you could then load into Ely Greenfield's flexbook component? On 11/6/07, frank_sommers

Re: [flexcoders] e4x oddness ...

2007-11-06 Thread Paul Dale
I'm not in front of flexbuilder now ... but that could be the issue ... cases where more than one returned showed up, but single instances didn't (now that I think about it). However, I'm curious what you mean by bracket notation. Could you clarify? Thanks for the tip, Paul On Nov 6, 2007 7

Re: [flexcoders] WITH construction ?

2007-11-05 Thread Paul Decoursey
I think that with should be avoided, it greatly reduces the readability of your code and makes maintaining it more difficult. On Nov 5, 2007, at 8:53 AM, Brent Dearth wrote: var o:Object = {a: 20, b: twenty}; trace (o.a + + o.b); with (o) { a = 40; b = forty; } trace (o.a + +

Re: [flexcoders] WITH construction ?

2007-11-05 Thread Paul Andrews
; trace(k=+k); } trace(k=+o.k); } Result: k=hello k=hello k=goodbye k=goodbye How hard was that to try out? Paul

Re: [flexcoders] Re: remove a item in ArrayCollection

2007-11-04 Thread Paul Andrews
labelADOBE/label totals500/totals doc_urlwww.adobe.com/doc_url /site site labelGOOGLE/label totals300/totals doc_urlwww.google.com/doc_url /site sites === --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Paul

Re: [flexcoders] mx:Text - how to get number of lines of text?

2007-11-03 Thread Paul Booth
Thanks Alex. Have created bug report SDK-13316 in Jira. Cheers, Paul. On 02/11/2007, Alex Harui [EMAIL PROTECTED] wrote: That's not an exposed API. Probably worth filing a bug as your not the first to ask for it. For now, subclass Text and get to the underlying TextField

Re: [flexcoders] Re: remove a item in ArrayCollection

2007-11-03 Thread Paul Andrews
There shouldn't be a problem with Simons suggestion. Post your code. The message seems to suggest you didn't declare myData as an ArrayCollection, but your original code did. Hmm.. Paul - Original Message - From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent

Re: [flexcoders] Re: remove a item in ArrayCollection

2007-11-03 Thread Paul Andrews
myData.length: 1 So, no problems with the solution! Paul - Original Message - From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, November 04, 2007 2:13 AM Subject: [flexcoders] Re: remove a item in ArrayCollection here is my completed code... I am going to remove

Re: [flexcoders] Re: remove a item in ArrayCollection

2007-11-03 Thread Paul Andrews
Oh yes it does.. Paul - Original Message - From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, November 04, 2007 2:37 AM Subject: [flexcoders] Re: remove a item in ArrayCollection ya, it shows [object] [object] in deugger window. it looks I can use

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-02 Thread Paul Decoursey
PROTECTED] On Behalf Of Paul Decoursey Sent: Friday, November 02, 2007 9:38 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Wrapper .svn copies BUG! Subclipse doesn't work with Flex Builder, and I wouldn't use Eclipse for anything else. I'll check it out though. I do think all

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-02 Thread Paul Booth
You can select the older version of subclipse (1.0.6 I think) to add to FB on windows. I did it a few weeks ago and it works well. On 02/11/2007, Paul Decoursey [EMAIL PROTECTED] wrote: I mean FlexBuilder on windows is eclipse 3.1 and subclipse requires 3.2. On Nov 2, 2007, at 9:13 AM

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-02 Thread Paul Decoursey
Ok, send me a disk image of your setup... because I think you are full of it. I've tried it with the plugin, with subclipse, on a mac, on windows, on a toaster (ok I made that one up) and in all cases it copies that directory into the build directory. Why is this not configurable? Paul

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-02 Thread Paul Decoursey
Totally unrelated. But good guess. The .svn folder from the html- template is what is being copied. The only way I can see to stop it is to turn off generating the HTML template, but I need the template to be generated, I have support javascripts in it. Paul On Nov 2, 2007, at 9:48 AM

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-02 Thread Paul Decoursey
Subclipse doesn't work with Flex Builder, and I wouldn't use Eclipse for anything else. I'll check it out though. I do think all these suggestions are nice, but they all just ignore the real problem, there is an issue with FlexBuilder and it should be resolved, not worked around. Paul

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-02 Thread Paul Decoursey
worthwhile on the Mac for SVN, I've resorted to the terminal in fact. On Nov 2, 2007, at 9:37 AM, Paul Booth wrote: You can select the older version of subclipse (1.0.6 I think) to add to FB on windows. I did it a few weeks ago and it works well.

[flexcoders] mx:Text - how to get number of lines of text?

2007-11-02 Thread Paul Booth
there are in the text control. I'm assuming I'm missing something obvious, can someone tell me how to get the number of lines? Thanks, Paul.

Re: [flexcoders] Re: Hold execution untill result from database

2007-11-01 Thread Paul Andrews
Form (blank) Initiate DB transfer DB data received Update Model and/or raise custom event Form updates (either through binding or by handling the custom event). So the interface builds quickly, but populates itself at the speed of the DB connection. Paul --Johan --- In flexcoders

Re: [flexcoders] Taming Time and Date in Flex

2007-11-01 Thread Paul Decoursey
relevant. Hope it helps. paul

Re: [flexcoders] Re: Flex 3 release date

2007-11-01 Thread Paul Decoursey
I thought the price for Flex was dropping today? I don't see any change on Adobes site. On Oct 29, 2007, at 9:26 PM, Matt Chotin wrote: http://www.onflex.org/ted/2007/10/flex-3-beta-2-lower-price-flex- builder.php

Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ???

2007-11-01 Thread Paul Andrews
- Original Message - From: Jason [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 01, 2007 2:31 PM Subject: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ??? Paul Andrews [EMAIL PROTECTED] wrote: Well, I wonder how Flash player

Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ???

2007-11-01 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 01, 2007 2:53 PM Subject: Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ??? - Original Message - From: Jason [EMAIL PROTECTED

Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ???

2007-11-01 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, November 01, 2007 2:53 PM Subject: Re: [flexcoders] Re: Will Papervision 3D be available for use in Flex Builder 3 ??? - Original Message - From: Jason [EMAIL PROTECTED

Re: [flexcoders] Re: HotFix 2 breaks web service results of type xsd:anyType

2007-11-01 Thread Paul Decoursey
has exactly the same problem :( Paul C. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders% 40yahoogroups.com Yahoo! Groups Links

[flexcoders] Wrapper .svn copies BUG!

2007-11-01 Thread Paul Decoursey
Please tell me that Flex Builder 3 will not copy .svn directories into the build or at least that we can specify what to include or exclude. This has been one of the biggest time wasters for me for the past year and a half (prior to that I wasted my time more efficiently on many more

Re: [flexcoders] Wrapper .svn copies BUG!

2007-11-01 Thread Paul Decoursey
:// labs.adobe.com/wiki/index.php/Flex_Ant_Tasks On 02/11/2007, Paul Decoursey [EMAIL PROTECTED] wrote: Please tell me that Flex Builder 3 will not copy .svn directories into the build or at least that we can specify what to include or exclude. This has been one of the biggest time wasters

Re: [flexcoders] How do I set a panel title

2007-10-31 Thread Paul Andrews
- Original Message - From: [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 31, 2007 3:25 AM Subject: Re: [flexcoders] How do I set a panel title Paul Andrews wrote: so I tried myPanel set title(This is the new title ); I didn't really expect

Re: [flexcoders] Will Papervision 3D be available for use in Flex Builder 3 ???

2007-10-31 Thread Paul Andrews
Well, I wonder how Flash player 10 is going to figure in this. Nice demos in the preview. Paul - Original Message - From: Robert Thompson To: flexcoders@yahoogroups.com Sent: Wednesday, October 31, 2007 9:52 AM Subject: [flexcoders] Will Papervision 3D be available for use

Re: [flexcoders] How do I set a panel title

2007-10-31 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 31, 2007 8:45 AM Subject: Re: [flexcoders] How do I set a panel title - Original Message - From: [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent

[flexcoders] Flex camp Frankfurt(Germany)?

2007-10-31 Thread Paul Dale
Hi folks ... just wanted to put a feeler out and see if anyone on the list would be interested in a Flex camp in Frankfurt. If so, please mail me offlist and indicate if you have a preference between english or german. Cheers :) Paul

[flexcoders] Question about adding dynamically populating a visible element ...

2007-10-31 Thread Paul Dale
that it is indeed there, it's just not visible (visible=true doesn't make it visible ...). Is there a way to do what I want, or do I always need to use addChild? Thanks in advance! Paul

Re: [flexcoders] Question about adding dynamically populating a visible element ...

2007-10-31 Thread Paul Dale
Thanks for the help ... I also just realized that if you're adding a mxml component it's children are not added until it's added to the stage ... Which explains the problems I was having trying to add a child to a component within a component before adding it to the stage ... It has to be added

Re: [flexcoders] Hold execution untill result from database

2007-10-31 Thread Paul Andrews
. Paul - Original Message - From: johantrax [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 31, 2007 4:25 PM Subject: [flexcoders] Hold execution untill result from database Hi all (again... I'm having a productive day ;) ) I'm trying to lift the creation

Re: [flexcoders] How do I pause

2007-10-30 Thread Paul Andrews
Thanks for the explantion - glad it worked out. Paul - Original Message - From: [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 30, 2007 2:04 AM Subject: Re: [flexcoders] How do I pause More accurately, I want to display some results when the button is hit

Re: [flexcoders] Date oddities

2007-10-30 Thread Paul Decoursey
Odd, I've always had to adjust for the timezone, and I've always built on XP or OSX. I just assumed that was the way it was supposed to be. On Oct 30, 2007, at 11:29 AM, Scott Melby wrote: My application uses many dates. Dates are always passed between the back end web service and the

Re: [flexcoders] Date oddities

2007-10-30 Thread Paul Decoursey
Nope, they have an offset of either 300 or 360 based on DST. Are you in an area that doesn't have DST perhaps? I'm not sure. I'd think that it would have to be dependent on the client offset in all cases. On Oct 30, 2007, at 11:46 AM, Scott Melby wrote: Paul - Thanks for the response

Re: [flexcoders] RIA Developer Camp at Adobe San Francisco

2007-10-30 Thread Paul Decoursey
What about us folks in the middle of the country, they are always pandering to the coasts. How about Minneapolis or Chicago. On Oct 30, 2007, at 12:11 PM, Ben Marchbanks wrote: Yes, another vote for Atlanta.. Douglas Knudsen wrote: Atlanta!?!? :) DK On 10/30/07, *Matt Chotin*

Re: [flexcoders] Where in the Tomcat directory do I place my .jar files?

2007-10-30 Thread Paul Decoursey
Not really the right list for this, but WEB-INF/lib is where you would put jars. On Oct 30, 2007, at 4:10 PM, CO_China_Girl wrote: My team and I are building an application that consists of a Flex front-end and a Java back-end. We know that compiled Java classes should go under Tomcat's

Re: [flexcoders] Date oddities *** SOLVED ***

2007-10-30 Thread Paul Decoursey
time in GMT (also referred to as UTC) then your flex code will always need to adjust accordingly (as indicated by Paul below). If you are fine with your server returning local time (intranet app, etc) then no adjustment is necessary in the Flex code. Thanks Scott Scott Melby wrote: Paul

Re: [flexcoders] How do I set a panel title

2007-10-30 Thread Paul Andrews
rightbrace before set. How do I do this ? myPanel.title=This is the new title; What you are seeing is the syntax for a setter function. Paul

Re: [flexcoders] Deleting multiple line items in a datagrid

2007-10-30 Thread Paul Andrews
- Original Message - From: kalpkat9 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 31, 2007 2:11 AM Subject: [flexcoders] Deleting multiple line items in a datagrid for deleting/removing a line item for a datagrid we can use:

Re: [flexcoders] Deleting multiple line items in a datagrid

2007-10-30 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 31, 2007 2:50 AM Subject: Re: [flexcoders] Deleting multiple line items in a datagrid - Original Message - From: kalpkat9 [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Deleting multiple line items in a datagrid

2007-10-30 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 31, 2007 3:07 AM Subject: Re: [flexcoders] Deleting multiple line items in a datagrid - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Multiple File Uploads and OSX Leopard

2007-10-29 Thread Paul Decoursey
What do you mean borked and what do you mean multiple file uploads? Don't you do one at a time? I don't have Leopard yet, but in a few days I will. Paul On Oct 29, 2007, at 6:37 AM, Mike Krotscheck wrote: I’m seeing blog reports that Multiple File Uploads are borked on Flash Player 9

Re: [flexcoders] MXML vs. pure ActionScript

2007-10-29 Thread Paul Decoursey
I like both. For some things, like components I prefer AS only. But for larger apps I prefer mxml simply because I can visualize the app better. I don't think that there is any one better way to do it, it depends on your strengths and your needs. Paul On Oct 29, 2007, at 1:02 PM

Re: [flexcoders] application not expanding to fit content

2007-10-29 Thread Paul Decoursey
be successful with that. I have usually resorted to javascript setting the height after it's loaded. Paul On Oct 29, 2007, at 1:14 PM, davidch204 wrote: I have an issue with my application's height. I have the height and width of my application set to 100%. In testing the application

Re: [flexcoders] How do I pause

2007-10-29 Thread Paul Andrews
effect? You can get the intended effect by getting the button to set up a timed event in five seconds time - check out 'Controlling time intervals' in the Flex help. Paul

Re: [flexcoders] Re: How to set Script time limit in Flex 2 (or 3)?

2007-10-28 Thread Paul Decoursey
I had thought that too, but think about it, if you have a script that runs for a minute users are not going to be happy. You need to break that up into smaller parts so that the UI can update and the user doesn't think it's broken. In fact I like the default of 15 seconds, it helps me to

Re: [flexcoders] Getting Debugger window when running flex application

2007-10-28 Thread Paul Decoursey
I think that this is because the beta player installs to a different file than the official release. I think that flex is checking for the official release and doesn't find it. I don't think there is a way to turn off this warning, at least I haven't found one. I've reverted back to the

Re: [flexcoders] Changing the width to 100%

2007-10-28 Thread Paul Decoursey
try percentWidth verses witdh On Oct 28, 2007, at 8:36 AM, George Georgiou wrote: Hi there, This is a very simple but I can't get it work. I have a panel and I want to change it's with to 100% by means of ActionScript. Here's what I do: public function changeWidth():void {

[flexcoders] triplot/ternary plotting components ??

2007-10-26 Thread Paul Hastings
i've looked high low (half expecting iLog to have this) but no dice so far. does anybody know of any flex or flash (that is flex usable) triplot/ternary plotting components (triangle plot used in geochemistry, mineralogy, etc.)? thanks

Re: [flexcoders] Re: getElementByID equivalent

2007-10-26 Thread Paul Decoursey
this[buttonName].height = On Oct 26, 2007, at 12:14 AM, suman.karumuri wrote: Hi Tracy, Thanks for the response. But i am constructing a string called Button1, Button2 ... ButtonN and I want to access the element with the id in mxml document called Button1 which gives me a type

Re: [flexcoders] crossdomain.xml... real or not-so-real security?

2007-10-26 Thread Paul Decoursey
The use case I've heard that makes sense to me that does provide security is this. Say you have a bunch of FLVs stored on your server and you let some people access those from their site. And at some point you discover that someone has been abusing that privilege and racking up huge

Re: [flexcoders] Re: OT: Netiquette Question

2007-10-25 Thread Paul Decoursey
Where are you now? I have to say though, you have to really love your job to put up with that. No company I would work for would pull that kind of crap on me. I work how I want, when I want, and I need full access the the internet to do my job. FREEDOM! On Oct 25, 2007, at 1:08

[flexcoders] numeric formatters - a small gripe

2007-10-25 Thread Paul Andrews
that zero in front of the decimal point? Paul

Re: [flexcoders] numeric formatters - a small gripe

2007-10-25 Thread Paul Andrews
thousandsSeparatorTo=,/ Paul - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 26, 2007 2:56 AM Subject: [flexcoders] numeric formatters - a small gripe OK, I can always get around this stuff by writing my own formatter or extending

Re: [flexcoders] Re: OT: Netiquette Question

2007-10-24 Thread Paul deCoursey
of lessening the bandwidth required to run this list. let's save some trees, I mean bandwidth. Paul

Re: [flexcoders] Re: OT: Netiquette Question

2007-10-24 Thread Paul deCoursey
pixelgeek wrote: --- In flexcoders@yahoogroups.com, Paul deCoursey [EMAIL PROTECTED] wrote: I think the point to the 100+ emails is you can quickly scan the subjects for what might be of interest. Questioning a persons use of a feature of this site because you don't see

Re: [flexcoders] Re: OT: Netiquette Question

2007-10-24 Thread Paul deCoursey
droponrcll wrote: I subscribe to multiple yahoo forums and find the Digest the easiest way to deal with all of the traffic. As long as we're making suggestions about how others use the forume ;- ), is there anything you can do about that mammoth disclaimer of yours. It usually dwarfs

Re: [flexcoders] Simple SimpleButton 2nd try

2007-10-24 Thread Paul Dale
Navigator children are Containers (only) No other is allowed. Container children are IUIComponents (only) These then may hold anything On 10/23/07, Alex Harui [EMAIL PROTECTED] wrote: We'll have to make sure the rules are more clearly documented. The rules for Flex are: Navigator

Re: [flexcoders] Re: Problem with AdvancedDataGrid

2007-10-23 Thread Paul Dale
GroupingCollection has a refresh method on it. Should do what you're looking for (works for me). On 10/22/07, reflexactions [EMAIL PROTECTED] wrote: Thanks I will take a look. I seem to have found a work around for the moment, what I was doing was reset the source on the original

Re: [flexcoders] Simple SimpleButton 2nd try

2007-10-23 Thread Paul deCoursey
I think that you can add a SimpleButton to a UIComponent and then add that UIComponent to the Application. But you should know that a SimpleButton has no skin and unless you define it's states it will not appear on the stage. [EMAIL PROTECTED] wrote: Are you possibly saying that I can't add

<    5   6   7   8   9   10   11   12   13   14   >