Re: [flexcoders] Re: My flex app's content on google search

2006-11-30 Thread John Dowdell
slangeberg wrote: > John Dowdell wrote: >> The search engines have looked inside static SWF for quite some time > > You'd have to tell me how that was done. ... it sounds like there's an "or else" left unsaid there ;-) For "How did search engines

Re: [flexcoders] Red 5

2006-11-30 Thread John Grden
AMF3 is in the works, but we don't have an eta On 11/30/06, Mike Shaw <[EMAIL PROTECTED]> wrote: Hi Eduardo, I think Red5 only supports AMF0 so when you create your connection just tell it to use AMF0 connection = new NetConnection(); connection.objectEncoding = ObjectEncoding.AMF0; Mike.

Re: [flexcoders] My flex app's content on google search

2006-11-30 Thread John Dowdell
for various types of Flex front ends to a weblog database. http://www.sitemaps.org/faq.html http://weblogs.macromedia.com/jd/archives/2006/11/swf_seo_rip.cfm Is this the type of info you were seeking...? jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://webl

Re: [flexcoders] ActiveX with Flex

2006-11-30 Thread John Dowdell
cal calls... seems like it would reduce support costs too, assuming your telephone system is already equipped with dialing capabilities. Are any of these close to what you were seeking...? jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.

Re: [flexcoders] Flex Builder with Vista RTM

2006-11-29 Thread John C. Bland II
elp anyone else who may be having these problems. Out of curiosity is anyone else having the same issues or does my computer simply hate me? - Kelly -- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapultmedia.com --- Biz Blog - http://blogs.katapultmedia.com/jb2 Personal Blog - http:

RE: [flexcoders] Removing underlineButton from RichTextEditor

2006-11-28 Thread John Mazzocchi
Try e.g. myRichTextEditor.toolBar2.removeChildAt(2); pretty sure that'll work ... NOTE: toolBar2, NOT toolbar Cheers John -Original Message- From: Paul Whitelock [mailto:[EMAIL PROTECTED] Sent: Wednesday, 29 November 2006 9:46 AM To: flexcoders@yahoogroups.com Su

Re: [flexcoders] To Adobe - new release improvements??

2006-11-28 Thread John Kirby
When the 2.01 update comes out... will it be for BOTH Mac and Windows? Does anyone know if they are now on the same release train? leds usop said the following: Im not from Adobe but thanks to Matt CHotin, I have been given the oppportunity to play with the prerelease 2.01 update... They say

Re: [flexcoders] Bit Off topic: Microsoft Vista VS Apollo/Flex/Flash

2006-11-28 Thread John C. Bland II
Good to know. Thx Matt. On 11/27/06, Matt Chotin <[EMAIL PROTECTED]> wrote: FYI, Apollo will have application signing -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *John C. Bland II *Sent:* Sunday, November 26, 2006 8:43

Re: [flexcoders] Re: Bit Off topic: Microsoft Vista VS Apollo/Flex/Flash

2006-11-27 Thread John C. Bland II
ally functional I was just really surprised with how the first impressions seemed like an attempted copy, specifically with what the demo's they showed were. -- John C. Bland II Chief Geek Katapult Media, Inc. - www.katapultmedia.com --- Biz Blog - http://blogs.katapultmed

Re: [flexcoders] Bit Off topic: Microsoft Vista VS Apollo/Flex/Flash

2006-11-26 Thread John C. Bland II
java world, I can quickly learn how to build an working and functional app in Flex. I have great troubles with achieving the same with Sparkle. -- | Sebastian Zarzycki / rat[tkin] | [EMAIL PROTECTED] | i'm a little lost in this postmodern space | gg:#2692696 / icq:#264185739 irc :#tool #ot-oa / s

Re: [flexcoders] Re: Custom Tooltips in actionscript - Correction

2006-11-24 Thread John Kirby
Correction here. Replace in wToolTip.setComponentClass(AreaCodeSearchWindow) with wToolTip.setComponentObject(AreaCodeSearchWindow); John Kirby said the following: Below is how I handle custom components in a tooltip. weather.WeatherToolTipManager extends ToolTipManager. WeatherToolTip

Re: [flexcoders] Re: Custom Tooltips in actionscript -With effects

2006-11-24 Thread John Kirby
nPodSoundSymb')" /> source="@Embed(source='Sounds.swf',symbol='closePodSoundSymb')" /> heightTo="230"/> John Kirby said the following: Below is how I handle custom components in a tooltip. weather.WeatherToolTipM

Re: [flexcoders] Re: Custom Tooltips in actionscript

2006-11-23 Thread John Kirby
= this.tipY; classInstance.addEventListener("closeTip",destroyTip); addChild(DisplayObject(classInstance)); } public function destroyTip():void { WeatherToolTipManager.destroyToolTip(this); } } } richmcgillicuddy said the fol

Re: [flexcoders] Custom Tooltips in actionscript

2006-11-23 Thread John Kirby
Rich - There is a good example in the Flex docs under "Using the ToolTip Manager" Basically you create an listener on the UIControl which catches the toolTipShow event and fires a callback method. Do what you need to do in the call back myButton.addEventListener("toolTipShow", myCallBack)

[flexcoders] Compiling with FlashDevelopIDE/mxmlc.exe

2006-11-19 Thread John Grden
I'm getting this error and can't figure out why. I've reinstalled everthing (FD, sdk - you name it). the app compiles without error, but when it loads, I get this in a long line of messages: VerifyError: Error #1079: Native methods are not allowed in loaded code. anyone know what this is? Exp

Re: [flexcoders] Several important questions...from printing to validators

2006-11-10 Thread John Mark Hawley
. How to select multiple indexes in List component with AS? I tried > several things but none of them works. > > Please help me out. Thank you. > > > > -- John Mark Hawley The Nilbog Group 773.968.4980 (cell) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

[flexcoders] Drag/Drop resets Grid ItemRenderer

2006-11-08 Thread John C. Bland II
.I'm tired. :-(-- John C. Bland IIChief GeekKatapult Media, Inc. - www.katapultmedia.com---Biz Blog - http://blogs.katapultmedia.com/jb2Personal Blog - http://blog.blandfamilyonline.com http://www.lifthimhigh.com - "Christian Products for Those Bold Enough to Wear Them&quo

Re: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread John Dowdell
Time out! Everybody go into their corner and read the FAQ and the previous commentary here before posting! ;-) http://www.mozilla.org/projects/tamarin/faq.html (Adobe has donated source code used in Adobe Flash Player's scripting engine to Mozilla, for use in their own JavaScript engine SpiderM

RE: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread John Mazzocchi
I think that Gordon stated that you *will* still need the Flash Player plugin... the Flash-specific classes (like Sprite) will still live there.   J -Original Message-From: Bjorn Schultheiss [mailto:[EMAIL PROTECTED]Sent: Wednesday, 8 November 2006 11:14 AMTo: flexcoders@ya

RE: [flexcoders] Re: Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread John Mazzocchi
If I get it, it means I'll be able to juggle both DOM objects and Flash objects from the *same* language ...? I say it's cool :D   John -Original Message-From: Gordon Smith [mailto:[EMAIL PROTECTED]Sent: Wednesday, 8 November 2006 6:19 AMTo:

Re: [flexcoders] Tamarin, Adobe open source the Flash player ?

2006-11-07 Thread John C. Bland II
(JIT) runtime > compiler" ). > > The Mozilla FAQ isn't the clearest thing I've read this morning, but I've only > had one tea, so does anyone else want to try ? > -- John C. Bland IIChief GeekKatapult Media, Inc. - www.katap

Re: [flexcoders] VideoPlayer Example

2006-11-06 Thread John C. Bland II
that was selected. Am I making something wrong, or why does my video only play the sound? How can I place it in the videoDisplay component (canvas), so that it is visible? If anyone has a nice video player example, that has a scrub bar and a play/pause/stop and volume controller, I would be ver

RE: [flexcoders] possible nested repeater bug??

2006-11-06 Thread John Zhao
Jaime,   It does seem to be a bug in Repeater.  You can set recycleChildren to true on both repeaters and it should work around the problem for now.    -John From: John Zhao Sent: Friday, November 03, 2006 3:40 PMTo: 'flexcoders@yahoogroups.com'Subject: RE: [

RE: [flexcoders] Flex2 Docs font in Mac

2006-11-05 Thread John Mazzocchi
I'm guessing that the PDFs look ok because the fonts are embedded. Could be that help files don't have the necessary font embedded and that it's a non-standard Mac font? Or it could be a (Windows) TrueType versus (Mac) TrueType issue? Cheers John -Original Message--

RE: [flexcoders] Distortion Effects

2006-11-05 Thread John Mazzocchi
Thank you. This roXXors! I can see I'm gonna have to find a way to use it now ...   Cheers John -Original Message-From: Alex Uhlmann [mailto:[EMAIL PROTECTED]Sent: Saturday, 4 November 2006 1:57 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Distortion Ef

[flexcoders] Custom Progress Bar

2006-11-05 Thread John Kirby
Title: quote I want to use the Progress Bar as component in a video player to show how much of the movie has played. Can you subclass the Progress Bar to do this?  I was planning on creating a timer and a listener to update the progress bar. Has anyone done something like this? Thanks. --

RE: [flexcoders] possible nested repeater bug??

2006-11-03 Thread John Zhao
Hi Jaime,    I did reproduce the problem.  While debugging, I notice that the arrayCollection does get populate properly.  So it might be a bug with the display in the nested repeater.  Still checking to see if there is any workaround.   -John From: flexcoders@yahoogroups.com

Re: [flexcoders] Web Services in Cairngorm 2.1

2006-11-03 Thread John Wilker
South Gyle, Edinburgh, EH12 9DQ, UK p: +44 (0) 131 338 6108 m: +44 (0) 7825 032160 [EMAIL PROTECTED] http://weblogs.macromedia.com/pmartin   -- John WilkerVice President Software Development/WriterRed Omega Sol

Re: [flexcoders] TileList item effects? (Flex Store)

2006-11-03 Thread John C. Bland II
de me wonder if there was an easier way since the Flex Store has been around since early Flex 2 alpha, etc days.   On 11/3/06, Igor Costa <[EMAIL PROTECTED]> wrote: John the showEffect it's a method tigger that is same in Flex 2.0 isn't a costum Effect.Just put the code in FlexSt

[flexcoders] TileList item effects? (Flex Store)

2006-11-03 Thread John C. Bland II
Is there a way to get the Flex Store effects without dealing with custom AS? Like how you can set showEffect, etc? If not, :-(.Thoughts?--- John C. Bland IIChief GeekKatapult Media, Inc. - www.katapultmedia.com---Biz Blog - http://blogs.katapultmedia.com/jb2Personal Blog - http

RE: [flexcoders] Checkbox in Datagrid - checks disappear when scrolling

2006-11-02 Thread John Zhao
Try this as the ItemRenderer instead.                               -John From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[flexcoders] AMF3 Remoting+CF w/ same CF session?

2006-10-31 Thread John C. Bland II
he whole site. It is merely a widget (well, collection of widgets). For this one in particular, we HAVE to have the same session so we can get the current users info.   Before this happened automagically for you. Now, not so much so.-- John C. Bland IIChief GeekKatapult Media, Inc. - www.katapultm

Re: [flexcoders] JUST SAY NO to creationPolicy="all" !

2006-10-31 Thread John Kirby
came out.  I get the same feeling about Flex... hopefully it will follow a similar path to make the same impact on web development? .j I believe what John is referring to is: BOOK:  Building and Deploying Flex 2 Applications CHAPTER 6: Improving Startup Performance http://live

Re: [flexcoders] JUST SAY NO to creationPolicy="all" !

2006-10-30 Thread John Kirby
nt" property when you "dot down" to access something in those panes from the main app. We've also had a fair number of framework bugs that turn up only when you load an app into another app, although I think we've fixed most of those that we're aware of.   - Gordon

Re: [flexcoders] JUST SAY NO to creationPolicy="all" !

2006-10-30 Thread John Kirby
following: Yes, but that introduces more complications, so I'd tend to go that route only on a very large app where the user may never navigate to some functionality.   - Gordon   From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Jo

Re: [flexcoders] JUST SAY NO to creationPolicy="all" !

2006-10-30 Thread John Kirby
Title: quote Gordon - Good advice.   I also assume that there are even greater savings (load time) if one of these controls uses a SWF loader? Gordon Smith said the following:   Several times a week someone complains that they can't seem to set data into controls on the

Re: [flexcoders] How does Digital Editions do read/write across the net without a trust file?

2006-10-30 Thread John Dowdell
looks to me now more like a one-off project than something we can reuse in various ways, but it would be better to wait for authoritative information to appear than to rely on the impressions I've been able to gather. jd -- John Dowdell . Adobe Developer Support . San Francis

[flexcoders] Unzip On The Fly With AS3

2006-10-29 Thread John Kirby
Title: quote I came across this very cool Unzip framework for ActionScript 3 http://codeazur.com.br/lab/fzip .j -- Whether you think that you can, or that you can't, you are usually right.  - Henry Ford __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/fle

[flexcoders] Flex/Eclipse Performance Tuning

2006-10-27 Thread John Kirby
Title: quote I have been playing with the Flexbuilder.ini to get better performance. I found this article: http://eclipsezone.com/eclipse/forums/t61618.html I have a robust environment with plenty of memory (4.5 Mb) and I found this author's recommendation spot on.  So if you have a simila

Re: [flexcoders] CVS in Flex...Fixed

2006-10-27 Thread John Kirby
ice Theme extension for Eclipse/Flex. .j John Kirby said the following: I'm trying to set up my first commits to my CVS repository.  I have my CVS view repository enabled and I can see my repository.  According to the docs you commit by right-mouse click on the resource in the Navigator.

[flexcoders] CVS in Flex

2006-10-26 Thread John Kirby
Title: quote I'm trying to set up my first commits to my CVS repository.  I have my CVS view repository enabled and I can see my repository.  According to the docs you commit by right-mouse click on the resource in the Navigator.  From here it says go to either Team-->Commit or Team --> Synch

[flexcoders] Flex 2 Mac Beta Hanging ... Solved

2006-10-26 Thread John Kirby
This was an interesting journey... it was definitely the Flash player.  The problem of hanging seemed to only affect a Flex app?   It even hung on the Flex Explorer app. Other non-Flex Flash sites worked fine.  So to finally make it work I  did another uninstall of the Flash player.  Then a

[flexcoders] Flex 2 Mac Beta Hanging In Browsers... Go back to Windows?

2006-10-26 Thread John Kirby
Title: quote OK... I had this running last night.  Today when I compile my application then run on either Safari or FireFox 2.0 the application hangs with the spinning wheel of death.  I'm on 10.4.8 So I did a clean uninstall/install.  Made a hello world simple app/project of a panel with a

[flexcoders] Flex 2 Mac Beta Hanging In Browsers... Looks Like The Flash Player

2006-10-26 Thread John Kirby
Title: quote I copied  my test program to Windows... runs perfectly.  The Windows version is also Flash 9.0 r16 So some how the flash player on Mac  appears to be causing the problem.  So I ran the flash uninstaller program then installed the 9.0 r 16 debug version from  the Adobe site. Dam

Re: [flexcoders] how to remove the icons in a tree

2006-10-26 Thread John Grden
what's funny is, that seems to be the only time I get to do flex work ;)On 10/26/06, hank williams <[EMAIL PROTECTED] > wrote: Thanks guys. I thought I had tried assigning it to null but I think I had done "null" instead of "{null}" which of course makes total s

Re: [flexcoders] how to remove the icons in a tree

2006-10-26 Thread John Grden
Yeah, just do:var icon:Class;//return icon without actually assigning it a value:return icon;On 10/26/06, hank williams < [EMAIL PROTECTED]> wrote: I know you can replace the art with your own, and in a pinch I guess I can substitute a really small transparent j

[flexcoders] Flex 2 Beta Mac Performance

2006-10-25 Thread John Kirby
Title: quote Is anyone having sluggish performance...especially while editing?  I 've already crashed? Configuration: 10.4.8 G5  dual 2.7 with 4.5 mb memory. .j -- Whether you think that you can, or that you can't, you are usually right.  - Henry Ford __._,_.___ -- Flexcoders Ma

Re: [flexcoders] Re: Flex for mac public beta install error

2006-10-25 Thread John Kirby
an Access Error at the very end of the Flash Player Plugin install. Flex Builder and the Player seem to work fine, though. HTH Randy Nielsen Flex Documentation Manager --- In [EMAIL PROTECTED]ups.com, John Kirby <[EMAIL PROTECTED]> wrote: > > Anyone else getting the error th

Re: [flexcoders] Flex for mac public beta is out!

2006-10-25 Thread John Kirby
Title: quote Thank God!   Now I can develop on my Mac. Ditto on the license transfer... I hope so :-) .j Stefan Ernst said the following: Awesome! Now it'd be interesting to know if I'm going to be able to use my Windows license for the mac version later. :p Cheers, Stefan.

[flexcoders] Flex for mac public beta install error

2006-10-25 Thread John Kirby
Title: quote Anyone else getting the error that the installer can't install in the Application folder because of permissions?  The installer should prompt you for user/password (like a regular install)? .j Stefan Ernst said the following: Awesome! Now it'd be interesting to know i

[flexcoders] Flex Builder 2 Beta for Mac on Adobe Labs

2006-10-25 Thread John Olson
http://labs.adobe.com/technologies/flexbuilder2/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://

Re: [flexcoders] Flex Deployment Best Practices

2006-10-24 Thread John Kirby
it is now, and if his new stuff helps to fix this. Regards Hank On 10/23/06, David Mendels <[EMAIL PROTECTED]com> wrote: Hello,   Roger's blog might be helpful: http://blogs.adobe.com/rgonzalez/flex/   -D

[flexcoders] Flex Deployment Best Practices

2006-10-23 Thread John Kirby
Title: quote I'm about to deploy my first Flex application. I have tried to modularize my components as much as possible. What I'm looking for is some best practices on when/why you create RSLs, SWFs, etc to "break up" your application so it runs efficiently.  I know there are some trade-of

Re: [flexcoders] Security Sandbox and SWF Loader

2006-10-23 Thread John Kirby
Title: quote The crossdomain.xml file needs to be on the server providing the rss feed. I have have a similar application.  What I did is have the flex app fetch the rss feed and using local connection pass the data to the yahoo map  ( I do some data manipulation).  I use a proxy  (http://

[flexcoders] Datagrid Style issues

2006-10-22 Thread John Mazzocchi
like this: - | | | Business| | Name | Value | Amount | Percent | ----- | John | 4.5 | 32.55 |20.5| I'd like "Business" sitting over the "Amount" and

[flexcoders] Re: Items in VBox still take space even when visible=false, but I

2006-10-19 Thread John Kruse
Or set includeInLayout to false along with visibility (assuming panels you want to move up have height percent-dimensioned). __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoder

RE: [flexcoders] Equivalent of colspan for datagrid?

2006-10-18 Thread John Mazzocchi
Thanks, interesting ... I'm not sure it solves my problem though.   John -Original Message-From: Douglas Knudsen [mailto:[EMAIL PROTECTED]Sent: Thursday, 19 October 2006 12:48 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Equivalent of colspan for dat

Re: [flexcoders] Re: Set Focus on TextInput

2006-10-18 Thread John Kirby
Title: quote Figured it out. You need to set focus to the TextInput  reference at the container level via creationComplete. boy_trike said the following: This does NOT seem to work for a popup. Is there another trick to setFocus on a text field in a popup? Thanks Bruce

[flexcoders] Equivalent of colspan for datagrid?

2006-10-18 Thread John Mazzocchi
drawVerticalLine() in the help files, but I'm not ssure how to use it. Any examples would be greatly appreciated. Cheers John -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Re: Drag and Drop tutorials/Samples of mixed types of dragging

2006-10-18 Thread John Grden
Thanks Derrick - that helped.  So essentially, you are using startDrag/stopDrag along doDrag() to accomplish a simple movementThat's what I was really wondering ;)  Thanks Derrick, this really helped,JPG On 10/18/06, Derrick Grigg <[EMAIL PROTECTED]> wrote: The

Re: [flexcoders] Set Focus on TextInput

2006-10-17 Thread John Kirby
Title: quote Claus - Thanks! Claus Wahlers said the following: > I'm having a brain f*rt. In 1.5 you could do a > Selection.setFous() from a show attribute for the > container where the TextInput component resided. This would place the > cursor inside the TextInput field > > How

[flexcoders] Set Focus on TextInput

2006-10-17 Thread John Kirby
Title: quote I'm having a brain f*rt.  In 1.5 you could do a Selection.setFous() from a show attribute for the container where the TextInput component resided.  This would place the cursor inside the TextInput field How is this done in Flex 2.0? Thanks. .j -- Whether you think that you

Re: [flexcoders] Re: Drag and Drop tutorials/Samples of mixed types of dragging

2006-10-17 Thread John Grden
oked through the tutorials and somethings were cleared up, but none of them showed an example of just dragging something around on stage using DragManager.  Seems like I'm barking up the wrong tree on this one. thoughts?On 10/17/06, John Grden <[EMAIL PROTECTED]> wrote: Yeah I had wonde

Re: [flexcoders] Re: Drag and Drop tutorials/Samples of mixed types of dragging

2006-10-17 Thread John Grden
Yeah I had wondered about what was going on with the drag proxy - I'm just getting into it, but this really helps DerrickOn 10/17/06, Derrick Grigg < [EMAIL PROTECTED]> wrote: There is a decent sample in the online Flex docs of dragging an image around. http://

Re: [flexcoders] Drag and Drop tutorials/Samples of mixed types of dragging

2006-10-17 Thread John Grden
awesome thanks for the links everyone, I'll do some homework and let you know how it pans outThanks very much!\m/On 10/17/06, Hua Wei < [EMAIL PROTECTED]> wrote: John,   here are a few examples that might be helpful.   Adding drag-and-drop s

[flexcoders] Drag and Drop tutorials/Samples of mixed types of dragging

2006-10-17 Thread John Grden
I'm just getting into DragManager, and I can succesfully drag a component to another and remove it from one display list to add it to another.but just simply dragging around on stage with DragManager.doDrag - I can't seem to make it work like a simple startDrag() when it just "moves" to that loc

Re: [flexcoders] WebOrb for Rails

2006-10-16 Thread John C. Bland II
didn't make it.  Our Macromedia sales rep confirmed the time of death when we asked them about it.  It's not coming.     From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of John C. Bland IISent: Tuesday, October 10, 2006 9:03 AMTo: [EMAIL PROTECTED]ups.comSubje

Re: [flexcoders] WebOrb for Rails

2006-10-16 Thread John C. Bland II
have flex support 5 remoting solutions instead of 2. > > > >> >> > Thinking of WebORB as competition has created the scenerio where Adobe is "uncomfortable" with promoting WebORB. Stop thinking this way. It's supressing the technology. > >> >> >> >>

Re: [flexcoders] Simple way to put a border around an image?

2006-10-15 Thread John Grden
p_target.graphics.lineStyle(1, 0xcc, 1.0);p_target.graphics.drawRect(0, 0, p_target.width, p_target.height);  That'll do it,jpgOn 10/16/06, dj <[EMAIL PROTECTED]> wrote: How do you do a simple border around an image, easiest way. Do I really have to use t

Re: [flexcoders] WebOrb for Rails

2006-10-14 Thread John C. Bland II
gt;> > .NET No Yes> >> > Ruby No Yes> >> > PHP No Yes > >> >> >> > By promoting WebORB it would be good for the community it would be good for Flex.> >> >> >> > I would rather have flex support 5 remoting solutions instead of

[flexcoders] Logging API

2006-10-13 Thread John Wilker
define my targets.Any thoughts?THanks!!-- John WilkerVice President Software Development/WriterRed Omega Solutions, Inc. www.johnwilker.com / www.red-omega.com"Everything changes, nothing remains without change." ~Buddha c.483 bc __._,_.___ -- Flexcoders Mailing List FAQ: http://gr

[flexcoders] Data binding issue

2006-10-11 Thread John Mazzocchi
ried replacing [EMAIL PROTECTED] AND data.image[0] WITH data.image.getItemAt(0)[EMAIL PROTECTED] AND data.image.getItemAt(0) No errors, but it doesn't work either. Cheers John -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flex

Re: [flexcoders] WebOrb for Rails

2006-10-09 Thread John C. Bland II
king this way. It's supressing the technology.     From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups.com] On Behalf Of John C. Bland IISent: Wednesday, October 04, 2006 4:15 PM To: [EMAIL PROTECTED]ups.comSubject: Re: [flexcoders] WebOrb for Rails   You make inter

[flexcoders] Mouse Events in Flash with Yahoo Maps

2006-10-08 Thread John Kirby
Title: quote I have created a SWF (flash 8) for a Yahoo map where so far when you double click on the map it sets a marker and records the lat/long and can pass that info to my flex app via local connection. This double click trapping is done through a myMap. which uses some getTimer() to ca

Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread John C. Bland II
is overkill if you just want remoting. There is nothing that replacies flash remoting MX for the Flex 2 platform. RegardsHank   -- John C. Bland IIChief Geek Katapult Media, Inc. - www.katapultmedia.com---Biz Blog - http://blogs.katapultmedia.com/jb2Personal Blog - http://blog.blandfamilyonline.com

Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread John C. Bland II
e at scale, and Cold Fusion which is overkill if you just want remoting. There is nothing that replacies flash remoting MX for the Flex 2 platform. RegardsHank   -- John C. Bland IIChief Geek Katapult Media, Inc. - www.katapultmedia.com---Biz Blog - http://blogs.katapultmedia.com/jb2Perso

Re: [flexcoders] Re: WebOrb for Rails

2006-10-07 Thread John C. Bland II
ow well it works. -- but no one has answered my question: why didn't Adobe release remotingsolutions themselves?and another question:imagine someone(s) else creates a free Flex plug-in for Eclipse, design view 'n'all. the SDK is free, the

Re: [flexcoders] Re: WebOrb for Rails

2006-10-06 Thread John C. Bland II
ommunity it would be good> > for Flex.> > yes it would be good for Flex but weborb does nothing for ColdFusion -> an Adobe product. winners and loosers. > > to me it seems Adobe has dropped the ball on Remoting. I just can't > work out why it didn't provide the solut

Re: [flexcoders] Reverse Geocoding

2006-10-06 Thread John Kirby
Title: quote And I found another free one :-) Igor Costa said the following: John good link I've added here to favorites. Really good to point this one, and really sure that it's good for GPS locations. maps for flash lite for example. thanks man

Re: [flexcoders] WebOrb for Rails

2006-10-05 Thread John C. Bland II
l Spitzer> Sent: Wednesday, October 04, 2006 10:13 AM > To: flexcoders@yahoogroups.com> Subject: Re: [flexcoders] SOAP Web Services and registerClassAlias >> Or, a little less specific... is there a way to get the Web Service > classes to return typed objects?>> Paul Spitze

Re: [flexcoders] Xpost. moving flex builder projects from one machine to another??

2006-10-04 Thread John Wilker
hoogroups.com] On Behalf Of John Wilker Sent: Tuesday, October 03, 2006 2:16 PM To: Flex@houseoffusion.com; [EMAIL PROTECTED]ups.com Subject: [flexcoders] Xpost. moving flex builder projects from one machine to another??   Can it be done? I've copied all the files over. including the

Re: [flexcoders] Reverse Geocoding

2006-10-03 Thread John Kirby
state/zip through zip code database subscriptions. I never did find anyone giving it away for free, but that were more than reasonable.   Shan From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of John Kirby Sent: Tuesday, October 03, 2006 2

Re: [flexcoders] Stats on flash player 9 penetration.

2006-10-03 Thread John Dowdell
the advertisers, from the newspaper infographics, from the personality sites. More on the different sociology of Adobe Flash Player 9 here: http://weblogs.macromedia.com/jd/archives/2006/08/linux_observati.cfm jd -- John Dowdell . Adobe Developer Support . San Francisco CA US

[flexcoders] Xpost. moving flex builder projects from one machine to another??

2006-10-03 Thread John Wilker
Can it be done?I've copied all the files over. including the .project and such. But FB still doesn't show them in the navigator.J-- John WilkerVice President Software Development/Writer Red Omega Solutions, Inc.www.johnwilker.com / www.red-omega.com"Everything changes, nothing

[flexcoders] Reverse Geocoding

2006-10-03 Thread John Kirby
Title: quote Does anyone know how in either Yahoo or Google maps to have the lat/long and then do a reverse Geocode to get a city, state, zip? Thanks -- Whether you think that you can, or that you can't, you are usually right.  - Henry Ford __._,_.___ -- Flexcoders Mailing List F

Re: [flexcoders] Re: loading animated gifs at runtime

2006-10-03 Thread John Kirby
Title: quote There is a hack for this: By creating an IFRAME you can load an animated gif.  I did it here:   Click on Radar. This is still under construction but check out dieitte's blog... he has some source to amke it happen .j Andrew Bourne said the following: Thanks, though

Re: [flexcoders] Re: NET web service from C#

2006-10-02 Thread John C. Bland II
uot;http://localhost:3451/web/webservice.asmx?wsdl"? This is the mainly confusion that I've. Tonight I'm going to do more tests. You've got a actionscript class that consume a webservice from .net? If you have and if you like to share it with me, please send me it. Thanks!!! --- In flexc

Re: [flexcoders] NET web service from C#

2006-10-02 Thread John C. Bland II
n... it's the debug mode of visual studio a limitation to consume it? (I can consume it from visual studio) Anybody can help me? The flex documentation hasn't enough help for me :( Thanks a lot. PD: sorry for my poor english. -- John C. Bland IIChief GeekKat

Re: [flexcoders] Problem with IFrame

2006-10-01 Thread John Kirby
Title: quote I tried using Brian's example in a TabNavigator except the html appears at the bottom of the page instead og inside the tab containing the IFrame. Paul Andrews said the following: - Original Message - From: "Ali Mills" <[EMAIL PROTECTED]com> To: <[EMAIL PROTECTED

Re: [flexcoders] Stats on flash player 9 penetration.

2006-09-29 Thread John Dowdell
FP9 are just as high. High-profile sites moved to FP8 pretty quickly, mostly for the new video codec, and now all those upgrade prompts have been pushing people to the current Player. The application designers are getting a boost from the video houses here. jd -- John Dowdell . Ad

Re: [flexcoders] Stats on flash player 9 penetration.

2006-09-29 Thread John Dowdell
's the long and short of it. ;-) jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record

Re: [flexcoders] Logging in Flex

2006-09-28 Thread John Grden
Hey Anas, I've put out a test version of Xray's flex2 logger which comes with a panel component if you don't have the xray interface to see your trace out put.  Chris and I modeled it after log4j style of logging.here's an email I sent a while ago about it: I'm in the very early stages of gettin

[flexcoders] custom RichTextEditor - SOLVED

2006-09-27 Thread John Mazzocchi
myRTE.fontFamilyArray = ["Large", "Small", "Fixed"]; // but it does here } Cheers John -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mai

[flexcoders] custom RichTextEditor ... fontFamilyCombo, alignButtons

2006-09-27 Thread John Mazzocchi
Combo.text = ""; but nothing seems to work. Any clues? I mean, other than, removing the subcontrols and implementing my own to replace them completely. Cheers John Mazzocchi -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Searc

[flexcoders] custom RichTextEditor - Half Solved

2006-09-27 Thread John Mazzocchi
. Then it disappears forever. I've tried initialising e.g. myRTE.fontFamilyCombo.selectedItem = 0; and also myRTE.fontFamilyCombo.text = ""; but nothing seems to work. Cheers John P.S. Solution is myRTE.alignButtons.removeChildAt(3); -- Flexcoders Mailing List FAQ: http://groups.ya

Re: [flexcoders] bug in Array.splice?

2006-09-26 Thread John Grden
OYE, geez, sorry list, I could have SWORN this was FLASHCODERS, Not Flexcoders   my bad.    Bad John.   Rock on \m/  On 9/26/06, Ralf Bokelberg <[EMAIL PROTECTED]> wrote: Ah, so maybe you are referring to a different documentation? Here is what the livedocs say about the op

Re: [flexcoders] bug in Array.splice?

2006-09-26 Thread John Grden
I read the help, and it pretty well spells out that you send optional arguments in the sample, but I could see where it states "[, value:Object]  that someone could find that confusing.   The sample at the bottom of the help file shows exactly what you ended up finaly doing:var myFurniture_array

Re: [flexcoders] bug in Array.splice?

2006-09-26 Thread John Grden
that's in case of using a for..in loop with objects.  Arrays are index based and in a for loop you're just asking for the index based on what "i" equals:   for(var i:Number=0;i {     trace(ary[i]); }   it'll trace in order that you pushed the values in.  On 9/26/06, Tracy Spratt <[EMAIL PROTECTE

Re: [flexcoders] adding effects in action script

2006-09-25 Thread John Kirby
Title: quote I think this should work? var imageFade:mx.effects.EffectsInstance; imageFade = fadeIn.createInstance(imgNewImage); imageFade.play(); David Harris said the following: Hi I am creating an Image in Script and then adding it to a tile. I have added an event listner to th

[flexcoders] TitleWindow Close Button

2006-09-25 Thread John Kirby
Title: quote I am try do trap an event when the mouse is over the close button (x) on a TitleWindow. Anyone know how to reference this object? Thanks -- Whether you think that you can, or that you can't, you are usually right.  - Henry Ford __._,_.___ -- Flexcoders Mailing List

<    1   2   3   4   5   6   7   8   9   >