Re: [Flashcoders] Good component sets? (was: Re: XP Components gonebad)

2006-06-22 Thread judah
While not trying to pimp my own stuff I'd like to add http://drumbeatinsight.com to the list. It is a small set of components that covers what I think were missing most from the V2 components. They work with all the V2 components, extend them and fixes what I considered were the main problems

Re: [Flashcoders] Adding more than one icon in Tree components

2006-05-25 Thread judah
would need to create a custom cellrenderer like this one http://www.drumbeatinsight.com/examples/dndTree/dynamicimages/dndTreeDynamicImages.html This was a bit tricky because the icon is not part of the cell in the Tree component. Best, Judah Santhakumar K wrote: Flashcoders, Is it possible

Re: [Flashcoders] Adding more than one icon in Tree components

2006-05-25 Thread judah
Sorry, that link is supposed to point to http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?href=3713.html judah wrote: If you want to use another icon from the library you can use the Tree.iconFunction or the Tree.iconField property. http

Re: [Flashcoders] Adding more than one icon in Tree components

2006-05-25 Thread judah
Well, with a cell renderer you can add 10 icons if you wanted. A cell renderer lets you attach movieclips, controls, images, etc through code to the space in the row movieclip directly to the right the node icon. It lets you draw the row rather than the Tree. Santhakumar K wrote: Judah, I

Re: [Flashcoders] Flex vs. Flash IDE

2006-05-23 Thread judah
of scope of RIA development. This would be a drag. I plan to use Flex 2 for everything on the web. Not just applications. Even if some aspect is a bit more work in Flex I'd rather use it. HTH peace, Judah Adam Pasztory wrote: I am very frustrated by the IDE being split into two product lines

Re: [Flashcoders] Re: Flex vs. Flash IDE

2006-05-23 Thread judah
of comparison for the Flash developer but I don't go into too much detail. Check out these links http://www.judahfrangipane.com/?p=22 and http://www.judahfrangipane.com/?p=20 Judah -- Always bear in mind that your own resolution to succeed is more important than any one thing. You can have

Re: [Flashcoders] Image in HTML-TextField doesn't get loaded

2006-05-22 Thread judah
Hi Sönke, Try using the full path to the image. I've had some issues with relative paths in the past. Sometimes it does not show up if I have used or I leave out the www in the url. Judah Sönke Rohde wrote: Hi, I got the problem, that images within HTML-Textfields don't show up. When I

Re: [Flashcoders] ActionScript 3.0 Cheatsheets!!

2006-05-02 Thread judah
Hi thotskee, Thanks for making this. It is not printing out very well on my ribbon jet printer. Could you post a pdf or a higher res image? Thanks, Judah thotskee wrote: Flashcoders, The ActionScript 3.0 cheatsheet family has been born. There will be additional sheets created

[Flashcoders] Flash Player 6 on PSP

2006-04-25 Thread judah
to add a few games and movies to your PSP collection on the go, the only noteable issue with integrated Flash support is that some functions are not supported in addition to the obvious fact that Flash 6 is somewhat outdated. There is no more info about what functions are not support... Judah

Re: [Flashcoders] Flash Player 6 on PSP

2006-04-25 Thread judah
Thanks JD! I'll wait for Bill to update his blog for more information. John Dowdell wrote: heh, wouldn't you know it, just after sending that reply I got some fresh info ;-) Bill Perry will have the best word, here: http://www.flashdevices.net/ I saw a paper document which detailed some

RE: [Flashcoders] Remove cellPress Listener on DataGrid

2006-03-17 Thread Judah
Hi Phillipe, Try: datagrid.removeEventListener(cellPress, ListenerObj); Judah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felipe Fernandez Sent: Friday, March 17, 2006 2:53 AM To: Flashcoders mailing list Subject: [Flashcoders] Remove cellPress

[Flashcoders] Anyway to check if a file exists?

2006-03-17 Thread Judah
window but that doesn't help me here. Judah ___ 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

[Flashcoders] Function Point Analysis - Estimating projects

2006-03-14 Thread Judah
in terms of functionality as seen from the user's perspective, the tools and technologies used to deliver it are independent. More info at http://www.qpmg.com/fp-intro.htm Judah ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Function Point Analysis - Estimating projects

2006-03-14 Thread Judah
in terms of functionality as seen from the user's perspective, the tools and technologies used to deliver it are independent. More info at http://www.qpmg.com/fp-intro.htm Judah ___ Flashcoders@chattyfig.figleaf.com To change your subscription

RE: [Flashcoders] textArea background colour

2006-03-09 Thread Judah
Hi Simon, textinput.setStyle(backgroundColor, transparent); textinput.setStyle(borderStyle, none); Judah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Lord Sent: Tuesday, March 07, 2006 6:03 PM To: Flashcoders mailing list Subject: [Flashcoders

Re: [Flashcoders] RE: getDepth: highest depth, middle depth, lowest depth

2006-03-08 Thread judah
place... Judah Scott Pobiner wrote: Hey Mel, Take a look at the DepthManager. You can use it for exactly what you are trying to do. The catch is that you have to instantiate the MovieClips you want to use via actionscript with the DepthManager functions. Remember to do this because

Re: [Flashcoders] How does goowy do it? (HTML in Flash)

2006-03-05 Thread judah
Hi Mike, Here are links to some examples. http://www.judahfrangipane.com/?p=6. Judah Mike Britton wrote: Does anyone have a working example of the Drumbeat comp? All I know is if you need to drop a div on top of your flash app using FSCommand, you may as well build the app with AJAX. I

[Flashcoders] Using Window component mouse overs are still listening

2006-03-02 Thread Judah
I'm using the Window component in modal mode. That works fine. But when I move the mouse over other parts of my project the mouse overs, mouse ups and mouse downs are still firing off. Is this a bug or a feature? Judah ___ Flashcoders

RE: [Flashcoders] Flash on PSP!

2006-02-28 Thread Judah
This is great news!!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alias Sent: Tuesday, February 28, 2006 11:43 AM To: Flashcoders mailing list Subject: [Flashcoders] Flash on PSP! Hi guys, Looks like someone's gotten a homebrew flash player working

RE: [Flashcoders] Order of dispatched events?

2006-02-28 Thread Judah
an array and executes the methods one by one On 2/28/06, Judah [EMAIL PROTECTED] wrote: Is there a way to make the order that events are called Fixed? Are they guaranteed to be executed in a particular order? Judah ___ Flashcoders

RE: [Flashcoders] Cannot attach movieclip to root???

2006-02-27 Thread Judah
PROTECTED] On Behalf Of Ryan Matsikas Sent: Monday, February 27, 2006 11:22 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Cannot attach movieclip to root??? yer getRoot function is useless, it will step back until yer in the _root of the loader On 2/26/06, judah [EMAIL PROTECTED] wrote

Re: [Flashcoders] haXe Flash

2006-02-26 Thread judah
give it time guys. they will come soon enough. Troy Rollins wrote: On Feb 24, 2006, at 11:20 AM, eric dolecki wrote: Ah ok... but I'd still like to see some demos of anything built using haXe... Same here. -- Troy RPSystems, Ltd. http://www.rpsystems.net

Re: [Flashcoders] Cannot attach movieclip to root???

2006-02-26 Thread judah
Hi Adrian, That is indeed what is happening. I copied the library resource in my second movie into the first movie and it did then work. Although the asset is duplicated which is not a big deal in this situation. Judah Adrian Park wrote: Firstly, I'm new to this list so hi! I suspect

[Flashcoders] Cannot attach movieclip to root???

2006-02-25 Thread judah
root_mc:MovieClip = getRoot(this); var d_mc = root_mc.attachMovie(dndNodeDragger, d_mc, DepthManager.kTop++); trace(d_mc=+d_mc) I get a reference when it is not loaded into another swf. I could really use some insight on this. Judah -- Always bear in mind that your own resolution to succeed is more

Re: [Flashcoders] Cannot attach movieclip to root???

2006-02-25 Thread judah
and then failing. What's the method look like? On 2/25/06, judah [EMAIL PROTECTED] wrote: I have two swfs. The first swf loads in the second swf. The second swf uses a function that *finds* the real _root and then uses attachMovie to attach a movieclip to it. The second swf works by itself

RE: [Flashcoders] DataGrid Columns question

2006-02-22 Thread Judah
Hi Oleg, Use the columnNames property before setting your dataprovider: // only show column1 and column2 datagrid.columnNames = [column1, column2] datagrid.dataProvider = myDP; datagrid.columns[0].headerText = Olegs Column Datagrid columnName:

Re: [Flashcoders] OOP Concepts

2006-02-21 Thread judah
other language in the future as well (no I don't work for them). That will help and just doing it and asking a lot of questions. Judah Hairy Dog Digital wrote: Danny, It works, but seems fundamentally wrong, as I understood it was bad practise to add methods to an object dynamically

RE: [Flashcoders] Re: When singletons go bad

2006-02-20 Thread Judah
without calling getInstance() first. Judah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jack Doyle Sent: Monday, February 20, 2006 11:53 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Re: When singletons go bad Just curious

RE: [Flashcoders] Re: When singletons go bad

2006-02-20 Thread Judah
That's what I love about this list. The stuff I learn is invaluable. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: Monday, February 20, 2006 12:52 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Re: When singletons go bad

Re: [Flashcoders] Printing in landscape

2006-02-19 Thread judah
functionality within flash myself. cheerz, henning -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of judah Sent: Saturday, February 18, 2006 4:39 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Printing in landscape Yeah. That would be an ok

Re: [Flashcoders] Event Dispatcher

2006-02-18 Thread judah
Can you give an example of the memory leak you are talking about and also an example of the arguments.caller remove listener? I have not heard of this before. Is the memory leak issue caused when you nest a function inside a class? class myClass { function myClass() {

Re: [Flashcoders] Printing in landscape

2006-02-18 Thread judah
Yeah. That would be an ok workaround. Just wanted to make sure before I worked it out. Thanks! Judah Dave Wood wrote: Has anyone found a way to set the print orientation to landscape? I don't think you can. Are you able to alert the user to the need for landscape before initiating

[Flashcoders] Printing in landscape

2006-02-17 Thread Judah
I'm sure this has asked before but I cannot find anthing in the archives. Has anyone found a way to set the print orientation to landscape? Best Regards, Judah ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

RE: [Flashcoders] coding the main stage as if it were a class

2006-02-17 Thread Judah
There is another method we use. When you start your project create a movieclip and at it to the stage at 0,0. Open it up and add all your GUI to that as you would the stage. Then in your library assign your class to the movieclip. Judah -Original Message- From: [EMAIL PROTECTED] [mailto

RE: [Flashcoders] Multithreaded AS1 - AS2 - AS3 - AS4 - AS5

2006-02-16 Thread Judah
- From: Judah [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Wednesday, February 15, 2006 7:13 PM Subject: [Flashcoders] Multithreaded AS1 - AS2 - AS3 - AS4 - AS5 Is AS3 multithreaded? I think I've read somewhere that AS2 (or AS1) is single threaded

RE: [Flashcoders] Making the text centered vertically in a combo box

2006-02-16 Thread Judah
) to be created (love this about flex, you have a creationComplete event). i would suggest trying to poll opver frames (you can use doLater or an onterFrame (beacon is advised) to do this. On 2/15/06, Judah [EMAIL PROTECTED] wrote: That might have worked by itself but the combo box didn't like it. I

[Flashcoders] Making the text centered vertically in a combo box

2006-02-15 Thread Judah
and name it cmb 2. in actionscript: cmb.setSize(cmb._width, 16); cmb.setStyle(fontSize, 10); cmb.addItem({label:10}); cmb.dropdown.rowHeight = 14; notice the text is cut off at the bottom! Judah ___ Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] Making the text centered vertically in a combo box

2006-02-15 Thread Judah
(fontSize, 10); cmb.addItem({label:10}); cmb.dropdown.rowHeight = 14; notice the text is cut off at the bottom! Judah ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman

[Flashcoders] Multithreaded AS1 - AS2 - AS3 - AS4 - AS5

2006-02-15 Thread Judah
Is AS3 multithreaded? I think I've read somewhere that AS2 (or AS1) is single threaded. Is that right? Can we use sleep commands in AS3? If not will AS4 be multithreaded or would that prevent it from running on certain devices or platforms? Judah

Re: [Flashcoders] vardump an object in ActionScript?

2006-02-14 Thread judah
Hi Josh, You can check out this Enumerator class at this dudes website www.judahfrangipane.com. Heard he's a weirdo tho. Josh McDonald wrote: Hi, I'm wondering if there's any way to just dump out all there is to know about an object in ActionScript similar to PHP's vardump()? It's easily

Re: [Flashcoders] Component and Live Preview ~ problems

2006-01-30 Thread judah
I wrote a post on working with live preview on my lame ass blog at http://www.judahfrangipane.com/?p=13. Judah JesterXL wrote: It's because LivePreview variables are different SWF's, but same depth. Gary wrote the original LivePreview.as file (in includes in Flash MX 2004's install

Re: [Flashcoders] Q: All OOP or ??????

2006-01-28 Thread judah
, more maintanence. What I ask myself on new projects is what parts of this can I reuse? Can I put this behavior in a class or a component? It's more work up front to make your classes for your daily tasks (not much more work) but on project 2 or project 3 your work will pay off. Judah

[Flashcoders] File upload with PHP example

2006-01-20 Thread Judah Frangipane
Anyone know of a good to great File Upload example using PHP? Or does anyone have any of their own working examples they can send me? If it supports Remoting (amfphp) that would be even better. Judah PS I'd be willing to buy something if it has been in a production enviornment and works

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Judah Frangipane
Let's all get on MM-Adobe wish list and ask for this! This has been such a huge issue in every project I've worked on that it puts me back months to do documentation. http://www.macromedia.com/cfusion/mmform/index.cfm?name=wishform Judah Johan Lopes wrote: Another thing to note

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Judah Frangipane
. This would have been a great circumstance for a source code escrow service. I've just downloaded BLDocs but they've been in beta for a ~year?? So I'm not sure where they are at. Judah PS I will post my notes on how I have got AS2Doc to work for me. Johannes Nel wrote: i would much rather them

Re: [Flashcoders] Documenting my code

2006-01-19 Thread Judah Frangipane
Hi Jobe, I just wrote up a document for using this. Here it is below: Email me offlist to get the template file I created. *** Packaging a component can be quite troublesome. Here are some steps to help you get the most out of it. -

[Flashcoders] Scope Chain in AS2

2006-01-16 Thread Judah Frangipane
was invoked. http://labs.macromedia.com/wiki/index.php/ActionScript_3:overview#Delegation Can someone please put this into context? Best Regards, Judah Frangipane ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

[Flashcoders] Flash Component for use in Dreamweaver

2006-01-06 Thread Judah Frangipane
inspector list for the component. I've seen some Flash for Dreamweaver extensions show a property inspector type list in the tag panel. Can someone verify this? Judah ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Remote Debugging + Flash Remoting = Frozen Browser. FP8 Bug?

2005-12-30 Thread Judah Frangipane
to detect remote client service activity? H On 12/30/05, elibol [EMAIL PROTECTED] wrote: Thanks for your reply Judah, I accually use service capture myself! Well, I will see to it that this debugger bug (the irony) is acknowledged... H On 12/29/05, Judah Frangipane [EMAIL PROTECTED] wrote

[Flashcoders] Flash Class Array bug - Please verify

2005-12-29 Thread Judah Frangipane
(); var b = new myClass(); // trace outputs myArray.length=0 myArray.length=3 Judah ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Flash Class Array bug - Please verify

2005-12-29 Thread Judah Frangipane
J. Miller wrote: Hey Judah, Try this: class myClass { // initialize the array in the declarations private var myArray:Array = new Array(); function myClass { trace(myArray.length=+this.myArray.length) } public function addToArray() { this.myArray.push(10

Re: [Flashcoders] Flash Class Array bug - Please verify

2005-12-29 Thread Judah Frangipane
- From: Judah Frangipane [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Thursday, December 29, 2005 3:30 PM Subject: [Flashcoders] Flash Class Array bug - Please verify It seems like Flash is creating static members out of public arrays

Re: [Flashcoders] Flash Class Array bug - Please verify

2005-12-29 Thread Judah Frangipane
); // MyClassName trace(bar.prototype_name); // MyClassName foo.prototype_name = MegaFoo; // after trace(foo.prototype_name); // MegaFoo trace(bar.prototype_name); // MyClassName - Original Message - From: Judah Frangipane [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders

Re: [Flashcoders] Remote Debugging + Flash Remoting = Frozen Browser. FP8 Bug?

2005-12-29 Thread Judah Frangipane
I'm not using cf but in my remoting endevors Service Capture has helped many times (http://www.kevinlangdon.com/phpBB2/). It is well worth it compared to the time spent tracking down bugs. Judah PS No, I do not work for them :) elibol wrote: Hi everyone, I use the remote debugger all

Re: [Flashcoders] Can an object delete itself?

2005-12-23 Thread Judah Frangipane
still run code but only until the function closes) } trace(index=+index++) } Judah ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Draw a bitmap on a path

2005-12-22 Thread Judah Frangipane
possible with Flash. Any ideas? Best, Judah ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [FlashCoders] game slowing down - eventListener

2005-12-21 Thread Judah Frangipane
the beginning of a process to the end of it. I was going to release this class but I found some problems with it. I'll make another attempt and try and post it in the next day or so. Judah Dimitrios Bendilas wrote: Anyone else has anything to suggest? Has anyone experienced memory build up

Re: [Flashcoders] Faster code?

2005-12-21 Thread Judah Frangipane
asp.net and none of the code is commented. So I have spent 3/4ths of my time trying to interprit another persons code and the other half writing a flash remoting version of it. Readability is more important than speed (IMHO). Either way comment. :) Judah JesterXL wrote: What I want to know

[Flashcoders] Live Preview Woes

2005-12-14 Thread Judah Frangipane
I am working on a component that attaches a movieclip. When I drag it to the stage it attaches multiple copies of this movieclip skipping my checks and balances. But when I test the movie it works fine and only shows one instance like i designed it to. Is there anyway to find out in my

Re: [Flashcoders] Live Preview Woes

2005-12-14 Thread Judah Frangipane
such as this yourself. Derek Vadneau - Original Message - From: Judah Frangipane [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, December 14, 2005 2:22 PM Subject: SPAM-LOW: [Flashcoders] Live Preview Woes I am working on a component

Re: [Flashcoders] alpha -= 10 = wtf

2005-12-14 Thread Judah Frangipane
how come floats arent exact? jk will floats be exact in AS3? or will future versions of flash support big ints? judah John Dowdell wrote: Jason Rayles wrote: Has this been discussed? Flash player 8 trace(this._alpha); this._alpha -= 10; trace(this._alpha); Output: 100 89.84375

[Flashcoders] Cancel Keypress

2005-12-13 Thread Judah Frangipane
) { trace(_name + ESCAPE key pressed) trace(prevText=+prevText) // restore previous dudes text setText(prevText); } } Judah ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] Book sequence...

2005-12-12 Thread Judah Frangipane
You pick up a lot of good video tutorials (both beginner and advanced) from this site: http://www.flashextensions.com/ I recommend viewing it after your second book. Judah Flash guru wrote: Agreed 1. Essential ActionScript 2.0 2. Object-Oriented Programming with ActionScript 2.0 Garage

Re: [Flashcoders] These [EMAIL PROTECTED] Flash 8 Linkage Publish Errors

2005-12-09 Thread Judah Frangipane
Hi Varfoo, Somewhere in your library there is another symbol using the linkage id of BoundingBox. Best Regards, Judah varfoo wrote: What the *^%$ is this? **Warning** The linkage identifier 'BoundingBox' was already assigned to the symbol 'com/yellowjacketsoftware/ui/components/Flash UI

[Flashcoders] FAQ Adobe acquisition of Macromedia

2005-12-07 Thread Judah Frangipane
FAQ Adobe acquisition of Macromedia http://www.adobe.com/aboutadobe/invrelations/adobeandmacromedia_faq.html Interesting key points: *How long will it take to integrate Flash Player and Adobe Reader?* It will be a multiyear effort. Ultimately, our goal is to combine both in a single

Re: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Judah Frangipane
Hi Zoli, Can you send links? Judah Zoltan Csibi wrote: Hi Michael Don't know if this is in your timeframe but we are preparing the alpha release of the Fluorine .NET remoting gateway. This works like the MM one for .NET and additionally supports pageable recordsets and .NET custom

Re: [Flashcoders] FAQ Adobe acquisition of Macromedia

2005-12-07 Thread Judah Frangipane
. Judah hank williams wrote: This new client is not in place of the current lightweight player. It is a separate thing, like central. So there will always be separate browser plugins for pdf and swf. Regards Hank On 12/7/05, Chad Mefferd [EMAIL PROTECTED] wrote: Gone are the days

Re: [Flashcoders] Selection.setFocus()

2005-12-02 Thread Judah Frangipane
. When writing code like this break it down and get it to work by itself and move up from there. Listener objects are notoriously issue prone. Judah Manuel Gonzalez wrote: Hi, Has anyone had any luck with Selection.setFocus()...? For some reason I haven't had any luck getting the tabIndex

Re: [Flashcoders] Martian Dataprovider confusion

2005-11-29 Thread Judah Frangipane
Cort, I've have often wanted to use the dataprovider on it's own in my projects as well. Would you post back to the list your findings. What you've got to work. Thanks! Judah PS When I was starting out I used the dataprovider in a list component and set the list invisible. Then as my

[Flashcoders] Flash Remoting with ASP.NET

2005-11-29 Thread Judah Frangipane
or an onFault event are triggered. My aspx pages work fine. Is there anyway to test Flash Remoting is working? Or does this sound familiar to anyone? Judah Frangipane ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

Re: [Flashcoders] Array Madness - test yourself

2005-11-21 Thread Judah Frangipane
() //any loop end i dont know what it is but they are not getting removed unless i specifially use array.pop(). offhand, could it be related to the fact that i'm referencing a static array? flash ide throws errors if i do anything but use static arrays in this class. judah Mark Winterhalder

Re: [Flashcoders] Array Madness - test yourself

2005-11-21 Thread Judah Frangipane
is read only array = []; Cos your only changing what the call parameter references not the underlying object So like I said before use splice(0) Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Judah Frangipane Sent: Sunday, November 20

[Flashcoders] Cannot change color on extended TextInput

2005-11-21 Thread Judah Frangipane
); label.setStyle(color, 0xFF); this.setStyle(color, 0xFF); theOwner.setStyle(color, 0xFF); label.setStyle(color, 0xFF); this.setStyle(color, 0xFF); Judah ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

[Flashcoders] Array Madness - test yourself

2005-11-20 Thread Judah Frangipane
then the length of the array is decreased and we do not iterate through all items in the array. Hope this helps someone. Best Regards, Judah ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Array Madness - test yourself

2005-11-20 Thread Judah Frangipane
i think that's why i couldn't use that (at the time). can you remember the situations this came up in? Mark Winterhalder wrote: On 11/21/05, JesterXL [EMAIL PROTECTED] wrote: Better yet, why not just: myArray = []; done? usually that's what i do, but other references to the array

Re: [Flashcoders] leaf name conflict

2005-11-20 Thread Judah Frangipane
; class com.T8.forms.formatting.NumberFormatter { } It wasn't obvious in the main class that this was going on. I also had empty MyClass.as files in the package directory. IE they were blank. not sure if that had anything to with it or not. HTH someone, Best Regards, Judah Frangipane Tom Lee

Re: [Flashcoders] embedFonts oddity

2005-11-18 Thread Judah Frangipane
symbols must be in the library (not named the same as the font). (see code) ** The example has code as well. Best Regards, Judah Frangipane Ian Thomas wrote: (MX2004) I'm having a bit of trouble with embedFonts (but not the usual 'can't find font' trouble!). I

Re: [Flashcoders] New Hire Resources list. Input needed.

2005-11-16 Thread Judah Frangipane
I really like this site. I would put someone through this to begin with. *School of ActionScript* These are video tutorials taking you from reading the book to real world usage. I recommend going through this ~2 day course. Broken down into sections. *ActionScript 2.0 Class Fundamentals*

Re: [Flashcoders] Offline/Online Security in FP8

2005-11-09 Thread Judah Frangipane
| (different rules) Judah JesterXL wrote: What browser and what Flash Player version? - Original Message - From: franto [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Wednesday, November 09, 2005 11:10 AM Subject: Re: [Flashcoders] Offline/Online

[Flashcoders] Flash remoting - when is the service call made?

2005-11-09 Thread Judah Frangipane
We are using flash remoting and I am trying to figure out when the call is getting made. Is it at the time that I call the service method or after I create the Relay Responder object? Does the pending call object get and hold the data until a relay responder has been created or after it has

Re: [Flashcoders] passing a variable to a function

2005-11-09 Thread Judah Frangipane
That's what I was thinking too. This article may be helpful in this situation http://osflash.org/flashcoders/as2?s=delegate. Judah Glenn J. Miller wrote: My guess here is that your reference to _root is 'lost' in terms of scope, as you're handling the onLoad event locally (on the stack

[Flashcoders] Cost of set interval

2005-11-03 Thread Judah Frangipane
? Thanks! Judah ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Flash capabilities

2005-11-02 Thread Judah Frangipane
fusion, etc. We have been using both and it makes it very easy to connect to a database. You do need to know the related server-side technology (php, asp, asp.net, cf, etc) to use it. Judah 8ball Developer wrote: 1. Can flash play audio streamed from Helix (Real Server)? flash streams

Re: [Flashcoders] DHTML and FLash Player 8 Bugs Fixed

2005-11-02 Thread Judah Frangipane
/stretch/htmlOverlayFullScale.html http://drumbeatinsight.com/examples/htmloverlay/withlist/htmlOverlayWithList.html Check out the debug example. There are *three* html overlays on that page. Can you spot the other ones? Judah Andy Weisner wrote: Heres a HO like ,similar seamless HTML

Re: [Flashcoders] DHTML and FLash Player 8 Bugs Fixed

2005-11-01 Thread Judah Frangipane
from within the Flash IDE. Now with External Interface we have a even more features. I still get info that people do not know it's uses. I'll post some links to live demonstration shortly. Best Regards, Judah Sander wrote: The principle works indeed. But the HTML has to come from Flash

Re: [Flashcoders] blog presentation flash

2005-10-31 Thread Judah Frangipane
system already built into it. I still have the design documents (rough drafts) if you are interested. HTH Judah dc wrote: I need to do a product site which is viewed in flash, but want to use a blogging system to manage the content updates. seems like wordpress has well documented DB apis etc

Re: [Flashcoders] Why Flex?

2005-10-28 Thread Judah Frangipane
right on. that's what i'm talking about. flash was about 80%-90% there for developers and then they forked the sucker. are they focus on developers in the next version of flash authoring since 8 was a designer oriented release? i like flex and where it can be used but i'd like to see the

Re: [Flashcoders] Job Offer :: employee search

2005-10-27 Thread Judah Frangipane
. Pay scale is based on portfolio and experience from $33k to $60k. Please email me for further details. Best Regards, Judah Frangipane ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] When migrate to Flash 8?

2005-10-27 Thread Judah Frangipane
. Or wait until 8.2 update (if one comes out). Best, Judah Gregory wrote: Hello flashcoders, I haven't upgrade to Flash 8 so far. Of course I'll do it soon ;-). But I have already read some of the manuals (AS reference, components etc) New features are great, definitely worth buying/using/migrating

Re: [Flashcoders] Flash vs Flex

2005-10-27 Thread Judah Frangipane
this but you can ask them if they have this feature in the plan IMHO. Judah Spike wrote: On 10/27/05, Mike Britton [EMAIL PROTECTED] wrote: Not totally sure what you mean by that... Map symbols to classes via some kind of package explorer wizard: if you create a movieclip in Flash

[Flashcoders] Creating a compiled component or compiled clip?

2005-10-21 Thread Judah Frangipane
, when we drag it from the components panel into a new blank project the layout is screwed up (graphics are moved around) and the components do not show up until we compile the clip. Best Regards, Judah ___ Flashcoders mailing list Flashcoders

[Flashcoders] Job Offers

2005-10-21 Thread Judah Frangipane
, CF, etc.) SQL Server XML C# Flex Javascript Fluent in English When contacting us please include resume and portfolio (with links). You need to be able to work on-site in Cedar Falls, Iowa. Pay scale is based on portfolio and experience. Please email me for further details. Best Regards, Judah

Re: [Flashcoders] Learn AS2 or AS3?

2005-10-21 Thread Judah Frangipane
and functions and by the time you learn it and get it down you will have to throw it out because AS3 is vastly different. It's just a personal opinion but this late in the game it might just end up confusing you to learn AS2 now. Judah Frangipane Merrill, Jason wrote: Pretty much everything you'll

[Flashcoders] When can we deploy Flex Builder 2 apps?

2005-10-20 Thread Judah Frangipane
, tweens, fades and effects. Thanks, Judah Frangipane ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] More on JSFL

2005-10-20 Thread Judah Frangipane
get some answers from the extending flash list http://lists.flashguru.co.uk/mailman/listinfo/extendflash. Judah Danny Kodicek wrote: My JSFL script appears to be unaccountably dying half-way through. It's a pretty hard-working script, but there's nothing to make it stop where it does (just

[Flashcoders] Will ActionScript 3 require me to rewrite my apps to use it?

2005-10-19 Thread Judah Frangipane
need to do in this release rather than making a change in the future. I feel if that is the case to not hold off now (like adding reflection) if later on it will cost us developers, type of thing. Best Regards, Judah Frangipane ___ Flashcoders mailing

Re: [Flashcoders] Macromedia unveiling Flex 2 and Flash 9 :communication or cacophony ?

2005-10-18 Thread judah
on board especially the people that have supported them and rallied for Flash for so long. Best Regards, Judah Frangipane JesterXL wrote: You've hit most of the Flash to Flex emotional ride. You appear to be on frustration. Here are the phases: - indifference - exploration - contemplation

Re: [Flashcoders] localToGlobal ?

2005-10-07 Thread Judah Frangipane
= nested_child_mc.relativePositionTo(_root.parent_of_nested_mc) maybe you could give an explanation of global to local? judah Giles Taylor wrote: Say you have a movieClip called A_mc on the stage that you move to x:20 y:20, then you have a movieClip in A_mc called B_mc that you place at x:20 y:20. When looking

Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0

2005-10-07 Thread Judah Frangipane
/rebranding? I'm just trying to understand this. Maybe translate into ActionScript 2.0. ;) Judah David Mendels wrote: Hello, Alpha at MAX on Oct 17. Final shipment in the first half of next calander year. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL