Re: [flexcoders] Start Project with Flex 1.5 or Flex 2.0

2005-11-02 Thread JesterXL
No deadline? PIMP! I'd use Flex 1.5, and convert to 2.0 when she's solid. I was originally under the impression that porting an app required an inordinate amount of time, but was correct yesterday. ActionScript only projects, a.k.a. Flash, take longer because they are heavy in ActionScript.

Re: [flexcoders] Re: Start Project with Flex 1.5 or Flex 2.0

2005-11-02 Thread JesterXL
you mean when you say type cast. Can you elaborate? Thanks, Jack --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: No deadline? PIMP! I'd use Flex 1.5, and convert to 2.0 when she's solid. I was originally under the impression that porting an app required

Re: [flexcoders] Re: Start Project with Flex 1.5 or Flex 2.0

2005-11-02 Thread JesterXL
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, November 02, 2005 12:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Start Project with Flex 1.5 or Flex 2.0 // this won't fly var s = some text; // this is good! var

Re: [flexcoders] Re: Start Project with Flex 1.5 or Flex 2.0

2005-11-02 Thread JesterXL
, and your app will run slower because all properties and methods have to be looked up in hash tables on dynamic Objects. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, November 02, 2005 9:16 AM To: flexcoders

Re: [flexcoders] Re: Start Project with Flex 1.5 or Flex 2.0

2005-11-02 Thread JesterXL
have to be looked up in hash tables on dynamic Objects. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, November 02, 2005 9:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Start Project

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-02 Thread JesterXL
This sucked royally in 1.5. You had to make your AS file a class, AND you had to define the control variables in the AS; meaning, if you used a button with an id of "my_pb", you had to import the mx.controls.Button class, and define the private var my_pb:Button up top... for every damn

Re: [flexcoders] To code-behind or not to code-behind?

2005-11-02 Thread JesterXL
What's a helper object? - Original Message - From: Roger Gonzalez [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, November 02, 2005 11:22 PM Subject: RE: [flexcoders] To code-behind or not to code-behind? You might want to search the archives, we had a long chat about

Re: [flexcoders] script time warning and Flash Player 8

2005-10-31 Thread JesterXL
I never knew it was an issue. Incidentally, I think that is one of the worst features Macromedia could of implemented in Flex, although, I understand why they did it. My opinion; if you are using that attribute of the application tag, it's time to refactor whatever part of your code

Re: [flexcoders] Drawing Examples in Flex 2?

2005-10-30 Thread JesterXL
Bling, bling! package { import flash.display.StageScaleMode; import flash.display.StageAlign; import flash.display.Sprite; import flash.display.Graphics; import flash.events.MouseEvent; import flash.events.MouseEventType; import flash.util.trace; public class DrawingMouse extends Sprite

Re: [flexcoders] Big problem with OCX, Flash 8 release version

2005-10-30 Thread JesterXL
PROTECTED] wrote: Sorry JesterXL, I've got no idea! Just storing it up as a last resort to investigate if necessary. Thankfully, I'm not working on production code right now so don't need the debugger (doing the Flex 2 Alpha eval instead). Jules On 10/28/05, JesterXL [EMAIL PROTECTED] wrote

Re: [flexcoders] Re: Flex2 outlook on Webservice support

2005-10-28 Thread JesterXL
Not to mention faster and less memory usage because of Flash Player 8.5. - Original Message - From: Dave Wolf [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 28, 2005 9:03 AM Subject: [flexcoders] Re: Flex2 outlook on Webservice support I dont think anything in

Re: [flexcoders] MX:Image and caching

2005-10-28 Thread JesterXL
It will recognize it already has it; it uses the browser cache. You can force it to get a fresh images by appending a random # to the end of the image's filename via ?num=randomnum. - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] MX:Image and caching

2005-10-28 Thread JesterXL
...or just a loadMovie/Loader.contentPath and see the JPEG appear in your browser cache. - Original Message - From: Spike To: flexcoders@yahoogroups.com Sent: Friday, October 28, 2005 10:44 AM Subject: Re: [flexcoders] MX:Image and caching As far as I'm aware, the Flash player

Re: [flexcoders] SWC's in Flex

2005-10-27 Thread JesterXL
a definition named __Packages.MyTab. Is your SWC somewhere in your library path? -rg -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, October 26, 2005 8:48 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] SWC's

Re: [flexcoders] SWC's in Flex

2005-10-27 Thread JesterXL
If the above has been taking care of, I'd look into the className var I mentioned earlier. regards, Muzak - Original Message - From: JesterXL [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 5:48 AM Subject: Re: [flexcoders] SWC's in Flex - compile the Flash 8

Re: [flexcoders] SWC's in Flex

2005-10-27 Thread JesterXL
classes (yeah I'm paranoid). Try again with F7 I'd say. regards, Muzak - Original Message - From: JesterXL [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 5:48 AM Subject: Re: [flexcoders] SWC's in Flex - compile the Flash 8 SWC - import the SWC

Re: Re[2]: [flexcoders] SWC's in Flex

2005-10-27 Thread JesterXL
Is there a way to hack this to work? - Original Message - From: Andriy Panas [EMAIL PROTECTED] To: Muzak flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 3:11 AM Subject: Re[2]: [flexcoders] SWC's in Flex Hello Muzak, Thursday, October 27, 2005, 8:17:59 AM, you wrote: M

Re: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-27 Thread JesterXL
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, October 26, 2005 6:21 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] AJAX vs Flex whitepaper?? anyone?? Don't know of one, but if you find one, please let us ( and me know offlist), thanks! And good luck

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
Use MXML instead. You can use Grid, VBox, HBox, etc. to do what a table tag does, and more. - Original Message - From: Mehdi, Agha To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 1:43 PM Subject: RE: [flexcoders] HTML Text in TextArea Wow, that sucks. I can

Re: Re[2]: [flexcoders] SWC's in Flex

2005-10-27 Thread JesterXL
l_Dir\resources\flexforflashTool needs 2 parameters.- path to swc- path to Flex componentsIn my case it looked like this:SwcRepair.exe "E:/components/flex1/MyButton.swc" "C:/Program Files/Macromedia/Flex/resources/flexforflash/FlexforFlash/Components"hth,Muzak

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
Whoever is parsing the data to be put in tables should be removed from the process. Flex should be the presentation tier in this instance, not HTML. - Original Message - From: Mehdi, Agha To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 1:58 PM Subject: RE:

Re: Re[2]: [flexcoders] SWC's in Flex

2005-10-27 Thread JesterXL
in there for any usable AS2 class, whatever and __Packages.whatever. Are they both there? -Roger Roger Gonzalez mailto:[EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Thursday, October 27, 2005 10:41 AM

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
drag-select of text across multiple table cells.Any ideas?Spike On 10/27/05, JesterXL [EMAIL PROTECTED] wrote: Use MXML instead. You can use Grid, VBox, HBox, etc. to do what a table tag does, and more. - Original Message - From: Mehdi, Agha To: flexcoders

Re: [flexcoders] Big problem with OCX, Flash 8 release version

2005-10-27 Thread JesterXL
Message - From: JesterXL [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 9:02 PM Subject: Re: Re[2]: [flexcoders] SWC's in Flex As far as #2, yeah, I see both. As far as #1, here's the bottom of the log; this is repeated a few times because I've hit

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
Another idea is to do what FlashPaper does, and use the Flash Player 7 Selection TextSnapshot features to select multiple text areas. - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Thursday, October 27, 2005 3:44 PM Subject: Re: [flexcoders] HTML Text

Re: [flexcoders] Big problem with OCX, Flash 8 release version

2005-10-27 Thread JesterXL
--- JesterXL [EMAIL PROTECTED] wrote: Screenshot didn't come through, but same problem here: http://www.jessewarden.com/archives/2005/10/cant_install_fl.html Haven't had the time to attempt to resolve yet; gave up after 6 hours of screwing with it. - Original Message - From: Robert

Re: [flexcoders] HTML Text in TextArea

2005-10-27 Thread JesterXL
which I'm off to check now.Spike On 10/27/05, JesterXL [EMAIL PROTECTED] wrote: Another idea is to do what FlashPaper does, and use the Flash Player 7 Selection TextSnapshot features to select multiple text areas. - Original Message - From: JesterXL To: flexcoders

Re: [flexcoders] Big problem with OCX, Flash 8 release version

2005-10-27 Thread JesterXL
Ok, so that's: - João Fernandes - Robert Thompson - Julian Suggate - Jesse Warden - Chrisemersonnc This proves it's not an isolated incident via 5 people have the exact same issue. At this point, I'll just pray that the Player Team figures this one out. Julian, and you could please tell me

Re: [flexcoders] 1.5 dev version

2005-10-27 Thread JesterXL
Apply for a non-commercial license if you wish to utilize FlexBuilder, otherwise, you can drop the .war file in Tomcat, and compile with Eclipse + Oxygen XML + ANT. FlexBuilder 2 will not require a server. - Original Message - From: Robert Thompson [EMAIL PROTECTED] To:

Re: [flexcoders] Google AdSense

2005-10-26 Thread JesterXL
I never figured out how to modify the HTML Flex generates. Instead, since I didn't need HistoryManagement, I just made my own HTML container and hosted the SWF in that. That way, you can put whatever you want underneath it. - Original Message - From: Robert Thompson [EMAIL PROTECTED]

Re: [flexcoders] Google AdSense

2005-10-26 Thread JesterXL
and then have the javascript that's required for AdSense included in the page. Or am I mis-understanding what's possible here? Although there seems to be a small culture out there that doesn't like Full Flash sites; my clients love it. -r --- JesterXL [EMAIL PROTECTED] wrote: I never figured

Re: [flexcoders] Usage of CreateClassObject CreateComponent

2005-10-26 Thread JesterXL
clickBroadcast but it didn't seem to work. Thanks, -Mark -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Wednesday, October 26, 2005 2:19 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Usage of CreateClassObject

Re: [flexcoders] Re: Usage of CreateClassObject CreateComponent

2005-10-26 Thread JesterXL
in the app. I am trying to do this using createChild and it runs but nothing paints on screen. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: mx:Script![CDATA[ import mx.controls.Button; function onInit() { createChild ( Button ); // or createClassObject

Re: [flexcoders] AJAX vs Flex whitepaper?? anyone??

2005-10-26 Thread JesterXL
Don't know of one, but if you find one, please let us ( and me know offlist), thanks! And good luck. - Original Message - From: Aldo Bucchi [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 26, 2005 9:02 PM Subject: [flexcoders] AJAX vs Flex whitepaper??

[flexcoders] SWC's in Flex

2005-10-26 Thread JesterXL
Can you use a Flash MX 2004/Flash 8 generated SWC in Flex 1.5? --JesterXL Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread JesterXL
className:String = MyButton; // correct var className:String = com.muzakdeezign.controls.MyButton; } Not sure if that's still the case with Flex 1.5 though. regards, Muzak - Original Message - From: JesterXL [EMAIL PROTECTED] To: Flexcoders flexcoders@yahoogroups.com Sent: Thursday, October

Re: [flexcoders] SWC's in Flex

2005-10-26 Thread JesterXL
] To: flexcoders@yahoogroups.com Sent: Wednesday, October 26, 2005 10:58 PM Subject: Re: [flexcoders] SWC's in Flex Which part isn't working? Haven't done this in a long time though, so not sure if I'll be of great assistance, hehe. regards, Muzak - Original Message - From: JesterXL [EMAIL

Re: [flexcoders] File Upload / FileIO

2005-10-25 Thread JesterXL
Something is accessing it. Meaning, Flash 8 is currently viewing the SWF, or you have it open. FlexBuilder will not upload a file if something has a file handle open to the file. Close all applications referencing the SWF, reboot FlexBuilder, and try again. - Original Message -

Re: [flexcoders] File Upload / FileIO

2005-10-25 Thread JesterXL
...or are you talking about the actual ability to upload files via the File object in Flash 8? - Original Message - From: JesterXL [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 25, 2005 10:51 AM Subject: Re: [flexcoders] File Upload / FileIO Something

Re: [flexcoders] When do multiple Flash remoting calls in AMF get bundled into single request?

2005-10-24 Thread JesterXL
More info, although, not sure if it's really conclusive: http://www.5etdemi.com/blog/archives/2005/03/remoting-bottleneck-only-two-connections-can-be-opened-at-a-time/ - Original Message - From: Andriy Panas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 24, 2005

Re: [flexcoders] When do multiple Flash remoting calls in AMF get bundled into single request?

2005-10-24 Thread JesterXL
Interesting tid-bit in the link from the comments: http://weblogs.macromedia.com/pent/archives/2005/02/operating_in_pa.cfm Talks about the result, though, not the actual call. - Original Message - From: JesterXL [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 24

Re: [flexcoders] Re: How t o display PDF file which is Stored in Database

2005-10-24 Thread JesterXL
PROTECTED] Office: 866-CYNERGY x85 --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Here's a start: http://www.blazepdf.com/ - Original Message - From: jagabcdeff [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 24, 2005 11:45 AM Subject

Re: [flexcoders] FP8 Filters + Flex 1.5?

2005-10-20 Thread JesterXL
Kind of... http://www.macromedia.com/devnet/flex/articles/fp8_features.html - Original Message - From: [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 20, 2005 6:56 AM Subject: [flexcoders] FP8 Filters + Flex 1.5? Just wondering, does anyone know if

Re: [flexcoders] Re: ComboBox dataprovider [was] Dividing the mailing list into categories

2005-10-20 Thread JesterXL
g list into categories Don't they have mailing lists that are archived more like the current forums? Best of both worlds--I find that it's hard as a newer Flash developer to dig through the current archives to find stuff discussed back before I knew Flash even existed. That would be the main benefi

Re: [flexcoders] Using @ContextRoot() with Loader

2005-10-20 Thread JesterXL
If you get this to work, please let us know! - Original Message - From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Thursday, October 20, 2005 1:13 PM Subject: RE: [flexcoders] Using @ContextRoot() with Loader Oops: source=[EMAIL PROTECTED]() + ‘ /’ + object.imagePath}

Re: [flexcoders] Using @ContextRoot() with Loader

2005-10-20 Thread JesterXL
Naw, I meant if Kashif got it working, hehe! Haven't had the time to test this yet, figured he'd beat me to it. - Original Message - From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Thursday, October 20, 2005 5:12 PM Subject: RE: [flexcoders] Using @ContextRoot() with

Re: [flexcoders] Vertical Headers in Datagrid

2005-10-19 Thread JesterXL
I'm sure if you created a HeaderRenderer, and then embedded the font in a rotation textfield, it would work. - Original Message - From: preeshc [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 19, 2005 12:04 PM Subject: [flexcoders] Vertical Headers in Datagrid

Re: [flexcoders] Flex 1.5 mx.events.LowLevelEvents bug(99911) addition

2005-10-19 Thread JesterXL
is to add this property to the button tag: trackAsMenu=true *** So I suspect/hope it is fixed in 2.0. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Tuesday, October 18, 2005 7:15 PM To: Flexcoders Subject: [flexcoders] Flex 1.5

Re: [flexcoders] Using DataSelector

2005-10-18 Thread JesterXL
; EditableForm.prototype.modelChanged = function() { this.oldDataSelectorModelChanged.apply(this, arguments); onModelChanged.apply(this, arguments); }; } - Original Message - From: JesterXL [EMAIL PROTECTED] To: Flexcoders flexcoders@yahoogroups.com Sent: Tuesday, October 18, 2005 12:28 PM Subject

Re: [flexcoders] Vector images versus Bitmaps in Flex (and transparency)

2005-10-18 Thread JesterXL
1. Nope. Vector images take more CPU to render, and in pre-Flash 8, they are constantly redrawn. So, too, are raster graphics (bitmaps), but they do not require using the internal vector-to-pixel rendering engine; more RAM, less CPU. Yes; use bitmaps when you can. 2. You can: - utilize

Re: [flexcoders] De-Select on Tree does not fire change event

2005-10-18 Thread JesterXL
De-selecting via setting selectedIndex or a control + click? - Original Message - From: Stacy Young To: flexcoders@yahoogroups.com Sent: Tuesday, October 18, 2005 12:39 PM Subject: [flexcoders] De-Select on Tree does not fire change event I’ve got a button in which its state

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread JesterXL
This setup works well in Flash; Flashcoders handles component ActionScript coding issues where as Flashnewbie handles anything not advanced. There are a bunch of smart people on Flashnewbie, and everyone pitches in to help. What Flexcoders, though, really needs is a clear division between

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread JesterXL
LOL, that woulda sucked! var i:Number = Math.POSTIVIE_INFINITY; while(i--) { trace(whew!); } - Original Message - From: Greg Johnson [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 18, 2005 4:41 PM Subject: [flexcoders] Re: Dividing the mailing list into

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread JesterXL
of this list... to see if they agree... you'd need a policy on this list to direct the appropriate questions to a new list. [EMAIL PROTECTED] On 10/18/05, JesterXL [EMAIL PROTECTED] wrote: This setup works well in Flash; Flashcoders handles component ActionScriptcoding issues where

Re: [flexcoders] Re: Dividing the mailing list into categories

2005-10-18 Thread JesterXL
into categories Might try contacting the owners of this list... to see if they agree... you'd need a policy on this list to direct the appropriate questions to a new list. [EMAIL PROTECTED] On 10/18/05, JesterXL [EMAIL PROTECTED] wrote: This setup works well in Flash; Flashcoders handles

Re: [flexcoders] Re: Macromedia Labs site

2005-10-18 Thread JesterXL
Right job using the coolest tool! - Original Message - From: Scott Barnes To: flexcoders@yahoogroups.com Sent: Tuesday, October 18, 2005 6:03 PM Subject: Re: [flexcoders] Re: Macromedia Labs site Right tool, right job :) On 10/19/05, Spike [EMAIL PROTECTED] wrote: *snip*That

[flexcoders] Flex 1.5 mx.events.LowLevelEvents bug(99911) addition

2005-10-18 Thread JesterXL
to find...! Is it a confirmed bug and should I file? --JesterXL Yahoo! Groups Sponsor ~-- Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM

Re: [flexcoders] calling createEmptyMovieClip()

2005-10-17 Thread JesterXL
createEmptyMovieClip() Hi I found this code in the archives (courtesy of JesterXL). but i cant make it work. any ideas var ref_mc = myCanvas.createEmptyMovieClip(square, getNextHighestDepth()); myCanvas.fillRect.call(ref_mc, 0, 0, 100, 100, 0xCC0033, 100); -- Flexcoders Mailing List FAQ

Re: [flexcoders] Macromedia Labs site

2005-10-17 Thread JesterXL
You are the 15th billionth person to notice this. Maybe if some of the CF'ers stopped complaining about it and actually made a Wiki in ColdFusion, then Macromedia would use it instead. - Original Message - From: charlespaz1 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Re: calling createEmptyMovieClip()

2005-10-17 Thread JesterXL
. In that origianl post (see below) you mentioned createEmptyMovieClip had less overhead. Thats why i wanted to use it. orginal ref http://www.mail-archive.com/flexcoders@yahoogroups.com/msg08763.html --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Try like this: var ref_mc

Re: [flexcoders] Movieclip Tweening Prototypes

2005-10-17 Thread JesterXL
There are a bunch of modifications to the MovieClip's prototype in the Flex framework. They are too numerous to list here, but most reside in UIObjectExtensions.as and UIComponentExtensions.as. If you can find out what the Flash SWF is extending, and list them, maybe we can resolve the

Re: [flexcoders] Re: Movieclip Tweening Prototypes

2005-10-17 Thread JesterXL
() MovieClip.sizeTo() MovieClip.pauseTween() MovieClip.unpauseTween() MovieClip.isTweenPaused() MovieClip.stopAllTweens() MovieClip.pauseAllTweens() MovieClip.unpauseAllTweens() MovieClip.ffTween() MovieClip.rewTween() MovieClip.invertColorTo() MovieClip.tintTo() --- In flexcoders@yahoogroups.com, JesterXL

Re: [flexcoders] Re: Movieclip Tweening Prototypes

2005-10-17 Thread JesterXL
for obvious reasons, and I don't think it's possible to change the laco source, but even if I could, it still might not be a great idea. Unless you see something I don't, I think we are going to have to refactor the SWF. Any ideas? --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote

Re: [flexcoders] Re: Movieclip Tweening Prototypes

2005-10-17 Thread JesterXL
... thanks for helping... I appreciate the time :) --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: It doesn't have everything in there, and what is in there has changed slightly from 1.0 to 1.5. I'm with you; that exact reason was given to me when I was using Flash

Re: [flexcoders] OT: What's going on with FlashCoderz

2005-10-14 Thread JesterXL
It's down. Dave Watts, admin owner, apparently "moved the mail servers across the street", and then sent a test email. Then, Sunday night it went silent... - Original Message - From: Oleg Filipchuk To: flexcoders@yahoogroups.com Sent: Friday, October 14, 2005 9:08 AM Subject:

[flexcoders] Code Share

2005-10-14 Thread JesterXL
For those who don't read blogs, I duplicated Pastebin.com in Flex using Flashcom (missing Diff's, though). Source included. http://www.jessewarden.com/archives/2005/10/code_share_real.html --JesterXL Yahoo! Groups Sponsor ~-- Most low income

Re: [flexcoders] Re: WebServices via ActionScript

2005-10-12 Thread JesterXL
-CYNERGY x85 --- In flexcoders@yahoogroups.com, "JesterXL" [EMAIL PROTECTED] wrote: Starting a new thread since we hijacked the other one. I tested this and it works in Flex 1.5 and Flash 8. ?xml version="1.0" encoding="utf-8"? mx:Application xmlns:mx="

Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL
They don't have to be. Have you looked into the webservice classes? - Original Message - From: Mink, Joseph To: flexcoders@yahoogroups.com Sent: Tuesday, October 11, 2005 7:52 AM Subject: RE: [flexcoders] Highly classful architectures I'm not totally sure what you mean, but I

Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL
Got a WSDL? - Original Message - From: Mink, Joseph To: flexcoders@yahoogroups.com Sent: Tuesday, October 11, 2005 9:27 AM Subject: RE: [flexcoders] Highly classful architectures You mean after the mxml has been compiled? It's been a month or so since I attacked that particular

[flexcoders] MXML/HTML Beautifiers?

2005-10-11 Thread JesterXL
/ However, I now want to show MXML/HTML if it doesn't do AS2, that's ok, I can use a hybrid approach. Anyone know of one? I use MoveableType, so if it's more of an online service like Arul's is, that'd be cooler. Thanks if you can help! --JesterXL Yahoo! Groups

Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL
supported or intended, I opted not to pursue it (it did not seem all that simple). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Tuesday, October 11, 2005 9:46 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Highly

Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL
um... ok so do you like know of any public WSDL's then? - Original Message - From: Mink, Joseph To: flexcoders@yahoogroups.com Sent: Tuesday, October 11, 2005 12:12 PM Subject: RE: [flexcoders] Highly classful architectures Gotcha...very cool! Unfortunately, I can't share our

Re: [flexcoders] Highly classful architectures

2005-10-11 Thread JesterXL
Thanks Jim - Original Message - From: Jim Schneider To: flexcoders@yahoogroups.com Sent: Tuesday, October 11, 2005 1:00 PM Subject: RE: [flexcoders] Highly classful architectures Here’s one that I’ve used for prototyping: service name="weatherServiceWS"

[flexcoders] WebServices via ActionScript

2005-10-11 Thread JesterXL
Starting a new thread since we hijacked the other one. I tested this and it works in Flex 1.5 and Flash 8. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; initialize=getFunky() mx:Script ![CDATA[ import mx.services.WebService; import

Re: [flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread JesterXL
Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY x85 --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Starting a new thread since we hijacked the other one. I tested this and it works in Flex 1.5 and Flash 8. ?xml version=1.0

Re: [flexcoders] Re: WebServices via ActionScript

2005-10-11 Thread JesterXL
, JesterXL [EMAIL PROTECTED] wrote: Because, doing GUI code in Flash sux. Dare you to use Flash for 6 years doing GUI development, and THEN ask the same questions. You can do layout in Flash via dragging form elements, but: 1. you run into initialization challenges which complicate your

Re: [flexcoders] attaching a programmatically defined Effect to a component

2005-10-08 Thread JesterXL
Try: panelWorkspace.addEventListener("showEffect", Delegate.create(this, doShow)); function doShow() { // tweak settings here showEff2.playEffect(); } - Original Message - From: David Aden To: flexcoders@yahoogroups.com Sent: Saturday, October 08, 2005 2:31 PM Subject:

Re: [flexcoders] [Cairngorm] - Question about ViewHelpers

2005-10-08 Thread JesterXL
It can do Arrays: ModelLocator.my_array = []; // datagrid my_dg.dataProvider = ModelLocator.my_array; ModelLocator.addItem(); ...that's it though... - Original Message - From: Christophe Herreman [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 08, 2005 12:05

Re: [flexcoders] PopupManager.createPopUp - varying the className argument

2005-10-07 Thread JesterXL
Close! var yourClass:String = Pooki; PopUpManager.createPopUp(this, _global[yourClass], false); - Original Message - From: Derrick Grigg [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 07, 2005 10:04 AM Subject: RE: [flexcoders] PopupManager.createPopUp - varying

Re: [flexcoders] would you recommend FLEX web site like http://www.flashkit.com/index.shtml ?

2005-10-07 Thread JesterXL
http://cflex.net/ http://www.flexauthority.com/ - Original Message - From: Quality To: flexcoders@yahoogroups.com Sent: Thursday, October 06, 2005 8:45 PM Subject: [flexcoders] would you recommend FLEX web site like http://www.flashkit.com/index.shtml ? would you recommend FLEX

Re: [flexcoders] titlewindow move end

2005-10-07 Thread JesterXL
move. my_panel.addEventListener(move, this); function move() { trace(cracka moved!); } - Original Message - From: Rajesh Jayabalan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 07, 2005 7:38 PM Subject: [flexcoders] titlewindow move end Hi, I want to

Re: [flexcoders] Flex or Flash, opinions?

2005-10-06 Thread JesterXL
I'll let someone else give you the elongated answer, so here's the short one. If you are creating games that have low level needs (blitting, movieclip usage vs. UIObject), use Flash. If you are creating applications, use Flex. If you are creating applications that have AfterEffects like

Re: [flexcoders] Submit Using Enter Key.

2005-10-06 Thread JesterXL
mx:TextInput enter=doSubmit() / - Original Message - From: Joe [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, October 06, 2005 7:55 PM Subject: [flexcoders] Submit Using Enter Key. Is possible to submit using the enter key within flex? -- Flexcoders Mailing List

Re: [flexcoders] How to find out the thickness of the scroll bar?

2005-10-05 Thread JesterXL
I think HScrollbar is always 16 wide, and VScrollbar is always 16 high. :: checks :: Hrm... well, screenshot reports 17, but I think that's a border. - Original Message - From: Marcin Glowacki [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, October 05, 2005 11:03 AM

Re: [flexcoders] Flash Debug Player 8

2005-10-05 Thread JesterXL
What I've been doing is keeping Flash Player 7 Debug for IE. This allows FlexBuilder to keep the debug player. Then, I test in Firefox which has the Flash Player 8 non-debug. So, I can debug if I need to in FlexBuilder, but see my F8 features actually work in Firefox. If you think that is

Re: [flexcoders] How to find out the thickness of the scroll bar?

2005-10-05 Thread JesterXL
of the scroll bar? On 10/5/05, JesterXL [EMAIL PROTECTED] wrote: I think HScrollbar is always 16 wide, and VScrollbar is always 16 high. :: checks :: Hrm... well, screenshot reports 17, but I think that's a border. I think I remember having read in the docs that it's 16 by default. Anyway, so

Re: [flexcoders] Is an add-on required for Sound Effects?

2005-10-04 Thread JesterXL
Sound is an intrinsic class; not sure why it's not shown. Your code looks good; maybe try changing this: soundEffect = new Sound(); To this: soundEffect = new Sound(this); - Original Message - From: Deacutis, Francine To: flexcoders@yahoogroups.com Sent: Monday, October

Re: [flexcoders] Is an add-on required for Sound Effects?

2005-10-04 Thread JesterXL
Flash Player has an mp3 codec built in; you don't need an mp3 player. - Original Message - From: Deacutis, Francine To: flexcoders@yahoogroups.com Sent: Tuesday, October 04, 2005 12:38 AM Subject: RE: [flexcoders] Is an add-on required for Sound Effects? : ) Guess it helps

Re: [flexcoders] Render image Dynamically

2005-10-04 Thread JesterXL
Flash Player currenty cannot read binary files (beyond .txt, .xml, .jpg, .png, and .gif). Therefore, you must create a proxy for it (Loader.contentPath). Whether this is a temporery file, or simply a return from a Loader.contentPath request with the necessarey contentHeader, either way,

Re: [flexcoders] Cairngorm ModelLocator

2005-10-04 Thread JesterXL
New Class. For example, for GUI related things (skin names, image locations, mp3 locations, etc.) and other various graphical thigns that have absolutely nothing to do my apps logic, but are very important for it to actually look right, and sometimes work, I just put in a constants. class

Re: [flexcoders] images being cached w/ mx:image

2005-10-04 Thread JesterXL
Delete the generated folder. In Tomcat, it's: C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\flex\WEB-INF\flex\generated I'm pretty sure that's what fixed it for me. - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Nesting Instinct on overload?

2005-10-03 Thread JesterXL
I've ran into 2 roadblocks, 1 confirmed, 1 unconfirmed and extremely hard to re-produce. 1. Symbol names can be a maximum of 64 characters. Flex utilizes a custom numbering scheme upon compile, so your physical views, say: com.company.yourapp.view.controls.YourControl; Would become:

Re: [flexcoders] Is an add-on required for Sound Effects?

2005-10-03 Thread JesterXL
Nope. Flash Player can play sounds since... well... a long time ago. Got some code not working? Post it. - Original Message - From: symbltechies [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 03, 2005 9:25 PM Subject: [flexcoders] Is an add-on required for

Re: [flexcoders] Is an add-on required for Sound Effects?

2005-10-03 Thread JesterXL
Is the kaching.mp3 in the root of your Flex application? Basically, is it in the same folder the main application MXML file is in? - Original Message - From: Deacutis, Francine To: flexcoders@yahoogroups.com Sent: Monday, October 03, 2005 10:22 PM Subject: RE: [flexcoders] Is an

Re: [flexcoders] Can someone please make a simple Amazon search application?

2005-10-01 Thread JesterXL
Got a WSDL + license key? - Original Message - From: pioplacz [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, October 01, 2005 5:46 PM Subject: [flexcoders] Can someone please make a simple Amazon search application? Hi! I have now tryed for few days to get my amazon

Re: [flexcoders] Re: Flex Server Alternatives

2005-09-29 Thread JesterXL
Zorn is not Mistral; while Zorn is a plugin for Eclipse, it is NOT a server component like the Flex server is currently. Huge difference. - Original Message - From: Alex Alex [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 29, 2005 3:39 PM Subject:

Re: [flexcoders] Force initialization of ViewStack children?

2005-09-28 Thread JesterXL
Make the ViewStac's creationPolicy="all". - Original Message - From: Noah Hoffman To: flexcoders@yahoogroups.com Sent: Tuesday, September 27, 2005 8:20 PM Subject: [flexcoders] Force initialization of ViewStack children? I’ve got a component that’s not the first component my

Re: [flexcoders] Flex Server Alternatives

2005-09-28 Thread JesterXL
Laszlo touts itself as being an alternative, but it's not even in the same league. Not sure what happened to KineticFusion, don't hear about it much. - Original Message - From: Anupam [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, September 27, 2005 10:31 PM Subject:

Re: [flexcoders] Flex with EJB3

2005-09-28 Thread JesterXL
Guessing that the AMF deserializer on the client can't rebuild the classes to ActionScript equivalent objects. Can you make a POJO, copy the properties, and put those new objects back in the Array (or Object slots)? Maybe if you put in a basic object that the AMF deserializer understands, you

Re: [flexcoders] Flex with EJB3

2005-09-28 Thread JesterXL
One other thing; are you SURE they are undefined? Sometimes, OpenAMF is notorious for wiping out the toString() method that comes with extending Object, so a trace outputs undefined or null, but it really is an object with valid properties. - Original Message - From: JesterXL [EMAIL

<    3   4   5   6   7   8   9   10   11   >