Re: [flexcoders] useHandCursor doesn't work when using custom cursors

2009-01-07 Thread Aaron Miller
Ok, thanks for the info. I guess we'll have to do it the long way then. Best Regards, ~Aaron On Tue, Jan 6, 2009 at 12:57 PM, Manish Jethani manish.jeth...@gmail.comwrote: On Wed, Jan 7, 2009 at 1:47 AM, Aaron Miller amil...@openbaseinteractive.com amiller%40openbaseinteractive.com wrote

[flexcoders] useHandCursor doesn't work when using custom cursors

2009-01-06 Thread Aaron Miller
Hello, I am using custom cursors with CursorManager, but I would like the hand cursor to override the default (custom) for some controls similar to the way editable text overrides the default cursor with the text indicator. Normally I would just set buttonMode=true useHandCursor=true but it

Re: [flexcoders] Re: finding out if a child is in view with the current scroll location of a Canvas

2008-11-02 Thread Aaron Miller
%40yahoogroups.com, Aaron Miller amiller@ wrote: A good suggestion, but I'm not sure if this will work for my purposes. I do have a reference to the child object in question, but I first need to determine if it even needs to be scrolled. All I need to do is scroll it enough so

Re: [flexcoders] Re: finding out if a child is in view with the current scroll location of a Canvas

2008-11-01 Thread Aaron Miller
to, something like this will work: myCanvas.verticalScrollPosition = myCanvas.getChildAt(myChildIndex).y; -TH --- In flexcoders@yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: Is it to early to bump? I'm sure this is a common procedure, I'm just kind of new to display level programming

[flexcoders] Re: finding out if a child is in view with the current scroll location of a Canvas

2008-10-31 Thread Aaron Miller
for your time! ~Aaron On Wed, Oct 29, 2008 at 7:14 PM, Aaron Miller [EMAIL PROTECTED] wrote: Hello, I am trying to figure out which portion of a Canvas is in view (as in the scrolled to location), then figure out if one of it's children is in that area. In other words, I want to find out

[flexcoders] code going into a black whole

2008-10-30 Thread Aaron Miller
Hello, I have some strange behavior I'm trying to figure out. It seems like my code just stops working in mid-loop without giving any errors. == public function set pageModel( value:PageModel ): void { trace('PageCanvas.pageModel = '+value); if( _pageModel != value ) { _pageModel

Re: [flexcoders] code going into a black whole

2008-10-30 Thread Aaron Miller
. Gordon Smith Adobe Flex SDK Team *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Aaron Miller *Sent:* Thursday, October 30, 2008 2:27 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] code going into a black whole Hello, I have some strange

Re: [flexcoders] code going into a black whole

2008-10-30 Thread Aaron Miller
an error, but without it binding would be pretty much useless. Some sort of BindingUtils.logThrownErrors = true feature would be nice :) -Josh On Fri, Oct 31, 2008 at 8:12 AM, Aaron Miller [EMAIL PROTECTED] wrote: Nope, I'm running the debugger. Application continues just fine, there's

[flexcoders] finding out if a child is in view with the current scroll location of a Canvas

2008-10-29 Thread Aaron Miller
Hello, I am trying to figure out which portion of a Canvas is in view (as in the scrolled to location), then figure out if one of it's children is in that area. In other words, I want to find out if a child object is in view, and if not, scroll the Canvas until it is. I was looking over the Canvas

[flexcoders] binding execution on Tree nodes

2008-10-27 Thread Aaron Miller
Hello, I have a Tree component where the labelField is a bindable property of the data model: = [Bindable(event='pageTitleChange')] [Bindable(event='propertyChange')] public function get pageTitle(): String { return _pageTitle; } public function set pageTitle( data:String ): void {

Re: [flexcoders] Question about html embed (AC_FL_RunContent)

2008-10-26 Thread Aaron Miller
. Try what you have, but omit the .swf Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Aaron Miller *Sent:* Tuesday, October 21, 2008 8:13 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Question about

[flexcoders] Question about html embed (AC_FL_RunContent)

2008-10-21 Thread Aaron Miller
Ok, sorry this is a lame question, but I'm not an HTML guy and I'm pounding my head on the desk trying to figure this out. How do I point to the absolute path of the SWF in the Adobe style embed script? All of our pages need to embed the same swf located in the root directory. For organization,

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

2008-10-02 Thread Aaron Miller
let me know the all possible reasons for this, i need to fix this issue asap. Any help is highly appreciated. Thanks in advance, Venkat. Connect with friends all over the world. Get Yahoo! India Messenger at http://in.messenger.yahoo.com/?wm=n/ -- Aaron Miller Chief Technology

Re: [flexcoders] Learning Flex and AMFPHP

2008-09-25 Thread Aaron Miller
right in Flex. Thanks for all the help, timgerr -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

Re: [flexcoders] Re: Binding programmatically

2008-09-24 Thread Aaron Miller
: function allNonBlank():Boolean { for (var i:uint=0; i this.numChildren; i++) { if (this.getChildAt(i).text != ) return false; } return true; } Then mx:Button enabled={allNonBlank()} label=submit / Haven't tested it - something like that. Paul raf -- Aaron Miller Chief

[flexcoders] Creating a popup Menu input

2008-09-10 Thread Aaron Miller
Hello, I want to have a quick little popup text input so I am using a Menu component set to editable and using an item renderer. I've almost got it working, except I get a null property error when hit enter (coming from List.itemEditorItemEditBeginHandler). Here is my menu creation code:

Re: [flexcoders] Creating a popup Menu input

2008-09-10 Thread Aaron Miller
:[EMAIL PROTECTED] *On Behalf Of *Aaron Miller *Sent:* Wednesday, September 10, 2008 3:18 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Creating a popup Menu input Hello, I want to have a quick little popup text input so I am using a Menu component set to editable and using

Re: [flexcoders] Creating a popup Menu input

2008-09-10 Thread Aaron Miller
before. Thanks for the suggestion though! ~Aaron On Wed, Sep 10, 2008 at 4:58 PM, Tracy Spratt [EMAIL PROTECTED] wrote: Why not pop-up a TextInput? Tracy -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Aaron Miller *Sent

Re: [flexcoders] Re:Looking for a Flex forum.

2008-09-08 Thread Aaron Miller
/Lists/Posts/Archive. aspx . -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

Re: [flexcoders] SEO and Flash content

2008-09-08 Thread Aaron Miller
. http://flex.joshmcdonald.info/ :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

[flexcoders] What is the best way to measure htmlText at run time?

2008-08-30 Thread Aaron Miller
Hello, I have to create Text components at run time and assign some content to it's htmlText. I'm trying to figure out the best way to measure the content's height, but so far have not been very good at it. Ideally, I would like to use the same method Flex uses when the Text component is

Re: [flexcoders] Intriguing AMFPHP sample

2008-08-20 Thread Aaron Miller
ObjectUtil.toString(result) and see what it is. I'm curios to know too. Best Regards, ~Aaron On Wed, Aug 20, 2008 at 8:22 AM, Nik Derewianka [EMAIL PROTECTED] wrote: Hi, Was just looking through some blogs on AMFPHP and came across a php snippet that showed: function getSwf() { return

Re: [flexcoders] Flex/AIR IRC Channel?

2008-08-19 Thread Aaron Miller
What about #flexcoders on freenode? On Tue, Aug 19, 2008 at 6:10 PM, Sherif Abdou [EMAIL PROTECTED] wrote: There was this post by Mike a year ago and No idea what happend http://www.mikechambers.com/blog/2007/04/19/flex-apollo-irc-channel/ If so, Do you guy's think it is a good idea to

Re: [flexcoders] Flex/AIR IRC Channel?

2008-08-19 Thread Aaron Miller
Message - *From:* Aaron Miller [EMAIL PROTECTED] *To:* flexcoders@yahoogroups.com *Sent:* Tuesday, August 19, 2008 8:25 PM *Subject:* Re: [flexcoders] Flex/AIR IRC Channel? What about #flexcoders on freenode? On Tue, Aug 19, 2008 at 6:10 PM, Sherif Abdou [EMAIL PROTECTED]wrote

Re: [flexcoders] Flex 3D

2008-08-11 Thread Aaron Miller
Check out Papervision3D. It is the most developed 3D engine for Flash that I know of. Best Regards, ~Aaron On Mon, Aug 11, 2008 at 12:49 PM, Carlos Obregón [EMAIL PROTECTED] wrote: I'm interesting in exploring Flex 3D from which I have seen demos. However I can't find concrete information

[flexcoders] adding to default ContextMenu in flex app

2008-08-06 Thread Aaron Miller
Hello, I am trying to figure out how to add an item to the default context menu when someone right clicks inside the stage. I know I have to add a ContextMenuItem to the ContextMenu.customItems properties, but I'm not sure how to reference the default menu. Listening for a MouseEvent.RIGHT_CLICK

[flexcoders] Re: adding to default ContextMenu in flex app

2008-08-06 Thread Aaron Miller
Never mind, I figured it out. I am supposed to create a ContextMenu with the options I want and assign it to the Application.contectMenu property. Thanks anyways! ~Aaron On Wed, Aug 6, 2008 at 12:01 PM, Aaron Miller [EMAIL PROTECTED] wrote: Hello, I am trying to figure out how to add

Re: [flexcoders] Question about AMFPHP

2008-08-04 Thread Aaron Miller
://www.cadudecastroalves.com -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

[flexcoders] (OT) need a US state selector component

2008-07-18 Thread Aaron Miller
Anyone know of a good US state selector component where you can pick a state from the map, or set a 'selected' state problematically? I found a few but they were all geared to be embedded into an html page and written for Flash 7 or 8. I need a good one I can drop into my Flex project and talk

Re: [flexcoders] Re: Google CodeJam

2008-07-17 Thread Aaron Miller
I am! Woot woot! ~Aaron On Thu, Jul 17, 2008 at 11:18 AM, pbrendanc [EMAIL PROTECTED] wrote: Interested in more info on this - do you have a link? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, nathanpdaniel [EMAIL PROTECTED] wrote: Any other coders in Google CodeJam

Re: [flexcoders] Re: Flex SEO

2008-07-11 Thread Aaron Miller
of a swf and spider it? Neat, but at the same time a little scary... -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

[flexcoders] referencing style classes in css

2008-07-03 Thread Aaron Miller
Hello, Sorry if this is kind of off topic but I had a question about using css styles to skin my app. I have one application that is deployed on many different sites, all of which have different skins loaded at run time. I want to make it quick and easy to update the skins by setting basic

[flexcoders] what is PropertyChangeEventt.PROPERTY_CHANGE used for?

2008-06-29 Thread Aaron Miller
Hello, when I do this: dispatchEvent( new PropertyChangeEvent(PropertyChangeEvent.PROPERTY_CHANGE) ); My bindings do not execute. When I do this: dispatchEvent( new Event('propertyChange') ); They do (using default binding with no meta data specified). What is what is the

Re: [flexcoders] what is PropertyChangeEventt.PROPERTY_CHANGE used for?

2008-06-29 Thread Aaron Miller
the entire object has been updated and update all bindings to that object. All just a guess tho ;-) -Josh On Mon, Jun 30, 2008 at 11:48 AM, Aaron Miller [EMAIL PROTECTED] wrote: Hello, when I do this: dispatchEvent( new PropertyChangeEvent(PropertyChangeEvent.PROPERTY_CHANGE) ); My

[flexcoders] Restricting SWFLoader Content to its Dimensions

2008-05-23 Thread Aaron Miller
Hello, I have a SWFLoader in my app that loads various SWF files created by other developers. They are supposed to create them in the specified dimensions, but I keep running into problems with them going outside the bounds. Is there any way I can just clip the content in Flex to ensure they

Re: [flexcoders] Re: Securely Interfacing Between Flex and Databases

2008-05-20 Thread Aaron Miller
On Tue, May 20, 2008 at 4:54 PM, Aaron Miller [EMAIL PROTECTED] wrote: Are you using any kind of token based authentication to serve the data? All the SSL in the world wouldn't stop someone from just sending POST or GET vars to your php scripts and getting the data back in nice pretty XML

Re: [flexcoders] Re: Setting Basic authentication header in URLRequest

2008-05-09 Thread Aaron Miller
Error. Thanks! --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: Many thanks! ~Aaron On Sun, Apr 20, 2008 at 7:18 AM, ben.clinkinbeard [EMAIL PROTECTED] wrote: Looks like you will need a meta-policy file: http

Re: [flexcoders] Re: CartesianDataCanvas not drawing where expected

2008-05-05 Thread Aaron Miller
it should. CartesianDataCanvas now plots like a charm. Thanks again for the help! ~Aaron On Sun, May 4, 2008 at 8:42 AM, syndicate_ai [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: Hello, I've been playing around

[flexcoders] CartesianDataCanvas not drawing where expected

2008-05-04 Thread Aaron Miller
Hello, I've been playing around with the Flex charting components, and I seem to be running into an issue when I try to plot (draw) a line on the graph. I am using the CartesianDataCanvas.moveTo and lineTo functions and it seems to work ok for the Y axis, but not the X. I posted an example with

Re: [flexcoders] Clicking a link in Text component

2008-04-28 Thread Aaron Miller
, you can handle the event and use an API like flash.net.navigateToURL(). Gordon Smith Adobe Flex SDK Team -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Aaron Miller *Sent:* Saturday, April 26, 2008 1:27 PM *To:* flexcoders

Re: [flexcoders] Deep Linking Problems

2008-04-28 Thread Aaron Miller
actually deployed on a server, as opposed to run from the IDE. All of my problems are on a deployed app.) Thank you very much. -Brad -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

Re: [flexcoders] DataGrid Click Event

2008-04-27 Thread Aaron Miller
Lee [EMAIL PROTECTED] wrote: I have assigned a function to the click event on my DataGrid. When the user clicks on the DataGrid, how can I tell whether they've clicked on the header (for instance, to sort the data) or on actual data in the grid itself? -- Aaron Miller Chief

[flexcoders] Clicking a link in Text component

2008-04-26 Thread Aaron Miller
Hello, I don't know if this is something new or if I never noticed it before, but when I click on a link in my Text components, it appends my domain before the url. So if the link is http://www.site.com/somelink.html and my domain is http://domain.com/ It tries to send the user to

[flexcoders] ToggleButtonBar - bug or misuse?

2008-04-23 Thread Aaron Miller
Hello, I have a toggle ToggleButtonBar that might end up having an empty dataProvider (no buttons) during the course of the execution. This causes a runtime error in the hiliteSelectedNavItem function when it tries to get the button at index 0 when there isn't one. I was able to fix the problem

Re: [flexcoders] Re: How to draw a cylinder

2008-04-21 Thread Aaron Miller
PROTECTED] wrote: Can any one tell me how to draw a pipe (cylinder). please give me a example. On Sat, Apr 19, 2008 at 11:24 AM, Aaron Miller [EMAIL PROTECTED] wrote: You can try to do the math yourself, or use a 3d engine like Papervision. http://blog.papervision3d.org

Re: [flexcoders] Re: How to draw a cylinder

2008-04-21 Thread Aaron Miller
at 9:52 AM, Gustavo Duenas [EMAIL PROTECTED] wrote: Where could I find that? Regards, gustavo On Apr 21, 2008, at 12:47 PM, Aaron Miller wrote: Much easier to use Papervision I think. As easy as using the Cylinder class. # package { # # import PaperBase; # import

[flexcoders] Setting Basic authentication header in URLRequest

2008-04-20 Thread Aaron Miller
I am trying to make a URLRequest that uses basic HTTP authentication. The credentials are default and unknown to the user. I first tried using what the documentation referred to as the URLRequestDefaults class: http://livedocs.adobe.com/flex/3/html/help.html?content=url_requests_2.html But this

Re: [flexcoders] Re: Setting Basic authentication header in URLRequest

2008-04-20 Thread Aaron Miller
%40yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: I am trying to make a URLRequest that uses basic HTTP authentication. The credentials are default and unknown to the user. I first tried using what the documentation referred to as the URLRequestDefaults class: http

Re: [flexcoders] How to draw a cylinder

2008-04-18 Thread Aaron Miller
and rectangle circle drawing. i want to draw some thin long cylinder like pipe shaped. can any one please reply. -- Thanks Regards Swaminathan. M -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

[flexcoders] Re: selecting a secure channel with RemoteObject

2008-04-06 Thread Aaron Miller
, Aaron Miller [EMAIL PROTECTED] wrote: Hello, My main SWF is run on an insecure channel, as well as the majority of the RemoteObject calls. However, I now have to send sensitive data to the server and would like to use a secure channel for those calls. I've tried a few different things and run

Re: [flexcoders] Flex PHP

2008-04-02 Thread Aaron Miller
to do this though? How can I make this where the user can't change the variables and run a different report. Is there a way to share variables between Flex PHP without putting them in the URL? Cookies maybe? Thanks for any help! -David -- Aaron Miller Chief Technology Officer Open Base

Re: [flexcoders] Re: Newbie, RemoteObject with ActionScript

2008-03-31 Thread Aaron Miller
I'm not an expert on RemoteObject myself, but I do notice your code looks a bit different then mine (which works). Here is an example of a function that uses remote object in my project: # public function loadFavorites( resultHandler:Function, errorHandler:Function ): void { # var

Re: [flexcoders] Dynamic CSS and textfield layout problems

2008-03-31 Thread Aaron Miller
Maybe you can try calling one or all of these methods on your text field after the style changes: invalidateProperties(); invalidateSize(); invalidateDisplayList(); If I had to choose one, I think invalidateSize() should work on it's own. This isn't my expert opinion, I just know I have to call

[flexcoders] selecting a secure channel with RemoteObject

2008-03-31 Thread Aaron Miller
Hello, My main SWF is run on an insecure channel, as well as the majority of the RemoteObject calls. However, I now have to send sensitive data to the server and would like to use a secure channel for those calls. I've tried a few different things and run myself into a dead end. Would any one

Re: [flexcoders] I know that if you want to communicate with the main application from within the

2008-03-27 Thread Aaron Miller
not have scope to the itemRenderer, because when I add an id attribute to the mx:ComboBox tag, I cannot refer to it...Example: cbItemRenderer.getSelectedItem().label) Thanks -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http

[flexcoders] understanding TitleWindow garbage collection

2008-03-27 Thread Aaron Miller
Hello, I just started playing around with the Flex 3 profiler and I noticed that every time I open a pop up window, the number of instances keep increasing. I was aware that I had to remove any event listeners when closed, but is there more to it then that? I am worried because I have quite a bit

[flexcoders] Re: understanding TitleWindow garbage collection

2008-03-27 Thread Aaron Miller
Ahh, never mind. all my pop up windows extend a custom TitleWindow class which was defining an eventListener that was not getting cleaned up. All my windows are garbage collecting now. Sorry for the bother! ~Aaron On Thu, Mar 27, 2008 at 3:05 PM, Aaron Miller [EMAIL PROTECTED] wrote: Hello

Re: [flexcoders] Re: AMFPHP MySQL Results Object

2008-03-25 Thread Aaron Miller
like to find a convenient way for the client to parse the results of a remote sql query. Thanks all! -Daniel On Mon, Mar 24, 2008 at 5:53 PM, Aaron Miller [EMAIL PROTECTED] wrote: Just as a follow up. I verified that using RemoteObject does in fact return an ArrayCollection

Re: [flexcoders] AMFPHP with NetConnection or RemoteObject ?

2008-03-25 Thread Aaron Miller
PROTECTED] wrote: Hi, which approach it is better for AMFPHP Flash Remoting, to use flash.net.NetConnection or the Flex Framework RemoteObject component? Are there any advantages/disadvatages from one over the other? Regards, Mario -- Aaron Miller Chief Technology Officer Open Base

Re: [flexcoders] AMFPHP MySQL Results Object

2008-03-24 Thread Aaron Miller
, -Daniel -- - e: [EMAIL PROTECTED] w: http://DanielTse.com/ - -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

Re: [flexcoders] Re: AMFPHP MySQL Results Object

2008-03-24 Thread Aaron Miller
On Mon, Mar 24, 2008 at 5:23 PM, Aaron Miller [EMAIL PROTECTED] wrote: Hello again. I did some more reading on this and I think the problem is with using NetConnection instead of RemoteObject. Apperently, using NetConnection does not always send the right headers to tell AMFPHP to use AMF3

Re: [flexcoders] Re: AMFPHP MySQL Results Object

2008-03-24 Thread Aaron Miller
://DanielTse.com/ - -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

Re: [flexcoders] What's this Called?

2008-03-24 Thread Aaron Miller
it's called though so I'm having a hard time googling it. Thanks, Nate -- Aaron Miller Chief Technology Officer Open Base Interactive, LLC. [EMAIL PROTECTED] http://www.openbaseinteractive.com

Re: [flexcoders] Design pattern for conditional Interfaces ?

2008-03-23 Thread Aaron Miller
, but if anyone happens to know some way (hack), or a better way for the runtime errors, please tell me :-). All ideas are welcome Ps: I've just made up all these names, my question is about the technique to be used, not about the project :) -- Aaron Miller Chief Technology Officer

Re: [flexcoders] Design pattern for conditional Interfaces ?

2008-03-23 Thread Aaron Miller
to mention this but forgot to add it before I hit send. Best Regards, ~Aaron On Sat, Mar 22, 2008 at 11:43 PM, Aaron Miller [EMAIL PROTECTED] wrote: Polymorphisms is a run time technique. There is no way to determine a dynamic class instance's interface at runtime. I would use a switch

[flexcoders] header-separator-skin in FB3 DataGrid

2008-03-13 Thread Aaron Miller
Hello again, I think I have most of my Flex 3 migration issues worked out, except one little skinning issue I'm not to sure about. I noticed that the header-separator-skin in Flex 3 overhangs the bottom of the DataGrid header. Example - Flex 2: http://www.allchicorentals.com/ Flex 3:

[flexcoders] manually placing SortArrow in FB3 DataGrid

2008-03-12 Thread Aaron Miller
Hello, I am trying to make the migration to FB3 and I am running into an issue with my DataGrid code. The records I want to display in the grid are broken up into pages. So when I sort a column, I need to sort over all the pages and not just the records shown in the grid. Currently (FB2) I am

Re: [flexcoders] Re: New files in project not compiled?

2008-02-26 Thread Aaron Miller
put an error in an already existing file, the build fails and reports the error on the existing file. I have tried deleting and rebuilding the project. I have also tried upgrading to the release version of FB3 (was using beta). Hope someone can help. Thanks Todd -- Aaron

Re: [flexcoders] as3 global variables - no more

2008-02-22 Thread Aaron Miller
classes. one solution is that in my main class I pass a reference of the listbox to my playbutton. Are there alternative solutions to this...Better OOP practice. -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 360-255-1145 http://www.splashlabs.com

[flexcoders] Unexpected compiler behavior FB2

2008-02-16 Thread Aaron Miller
Hello, Sorry for the poor topic title but I'm not sure how else to describe it. I have been trying to debug an issue I'm having and I narrowed it down to the following statement: note: memento is an Object # if( memento.closeToCSU ) { #trace('memento.closeToCSU =

[flexcoders] Multiple NetConnections sometimes fail to load in Firefox

2008-02-07 Thread Aaron Miller
Hello, I ran into an issue with my Flex 2 app running in FireFox. I am using NetConnection to remote data from AMFPHP 1.9 and when the application starts it will start loading a few different pieces simultaneously. I have notice that with FireFox it will only load all the data 2/10 times, while

Re: [flexcoders] Re: Copy an Array collection in AS

2008-01-14 Thread Aaron Miller
{ companyInfo2 = sanData2.lastResult.ASSETS.ASSET.RELATIONSHIPS.RELATIONSHIP; plname = sanData2.lastResult.ASSETS.ASSET.DESC; for (var y:int=0; ycompanyInfo2.length; y++){ companyInfo2[y].RELATED_ASSET_ID == asset_id[y]; y++; } -- Aaron Miller Chief Technology Officer Splash Labs

Re: [flexcoders] Flex 2 and Vista

2008-01-14 Thread Aaron Miller
SDK trial). Is Flex 2 not compatible with Vista? If not, I assume the Flex 3 beta is. Cordially, Kerry Thompson -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 360-255-1145 http://www.splashlabs.com

Re: [flexcoders] Adding numeric stepper values

2008-01-09 Thread Aaron Miller
://www.nabble.com/Adding-numeric-stepper-values-tp14727317p14727317.html Sent from the FlexCoders mailing list archive at Nabble.com. -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 360-255-1145 http://www.splashlabs.com

Re: [flexcoders] Flex Calendar

2008-01-09 Thread Aaron Miller
on the datechooser component to get the desired functionality but i have given it up. I cant find a solution. Pls help..:( Thanks Vivek -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 360-255-1145 http://www.splashlabs.com

Re: [flexcoders] Adding numeric stepper values

2008-01-09 Thread Aaron Miller
( val1:int, val2:int, val3:int, val4:int, val5:int):String { return (val1+val2+val3+val4+val5); } mx:Label text=Point Total {stepperSumFun( pt01.value, pt02.value, pt03.value, pt04.value, pt05.value)}/ Maybe I'm overlooking something? Thanks, James Aaron Miller-4 wrote: Just use

Re: [flexcoders] Cell Merge

2008-01-06 Thread Aaron Miller
or chagning background color for individual cell for flex datagrid -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 360-255-1145 http://www.splashlabs.com

Re: [flexcoders] Yahoo Maps Viewstack Sandbox Issues

2008-01-04 Thread Aaron Miller
/08, Chip Moeser [EMAIL PROTECTED] wrote: Hello All, Anyone ever come up with a solution to the problem that a sandbox error comes up when using Yahoo Maps AS3 in a viewstack with transitions? Found lots of unsolved threads:( Best, -Chip -- Aaron Miller Chief Technology Officer

Re: [flexcoders] Re: interface inheretence

2008-01-02 Thread Aaron Miller
and understandability (is that a word?). --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: Thanks for the good information! I'll go ahead and give it a shot and add in your suggestions as well. When I said it becomes an IChildUserModel

Re: [flexcoders] Re: interface inheretence

2008-01-01 Thread Aaron Miller
methods in your subclass you'll have to use the override keyword. hth --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: Hello, I just wanted to make sure my logic was correct so I don't waste a bunch of time typing up all this code

[flexcoders] interface inheretence

2007-12-31 Thread Aaron Miller
Hello, I just wanted to make sure my logic was correct so I don't waste a bunch of time typing up all this code to find out it doesn't work. With the given class structure: # UserModel implements IUserModel # ChildUserModel1 extends UserModel implements IUserModel, IChildUserModel #

Re: [flexcoders] Re: Reflection -- Accessing private fields

2007-11-27 Thread Aaron Miller
%40yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote: What about making the properties protected and extending the class down into a reflector class which is used to spy on it's parents? To get a true copy of the original, couldn't you also access the protected properties though

Re: [flexcoders] Re: Flex Remoting Options - Any Opinions?

2007-11-27 Thread Aaron Miller
/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Newbie compile issue rattling my brain

2007-11-27 Thread Aaron Miller
/ mx:DataGridColumn headerText=Delivery dataField=delivery / /mx:columns /mx:DataGrid /mx:TitleWindow /mx:Module -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Re: Reflection -- Accessing private fields

2007-11-26 Thread Aaron Miller
of custom serialization? (Remembering that the names of the variables is not known). Any thoughts? Cheers Marty -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Re: DataGrid itemEditEnd event fails with non-text itemEditors

2007-11-23 Thread Aaron Miller
mx:DataGridColumn dataField=number itemEditor=mx.controls.NumericStepper / /mx:columns /mx:DataGrid /mx:Application -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Why is my Rich Text Editor limits me to font size of 172 ?

2007-11-23 Thread Aaron Miller
idea how to fix this ... Regards, Sean. -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Re: depth problems, some help needed please

2007-11-19 Thread Aaron Miller
, Aaron Miller [EMAIL PROTECTED] wrote: Whenever I want something to always be on top (or any specific position) that may not always be, I override the updateDisplayList function to add a check for: if( parent.getChildInex( topControl ) parent.numChildren - 1 ) { parent.setChildIndex

Re: [flexcoders] Re: depth problems, some help needed please

2007-11-19 Thread Aaron Miller
? The layout of these components are: HBox Label Left -- Flash Comp. -- Label Right Any ideas? Can I control this in Flash or Flex? Thanks, Mark -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Subclassing TileList breaks my code!?

2007-11-19 Thread Aaron Miller
can't I define the itemRenderer in-line if I subclass TileList? Thanks, Rich -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] className question

2007-11-19 Thread Aaron Miller
=rendererStyle mx:Text /mx:Text /mx:Component /mx:itemRenderer If I use this again elsewhere I get an error 'class name specified more then once in document'. But I thought the whole idea behind class names was to be able to 'group' components for styling etc ...? -- Aaron Miller

Re: [flexcoders] How can I make the preloader wait until my runtime styles have been applied?

2007-11-19 Thread Aaron Miller
styles, but there's a second before the styles are loaded and applied that the application is displayed with the default styles. How can I prevent that from happening? -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Re: AMFPHP 1.9 security problem

2007-11-19 Thread Aaron Miller
... everything i found about authenticate in amfphp is for amfphp 1.2 and i using 1.9beta 2 . Anyone can help? -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Resizing and default size of custom components....

2007-11-19 Thread Aaron Miller
scenarios. The image can be found at http://www.bimlab.net/allan/scaling.jpg Thanks in advance! Allan -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Block entire application while in transaction

2007-11-19 Thread Aaron Miller
operations happening user can click in other parts of application, exist some way to set enabled to false for entire application while transactions ocour? Thanks. -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED] | 206-328-5485 http://www.splashlabs.com

Re: [flexcoders] Re: Programmatic control over a (H|V)Box gap width?

2007-11-19 Thread Aaron Miller
] -- This is crazy! Why are we talking about going to bed with Wilma Flintstone... She'll never leave Fred and we know it. :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] josh%40gfunk007.com -- Aaron Miller Chief Technology Officer Splash Labs, LLC. [EMAIL PROTECTED

Re: [flexcoders] Traverse a Model

2007-11-19 Thread Aaron Miller
a model which I would like to walk to get key/values to update the server with any changes. The following works fine to get each value,but is there a simple way to get the key as well ? for each(var item in myModel){ trace(item) } -- Aaron Miller Chief Technology Officer Splash Labs