Re: [flexcoders] Re: need a flash developer / location of flash developers

2008-10-23 Thread Paul Andrews
- Original Message - From: tchredeemed [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 23, 2008 4:31 PM Subject: [flexcoders] Re: need a flash developer / location of flash developers nope, i mean flash flex is to flexcoders as flash is to ... It's not that

Re: Re[flexcoders] versing an ArrayCollection

2008-10-23 Thread Paul Andrews
- Original Message - From: Sceneshift [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 23, 2008 5:12 PM Subject: Re[flexcoders] versing an ArrayCollection Hey guys, I have an array collection which I populate from a web service. It consists of a bunch of

Re: [flexcoders] Do you use a Mac?

2008-10-23 Thread Paul Andrews
to Flash/Flex had only encountered two macs! Since moving to a flash environment I've seen loads of macs. I'd like to have a MacBook though.. Paul - Original Message - From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Thursday, October 23, 2008 9:50 PM Subject: RE

Re: [flexcoders] How to keep Tree control synchronized with the database. Please Help

2008-10-22 Thread Paul Andrews
contains data being updated by other users concurrently, then you still won't immediately see the changes that they make. Paul - Original Message - From: anuj181 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 22, 2008 12:23 AM Subject: [flexcoders] How to keep

Re: [flexcoders] parent styles ( was Re: Still no one knows ? Please help.)

2008-10-22 Thread Paul Andrews
This might be an interesting thread for some people - it might be an idea to change the thread name for the saga.. - Original Message - From: Michael Schmalle To: flexcoders@yahoogroups.com Sent: Wednesday, October 22, 2008 2:52 PM Subject: Re: [flexcoders] Re: Still no one

Re: [flexcoders] Re: createChildren(): adding 20 identical buttons to panel?

2008-10-22 Thread Paul Andrews
, points b1 at it and adds it to the display list. Do it again and then b1 points to a different Button.. The mxml tag notation not only refers to the Button class but also instantiates a seprate instance, so you would get ten different buttons. Paul Not a unique id. Not sure why

Re: [flexcoders] Re: How to keep Tree control synchronized with the database. Please Help

2008-10-22 Thread Paul Andrews
and there's usually processor power to spare. A timer in conjunction with a server database access stresses the server. It stresses the server a lot. End of cautionary note. Paul - Original Message - From: anuj sharma To: flexcoders@yahoogroups.com Sent: Wednesday, October 22

Re: [flexcoders] Re: How to keep Tree control synchronized with the database. Please Help

2008-10-22 Thread Paul Andrews
hasn't yet completed. Bit harder than at first sight, isn't it? Paul - Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Wednesday, October 22, 2008 11:39 PM Subject: Re: [flexcoders] Re: How to keep Tree control synchronized with the database. Please

Re: [flexcoders] Re: How to keep Tree control synchronized with the database. Please Help

2008-10-22 Thread Paul Andrews
server hit would be far worse than five hits per second. You have a dedicated server, the OP might have a more modest setup. It just needs a little thought about loading levels and polling frequency. It all depends as they say! Paul Tracy

Re: [flexcoders] ARGH shared object array -- getting data

2008-10-22 Thread Paul Andrews
var ob:Object = arr[Number(ln)] should be var ob:Object = arr[ln-1] You don't need to cast the ln variable and arrays are indexed from 0 so the last value is at length -1. paul - Original Message - From: grimmwerks To: flexcoders@yahoogroups.com Sent: Thursday, October 23

Re: [flexcoders] Re: Still no one knows ? Please help.

2008-10-21 Thread Paul Andrews
Build a very small example, then post it here. Paul - Original Message - From: itdanny2002 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 21, 2008 4:21 AM Subject: [flexcoders] Re: Still no one knows ? Please help. I have tried but not success. Please note

Re: [flexcoders] Temporarily block tabbing into a Container

2008-10-21 Thread Paul Andrews
Besides the mechanics of this, you should change the appearance of the tab to indicate that it's not available for use, otherwise the user may think there's a fault with the application if there's no clear indicator. Paul - Original Message - From: reflexactions [EMAIL PROTECTED

Re: [flexcoders] Hide columns from a datagrid

2008-10-21 Thread Paul Andrews
- Original Message - From: guillaumeracine [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 21, 2008 5:59 PM Subject: [flexcoders] Hide columns from a datagrid I have a datagrid in a mxml file that contains some hard coded mx:column objects. I want to hide the

Re: [flexcoders] Re: Hide columns from a datagrid

2008-10-21 Thread Paul Andrews
in a column where the product has a particular feature. Depending on how many rows you have, it could be an expensive (processor intensive) operation to do. Paul

Re: [flexcoders] How to keep Tree control synchronized with the database. Please Help

2008-10-21 Thread Paul Andrews
Isn't this simply a problem that multiple calls are required to poll the database for change? I think the OP really needs a push type service. There's no way to know that the database table has changed without polling the database.. - Original Message - From: Tracy Spratt To:

Re: [flexcoders] Re: flex and oracle

2008-10-20 Thread Paul Andrews
- Original Message - From: Anthony DeBonis [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 20, 2008 5:29 PM Subject: [flexcoders] Re: flex and oracle snip old Client/Server technology does not work over the Intranet. That'll be news to a lot of Oracle

Re: [flexcoders] Re: Resizing a class file

2008-10-20 Thread Paul Andrews
class as the source of an image, then you can resize the image instance. Paul --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, Your looking at the problem wrong. You never assign an instance to a Class variable type. You need to create another variable

Re: [flexcoders] Re: My Flex Form - please help

2008-10-19 Thread Paul Andrews
of the answers to these these questions. For the moment I think you're trying to run before you've got to grips with walking. Paul. Bruce --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: A quick look. You have in sendMyData:: obj.Name = Name.text; obj.Email

Re: [flexcoders] [ANN Class] 3D Interactive UI, Papervision w/ Flex for Games and more

2008-10-19 Thread Paul Andrews
Where would be the right place for something like this? - Original Message - From: Igor Costa To: flexcoders@yahoogroups.com Sent: Sunday, October 19, 2008 9:28 PM Subject: Re: [flexcoders] [ANN Class] 3D Interactive UI, Papervision w/ Flex for Games and more Come on.

Re: [flexcoders] How Do I Programatically Make Flash Movie's Stage Expand Over its Container Div?

2008-10-19 Thread Paul Andrews
- Original Message - From: jwebbsuccess [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, October 19, 2008 11:58 PM Subject: [flexcoders] How Do I Programatically Make Flash Movie's Stage Expand Over its Container Div?

Re: [flexcoders] Re: How Do I Programatically Make Flash Movie's Stage Expand Over its Container

2008-10-19 Thread Paul Andrews
was using a mask for the content). --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: jwebbsuccess [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, October 19, 2008 11:58 PM Subject: [flexcoders] How Do I

Re: [flexcoders] Syntax of using a variable to make an object

2008-10-18 Thread Paul Andrews
would be: o[x] = 1234; var variableName:String = x; var variableValue:Number = 1234; o[variableName] = variableValue. I'm rather suspicious of your XML handling code, but I won't go there! Paul Thanks for guidance here... John PS what is the proper name for this like 'passing by reference

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
Jitendra, what version of Flex is this? Flex 2 or 3 doesn't compile .mxml files 'on the fly' from a browser. If you are using Flex 2 or 3, why are ou trying to 'run' .mxml files in a browser? Paul - Original Message - From: jitendra jain To: flex group flex Sent: Friday

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
So the question remains - why are you trying to open .mxml files in a browser? Paul - Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 9:42 AM Subject: Re: [flexcoders] web compiler Paul, its Flex 3. Thanks

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
and ultimately a .swf file. Out of the box Flex 3 doesn't support dynamic compilation from a web browser, so how is that set up? I don't really understand what trying to run mxml files through a browser has to do with load testing. Paul Thanks, with Regards, Jitendra Jain

[flexcoders] Rippling through state changes

2008-10-17 Thread Paul Andrews
). I've tended to avoid states, but seem to be embracing them big time now.. Paul

Re: [flexcoders] Rippling through state changes

2008-10-17 Thread Paul Andrews
that property to the current state of your custom component. When the parent state changes, the item renderer wil update also. Very neat idea. Thanks for that. Sometimes you just know there's a dead simple solution out there.. Paul HTH, Claudiu - Original Message From

Re: [flexcoders] Re: Rippling through state changes

2008-10-17 Thread Paul Andrews
- Original Message - From: Amy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 3:38 PM Subject: [flexcoders] Re: Rippling through state changes --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: I have some custom components

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
You can always nest the canvas inside another container to get the margin.. - Original Message - From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 6:36 PM Subject: RE: [flexcoders] Re: how to add internal padding in canvas? Hold on a minute.

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
If there isn't a mechanism for caching the compilation result (user requests mxml, but actually gets html/swf), performance in a production environment would be appaling. That wouldn't matter for development. - Original Message - From: Michael Schmalle To:

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
/mx:Canvas Any good? Maybe I've got the wrong idea about why you want the margin. Paul Thanks for help Mark --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: You can always nest the canvas inside another container to get the margin

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 7:22 PM Subject: Re: [flexcoders] Re: how to add internal padding in canvas? - Original Message - From: markflex2007 [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Re: how to add internal padding in canvas?

2008-10-17 Thread Paul Andrews
mx:Canvas id=inner top=10 bottom=10 left=10 right=10 // my content /mx:Canvas /mx:Canvas -TH --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders

Re: [flexcoders] Re: sailorsea21 - RemoveChild question.

2008-10-17 Thread Paul Andrews
- Original Message - From: sailorsea21 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 8:01 PM Subject: [flexcoders] Re: sailorsea21 - RemoveChild question. Here's my updated code: private var moduleloader:ModuleLoader; private var

Re: [flexcoders] newbie question on synchronous and asynchronous events

2008-10-16 Thread Paul Andrews
I always treat events as asynchronous - I don't see how else you can deal with them. I'll have to check out the cookbook article.. Paul - Original Message - From: Dan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 16, 2008 4:03 PM Subject: [flexcoders] newbie

Re: [flexcoders] Re: My Flex Form - please help

2008-10-16 Thread Paul Andrews
of your classes. Paul - Original Message - From: brucewhealton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 1:34 AM Subject: [flexcoders] Re: My Flex Form - please help Hi, I have to ask something else... when you said change the reference

Re: [flexcoders] Re: My Flex Form - please help

2008-10-16 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 3:19 AM Subject: Re: [flexcoders] Re: My Flex Form - please help A quick look. You have in sendMyData:: obj.Name = Name.text; obj.Email = Email.text

Re: [flexcoders] Re: My Flex Form - please help

2008-10-16 Thread Paul Andrews
of understanding of scope and the relationship between classes/components. Paul - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 3:19 AM Subject: Re: [flexcoders] Re: My Flex Form - please help A quick look. You have

Re: [flexcoders] BSS is Looking someone

2008-10-15 Thread Paul Andrews
with those skills wouldn't mind getting their foot in the door there. Paul -Original Message- From: Alan [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] BSS is Looking someone Date: Wed, 15 Oct 2008 11:47:29 -0400 Hey

Re: [flexcoders] The Repeater control and the getChildren() method

2008-10-15 Thread Paul Andrews
by using an index-based look-up on the array. For example, buttonsArray[0] returns a reference to the first RadioButton in the Repeater. Paul Thanks in advance. Feel free to ask for further details. -- Choisel.

Re: [flexcoders] Re: Couple questions

2008-10-15 Thread Paul Andrews
- Original Message - From: brucewhealton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 15, 2008 3:32 AM Subject: [flexcoders] Re: Couple questions Paul, Thanks for the tip. I wonder if the AS 3.0/Flex library includes any components that would work

Re: [flexcoders] Roll your own FME?

2008-10-15 Thread Paul Andrews
red5 for streaming? http://osflash.org/red5 Paul Thanks, Thuy

Re: [flexcoders] Re: Roll your own FME?

2008-10-15 Thread Paul Andrews
on the mac via bootcamp Paul How about red5 for streaming? http://osflash.org/red5 Paul -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Alternative FAQ location: https://share.acrobat.com/adc

Re: [flexcoders] Re: Couple questions

2008-10-15 Thread Paul Andrews
subset of that is very doable, but it won't be powerpoint. Most of the thread has concentrated on converting powerpoint slides to run in flash, which is a completely different proposition from making a powerpoint-like tool in flex. What exactly are your goals here? Paul Bruce

Re: [flexcoders] Performance...

2008-10-14 Thread Paul Andrews
video card (even when there's enough memory to go around). I've no experience of flex in such an environment, but have heard the groans of people trying to run demanding software using terminal servers. Paul - Original Message - From: Tracy Spratt To: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Flex poster and Lynda.com free trial

2008-10-13 Thread Paul Andrews
Posters have arrived - a big thanks to everyone involved in their production and making them available. You've done a great job. Now I just need a bigger wall.. Paul - Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 30

Re: [flexcoders] Re: Flex 3 Layout of long form

2008-10-12 Thread Paul Andrews
the form fields via the form id - formName.fieldName - and send it to the server. Paul - Original Message - From: brucewhealton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, October 12, 2008 7:25 AM Subject: [flexcoders] Re: Flex 3 Layout of long form At the risk

Re: [flexcoders] Couple questions

2008-10-11 Thread Paul Andrews
be all in actionscript so Flash or Flex is neither here nor there. Paul - Original Message - From: brucewhealton [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 11, 2008 6:01 AM Subject: [flexcoders] Couple questions Hello all, I had a few questions

Re: [flexcoders] Couple questions

2008-10-11 Thread Paul Andrews
- Original Message - From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 11, 2008 9:19 AM Subject: Re: [flexcoders] Couple questions Bruce, there are a mass of powerpoint to flash converters out there - google is your friend. The one I've

Re: [flexcoders] Re: Couple questions

2008-10-11 Thread Paul Andrews
. There's a public Beta of Captivate 4 going on now. I would suspect that this version uses AS3. HTH; Amy Thanks Amy, I'll check it out. Paul

RE: [flexcoders] Re: ComboBox in Component won't open to Saved Value

2008-10-08 Thread Paul Kukiel
Take a look at Ben Forta's extended comboBox: http://www.forta.com/blog/index.cfm/2006/11/22/Flex-ComboBox-With-selectedVa lue-Support Paul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Thursday, 9 October 2008 2:51 PM To: flexcoders

Re: [flexcoders] Re: Did seem simple but not...

2008-10-06 Thread Paul Andrews
removeChild() ( http://livedocs.adobe.com/flex/2/langref/flash/display/DisplayObjectContainer.html#removeChild() ) . Paul snip

Re: [flexcoders] How long does it take to get access to this group?

2008-10-06 Thread Paul Andrews
to the group. What's up with that? It's an automatic setting to stop spammers posting to the group. You'll automatically be approved for non-moderation after your 100th message. ..OK, I was joking about the 100th message.. ;-) Paul

Re: [flexcoders] Embedded Flex

2008-10-06 Thread Paul Andrews
- Original Message - From: tchredeemed [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 06, 2008 6:37 PM Subject: [flexcoders] Embedded Flex Is it easy to embed a flex application inside of an HTML page instead of the app being standalone? Err.. isn't that how

Re: [flexcoders] itemRenderer layout question

2008-10-06 Thread Paul Andrews
Paul - Original Message - From: oneworld95 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 06, 2008 8:52 PM Subject: [flexcoders] itemRenderer layout question Hi. I've got an itemRenderer in a DataGrid (please see below) and need to have the ProgressBar appear

Re: [flexcoders] flex application is not loading under HTTPS

2008-10-03 Thread Paul Andrews
Venkat, please could you not crosspost to multiple flex groups - your message are doubling up - it's really bad practice. Paul - Original Message - From: venkateswarlu naidu To: flexcoders@yahoogroups.com ; [EMAIL PROTECTED] Sent: Friday, October 03, 2008 5:21 AM Subject: Re

Re: [flexcoders] Re: Using ActionScript2 swf in Flex 3

2008-10-02 Thread Paul Andrews
it to AS3. Paul - Original Message - From: greenfishinwater [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 02, 2008 10:41 AM Subject: [flexcoders] Re: Using ActionScript2 swf in Flex 3 Thanks, I googled Local connection and found some useful references

Re: [flexcoders] AIR release build: how to deal with huge assets?

2008-10-01 Thread Paul Andrews
. Paul Regular desktop application could have several packages, like one application CD and contents CD and installed in one installation process. Can AIR support this? Did I miss something? Thanks, George -- Flexcoders Mailing List FAQ: http

Re: [flexcoders] Re: User credentials

2008-10-01 Thread Paul Andrews
What exactly do you mean by 'user credentials'? I've got a feeling you may just be talking about having a login dialog, but I may be wrong.. - Original Message - From: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 01, 2008 2:03 PM Subject:

Re: [flexcoders] Re: User credentials

2008-10-01 Thread Paul Andrews
.. Paul --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: What exactly do you mean by 'user credentials'? I've got a feeling you may just be talking about having a login dialog, but I may be wrong.. - Original Message - From: markgoldin_2000 [EMAIL

Re: [flexcoders] determine if image source exists

2008-09-30 Thread Paul Andrews
..but understand that it's no longer an external asset and will be embedded in your swf. If the png changes after you publish the swf, the change won't be picked up until you republish. - Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Tuesday,

Re: [flexcoders] Flex poster and Lynda.com free trial

2008-09-30 Thread Paul Andrews
Hmm. I've heard talk of this fabled Flex 3 poster yet haven't seen any info about how to get one. I had thought it might happen automagically when I upgraded to Flex 3 from Flex 2 (some time ago), but it didn't. Go on give me a clue.. ;-) Paul - Original Message - From: hworke [EMAIL

Re: [flexcoders] Re: Flex poster and Lynda.com free trial

2008-09-30 Thread Paul Andrews
Thanks guys, job done! Paul - Original Message - From: Vivian Richard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 30, 2008 4:51 PM Subject: Re: [flexcoders] Re: Flex poster and Lynda.com free trial Hey Paul, Please take a look at Nathan's link

Re: [flexcoders] Zoneinfo database to use for AIR applications.

2008-09-29 Thread Paul Hastings
george_w_canada wrote: Anyone knows are there any best way to use the public zoneinfo database (from original Olson database) in AIR applications? http://en.wikipedia.org/wiki/Zoneinfo parsing that tz data is not trivial (you might have better luck w/the binary distribution). if you don't

Re: [flexcoders] Quick reference to Application.application

2008-09-26 Thread Paul Andrews
about things - for example using a singleton class to hold 'global' variables rather than refering to variables declared in the main application. http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetailsproductId=2postId=262 Paul.

Re: [flexcoders] Re: Flex Books - Detailed/Nitty-Gritty

2008-09-26 Thread Paul Andrews
+1 - Original Message - From: nathanpdaniel [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, September 26, 2008 6:31 PM Subject: [flexcoders] Re: Flex Books - Detailed/Nitty-Gritty I highly suggest the Flex 3 Cookbook - not so great for tutorials but it is freakin'

Re: [flexcoders] Flex 3 Builder and package imports

2008-09-25 Thread Paul Andrews
You have a pretty mixed up project structure - even for Flex 2. Move the com directory to be a subdirectory of src. The Flex build path should find them. Paul - Original Message - From: Edison [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 25, 2008 3:56

Re: [flexcoders] Convert from MXML to AS

2008-09-24 Thread Paul Andrews
- Original Message - From: Eduardo Souza To: flexcoders@yahoogroups.com Sent: Wednesday, September 24, 2008 9:08 PM Subject: [flexcoders] Convert from MXML to AS Hello Everyone, I'm needing to convert some of my MXMLs files to ActionScript (a webService dataProvider and

Re: [flexcoders] Manually scroll a list component

2008-09-24 Thread Paul Andrews
?xml version=1.0? !-- dpcontrols/TileListDataProvider.mxml -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; initialize=initData(); mx:Script ![CDATA[ import mx.controls.Button; import mx.collections.*; private var listArray:Array=[ {label: item0, data: 0},{label: item1, data:

Re: [flexcoders] Binding programmatically

2008-09-24 Thread Paul Andrews
- Original Message - From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 25, 2008 2:46 AM Subject: [flexcoders] Binding programmatically Hi folks I have a big question. for instance, if i have mx:TextInput text= id=myLabel / mx:Button

Re: [flexcoders] Manually scroll a list component

2008-09-24 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Thursday, September 25, 2008 2:45 AM Subject: Re: [flexcoders] Manually scroll a list component ?xml version=1.0? !-- dpcontrols/TileListDataProvider.mxml -- mx:Application xmlns:mx=http

Re: [flexcoders] Manually scroll a list component

2008-09-24 Thread Paul Andrews
a list component Thanks Paul, Unfortunately, that isn't quite what I'm after. Setting selectedIndex doesn't necessarily scroll, it just selects an item. In your example, if you set the width of the list to 200 you'll see the problem. Has anyone else done this before? Surely

Re: [flexcoders] Re: Binding programmatically

2008-09-24 Thread Paul Andrews
- Original Message - From: Rafael Faria [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 25, 2008 3:06 AM Subject: [flexcoders] Re: Binding programmatically Paul, thanks for your message but i might not explain it right. i will have something like

Re: [flexcoders] Re: Binding programmatically

2008-09-24 Thread Paul Andrews
sleep! What I would do is use BindingUtils.bindProperty on each TextInput to set up the bindings in Actionscript. Best Regards, ~Aaron On Wed, Sep 24, 2008 at 7:15 PM, Paul Andrews [EMAIL PROTECTED] wrote: Yes, write a function: function allNonBlank():Boolean

RE: [flexcoders] Re: Combobox does not hold selected item

2008-09-23 Thread Paul Kukiel
I have had this problem before I now use this Combobox by Ben Forta: http://www.forta.com/blog/index.cfm/2006/11/22/Flex-ComboBox-With-selectedVa lue-Support Perhaps take a look. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Wednesday, 24

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-22 Thread Paul Andrews
- Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, September 22, 2008 6:44 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application Weeping Jesus on the cross! Password email fields should be disabled from Copy-pasting

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-21 Thread Paul Andrews
- Original Message - From: Dmitri Girski [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, September 21, 2008 1:28 PM Subject: [flexcoders] Re: Preventing cutpaste in Flex3 application --- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: Good software

Re: [flexcoders] [Bindable] is not getting updated..

2008-09-21 Thread Paul Andrews
you'll have to specifically set up a binding for it. Paul Regards, Manu. -- View this message in context: http://www.nabble.com/-Bindable--is-not-getting-updated..-tp19600797p19600797.html Sent from the FlexCoders mailing list archive at Nabble.com

Re: [flexcoders] local connection issues (was Does localconnection Class works with different Port numbers ?)

2008-09-19 Thread Paul Andrews
.. Paul Thanks, Brandon Snip

Re: [flexcoders] RE: Alex going offline for a while - and Gordon too!

2008-09-18 Thread Paul Andrews
The Sheriffs are moseying on out of town.. ..there's going to be bar brawls and cattle rustling! - Original Message - From: Gordon Smith To: flexcoders@yahoogroups.com Sent: Thursday, September 18, 2008 10:39 PM Subject: [flexcoders] RE: Alex going offline for a while - and

Re: [flexcoders] flex not displaying JPEG images

2008-09-17 Thread Paul Hastings
Alex Harui wrote: Could the higher DPI just be hitting the 2880 pixel limit more easily? perhaps except the 96DPI images i created in FW of the same dimensions (500x375) also croaked flex.

Re: [flexcoders] flex not displaying JPEG images

2008-09-17 Thread Paul Hastings
Doug McCune wrote: You could try reading the raw bytes of the JPEG and actually extracting the thumbnail if it's embedded (depending on what you're doing that yeah somebody already tried reading the raw image bits in, still hung. could actually be a huge performance boost if all you need is

Re: [flexcoders] flex not displaying JPEG images

2008-09-17 Thread Paul Hastings
Alex Harui wrote: Could the higher DPI just be hitting the 2880 pixel limit more easily? i dug thru the old images w/a finer tooth comb we have many w/300DPI 1600x1200 (from microscopes w/digital cameras lashed on top), many also had embedded thumbnails. this makes me think perhaps another

Re: [flexcoders] flex not displaying JPEG images

2008-09-17 Thread Paul Hastings
Josh McDonald wrote: Have you opened the images in your browser? They may be in CMYK, or in 16 bits per channel. yes we can open the images in FF chrome. somebody also confirmed sRGB 8bits/channel.

Re: [flexcoders] Re: Preventing cutpaste in Flex3 application

2008-09-17 Thread Paul Andrews
is not checking the resulting content correctly. Of course, that's a pure guess. Paul Cheers, Dmitri. --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 16 Sep 2008, Dmitri Girski wrote: Do you need any more clues? Or use-cases how you call it. Umm

[flexcoders] flex not displaying JPEG images

2008-09-16 Thread Paul Hastings
we have an app that manages (among other things) almost 10k images. works a treat but a few days ago we had the app hang after users displayed some images they uploaded. from these images' EXIF data it turns out they had been massaged in photoshop (CS2), had thumbnails embedded had DPI of 150.

Re: [flexcoders] google maps (this sounds ridiculous)

2008-09-16 Thread Paul Hastings
stinasius wrote: hi guys this may sound ridiculous since this is a yahoo forum but i have no other place to turn. i have a flex application with a data what about the google maps flex list? http://groups.google.com/group/google-maps-api-for-flash have you looked through the demo gallery?

Re: [flexcoders] Preventing cutpaste in Flex3 application

2008-09-16 Thread Paul Andrews
OK, I'm curious. Why don't you want users to cut and paste? I'd be pretty fed up if I was using an application that wouldn't let me paste into an input field. Paul - Original Message - From: justincase772 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 16

Re: [flexcoders] flex not displaying JPEG images

2008-09-16 Thread Paul Hastings
Alex Harui wrote: Can you repro yourself? Use some tool to generate a 150DPI image and see if Flex can show it. Then add thumbnails, etc until it dies? sort of. we thought we had id-ed 3 things different from the other working images: - 150 DPI - ICC Profile - embedded thumbnails a kind

Re: [flexcoders] HELP non coder With First Site ??? Tips? Idea's of things I should look into :(

2008-09-12 Thread Paul Andrews
be a good opportunity to reconsider what core messages that you may wish to promote about your business so that the site has a clear focus. Paul - Original Message - From: johnvid [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, September 12, 2008 8:20 AM Subject: [flexcoders

Re: [flexcoders] How to clear client browser cache (SWF)

2008-09-11 Thread Paul Andrews
I suppose you could build a flash loader to get the correct url from the server and load it. That way the user could always reference the same URL and the flash loader would have to get the correct (changing) url from the server before loading the main application. Paul - Original

[flexcoders] Disabling an entire MenuBar in Flex 2

2008-09-11 Thread Paul Steven
I would like to disable an entire MenuBar but can’t quite figure out how. I was hoping I could just do something like this menubar1.enabled = false; but unfortunately this doesn’t seem to work. Here is my menu bar code. mx:MenuBar labelField=@label itemClick=menuHandler(event)

Re: [flexcoders] chatroom on flex and red5

2008-09-10 Thread Paul Andrews
- Original Message - From: sniperbe [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, September 10, 2008 11:08 PM Subject: [flexcoders] chatroom on flex and red5 i would like to make a chat room website , that has cams and mics and has admins and so on and i can design

Re: [flexcoders] Hi

2008-09-09 Thread Paul Andrews
that you can help yourself and the other users of the list is to put a sensible subject line in your post. Having a subject line of 'Hi' when asking for help on XML is not very helpful. If everyone did that the list would have threads that could not be followed. Good luck. Paul - Original

Re: [flexcoders] Hi

2008-09-08 Thread Paul Andrews
Check out the Flex explorer - it has an example for you to follow. http://examples.adobe.com/flex3/componentexplorer/explorer.html Paul - Original Message - From: raj balaji To: Flex Coders Sent: Monday, September 08, 2008 9:55 AM Subject: [flexcoders] Hi Hi all, I want to use

Re: [flexcoders] Hi

2008-09-08 Thread Paul Andrews
not appear to be a Right-Click VIew Source which brings up a left pane and then allows you to download source. Robert, every single example in the explorer comes with copyable source code shown in the bottom right pane of the explorer. Paul With a lot on most people's plate, this is a good starter

Re: [flexcoders] function / method argument validation

2008-09-08 Thread Paul Andrews
- Original Message - From: Alex Harui To: flexcoders@yahoogroups.com Sent: Tuesday, September 09, 2008 1:21 AM Subject: RE: [flexcoders] function / method argument validation Instead of defining a function, you could define an interface But it still wouldn't have a range

Re: [flexcoders] Is there a live example which shows Flex can handle thousands of concurrent users?

2008-09-07 Thread Paul Andrews
. That said, it'll be interesting to see what replies you get. Paul - Original Message - From: R H. To: flexcoders@yahoogroups.com Sent: Sunday, September 07, 2008 7:37 AM Subject: [flexcoders] Is there a live example which shows Flex can handle thousands of concurrent users

Re: [flexcoders] Flex 3 freezes at startup everytime!!!

2008-09-06 Thread Paul Hastings
Josh Millstein wrote: I'm in big trouble and need to get this working. I suppose I could reinstall don't know about the mac but i can usually nurse eclipse back to health on XP via C:\eclipse\eclipse.exe -clean ie the -clean bit.

Re: [flexcoders] Re: Where are the Scroll Bars on the Web Page At ?

2008-09-04 Thread Paul Andrews
If the application height is fixed add a style: style body {overflow:visible; height:1500px } /style - Original Message - From: seulaterbuddy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 04, 2008 12:54 PM Subject: [flexcoders] Re: Where are the Scroll

<    1   2   3   4   5   6   7   8   9   10   >