[flexcoders] Re: How to enable ardware acceleation for AIR Player ?

2009-06-30 Thread helihobby
Any idea if the new Nvidia / Intel deal that Adobe has signed will fix this ? --- In flexcoders@yahoogroups.com, helihobby heliho...@... wrote: That sucks the big one... We need it BIG time, look why: http://www.MediaSignage.com Regards, Sean - MediaSignage.com --- In flexcoders

[flexcoders] How to enable ardware acceleation for AIR Player ?

2009-06-24 Thread helihobby
Hello, I am trying to find out how can I enable ardware acceleation for AIR Player. It does not have the HTML wrapper so the wmode won't help. And, is there a list of compatible hardware ? Any information or links will help and I do appreciate it. Googling does reveal much which leads me to

[flexcoders] Re: How to enable ardware acceleation for AIR Player ?

2009-06-24 Thread helihobby
alternative if you are planning to do something with 3D. --- In flexcoders@yahoogroups.com, helihobby helihobby@ wrote: Hello, I am trying to find out how can I enable ardware acceleation for AIR Player. It does not have the HTML wrapper so the wmode won't help. And, is there a list

[flexcoders] A must see new Application in Flex - Free Digital Signage powered Adobe's Flex

2008-10-15 Thread helihobby
I am happy to announce that after 2 years of intense development we have finally released our Free Digital Signage Flex beta web application. You can check it out at: http://www.MediaSignage.com The application is powered by over 50 SWF modules and we have put extensive planning and design into

[flexcoders] Need Help !!! Security box error loading SWF Animation due to new Flash Security

2008-09-02 Thread helihobby
Please anyone... I am pulling my hair our for 3 days and REALLY could use some help ... We have a flex application which loads Flash CS3 animation. We can load the animation and view the animation problem. However if we try to talk to the loaded swf ( loader.content ) which is by the way is

[flexcoders] Re: Need Help !!! Security box error loading SWF Animation due to new Flash Security

2008-09-02 Thread helihobby
Link for articale: www.adobe.com/devnet/flashplayer/articles/fplayer9_security.htm --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Please anyone... I am pulling my hair our for 3 days and REALLY could use some help ... We have a flex application which loads Flash

[flexcoders] Re: Need Help !!! Security box error loading SWF Animation due to new Flash Security

2008-09-02 Thread helihobby
Link for article: www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Please anyone... I am pulling my hair our for 3 days and REALLY could use some help ... We have a flex application which loads Flash

[flexcoders] PLEASE Help. Why some Flash CS3 swf can be unloaded in Flex and why some can't ?

2008-08-29 Thread helihobby
Hi Guys, I am having a BIG problem with loading and unloading Flash CS3 animation ? You can download the two swf animations... Good.swf is good and can be unload while Bad.swf can not be unloaded http://www.helihobby.com/html/TestSWFs.zip Is there something I am missing ? Is this a Flex /

[flexcoders] Re: PLEASE Help. Why some Flash CS3 swf can be unloaded in Flex and why some can't ?

2008-08-29 Thread helihobby
. Thanks again, Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Hi Guys, I am having a BIG problem with loading and unloading Flash CS3 animation ? You can download the two swf animations... Good.swf is good and can be unload while Bad.swf can

[flexcoders] How can I stop/kill a running SWF which was loaded with SWFLoader ?

2008-04-03 Thread helihobby
Hi All, I have a swf which I loaded via SWFLoader. It runs fine however how can I kill it. I dont have the source FLA so I cant add actionscript inside the SWF. I must kill it from the outside. when I set the swfLoad.load(null) or swfLoad = null or even swfLoad.source = null after it has been

[flexcoders] Re: How can I stop/kill a running SWF which was loaded with SWFLoader ?

2008-04-03 Thread helihobby
? --- In flexcoders@yahoogroups.com, helihobby helihobby@ wrote: Hi All, I have a swf which I loaded via SWFLoader. It runs fine however how can I kill it. I dont have the source FLA so I cant add actionscript inside the SWF. I must kill it from the outside. when I set the swfLoad.load(null

[flexcoders] Please Help. Pulling hair with TileList and FilterFunction

2008-03-14 Thread helihobby
Hello and thanks for reading this !!! I am using a TileList with a FilterFunction on the dataprovider which is an XMLListCollection. mx:TileList id=productTiles dragEnabled=true dragMoveEnabled=false height=100% width=100% useRollOver=false

[flexcoders] How can I save XML path deep inside my XML data ?

2008-01-31 Thread helihobby
Hello, I have a very large XML. I have a function which reads the XML and finds something that I am looking for ( lets say data123 ) Once I find it I wish to save the absolute path to it ... Is that possible ? For example: I wish to save: myXml.books[0].book.covers.cover[2].items[2].data123

[flexcoders] Re: How can I save XML path deep inside my XML data ?

2008-01-31 Thread helihobby
to do? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent: Thursday, January 31, 2008 6:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How can I save XML path deep inside my XML data

[flexcoders] Is Module Debugging supported in Adobe Air ?

2008-01-16 Thread helihobby
Hello, I am trying to debug a Module in Adobe Air and the debugger just skips over the breakpoints ( in the loaded module that is ) ... Does anyone know if this is supported or will be supported and if so ... when ? Regards, Sean - HeliHobby.com

[flexcoders] Re: FW: How can I tell length or size of object ( not array ) but object ..

2008-01-05 Thread helihobby
Subject: Re: How can I tell length or size of object ( not array ) but object .. ObjectUtil.getClassInfo(myobj).properties.length; --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , helihobby helihobby@ wrote: Is there a way to know a size of an object ( hash table

[flexcoders] Re: Adobe Air Error on new install - Unable to locate specified base class

2008-01-04 Thread helihobby
Anyone ? --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Any one has an idea why I get the following error when I try to start a new AIR Desktop Project in Flex Beta Builder 3 ? Unable to locate specified base class 'mx.core.WindowedApplication' for component

[flexcoders] How can I tell length or size of object ( not array ) but object ..

2008-01-04 Thread helihobby
Is there a way to know a size of an object ( hash table ) without doing a for loop ? as in: var o:Object = new Object(); o.a = aa; o.b = bb; o.length or o.size does not work ? So how can I know size without doing a loop every time ? Regards, Sean.

[flexcoders] Adobe Air Error on new install - Unable to locate specified base class

2008-01-03 Thread helihobby
Any one has an idea why I get the following error when I try to start a new AIR Desktop Project in Flex Beta Builder 3 ? Unable to locate specified base class 'mx.core.WindowedApplication' for component class 'MyAir'.Air/src MyAir.mxml Unknown 1199416949109 6226 I think I need to

[flexcoders] What;s the method you set to run when property is undefined - default set/get ?

2007-12-30 Thread helihobby
I remember I read once that you can set a default setter getter method to run when a setter or getter is executed that is not available in the class ... anyone knows the name of that method ? Thanks, Sean.

[flexcoders] Can anyone help me get this amazing fire effect work ...

2007-12-23 Thread helihobby
I got this Effect from a friend and its written in Flash but all in Actionscript 3 so it should work for Flex as well ... right ? The code is posted... Can anyone help get this to work. Its an amazing fire effect. Here is the code. ( PS in Flash CS3 it works great !!! ) ?xml version=1.0

[flexcoders] Re: Can anyone help me get this amazing fire effect work ...

2007-12-23 Thread helihobby
my mods. The effect is a bit underwhelming... --- In flexcoders@yahoogroups.com, Corey Smaller corey_smaller@ wrote: - http://flexlib.googlecode.com/svn/trunk/docs/flexlib/controls/Fire.html is this the same code? should work -- In flexcoders@yahoogroups.com, helihobby

[flexcoders] Re: Can anyone help me get this amazing fire effect work ...

2007-12-23 Thread helihobby
@yahoogroups.com, helihobby helihobby@ wrote: I got this Effect from a friend and its written in Flash but all in Actionscript 3 so it should work for Flex as well ... right ? The code is posted... Can anyone help get this to work. Its an amazing fire effect. Here is the code. ( PS

[flexcoders] Re: Can anyone help me get this amazing fire effect work ...

2007-12-23 Thread helihobby
is this the same code? should work -- In flexcoders@yahoogroups.com, helihobby helihobby@ wrote: I got this Effect from a friend and its written in Flash but all in Actionscript 3 so it should work for Flex as well ... right ? The code is posted... Can anyone help get

[flexcoders] How can I add Sprite / MovieClip to stage without error of not UIComponent

2007-12-23 Thread helihobby
How can I add Sprite / MovieClip to stage without error of not UIComponent ? Everytine I add a Sprite or MC I get the error ... even if I try to cast to a DisplayObject ... Any help is greatly appreciated ... Sean.

[flexcoders] Re: How can I add Sprite / MovieClip to stage without error of not UIComponent

2007-12-23 Thread helihobby
/addChildAt mx.core::Container/addChild TestAS12344/setFire TestAS12344/onClick TestAS12344/__bb_click --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: How can I add Sprite / MovieClip to stage without error

[flexcoders] Re: How can I add Sprite / MovieClip to stage without error of not UIComponent

2007-12-23 Thread helihobby
Can you post an example please ? --- In flexcoders@yahoogroups.com, Jonathan Lee [EMAIL PROTECTED] wrote: What I did is just add a UIComponent under the container as a child. The add everything meaningful stuff as child of that UIComponent. helihobby [EMAIL PROTECTED] wrote

[flexcoders] Re: Why does my Tree Control Vertically scrolls on its own ?

2007-12-20 Thread helihobby
=false From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent: Wednesday, December 19, 2007 6:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Why does my Tree Control Vertically scrolls on its own

[flexcoders] Re: Why does my Tree Control Vertically scrolls on its own ?

2007-12-20 Thread helihobby
in to allow you a chance to scroll before dropping. If you don't ever want to drop on that tree, set dropEnabled=false From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent: Wednesday, December 19, 2007 6:43 PM

[flexcoders] Why does my Tree Control Vertically scrolls on its own ?

2007-12-19 Thread helihobby
Hi All, I have my mx:tree set to liveScrolling false and yet when I drag items out of the Tree the vertical scroll bar / tree scrolls down as if I am scrolling down ... I wish for the tree to remain on its current scroll position ... Is this a bug in Flex SDK 2.01 ? Regards, Sean.

[flexcoders] Re: Why does my Tree Control Vertically scrolls on its own ?

2007-12-19 Thread helihobby
[EMAIL PROTECTED] wrote: That's probably the dragScroll kicking in. Is dropTarget=true? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent: Wednesday, December 19, 2007 1:26 PM To: flexcoders@yahoogroups.com

[flexcoders] Re: Why does my Tree Control Vertically scrolls on its own ?

2007-12-19 Thread helihobby
I was doing ... DragManager.acceptDragDrop(target); But why would this screw it up ? Regards, Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: It sure was ... I did: override protected function dragScroll():void {} Which solved the problem ... Thanks

[flexcoders] Re: How come setStyle(width,100%) does not change container back to 100% ?

2007-12-18 Thread helihobby
Thank you all and thank s much Johnny for the answer ... Regards, Sean. --- In flexcoders@yahoogroups.com, Jhonny Everson [EMAIL PROTECTED] wrote: You can use the property percentWidth; you code could be: this.percentWidth = 100; -- Jhonny Everson

[flexcoders] How come setStyle(width,100%) does not change container back to 100% ?

2007-12-13 Thread helihobby
Hello, This is something that has been beugging me for a long time ( ever since Flex Beta 2 Beta ). When I set a container ( lets say VBox ) to 100% width using MXML inline than all is great. mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; width=100% height=100% creationComplete=init() If

[flexcoders] Re: this,border exists in debug but not in my class ? How do I access my prog sk

2007-12-12 Thread helihobby
anyone can help ? --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Subject: this,border exists in debug but not in my class ? How do I access my prog skin ? Hello, I need to get the instance of my programmatic skin. I see my instance in the debugger when I break

[flexcoders] Re: this,border exists in debug but not in my class ? How do I access my prog sk

2007-12-12 Thread helihobby
code? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent: Tuesday, December 11, 2007 11:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] this,border exists in debug but not in my class ? How do I access my

[flexcoders] this,border exists in debug but not in my class ? How do I access my prog skin ?

2007-12-11 Thread helihobby
Subject: this,border exists in debug but not in my class ? How do I access my prog skin ? Hello, I need to get the instance of my programmatic skin. I see my instance in the debugger when I break point and it lives in: this.border However when I try to access it via ActionScript I get an

[flexcoders] Re: How can we use TransitionManager in Flex ... It is an ActionScript 3.0 Class

2007-12-08 Thread helihobby
Anyone ? Regards, Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Its even documented in Adobe Air: http://livedocs.adobe.com/labs/air/1/aslr/fl/transitions/TransitionManager.html So why can't we use it in Flex 2/3 ? :( The Pixelate and Blinds

[flexcoders] Help ... Why isn't my localToGlobal working on a draggable sprite ?

2007-12-05 Thread helihobby
Hello all, I've been playing with this all day and can't figure it out .. I have a dragable sprite. I am trying to convert its X Y coords to global coords. My Sprite is _box; I do: var boxPoint:Point = new Point(_box.x,_box.y); var boxPointLocToGlob:Point = _box.localToGlobal(boxPoint); But

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

2007-12-04 Thread helihobby
copy and paste the code directly from the source. You would then just need to modify to taste. In your case, add more options to the drop down combo. Best Regards, ...aaron On 11/23/07, helihobby [EMAIL PROTECTED] wrote: Hello all, I am using different fonts and in all of them

[flexcoders] Re: Is it possible to save an FLV to a Shared Local Object and open it later ?

2007-12-04 Thread helihobby
for getting video/audio into Flash. On Nov 4, 2007 12:34 PM, helihobby [EMAIL PROTECTED] wrote: I guess the answer is that you can't save an FLV or SWF to a Shared Local Object ? :( Regards, Sean. --- In flexcoders@yahoogroups.com, helihobby helihobby@ wrote

[flexcoders] How can we use TransitionManager in Flex ... It is an ActionScript 3.0 Class...

2007-12-03 Thread helihobby
Hello all, TransitionManager is in ActionScript 3.0 so how can we access it. It has lots of cool transitions such as Pixilate , Blinds and more .. You can see an example here ... http://www.adobe.com/devnet/flash/articles/creating_animation_as3_02.html So how can we access it ... Regards,

[flexcoders] Re: How can we use TransitionManager in Flex ... It is an ActionScript 3.0 Class

2007-12-03 Thread helihobby
Its even documented in Adobe Air: http://livedocs.adobe.com/labs/air/1/aslr/fl/transitions/TransitionManager.html So why can't we use it in Flex 2/3 ? :( The Pixelate and Blinds are real cool ... Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Hello all

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

2007-11-23 Thread helihobby
Hello all, I am using different fonts and in all of them the Rich Editor drop down memu limits me to 72 in size. I can manually enter 172 but the component will not let me resize anything larger than that ... Any idea how to fix this ... Regards, Sean.

[flexcoders] How can I compare two XMLs by reference and not by value ?

2007-11-20 Thread helihobby
Hello All, I have the following code: public function timelineDurationOfAction(itemInTree:Object):int { for each ( var xmlValue:XML in _actionProviderTree) { if ( xmlValue == itemInTree) trace(Found); } } and I need to be able to compare the xmlValue and itemInTree. However, I need to

[flexcoders] Re: How can I compare two XMLs by reference and not by value ?

2007-11-20 Thread helihobby
] On Behalf Of helihobby Sent: Tuesday, November 20, 2007 1:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How can I compare two XMLs by reference and not by value ? Hello All, I have the following code: public function timelineDurationOfAction(itemInTree:Object):int

[flexcoders] Re: How can I compare two XMLs by reference and not by value ?

2007-11-20 Thread helihobby
would be meaningless outside of the context of a single client? Paul - Original Message - From: helihobby [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 20, 2007 11:21 PM Subject: [flexcoders] Re: How can I compare two XMLs by reference

[flexcoders] Re: Anyone know how to scroll Tree back to position after dataprovider swap ?

2007-11-15 Thread helihobby
Of helihobby Sent: Wednesday, November 14, 2007 6:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Anyone know how to scroll Tree back to position after dataprovider swap ? Hello all, I have a Tree which I need to swap the data provider on. However when I do, the tree scrolls

[flexcoders] Re: Is it possible to save an FLV to a Shared Local Object and open it later ?

2007-11-04 Thread helihobby
I guess the answer is that you can't save an FLV or SWF to a Shared Local Object ? :( Regards, Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Does anyone know how ( if possible ) to save an FLV or Image to the shared local object ( SOL ) and than open

[flexcoders] Re: Is it possible to save an FLV to a Shared Local Object and open it later ?

2007-11-01 Thread helihobby
Anyone ? --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Thanks for the reply. Lets see if someone else might have some more input. Thanks, Sean. --- In flexcoders@yahoogroups.com, Abdul Qabiz abdul.qabiz@ wrote: I can image that i can be saved by using

[flexcoders] Re: Is it possible to save an FLV to a Shared Local Object and open it later ?

2007-10-30 Thread helihobby
, if Video class can take ByteArray to play video... Can Video class consider FLV as embedded video (which in my opinion is different)? -abdul On 10/30/07, helihobby [EMAIL PROTECTED] wrote: Does anyone know how ( if possible ) to save an FLV or Image to the shared local object ( SOL

[flexcoders] Is it possible to save an FLV to a Shared Local Object and open it later ?

2007-10-29 Thread helihobby
Does anyone know how ( if possible ) to save an FLV or Image to the shared local object ( SOL ) and than open it later on for use by the Video Class ? I am trying to build my own Cache system and since Flash can not access the file system my only option is to use the SOL. ( can't use Appolo for

[flexcoders] Can anyone help ? need to convert FLV to ByteArray ?

2007-10-29 Thread helihobby
Hello, I managed to save and load ByteArray of an image to a shared local object. However, I need to be able to do it with an FLV. Can anyone PLEASE PLEASE PLEASE point me on how to convert a loaded FLV into a ByteArray and how to Convert a ByteArray so a VideoDisplay may play it ? Thank in

[flexcoders] Re: How do you add more fonts to the drop down selection of a RichTextEditor ?

2007-10-23 Thread helihobby
I tried the code and I do see in the drop down combo list the complete Fonts which are available but when I select them the RichTextEditor does not render the Font. Here is my code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] Re: How do you add more fonts to the drop down selection of a RichTextEditor ?

2007-10-23 Thread helihobby
I Tried that too with no luck: :( ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute creationComplete=init() mx:Style @font-face { src:url('./style/fonts/micross.ttf');

[flexcoders] How do you add more fonts to the drop down selection of a RichTextEditor ?

2007-10-22 Thread helihobby
Does anyone know how to add more fonts to the drop down selection of a RichTextEditor ? Thank you for your interest in HeliHobby, Sean.

[flexcoders] Re: Is it possible to get a list of Shared Local Objects from my domain ?

2007-10-02 Thread helihobby
does it: http://solve.sourceforge.net/ --- In flexcoders@yahoogroups.com, helihobby helihobby@ wrote: Hello, Is it possible to somehow get a list of all the available Shared Local Objects that are saved on disk that belong to my domain ? Regards, Sean. Click

[flexcoders] Re: Is it possible to query a Flash SWF for its images / symbol list ?

2007-09-22 Thread helihobby
The issue I am trying to solve is this ... If a user loads a compiled SWF to my site ... How can I dynamically from within Actionscript get a list of the embeded images ( Symbols ) ? Is it possible ? Regards and thanks again, Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL

[flexcoders] Re: Is it possible to query a Flash SWF for its images / symbol list ?

2007-09-13 Thread helihobby
Anyone ??? :( --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Hello all, I have a SWF that has some Symbols / images !!! ( Created using Flash Editor CS3 ) How can I retrieve the Symbols list it holds using ActionScript from the loaded Flash swf ? ( I Used

[flexcoders] Re: Is it possible to query a Flash SWF for its images / symbol list ?

2007-09-13 Thread helihobby
, Sean. --- In flexcoders@yahoogroups.com, shaun [EMAIL PROTECTED] wrote: I just saw this on the MXNA flex feed, not sure if it helps in your situation or not. http://wildwinter.blogspot.com/2007/09/how-to-load-external-assets- from-as3.html helihobby wrote: Anyone

[flexcoders] Is there a way to load Image/Symbol from a SWF lib without embedding it ?

2007-09-06 Thread helihobby
Hi All, All of the examples I see use: [Embed(source='../assets/resources.swf', symbol='SunFlower')] [Bindable] public var SunFlower:Class; Which is great if you want to embed the swf and than load the Symbol into Flex as a Class ( SunFlower ). However, how can one Load a swf dynamically

[flexcoders] Re: Is there a way to load Image/Symbol from a SWF lib without embedding it ?

2007-09-06 Thread helihobby
')/ img.source = SunFlower; } Regards, Sean. Click below to view my ALON Design Pattern: http://www.helihobby.com/html/alon_desingpattern.html --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Hi All, All of the examples I

[flexcoders] Is it possible to load a an intro.swf ( CS3 ) into ( without using swc ) ?

2007-05-17 Thread helihobby
Hello all, I have a a Intro.swf ( made in Flash CS3 ) which is compiled and ready to go ( has a preloader and everything ). Converting it into a swc is a pain in b... since I have to use the new Flash/Flex integration tool which requires me to convert my flash into a single MovieClip so I

[flexcoders] Is it possible for Flex Builder to echo the mxmlc.exe command it uses ?

2007-05-16 Thread helihobby
How can I see ( if any ) the mxmlc.exe args that Flex Builder is using when I tell it to compile using the GUI ( Right Click - Compile ). I wanna right a mxmlc script but need to see first what Flex Builder is using. Thanks for the help, Sean.

[flexcoders] Posted a Free Progress / Loader Component

2007-05-08 Thread helihobby
Just a quicky loader for you Flex Lovers: http://www.adobe.com/cfusion/exchange/index.cfm? view=sn101yourExID=uploads#loc=en_usview=sn611viewName=% 20authorid=0page=0scrollPos=0subcatid=0snid=sn611itemnumber=- 1extid=1183518catid=0yourExID=uploads As always, Thank you for all the help and

[flexcoders] How to scroll DataGrid to bottom ?

2007-05-08 Thread helihobby
Anyone can post a quick tip on how to always keep datagrid scrolled to bottom ? As always, Thank you for all the help and support. Regards, Sean - http://www.HeliHobby.com P.S. You can read my solution for Flex Component communication here:

[flexcoders] Re: Where can we download the new Flex / Flash Integration?

2007-05-05 Thread helihobby
Of helihobby Sent: Friday, May 04, 2007 6:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Where can we download the new Flex / Flash Integration? Where can we download the new Flex / Flash Integration? Any good links to read more about it ? As always, Thank you for all the help

[flexcoders] Flash Component *.swc not working in Flex ... help ...

2007-05-05 Thread helihobby
I have installed the Extension for Flash CS3 and updated Flex to latest 2.01 that supports the Flash Components. I made a simple Flash CS3 a symbol and clicked the Commands - Make Flex Components and got: Command made the following changes to the FLA: Turned on Permit Debugging Turned on

[flexcoders] Re: Is there a way to get a function name using actionscript command ?

2007-05-04 Thread helihobby
: For debugging on debug players you can do: var e:Error = new Error(); trace (e.getStackTrace()); From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of helihobby Sent: Thursday, May 03, 2007 10:00 AM To: flexcoders@yahoogroups.com

[flexcoders] Where can we download the new Flex / Flash Integration?

2007-05-04 Thread helihobby
Where can we download the new Flex / Flash Integration? Any good links to read more about it ? As always, Thank you for all the help and support. Regards, Sean - http://www.HeliHobby.com P.S. You can read my solution for Flex Component communication here:

[flexcoders] How can I tell the swf file name within my application ?

2007-05-03 Thread helihobby
Hello, Can anyone tell me how can one know the name of the compiled swf file name ? Is there a property which holds it ? Thanks, Sean.

[flexcoders] Is there a way to get a function name using actionscript command ?

2007-05-03 Thread helihobby
Is there a command like: getFunctionName() or something like this that will print the function name this was called within ? Thank you for all the help, Sean - HeliHobby.com

[flexcoders] Why does my Flex applet never gets cached ?

2007-04-21 Thread helihobby
My Flex Apps allways get download from server and never get cached by the browser. Is there something ( like a javascript flag or something ) that one can turn on to have Flex load .swf from local cache as long as the .swf did not get modified ? Thanks all, Sean.

[flexcoders] How to prevent Flex Apps from always loading from server. They never get cached

2007-04-20 Thread helihobby
Hi All, How can one direct Flex to load from Cache and not from the server if both files are the same. Seems like Flex Apps always load from server even if both local cached swf and server swf are the same. As always, Thank you for all the help and support. Regards, Sean -

[flexcoders] Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-16 Thread helihobby
Please comment after you ready and see this: http://blogs.msdn.com/tims/archive/2007/04/15/introducing-microsoft- silverlight.aspx http://www.microsoft.com/silverlight/default_01.aspx Sean - [URL=http://www.HeliHobby.com]HeliHobby.com[/URL]

[flexcoders] Re: Cairngorm FrontController

2007-03-17 Thread helihobby
I think this may help. http://www.helihobby.com/html/alon_desingpattern.html --- In flexcoders@yahoogroups.com, Shannon [EMAIL PROTECTED] wrote: I am new to Cairngorm and Flex (I'm All About Flash) so bear with me. I am creating a component and I want it to use Cairngorm. I also want

[flexcoders] Re: Can not load Module using ModuleManager ...

2007-03-15 Thread helihobby
- HeliHobby.com --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: I have a very simple module: ?xml version=1.0 encoding=utf-8? mx:Module xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Label x=272 y=269 text=Label width=234 height=112/ /mx:Module Trying

[flexcoders] Re: The complete component communication solution for Flex. ALON DP.

2007-03-15 Thread helihobby
--- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: The Flex Framework is a powerful and rich environment. However due to its complex and elaborate event driven architecture it is easy to loose control and it is hard to maintain a clear communication among all components

[flexcoders] Can not load Module using ModuleManager ...

2007-03-14 Thread helihobby
I have a very simple module: ?xml version=1.0 encoding=utf-8? mx:Module xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Label x=272 y=269 text=Label width=234 height=112/ /mx:Module Trying to load via ModuleManager using: trace(Loading module); var info:IModuleInfo =

[flexcoders] Re: Trouble passing data between components

2007-03-05 Thread helihobby
I think this may help. http://www.helihobby.com/html/alon_desingpattern.html Sean. --- In flexcoders@yahoogroups.com, Jack OMelia [EMAIL PROTECTED] wrote: Hi All, I'm more of a designer than a developer, and as such my coding skills are not outstanding, so bear with me. I have an

[flexcoders] Re: How can I access public members of custom MXML component using inline statemen ?

2007-02-28 Thread helihobby
; } usage within mxml component somPro=value / 2007/2/28, helihobby [EMAIL PROTECTED]: Hello all, How can I access public members of custom MXML component using inline statemen ? For example, I have my own MXML component name myComp which has public members. How can I access

[flexcoders] Does anyone know of ActionScript for Linux ? Just the basic AS3 will be fine ...

2007-02-28 Thread helihobby
Does anyone know of ActionScript for Linux ? Just the basic AS3 will be fine ... Don't need the full UI and Libs of Flex. Just basic AS3 Core Libs would be fine if they can run on Linux. As always, Thank you for all the help and support. Regards, Sean - http://www.HeliHobby.com P.S. You

[flexcoders] Re: The complete component communication solution for Flex. ALON DP.

2007-02-27 Thread helihobby
It is similair. But in this Design Pattern you also have the direct com using getService and setService. Regards, Sean - HeliHobby.com --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 27 Feb 2007, helihobby wrote: To solve this, I came up

[flexcoders] Re: The complete component communication solution for Flex. ALON DP.

2007-02-27 Thread helihobby
Yes, thank for catching that ... I will fix it. Regards, Sean - HeliHobby.com --- In flexcoders@yahoogroups.com, tddclare [EMAIL PROTECTED] wrote: Hey Sean, This is cool. Thanks for putting it out there. A question: In this part of the writeup: For example, the following line of code

[flexcoders] How can I access public members of custom MXML component using inline statemen ?

2007-02-27 Thread helihobby
Hello all, How can I access public members of custom MXML component using inline statemen ? For example, I have my own MXML component name myComp which has public members. How can I access these public member from inling mxml. In other words, of couse I can do myComp.myMember = ABC; But I

[flexcoders] Re: Can anyone help on getting data from a grid cell .. I know the row/column index

2007-02-26 Thread helihobby
event.selectedItem.Open1 will work. But how do I know if clicked on the column Open1 or Open2 or Open3 etc ... I need to figure out which OpenN ( N = number ) he clicked on ... Thanks again, Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Hello, Can anyone help out ... I

[flexcoders] The complete component communication solution for Flex. ALON DP.

2007-02-26 Thread helihobby
The Flex Framework is a powerful and rich environment. However due to its complex and elaborate event driven architecture it is easy to loose control and it is hard to maintain a clear communication among all components and objects. To solve this, I came up with the ALON Design Pattern and I

[flexcoders] Re: Can anyone help on getting data from a grid cell .. I know the row/column index

2007-02-26 Thread helihobby
Found the solution from a guy who emailed me ... thx This is what worked for me: yourDataGrid.addEventListener(ListEvent.ITEM_CLICK, setColumnCopy); function setColumnCopy(){ _selectedCol = yourDataGrid.columns[event.columnIndex].dataField;

[flexcoders] Re: Can anyone help on getting data from a grid cell .. I know the row/column index

2007-02-26 Thread helihobby
As always, Thank you for all the help and support. Regards, Sean - http://www.HeliHobby.com P.S. You can read my solution for Flex Component communication here: http://www.helihobby.com/html/alon_desingpattern.html --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote

[flexcoders] Re: Can anyone help on getting data from a grid cell .. I know the row/column index

2007-02-25 Thread helihobby
Is it possible ? Sean. --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Hello, Can anyone help out ... I know the Data Grid Cell's Row and Colum Index. How can I retrieve the data in that cell if I know these two values ? Thank you, Sean.

[flexcoders] Can anyone help on getting data from a grid cell .. I know the row/column index

2007-02-24 Thread helihobby
Hello, Can anyone help out ... I know the Data Grid Cell's Row and Colum Index. How can I retrieve the data in that cell if I know these two values ? Thank you, Sean.

[flexcoders] Please Help with CandleStick Chart

2007-02-21 Thread helihobby
Hello, I have a problem which I am sure is easy to solve but I am missing a piece of the pazzle. I have a CandleStickChart. In my candle stick chart I have an underline array collection. My array collection looks like this: [Bindable] private var expensesAC:ArrayCollection = new

[flexcoders] Re: Please Help with CandleStick Chart

2007-02-21 Thread helihobby
= event.hitData.item.startDate; Thank you for all the help, Sean - HeliHobby.com --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: Hello, I have a problem which I am sure is easy to solve but I am missing a piece of the pazzle. I have a CandleStickChart. In my candle

[flexcoders] How can google index a Flex / SWF site ?

2007-02-19 Thread helihobby
Hello all, How can google and other search engines index a fully Flexed page ? It seems like Adobe must have a solution for SEO ( Search Engine Optimzation ) solutions for Flex as this can be a problem for this technology if no such Flex to HTML real time translation exists !!! Regards, Sean

[flexcoders] A cool TimeSelector component for you guys to downlod ...

2007-02-16 Thread helihobby
I posted a cool easy to extend time selector as a thank you for the support this group has given me. You may download here: http://www.adobe.com/cfusion/exchange/index.cfm? view=sn101yourExID=uploads#loc=en_usview=sn611viewName=%

[flexcoders] Re: A cool TimeSelector component for you guys to downlod ...

2007-02-16 Thread helihobby
a href=http://www.adobe.com/cfusion/exchange/index.cfm? view=sn610#loc=en_usview=sn611viewName=% 20authorid=0page=0scrollPos=0subcatid=0snid=sn611itemnumber=- 1extid=1144469catid=0Click here to download/a/b --- In flexcoders@yahoogroups.com, helihobby [EMAIL PROTECTED] wrote: I posted a cool

[flexcoders] Re: HELP! Flex Builder hangs on Design View

2007-02-15 Thread helihobby
I had so many issues... Flex used to crash every 30 min. I got a new PC ( Dual Core ) and Clean windows and Flex has not crashed once in 3 weeks ... Sean. --- In flexcoders@yahoogroups.com, Nick Collins [EMAIL PROTECTED] wrote: I have 25 GB free, and have rebooted

[flexcoders] Re: Silly question? : Why do I have to create objects inside class functions?

2007-02-14 Thread helihobby
I think you forgot to add var unless you define a private var at the top. --- In flexcoders@yahoogroups.com, rumpleminzeflickr [EMAIL PROTECTED] wrote: Hi, This maybe a really dumb question, but why I can't I create new objects or even assign a null object a value in the class itself?

[flexcoders] Re: Silly question? : Why do I have to create objects inside class functions?

2007-02-14 Thread helihobby
= PageService.getInstance(); } --- In flexcoders@yahoogroups.com, rumpleminzeflickr [EMAIL PROTECTED] wrote: They are declared in the format public var pageService:PageService; --- In flexcoders@yahoogroups.com, helihobby helihobby@ wrote: I think you forgot to add var unless you define

[flexcoders] Re: Any tips on how to do enable only vertical Sprite Drag and Drop ?

2007-02-12 Thread helihobby
-dragger.width/2 } y=62 mouseDown={ dragger.startDrag( false, new Rectangle( dragRule.x-dragger.width/2, dragRule.y, dragRule.width, dragRule.height-dragger.height ) ); } mouseUp=dragger.stopDrag() - Scott On 2/10/07, helihobby

  1   2   >