[Flashcoders] Extending Flash8 mx.controls.textarea No Scroll Bar?

2007-02-27 Thread Wade Arnold
(); } private function size():Void { super.size(); this.label._height = this.height; this.label._width = this.width; } } Thanks for your help!!! Wade Arnold

[Flashcoders] Singleton class inside SWC components?

2007-01-19 Thread Wade Arnold
I am working on a Flash 8 project that has several components. Each of the components has a reference to a singleton class that it uses for passing messages between each other. Before I compile the components into SWC files I can use SingltonClass.getInstance().getMyInformation(). This works great

RE: [Flashcoders] Singleton class inside SWC components?

2007-01-19 Thread Wade Arnold
I tried to recreate my problem in a simple example. Unfortunitly/Fortunitly the problem only exists in my project and not a simple singleton counter with EventDispatcher. So time to go back to my code. Thanks for the help. Wade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[Flashcoders] live preview swf not scaling horizontally

2006-12-27 Thread Wade Arnold
I have a component that I am using an external swf for live preview. The swf is scaling vertically but not horizontally on the stage. Any ideas as to what I need to change so that the live preview fills my bounding box horizontally like it does vertically? Thanks! Wade Arnold

RE: [Flashcoders] LoadMovie adds style to UIComponents?

2006-11-28 Thread Wade Arnold
with this method. Anyone found a solution to this??? Glen Wade Arnold wrote: I have one swf file that has a couple textinputs and textareas. When I run the swf alone it does not draw the green default boarder on focusIn. However if I load that same SWF via another swf into a symbol

[Flashcoders] ComboBox drawing border on lost focus

2006-11-28 Thread Wade Arnold
I have a MM ComboBox component in a movieclip that extends UIComponent. When I select something from the ComboBox I get a yellow boarder around the movieclip that the combobox resides in. Once I move the mouse the yellow box disappears. Any ideas on where or what to start looking for? Thanks!

RE: [Flashcoders] ComboBox drawing border on lost focus

2006-11-28 Thread Wade Arnold
, Wade Arnold [EMAIL PROTECTED] wrote: I have a MM ComboBox component in a movieclip that extends UIComponent. When I select something from the ComboBox I get a yellow boarder around the movieclip that the combobox resides in. Once I move the mouse the yellow box disappears. Any ideas

Re: [Flashcoders] Writing code for big teams

2006-11-22 Thread Wade Arnold
Where would you place a your global properties? This is a question that has always got me. If the properties such as framerate, gatewayURL, styles, etc need to be in the class application. They have to be there for two reasons. 1. User defined inspectable properties. 2. variables must be

[Flashcoders] LoadMovie adds style to UIComponents?

2006-11-21 Thread Wade Arnold
and textarea. Is there a way to disable this? It does not seem as though using setStyle allows me to keep the boarder from showing under focusIn. Thanks! Wade Arnold ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

[Flashcoders] Where to add eventListners in UIComponent classes?

2006-11-06 Thread Wade Arnold
event registration in anything that extends UIComponent? Thanks; Wade Arnold ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

RE: [Flashcoders] International Address to Map position

2006-09-05 Thread Wade Arnold
http://developer.yahoo.com/maps/flash/asGettingStarted.html I have just used it in US, Canada, and Europe and it seems to work well. Wade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of clark slater Sent: Thursday, February 02, 2006 6:17 PM To:

RE: [Flashcoders] Grab GPS to XML to Flash

2006-09-05 Thread Wade Arnold
I have done this with a dll to a garmin and then used zink to connect to the DLL. Search the zink forums there are plenty of posts. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Recker Sent: Saturday, February 04, 2006 5:55 PM To:

RE: [Flashcoders] clone object

2006-08-25 Thread Wade Arnold
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Grden Sent: Friday, August 25, 2006 3:06 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] clone object I guess you'd be right about that. It'd be my problem - good point. while I'm at it:

[Flashcoders] clone object

2006-08-23 Thread Wade Arnold
I have a style that I need to duplicate for several buttons. The style is declared once and then I want to duplicate the object and add a specific style element and then apply it to the button. However when I duplicate the object I get a reference to the original object, as expected. I tried to

RE: [Flashcoders] RE: weather web service

2006-08-21 Thread Wade Arnold
You must register and create an account. Then you will get email instructions for access to the sdk. https://registration.weather.com/ursa/xmloap/step1? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Chyko Sent: Monday, August 21, 2006 9:07

RE: [Flashcoders] Invalid gateway URL

2006-08-08 Thread Wade Arnold
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wade Arnold Sent: Wednesday, August 02, 2006 2:56 PM To: 'Flashcoders mailing list' Subject: [Flashcoders] Invalid gateway URL I was wondering if there is a way to capture the error that happens when you do not have a proper gateway URL for flash

[Flashcoders] init() createChildren() onLoad

2006-08-04 Thread Wade Arnold
I have a component that places UI components on the stage during createchildren. I am trying to find out what method I should add event handlers to these input fields. So far onLoad is the only thing that allows the event handles to work. Should I not be able to place that in init? Any reason that

[Flashcoders] Invalid gateway URL

2006-08-04 Thread Wade Arnold
I was wondering if there is a way to capture the error that happens when you do not have a proper gateway URL for flash remoting. Flash just traces out that it can not open the url. Is there a way to do this or should I try and use getURL before I run the remoting service? Thanks; Wade

[Flashcoders] external component assets

2006-07-21 Thread Wade Arnold
and make it as easy as possible for people to customize the components when they want to without doubling the size of the component. Thanks; Wade Arnold ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive

[Flashcoders] USB Video device driver virtual rtsp.

2006-07-06 Thread Wade Arnold
=tn_16453 Thanks; Wade Arnold ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe

RE: [Flashcoders] RTSP in flash?

2006-07-03 Thread Wade Arnold
tools which some will allow you to do this more easily if you have no experience in writing desktop applications HTH Chafic http://www.atellis.com blog: http://www.rewindlife.com On Jun 30, 2006, at 4:45 PM, Wade Arnold wrote: I have a desktop application that I am working on that has one

[Flashcoders] DataGrid not drawing

2006-06-13 Thread Wade Arnold
I have a datagrid behind a movieclip in a tab type layout. I populate the data grid when the application is loaded. When I show the movieclip that has the datagrid in it I have to move the scroll bar in order to get the data to display. I have tried to call draw, and invalidate and neither are

[Flashcoders] LocalConnection not working on IE

2006-06-05 Thread Wade Arnold
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16243 I am having problems with localconnection not working with internet explorer. Have I missed something that this should no longer work? ___ Flashcoders@chattyfig.figleaf.com

[Flashcoders] loadvar php equivalent

2006-06-02 Thread Wade Arnold
I am trying to make some logic that I had in actionscript work in php on the server before I update flash. Is their an equivalent to loadvars in php that you can post data and return and object? I know that this is a little off topic so sorry anyone that currently has the urge to rant.

[Flashcoders] Flex 2.0 Heap issue

2006-05-09 Thread Wade Arnold
Hey All, I am seeing the following error right now on FLEX An out of memory error has occurred. You can prevent these errors in the future by increasing your heap size before you start the workbench using the -vmargs -Xmx command line option I tried the following as command line..but

RE: [Flashcoders] Flex 2.0 Heap issue

2006-05-09 Thread Wade Arnold
PROTECTED] On Behalf Of Wade Arnold Sent: Tuesday, May 09, 2006 11:56 AM To: Flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Flex 2.0 Heap issue Hey All, I am seeing the following error right now on FLEX An out of memory error has occurred. You can prevent these errors in the future

RE: [Flashcoders] Best SWF Wrapper

2006-05-09 Thread Wade Arnold
MDM Zink is the best for everything I have ever wanted to do. I like the ability to make your own DLL extensions too! Maybe they will send me a t-shirt for that testimony! Wade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Tuesday,

[Flashcoders] FileReference: get current path of file

2006-05-02 Thread Wade Arnold
When a user has selected a file for upload is it possible to get the entire path to the file from the FileReference class? I need to be able to send this onto the server. I am using PHP on the server for this application and it does not have a method that has the entire path only the name of the

[Flashcoders] File upload: Reference to absolute path of file on hard drive?

2006-04-27 Thread Wade Arnold
I have a project where I need to perform a file upload. The file is displayed online for viewing. When an order happens I need to know the original file path of the file that was uploaded. This will all in an admin section so I can assume that the file exists on the clients computer. I can get

[Flashcoders] Deep Linking and the Back button.

2006-04-25 Thread Wade Arnold
applications are dynamic and do not allow us to make an html page loaded into a frame in order to handle this issue. Does anyone have any links or a way to port the methods used in flex into flash? Thanks; Wade Arnold ___ Flashcoders

[Flashcoders] Best practice DLL Integration

2006-04-21 Thread Wade Arnold
interface? Thanks; Wade Arnold ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe

[Flashcoders] French Characters in dynamic textarea

2006-04-07 Thread Wade Arnold
I have a client that is trying to place french characters in a a dynamic text box. The text is drawn from XML. The textarea is rendering html text. Is this just a font issue? Has anyone had this issue before or with other languages that could point me in the right direction for a resolution.

[Flashcoders] Cut and paste to textarea from MS Word

2006-03-27 Thread Wade Arnold
I have been working on allowing users to cut and past from word into a textarea. For html/php based applications I have always used tidy on the server to clean up the clipboard from everything that MS Word puts in it's text. Here is an example. paste: This isn¹t stuff ³this is neat² Œbut wrong¹

Re: [Flashcoders] Cut and paste to textarea from MS Word

2006-03-27 Thread Wade Arnold
\235]//g; On 3/27/06 3:41 PM, Merrill, Jason [EMAIL PROTECTED] wrote: Wow, who knew. :) Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Wade Arnold

[Flashcoders] as2lib best regex class?

2006-03-27 Thread Wade Arnold
for several years. But I don't want to make a bad decision. Wade Arnold ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig

[Flashcoders] What is the source document of my swf?

2006-03-22 Thread Wade Arnold
. var url_array:Array = this._url.split(/); var my_str:String = String(url_array.pop()); trace(unescape(my_str)); Thanks for any ideas. Wade Arnold ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive

[Flashcoders] OT: Good Jobs In Iowa

2006-03-14 Thread Wade Arnold
monthly foosball tournaments on our office tornado table. T8DESIGN is 3 hours Minneapolis, 4.5 hours Chicago, 4 hours Omaha, 5 hours St. Luis, 5 hours Kansas City. You must be able to work in the US on site. Wade Arnold CTO T8DESIGN [EMAIL PROTECTED] http://www.t8design.com http

Re: [Flashcoders] OT: Good Jobs In Iowa

2006-03-14 Thread Wade Arnold
are both full time members that I would consider senior developers. Thanks; Wade On 3/12/06 9:33 PM, Wade Arnold [EMAIL PROTECTED] wrote: T8DESIGN is looking to meet our rapid growth with five new creative and innovative individuals. T8DESIGN services national and international customers out

Re: [Flashcoders] XPath problems with single character value nodes

2006-03-11 Thread Wade Arnold
Thanks Adrian for following up on this. We are having issues with parsing the content feed from the weather.com api. http://www.t8design.com/personal/chaitu/Weather/weather_proxy.php?id=USIA088 5 On 3/11/06 10:58 AM, Adrian Park [EMAIL PROTECTED] wrote: I've done some investigation on

[Flashcoders] Clone Array of Type Object

2006-03-02 Thread Wade Arnold
Is it possible to clone and array in AS 2.0? I have copied the array but that just places a pointer at the existing array. I am looking to clone/duplicate the array to separate the two data elements without having to do a for loop. This of course stops working once you use objects or

Re: [Flashcoders] MD5 Class in AS2.0?

2006-03-02 Thread Wade Arnold
http://www.meychi.com/archive/31.php ASCrypt is amazing! Wade On 3/2/06 3:27 PM, Ing. Mario Falomir [EMAIL PROTECTED] wrote: Here is a prototype :), it could be useful and you could make a class out of it :) http://www.sephiroth.it/proto_detail.php?id=51 Cheers On 3/2/06, jim

Re: AW: [Flashcoders] Flash connecting to a database - all running on aDVD-ROM

2006-02-26 Thread Wade Arnold
Would using SQLite or Berkley DB work on the server for development and then just copy the database.db file to your cd? I have not ever connected flash to either of these without php/jsp in the center and I don't know if it is possible. I have thought about this problem for a long time and have

Re: [Flashcoders] vardump an object in ActionScript?

2006-02-15 Thread Wade Arnold
That is for sure... But the kid knows how to knock out some code. -- wade On 2/14/06 10:16 PM, judah [EMAIL PROTECTED] wrote: www.judahfrangipane.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] Flex Pricing

2006-02-14 Thread Wade Arnold
that this means we are quarters away from doing production deployments? Thanks; Wade Arnold ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Drag-n-Drop from DataGrid to Tree Flash 7

2005-12-23 Thread Wade Arnold
http://drumbeatinsight.com/dnddatagrid Email me off list and you can view the beta. It works great with flash 7. Wade On Dec 22, 2005, at 12:52 PM, Jeff Mastropietro wrote: Does anyone know of a good drag-n-drop script for Flash 7. I need to be able to drag an item from a DataGrid, to a

[Flashcoders] (CAKE or FuseBox) + AMF ??

2005-12-16 Thread Wade Arnold
and the future integration with AMFPHP. Thanks for any insight, rants, experiences, etc that you may have had. Wade Arnold T8DESIGN ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] [OT]License Management for Components Development

2005-12-14 Thread Wade Arnold
! Wade Arnold [EMAIL PROTECTED] ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Class SimpleDateFormat

2005-12-12 Thread Wade Arnold
Has anyone ever implemented a similar class to the SimpleDateFormat in actionscript? I am working on a validator input text component and would love to have some of these java classes?!!? Please let me know if you have seen anything like this.

Re: [Flashcoders] Can Flash auto update the player itself?

2005-12-02 Thread Wade Arnold
http://blog.deconcept.com/flashobject/#download The user has to make a couple clicks but this 1000% better than anything else. wade On Dec 2, 2005, at 10:38 AM, inbox.flash wrote: Can flash detect a previous plugin version and auto update without the user doing anything?

[Flashcoders] Toronto Flash Coders?

2005-11-29 Thread Wade Arnold
for components to purchase, applications to outsource, and good companies to partner with. Coffee or a beer is always good! wade . . . T8DESIGN Wade Arnold Chief Technology Officer   1009 Technology Parkway Cedar Falls, IA 50613 P 877.T8IDEAS F 888.290.4675 www.t8design.com

[Flashcoders] Component order: Adding event handlers ?

2005-11-23 Thread Wade Arnold
Where is the proper place in a component to add event handlers? class constructor init createChildren draw onLoad ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [flashcoders] Q for the Pro's: How did you learn flash?

2005-11-22 Thread Wade Arnold
Rich Internet Application What you say you do when your wife says you build websites. On Nov 22, 2005, at 4:22 AM, Lowen Fan wrote: Wow such great responses! thanks a lot! Thanks for sending the docu Wade! I have a few questions.. what is a RIA? then I was drawn into using it for data

Re: [Flashcoders] Dynamically create named anchors

2005-11-21 Thread Wade Arnold
Hey Sajid!~ The following links will get you where you want to go! Using Deep Linking in all your nav. Best long term solution: http://weblogs.macromedia.com/cantrell/archives/2005/06/ deep_linking_in.cfm http://www.flashguru.co.uk/effective-flash-navigation-presentation- files/ Little

Re: [Flashcoders] convert mail form from HTML to Flash

2005-11-18 Thread Wade Arnold
I have updated the HTML form to AS code generator bookmark-let. If you run into a form that this does not work on please let me know! http://t8design.com/weblogs/?p=6 On Nov 17, 2005, at 10:17 PM, Wade Arnold wrote: Can you send me the URL to the form. I can have it for you in a couple

Re: [Flashcoders] convert mail form from HTML to Flash

2005-11-18 Thread Wade Arnold
://t8design.com/weblogs/?p=6 On Nov 17, 2005, at 10:17 PM, Wade Arnold wrote: Can you send me the URL to the form. I can have it for you in a couple seconds. Go get this bookmarklet! http://t8design.com/weblogs/?p=6 On Nov 17, 2005, at 1:45 PM, Marc Hoffman wrote: I need to convert

Re: [Flashcoders] External text from XML file including superscriptanditalic

2005-11-16 Thread Wade Arnold
Read about the TextFormat class. It should do almost everything that you need to do! Note the XML string below has almost all types of text formatting in it. Let me know if you have questions. TEXTFORMAT LEADING=2LIFONT FACE=_sans SIZE=12 COLOR=#66BTHis is some crap! /BFONT

[Flashcoders] using forward slash in inspectable properties ( / )

2005-11-11 Thread Wade Arnold
)] var dateSelection:String; Thanks! Wade Arnold ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] using forward slash in inspectable properties ( / )

2005-11-11 Thread Wade Arnold
)] var dateSelection:String; Thanks peace and love; Wade Arnold ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] CustomFormatter for Percentage and Dollar

2005-11-09 Thread Wade Arnold
Thanks; Wade Arnold www.T8DESIGN.com ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] CustomFormatter for Percentage and Dollar

2005-11-09 Thread Wade Arnold
Of course phone numbers, email addresses, and other formatters would be appreciated! wade On Nov 9, 2005, at 1:33 PM, Wade Arnold wrote: I am about to start writing a customFormatter but I have to ask if this has been done a million times before. I have searched almighty google

[Flashcoders] Job Offer :: employee search

2005-10-26 Thread Wade Arnold
I am wondering if their is a better place to post full time positions. We have six positions that we need to fill for development of client projects and the component development. Please let me know if you have any URL's. I have wasted money on all the job sites and am not finding the type of