[flexcoders] No Complete Event for Image via Embed

2005-06-19 Thread JesterXL
if it: if(contentPath.indexOf(__Resources) != -1) // fire the event myself ??? --JesterXL Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups

Re: [flexcoders] No Complete Event for Image via Embed

2005-06-19 Thread JesterXL
images. You could use the creationComplete event of the Image control. Cheers, Ali -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: 18 June 2005 22:04 To: Flexcoders Subject: [flexcoders] No Complete Event for Image via Embed If I

[flexcoders] Binding Internally?

2005-06-18 Thread JesterXL
tag with an id of constitution does wtf? What if I, for this one time, don't want to use a tag? How can I bind to an AS defined property? --JesterXL Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from

Re: [flexcoders] Binding Internally?

2005-06-18 Thread JesterXL
later date, ChangeEvent metatag or not.Getter/Setters don't work either.However, the mx:Number tag with an id of "constitution" doeswtf? What if I, for this one time, don't want to use a tag? How can I bind to an AS defined property?--JesterXL Yahoo! Groups Links To visit y

Re: [flexcoders] Link control as a CellRenderer

2005-06-17 Thread JesterXL
Not quite, but close? http://www.jessewarden.com/archives/2005/01/datagrid_hyperl.html - Original Message - From: isidrolv To: flexcoders@yahoogroups.com Sent: Friday, June 17, 2005 12:31 PM Subject: [flexcoders] Link control as a CellRenderer Hello everybody! Does anyone

[flexcoders] AMFPHP Flex

2005-06-17 Thread JesterXL
In case anyone needs an example, it was amazingly simple to do; hooking up Flex' RemoteObject to AMFPHP. Flex rules. Example files here: http://www.jessewarden.com/archives/2005/06/flash_flex_amfp.html --JesterXL Yahoo! Groups Links * To visit your group on the web, go to: http

Re: [flexcoders] Link as a CellRender for a DataGrid

2005-06-17 Thread JesterXL
Dude, my emails are slow as nuts to this list... *ahem* Try this for your click event: listOwner.dispatchEvent({type: "hyperlinkClick", target: listOwner,cell: this, text: cellData}); That way, if anyone subscribes to the DataGrid's "hyperlinkClick" event, they'll get that event, with

[flexcoders] AS Array vs. MXML Array

2005-06-17 Thread JesterXL
for my cellRenderer, however, because he expects a label and data property name. Since you can't get nested tags attributes, must I use code for such models? --JesterXL Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe

[flexcoders] Emitting Events in MXML Components

2005-06-17 Thread JesterXL
It seems I can use the meta-tags used for ActionScript components in MXML?\ [Event(clear)] I've put that everywhere, and Flex always refuses to compile it. Must my MXML component be fully AS? --JesterXL Yahoo! Groups Links * To visit your group on the web, go to: http

Re: [flexcoders] Emitting Events in MXML Components

2005-06-17 Thread JesterXL
. For example: ##MyComponent.mxml## mx:VBox xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Metadata [Event(clear)] /mx:Metadata !-- Rest of code //-- /mx:VBox -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Saturday, June

Re: [flexcoders] Emitting Events in MXML Components

2005-06-17 Thread JesterXL
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Saturday, June 18, 2005 1:25 AM To: Flexcoders Subject: [flexcoders] Emitting Events in MXML Components It seems I can use the meta-tags used for ActionScript components in MXML?\ [Event(clear)] I've put

Re: [flexcoders] AS Array vs. MXML Array

2005-06-17 Thread JesterXL
You can do that, but those are unamed properties, hence my question about how to name them. For instance, what if you need to get the to boolean; how do you access it? A for in loop utilizing instanceof to determine if it's a Boolean? What if I had more than one? - Original Message

Re: [flexcoders] AS Array vs. MXML Array

2005-06-17 Thread JesterXL
Trying to avoid AS, hehe! - Original Message - From: Mercer, Dustin To: flexcoders@yahoogroups.com Sent: Friday, June 17, 2005 4:39 PM Subject: RE: [flexcoders] AS Array vs. MXML Array Oops, that won?t work at all L I am not sure if this will work either, but it doesn?t throw

Re: [flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-14 Thread JesterXL
to other windows? Does it associate the visibility of the popup to it's parent (which may be in a viewstack)? My experience suggests the anwers is no but that could just be pilot error. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: centerPopUp makes them align

Re: [flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-14 Thread JesterXL
] To: flexcoders@yahoogroups.com Sent: Tuesday, June 14, 2005 4:25 PM Subject: Re: [flexcoders] Re: Popup windows behaving oddly (partial solution) On 6/15/05, JesterXL [EMAIL PROTECTED] wrote: ... I gave up looking for centerPopUp in the Flex For Flash classes... It was added in Flex 1.5 (and I

Re: [flexcoders] Re: Popup windows behaving oddly (partial solution)

2005-06-13 Thread JesterXL
centerPopUp makes them align and center. - Original Message - From: Eric Raymond [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, June 13, 2005 7:49 PM Subject: [flexcoders] Re: Popup windows behaving oddly (partial solution) I can make the popup not appear behind the

Re: [flexcoders] printjob - dagatrid

2005-06-12 Thread JesterXL
Print the whole recordset? Perhaps you could: - setup your printjob - add the DataGrid as the current page - page through the next set of records that will fit on one page - add the DataGrid as the next page - continue this process until you've cycled through all records - print ??? -

Re: [flexcoders] Why can't I draw in the Canvas component using fillRect?

2005-06-11 Thread JesterXL
You can try: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Script ![CDATA[ function drawStuff() { var ref_mc = pad.createEmptyObject(square, getNextHighestDepth()); ref_mc.fillRect(0, 0, 200, 200, 0x00, 100); } ]] /mx:Script

Re: [flexcoders] Digest Number 877

2005-06-11 Thread JesterXL
Check the docs for events you can register for. The MediaPlayer has a complete event that'll trigger when the media is done. Have that play the next selected song when it fires. - Original Message - From: Venkata Krishnan Natarajan [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] how to change UIObject._rotation legally?

2005-06-11 Thread JesterXL
UIObject and it's property snatching kin do not address rotation. There are a couple options: - when adjusting the _rotation property, immediately call invalidate after it - same, but call setSize instead for a more immediate effect - Original Message - From: Aldo Bucchi [EMAIL

Re: [flexcoders] Popup windows behaving oddly

2005-06-10 Thread JesterXL
Avoid loading SWF's; that's the only time I've had weird things happen. You're not doing that are you? - Original Message - From: Eric Raymond [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, June 10, 2005 8:53 PM Subject: [flexcoders] Popup windows behaving oddly We've

Re: [flexcoders] horizontal numeric stepper

2005-06-05 Thread JesterXL
Override NumericStepper's layoutChildren method. Currently, it's: function layoutChildren():Void { var w = nextButton_mc.preferredWidth; var h = prevButton_mc.preferredHeight; var h2 = nextButton_mc.preferredHeight; nextButton_mc._x = layoutWidth - w; nextButton_mc._y = 0;

Re: [flexcoders] RIAs

2005-06-02 Thread JesterXL
Title: Message I'm coining Enterprise Crackhead. - Original Message - From: Rick Bullotta To: flexcoders@yahoogroups.com Sent: Thursday, June 02, 2005 3:20 PM Subject: RE: [flexcoders] RIAs humor To join the club, I will now officially coin the terms “Galactic RIA”™, “Consumer

Re: [flexcoders] Re: Saving a Flex chart as a jpeg file

2005-05-26 Thread JesterXL
This kind of works too: http://jerryscript.hostrocket.com/flash/draw/SWFDrawing2JPEG.html Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of

Re: [flexcoders] how to use the setInterval() in flex actionscript ?

2005-05-25 Thread JesterXL
Same, just put in a mx:Script tag, or link to the external .as file in your script tag. - Original Message - From: loveewind [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, May 25, 2005 7:51 AM Subject: [flexcoders] how to use the setInterval() in flex actionscript ?

Re: [flexcoders] Saving a flex chart as a jpeg

2005-05-25 Thread JesterXL
A major insane way if you're feeling adventuerous. Go to the AS2Draw or similiar drawing actionscript classes; then, utilizing DENG, convert you're drawing to SVG XML. From that point, you can pass it to a server-side script that can take the SVG to convert to whatever format you like.

[flexcoders] Validating XML

2005-05-24 Thread JesterXL
ActionScript API to validate XML through DTD/XSD's. Is there a way to validate XML through an XSD on the client before sending it through an HTTPService? --JesterXL Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe

Re: [flexcoders] Possible to setStyle on the entire application?

2005-05-24 Thread JesterXL
Try this. Put this code in your Application: function setupAppColor() { if(appColor == blue) { setStyle(themeColor, haloBlue); } else if(appColor == orange) { setStyle(themeColor, haloOrange); } else if(appColor == green) { setStyle(themeColor, haloGreen); } else

Re: [flexcoders] Validating XML

2005-05-24 Thread JesterXL
My perception of Castor and the reason to use it is based on the ability to validate your data/value objects in Java, thus ensuring that if your data is valid, and another system has problems using it, it is the other system and not the base Java code. Furthermore, the use of XSD's for data

Re: [flexcoders] implementing init() in subclass

2005-05-23 Thread JesterXL
I never figured that out. What I do is use the contructor in my init, so: function initYourCanvas() { } And then, in your Canvas' attributes, do: initialize="initYourCanvas();" - Original Message - From: Kristopher Schultz To: flexcoders@yahoogroups.com Sent: Monday, May 23,

Re: [flexcoders] implementing init() in subclass

2005-05-23 Thread JesterXL
Actually, unless you want to override the vars by re-claring them with default values up top, yoou are better off just doing a plain AS solution. If you do that (non MXML), the compiler won't bitch about init. - Original Message - From: JesterXL To: flexcoders@yahoogroups.com

Re: [flexcoders] Scale the size of a whole application

2005-05-20 Thread JesterXL
ote: I was afraid I hadn't explained the problem right...Setting to those just takes up the space, it doesn't actually scale the content larger. It resizes the layout managers larger which results in a lot of unused white space for my application. I need the cont

Re: [flexcoders] Re: Flex on the Web

2005-05-20 Thread JesterXL
One I'm working on, yes. The public will never see it. Incidentally, 90% of my Flash RIA work has been the same way in the past. Can I do both for internet websites? Sure, it's just my current clients have specific needs for intranet deployed applications. - Original Message - From:

Re: [flexcoders] multiple threads?

2005-05-20 Thread JesterXL
You can spawn an interval to pick away at your task as well. http://www.jessewarden.com/archives/2005/05/flex_flash_refr.html - Original Message - From: sanjayd [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 20, 2005 2:19 PM Subject: [flexcoders] multiple threads?

Re: [flexcoders] Tooltip on DataGrid Cell?

2005-05-18 Thread JesterXL
if there is any other straight forward way to do this!JesterXL wrote: Not DataGrid, not DataGridColumn, but cell... anyone know how to get a tooltip on a DataGrid cell?--JesterXL Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders

Re: [flexcoders] Tooltip on DataGrid Cell?

2005-05-18 Thread JesterXL
To: flexcoders@yahoogroups.com Sent: Wednesday, May 18, 2005 9:21 AM Subject: Re: [flexcoders] Tooltip on DataGrid Cell? You can get that by using a cellRenderer!I do not know if there is any other straight forward way to do this!JesterXL wrote: Not DataGrid, not DataGridColumn, but cell

Re: [flexcoders] Displaying dynamic HTML file in a Flex Window

2005-05-18 Thread JesterXL
This is pretty pimp: http://coenraets.com/viewarticle.jsp?articleId=95 - Original Message - From: Brett Palmer [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 17, 2005 6:38 PM Subject: [flexcoders] Displaying dynamic HTML file in a Flex Window We have a Flex

Re: [flexcoders] Serious corruption in Flex-generated SWF

2005-05-17 Thread JesterXL
I've seen it with Canvas containers, but that was because the author didn't specific x and y positions for the controls. Are you using an event to redraw/reposition elements in the containers of the Accordion? - Original Message - From: Tim Blair [EMAIL PROTECTED] To:

Re: [flexcoders] DataGrid.labelFunction

2005-05-17 Thread JesterXL
2 columnName=col2 / /mx:Array /mx:columns /mx:DataGrid /mx:Application - Original Message - From: JesterXL [EMAIL PROTECTED] To: Flexcoders flexcoders@yahoogroups.com Sent: Tuesday, May 17, 2005 4:19 PM Subject: [flexcoders] DataGrid.labelFunction I cannot get this to work

Re: [flexcoders] DataGrid.labelFunction

2005-05-17 Thread JesterXL
Can someone explain why this doesn't work with the labelFunction? ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Script![CDATA[ import mx.utils.Delegate; function test(item, colName){return "cow";} function doStuff(){var d =

Re: [flexcoders] DataGrid.labelFunction

2005-05-17 Thread JesterXL
something horribly obvious. Anyone have a mx.controls.listclasses.SelectableRow.as file to send me for Flex so I can see? - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Tuesday, May 17, 2005 4:57 PM Subject: Re: [flexcoders] DataGrid.labelFunction Can

Re: [flexcoders] Re: DataGrid.labelFunction

2005-05-17 Thread JesterXL
Thank you very much; after testing it works like a charm. However, I must take this opportunity to urge Macromedia to release the Flex component classes for Flex 2.0. I could have spent 2 hours effectively debugging my problem, perhaps less, rather than flailing and flying blind. -

Re: [flexcoders] Announcing Flex Style Explorer

2005-05-17 Thread JesterXL
That's awesome! Thanks for the link. - Original Message - From: Jae Hess [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, May 17, 2005 10:26 PM Subject: [flexcoders] Announcing Flex Style Explorer Not sure if you have heard the news: Announcing Flex Style Explorer

Re: [flexcoders] Looking for a critique

2005-05-16 Thread JesterXL
It does need a description; for me, I clearly saw the cold front coming on Friday evening, and knew my weekend of camping was screwed... but during nice days, you couldn't tell I guess! - Original Message - From: Manish Jethani [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent:

Re: [flexcoders] Development of components with AS

2005-05-16 Thread JesterXL
$var or _var was typically private, where-as __var was Macromedia's private. - Original Message - From: dave buhler To: flexcoders@yahoogroups.com Sent: Monday, May 16, 2005 1:19 PM Subject: Re: [flexcoders] Development of components with AS What's common

Re: [flexcoders] Development of components with AS

2005-05-16 Thread JesterXL
Typically _ was used with same names, so: _selectedIndex could be the private, and the getter: public function get selectedIndex To me, publics should just be normal vanilla, and the class should handle those details, consitently. For more info:

Re: [flexcoders] Looking for a critique

2005-05-14 Thread JesterXL
I think it's nice Jeff, great job! Suggestion: - make your application 100% by 100% so it fills the whole browser screen As far as free web services go: - PayPal has some beta ones you can practice shopping carts - Amazon has a ton of great ones to search their site - Yahoo has a bunch more

[flexcoders] Custom Application Preloader Woes

2005-05-13 Thread JesterXL
defaulting to the user_classes in tomcat / flex , etc. Any pointers? Why would the AS file work but not the SWC? --JesterXL Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email

[flexcoders] Default Text Color?

2005-05-12 Thread JesterXL
I suck at math; what is 734012 in hex? Thanks if you can help. --JesterXL Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups

Re: [flexcoders] Default Text Color?

2005-05-12 Thread JesterXL
0x0B333C; right? - Original Message - From: JesterXL [EMAIL PROTECTED] To: Flexcoders flexcoders@yahoogroups.com Sent: Thursday, May 12, 2005 12:57 PM Subject: [flexcoders] Default Text Color? I suck at math; what is 734012 in hex? Thanks if you can help. --JesterXL Yahoo! Groups

Re: [flexcoders] Default Text Color?

2005-05-12 Thread JesterXL
; right?- Original Message - From: "JesterXL" [EMAIL PROTECTED]To: "Flexcoders" flexcoders@yahoogroups.comSent: Thursday, May 12, 2005 12:57 PMSubject: [flexcoders] Default Text Color?I suck at math; what is 734012 in hex?Thanks if you can help.--JesterXL

Re: [flexcoders] SWFs and domains

2005-05-12 Thread JesterXL
Have you tried: - System.security.loadPolicyFile? - System.allowDomain()? - Original Message - From: Dimitrios Gianninas To: flexcoders@yahoogroups.com Sent: Thursday, May 12, 2005 1:39 PM Subject: [flexcoders] SWFs and domains Hi, I know I have this question already, but

[flexcoders] ThemeColor in CellRenderers

2005-05-12 Thread JesterXL
. Thanks if you can help! --JesterXL Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] * Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info

Re: [flexcoders] Internal popups

2005-05-12 Thread JesterXL
It's compiled into the final SWF so there isn't technically a dependency. However, if you want a simple popup, you could use an Alert. check out Alert.show for that, and for loading internal components as popups, look up PopUpManager.createPopUp - Original Message - From: Jeff

Re: [flexcoders] SWFs and domains

2005-05-12 Thread JesterXL
0/contextB/jimmy.xml ); Still doesn't work. Wouldn't happen to have anything else up your sleeve? Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 1:46 PMTo: flexcoders@yahoogroups.comSubject: Re:

Re: [flexcoders] SWFs as backgrounds

2005-05-12 Thread JesterXL
Go look here: C:\Program Files\Macromedia\Flex\extras\stylesheets Good examples in the CSS how to do it. - Original Message - From: Ryan Scott Jones To: flexcoders@yahoogroups.com Sent: Thursday, May 12, 2005 2:35 PM Subject: [flexcoders] SWFs as backgrounds Does anyone know

Re: [flexcoders] SWFs and domains

2005-05-12 Thread JesterXL
dda the solution to this must be something really small that I am overlooking. How much of that "tons" is there left? :) Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 2:29 PMTo

Re: [flexcoders] SWFs and domains

2005-05-12 Thread JesterXL
... but it would be nice if this worked. Don't know if you can think of anything else... thanks for the help Jester. Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Payments Inc. From: JesterXL [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 2:52 PMTo: flexcoders@yahoogroups.comSu

Re: [flexcoders] SWFs and domains

2005-05-12 Thread JesterXL
pop-up located on http://www.macromedia.com/devnet/mx/flash/articles/fplayer_security_print.html... I never see it. Can you take a flight to Montreal? I'll buy you a beer :) Where are 23rd century transporters when you need them. Dimitrios "Jimmy" Gianninas RIADeveloper Optimal Paymen

Re: [flexcoders] Wish List Item...

2005-05-12 Thread JesterXL
was looking for: http://www.shockwave-india.com/blog/actionscript/?asfile=getDateFromString.as JesterXL wrote: http://www.darronschall.com/weblog/archives/40.cfm CF + AS2 = Yum Yum For You! - Original Message - From: Tarik Ahmed [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent

Re: [flexcoders] flex app loading hangs

2005-05-11 Thread JesterXL
Right Click About Flash Player. The page it directs to will show the current exact version installed. - Original Message - From: Robert Brueckmann [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, May 11, 2005 2:40 PM Subject: RE: [flexcoders] flex app loading hangs I

Re: [flexcoders] Perplexing caching behavior

2005-05-11 Thread JesterXL
Try adding recompile=true to the end of the URL string. If no dice, delete the source attribute, recompile, add the source attribute back, recompile. - Original Message - From: pilby1 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, May 11, 2005 3:04 PM Subject:

Re: [flexcoders] Resizing Panel back to 100%

2005-05-10 Thread JesterXL
yourPanel.width = "100%"; yourPanel.height = "100%"; - Original Message - From: Lehman, Jason To: flexcoders@yahoogroups.com Sent: Tuesday, May 10, 2005 2:09 PM Subject: [flexcoders] Resizing Panel back to 100% Does anybody know of a way to dynamically

Re: [flexcoders] Tile container?

2005-05-05 Thread JesterXL
Why are you using Tile vs. TileList? - Original Message - From: Robert Brueckmann To: flexcoders@yahoogroups.com Sent: Thursday, May 05, 2005 1:50 PM Subject: RE: [flexcoders] Tile container? Thanks David but I’m using the Tile container not the TileList…the tileList has a

Re: [flexcoders] Questions, Questions

2005-05-04 Thread JesterXL
You can save a Flex app to a SWF very easily: - open Notepad - put in this text: a href=""right click here to save/a - save file as html - open in browser - right click to save as SWF If your Flex server is legal, the SWF won't timeout either. This is how Central works with Flex,

Re: [flexcoders] Questions, Questions

2005-05-04 Thread JesterXL
The SWF can still hit your backend without issue as long as it's deployed from the same domain. You don't need Flex server to ensure that. - Original Message - From: Rick Bullotta To: flexcoders@yahoogroups.com Sent: Wednesday, May 04, 2005 10:56 AM Subject: RE: [flexcoders]

Re: [flexcoders] Questions, Questions

2005-05-04 Thread JesterXL
To clarify, you don't need Flex server to communicate with back-end data servvices. - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Wednesday, May 04, 2005 11:02 AM Subject: Re: [flexcoders] Questions, Questions The SWF can still hit your backend without

Re: [flexcoders] Questions, Questions

2005-05-04 Thread JesterXL
decompiler and removes the check) - Original Message - From: David Terry To: flexcoders@yahoogroups.com Sent: Wednesday, May 04, 2005 11:32 AM Subject: RE: [flexcoders] Questions, Questions JesterXL, Could you please expand on your statement? I am trying to create an app that uses web

Re: [flexcoders] Sherwin-Williams Flex app now live...

2005-05-04 Thread JesterXL
DAMN, you beat me! I remember Beyer or whoever did theirs in Laszlo... this one [EMAIL PROTECTED] (this one is extremely better than the Laszlo one, and makes the Laszlo one look bad because this one is so good). - Original Message - From: Jeff Whatcott To:

Re: [flexcoders] Questions, Questions

2005-05-04 Thread JesterXL
out is where is the "useProxy" proxy attribute the config file talks about? It's not in the FlexBuilder properties panel, nor the docs for WebService? - Original Message ----- From: JesterXL To: flexcoders@yahoogroups.com Sent: Wednesday, May 04, 2005 11:37 AM Subject: Re: [

Re: [flexcoders] Questions, Questions

2005-05-04 Thread JesterXL
Just tested, and yep, never works great. I wish it would default to that... but I'm a client developer, so I can see why it defaults to server. - Original Message - From: JesterXL To: flexcoders@yahoogroups.com Sent: Wednesday, May 04, 2005 1:32 PM Subject: Re: [flexcoders

Re: [flexcoders] Questions, Questions

2005-05-04 Thread JesterXL
4. Darron Schall said this better on the MTASC list, but it's mainly because: if(_global.myClass == undefined) { _global.myClass = {}; // initialize rest of class here } That if block is limited to 32k of data so if your class has more than that much data, that's why it doesn't work.

Re: [flexcoders] Force UI update during intense AS work: doLater, maybe?

2005-05-04 Thread JesterXL
Title: Message Example in case you miss it: http://dev.jessewarden.com/flex/process/ Think of doLater as "next screen refresh". What it is best used for is ensuring that GUI updating methods only run once per frame since you can only update the GUI once per frame. Think of the term

Re: [flexcoders] Re: flex calendar component

2005-05-03 Thread JesterXL
and its 2000 odd lines of code, what a day I'm gonna have! Any idea where to start? It's all a bit overwhelming. Andrew. --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: The way I'm tackling the immense challenge of extending the not-made-to-be-extended DateChooser

Re: [flexcoders] dispatchEvent in AS class?

2005-05-03 Thread JesterXL
() + ); }; }; Greetz Erik -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: zaterdag 30 april 2005 0:48 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] dispatchEvent in AS class? Add this as a static member: static var mixIt

Re: [flexcoders] dispatchEvent in AS class?

2005-05-03 Thread JesterXL
[mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: dinsdag 3 mei 2005 16:43 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] dispatchEvent in AS class? Doing this: EventDispatcher.initialize(this); Puts the addEventListener, removeEventListener, and dispatchEvent functions as well

Re: [flexcoders] Alert.show method question

2005-05-03 Thread JesterXL
Flash doesn't "block" except for 1 method in the entire Flex/Flash API: PrintJob.send. Everything else gets executed single-threaded, and stops when all commands on the stack are executed. So, to get 1 Alert to happen only after the 2nd has happened, you'll have to launch the 2nd Alert

Re: [flexcoders] flex calendar component

2005-05-02 Thread JesterXL
The way I'm tackling the immense challenge of extending the not-made-to-be-extended DateChooser in Flash (mx.controls.fateworsethandeathtoextend.DateChooser) is by replacing the CalendarLayout's drawing mechnism to create custom class objects instead of simple TextFields. Then, in the

Re: [flexcoders] Tips on Custom component

2005-04-29 Thread JesterXL
Willing to contract out the job, hehe? If I were you, I'd read up on the various Flash component integration articles. Then, I'd inherit from Container to get the ability to load children into it. If those items that you put in it inherit from UIComponet, I reckon you'll get the margins you

Re: [flexcoders] dispatchEvent in AS class?

2005-04-29 Thread JesterXL
Add this as a static member: static var mixIt = EventDispatcher.initalize(SocketManager.prototype); - Original Message - From: Sean McKibben [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, April 29, 2005 5:49 PM Subject: [flexcoders] dispatchEvent in AS class? I'm

Re: [flexcoders] Dynamically Generated MXML without using JSP

2005-04-29 Thread JesterXL
...not sure about the server-side, but in client side Flex, you could do: my_xml = new XML(); my_xml.ignoreWhite = true; my_xml[owner] = this; my_xml.onData = function(str) { trace(raw MXML: + str); }; my_xml.load(http://yourserver.com/index.mxml); - Original Message - From:

Re: [flexcoders] Newbie: Flash vs. Flex, CPUs, Lazslo

2005-04-28 Thread JesterXL
Scott hit just about everything. I'll just repeat it anyway as short as possible; feel free to ask for further clarity. 1. Flex allows you to develop form based, web 'esque applications faster than you can do in Flash. You have a better, more mature component set, and layout is automatically

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread JesterXL
Sounds to me like Flex works fine, FlexBuilder does not. Flex when it times out will work fine as a standalone dev server. FlexBuilder, however, will not, and you will have to either A call support and get an extension, B sign up for a Non-Developer License, C Use another editor like

Re: [flexcoders] Re: createClassObject

2005-04-26 Thread JesterXL
() by maintaining your own counter. I want to know why I should avoid using getNextHighestDepth(). This is partially awnsered by: JesterXL [EMAIL PROTECTED] getNextHighestDepth is, from experience, overrwritten from the Flash implementation, and handles depth management in ActionScript rather than letting

Re: [flexcoders] EventDispatcher Question.

2005-04-26 Thread JesterXL
It works great, I used it for at least a year with no problems. Additionally, it was inveted before mx.utils.Delegate was around, so you can do things like: my_pb.addEventListener(click, this, onClick); - Original Message - From: Scott Barnes [EMAIL PROTECTED] To:

Re: [flexcoders] String Trimming

2005-04-26 Thread JesterXL
Title: String Trimming str = str.split(" ").join(""); BOO-YAH! - Original Message - From: Ronald Kinion To: flexcoders@yahoogroups.com Sent: Tuesday, April 26, 2005 4:21 PM Subject: [flexcoders] String Trimming I've been looking for a way to trim strings in flex/actionscript

Re: [flexcoders] Re: createClassObject

2005-04-25 Thread JesterXL
createChild is the method you should typically use, although since most DataGrid cell renderers inherit from UIComponent, not View, they don't get createChild, which has auto-naming features; createClassObject in UIObject/UIComponent doesn't, so that's probably why he used it with a name, you

Re: [flexcoders] SWC screws up flex properties

2005-04-25 Thread JesterXL
Are you pointing to the Flex Classes instead of Flash' default when making them? - Original Message - From: eerkmans [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, April 25, 2005 9:22 AM Subject: [flexcoders] SWC screws up flex properties Hi all, I've got another

Re: [flexcoders] Re: createClassObject

2005-04-25 Thread JesterXL
If you are just controlling visibility, use setVisible(false/true) instead of creating the objects each time; that should be significantly more efficient. Secondly, yeah, z order is a good concept. Basically, each element in Flash is drawn on a depth. Higher depths are where things are

Re: [flexcoders] Re: createClassObject

2005-04-25 Thread JesterXL
Hehe, I didn't know createChild did auto-naming until you showed me, so thanks back at cha! - Original Message - From: Gordon Smith [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, April 25, 2005 3:31 PM Subject: RE: [flexcoders] Re: createClassObject Oops! You are

Re: [flexcoders] Tomcat

2005-04-21 Thread JesterXL
Works here; simple if you can actually get Tomcat installed correctly. http://www.jessewarden.com/archives/2005/03/flex_chronicles_8.html - Original Message - From: Michel Jansen [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, April 21, 2005 2:16 PM Subject:

Re: [flexcoders] Tomcat

2005-04-21 Thread JesterXL
ples site working. It's pretty simple really.-- Matthew On 4/21/05, JesterXL [EMAIL PROTECTED] wrote: Works here; simple if you can actually get Tomcat installed correctly.http://www.jessewarden.com/archives/2005/03/flex_chronicles_8.html - Original Message -From: "Michel

Re: [flexcoders] loading a flash component

2005-04-21 Thread JesterXL
If you can, implement in Flash at the top of your code: _lockroot = true If that doesn't work, try putting that code creating elements into a movie clip or component itself; running code on _root is bad anyway. ...frankly, I don't think this functionality is supported; I don't know what Flex

Re: [flexcoders] Re: PopUpManager

2005-04-20 Thread JesterXL
Yes, if you, typically, do a deletePopUp when the event was triggered by the popup itself, there's some kind of reference to the popup kept around. I've found that if I do something like this: function initApp() { popup = PopUpManager.createPopUp(this, TitleWindow, true);

Re: [flexcoders] Re: setting conditional enabled with AS

2005-04-19 Thread JesterXL
Dudes, x is a getter/setter property. If you want to know when it changes, just listen for a move event. - Original Message - From: Darron J. Schall [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, April 19, 2005 3:23 PM Subject: Re: [flexcoders] Re: setting conditional

Re: [flexcoders] Re: setting conditional enabled with AS

2005-04-19 Thread JesterXL
able names. We're not talking about x and y positioning here. subst var1 and var2 for x, y.M. On 4/19/05, JesterXL [EMAIL PROTECTED] wrote: Dudes, x is a getter/setter property.If you want to know when it changes,just listen for a "move" event.- Original Message -Fro

Re: [flexcoders] About dialog boxes

2005-04-19 Thread JesterXL
Check out mx.core.Application; it has a show alert function, or you can use the mx.controls.Alert singleton. Additionally, you can do anything with mx.maangers.PopUpManager, modal or not, and typically I put a decorated, closeButton enabled TitleWindow of sorts in it. - Original

Re: [flexcoders] Simple arithmetic - resolved

2005-04-18 Thread JesterXL
A number is not a number? wtf, lol! trace(!isNaN(NaN)); // false ...crud, that means it is... but how can a number that's not a number be a number? I'm confused now... - Original Message - From: Manish Jethani [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, April 18,

Re: [flexcoders] working with dynamic components

2005-04-18 Thread JesterXL
Have any mouseDown even in your component funnel through a dispatcher; he sets the selected state, whatever that may be, on your component, and then bubbles the event to whoever needs it... or just set the state in every mouseDown event. As far as visuals... dude, this is Flex, whatever you

Re: OT: Macromedia User groups (was RE: [flexcoders] Re: Adobe aquires Macromedia)

2005-04-18 Thread JesterXL
Whatever dude, it's more bling. If a product makes dough, it's cool, if not, it's toast. Flex make dough? Anyone remember April 1st? The event that ACTUALLY happened that day? - Original Message - From: Scott Barnes [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday,

<    5   6   7   8   9   10   11   >