[flexcoders] Re: From DataGrid to Clipboard and Excel

2013-01-19 Thread Tony Obermeit
This isn't exactly what you asked about but it's close. I use the method below to copy selected rows to clipboard. In this use I have a tab character to separate the columns, elsewhere I provide the user the choice between tab and comma with a separate dialog. private function

[SPAM] [flexcoders] Re: how to open pdf, word file using flex

2010-05-21 Thread Tony
logic to display the file or use a library like FlexPaper. Best, Tony Georgiev --- In flexcoders@yahoogroups.com, k.sigiscar k.sigis...@... wrote: Hi, Yes, you need to create a PDF template with Adobe Livecycle Designer with the relevant fields. Then your Flex app must send XML data

[flexcoders] re: Flex and Reporting

2009-06-04 Thread Tony Obermeit
the printing questions I've posted recently. If anyone has working examples of printing a textarea using FlexReport, I'd love to see the code. Regards Tony You might wonna look at this: http://www.kemelyon.com/bts/2008/01/14/flexreport/ I have not used it yet, but I am planning to use it for my

[flexcoders] Re: Print examples?

2009-05-27 Thread Tony Obermeit
for is a component that will wrap the text within a paragraph according to the page width. And be able to change / specify a single font. Any further advice greatly appreciated. Tony If you want to print a sub-set of you text... You are going to need to select the appropriate text ­ transfer

[flexcoders] Print examples?

2009-05-23 Thread Tony Obermeit
I'm looking for examples of how to print a single paragraph of text in flex where I can chose the font and rely on word wrap on page margins. The few examples I've found show grids, anyone help really appreciated. tony

[flexcoders] Printing simple documents in flex

2009-05-21 Thread Tony Obermeit
advise appreciated Tony

[flexcoders] re: Books - Flex

2009-05-06 Thread Tony Obermeit
cart application The programming flex book is useful as a more detailed reference Also there is much free online documentation from Adobe themselves that is great Tony Hi people, My name's Gustavo and I'm new on Flex. I'd like to know your opinion about good books I can buy. Thank you!

[flexcoders] link colors in htmlText component

2009-04-30 Thread Tony Obermeit
When using the a within a mx:htmlText component, the link is not displayed with the standard underline or blue color, anyone have technique for getting links in the htmlcomponent to render like they would in a browser?

[flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tony Obermeit
i just had a peak at IntelliJ's features it doesn't seem to do cf--so its useless to me. if you do cf/java/flex/air i think it will be kind of hard to escape eclipse. http://coldfusion-in-idea.blogspot.com/ There is a plug in for cold fusion for IntelliJ. I also read on another blog

[flexcoders] Re: Flex Builder on Linux been scrapped ?

2009-04-29 Thread Tony Obermeit

[flexcoders] Flex help system

2009-04-29 Thread Tony Obermeit
I've created a help page for my flex application which is a htmlText component shown in a pop up. As I was using flex builder and using the dynamic help option, it became clear to me I need a more sophisticated help system within my flex applications. Any thing out there?

[flexcoders] Re: flexcommon library 1.0 released

2009-04-28 Thread Tony Obermeit
was able to view the documentation. tony Posted by: smitade smit...@yahoo.com smit...@yahoo.com?subject=+re%3a%20flexcommon%20library%201%2e0%20released smitade http://profiles.yahoo.com/smitade Tue Apr 28, 2009 5:46 am (PDT) Documentation link doesn't work for me - opens as html text in browser.

[flexcoders] flex validator for form items dependent on each other

2009-04-27 Thread Tony Obermeit
) But, the hard quota must always be equal too or larger than the soft quota. I'd like to implement this in a validator. How do i reference other items in a validator? thanks Tony

[flexcoders] Re: FLex with LDAP

2009-04-27 Thread Tony Obermeit
I integrate flex with ldap by using server side java. Tony

[flexcoders] Re: Need Suggestions for Reporting In Flex Applications.

2009-04-20 Thread Tony Obermeit
If I generate a PDF on the server side, how do I display that within a flex canvas, is there an mx:PDFReader sort of component? If I generate an excel document on the server side, how do I display that within a flex canvas? Tony Re: Need Suggestions for Reporting In Flex Applications.http

[flexcoders] Using later SDKs with Flex 3

2009-04-03 Thread Tony Obermeit
Hi I have a flex 3 licence but I see there is a flex 3.2 (and possibly later sdk). Will that work with my flex 3 flex builder? Do I need to download a whole new flexbuilder or just the sdk or do i have to pay more money to the good folks at Adobe?

[flexcoders] Making button in data grid invisible based on other columns in the data grid row

2009-04-01 Thread Tony Obermeit
I'm trying to control whether a button is rendered programmatically. But the code below returns the following error: Initializer for 'visible': cannot parse value of type Boolean from text 'isButtonVisible()'. Please advise. mx:DataGridColumn headerText=Phone number dataField=phone_number/

[flexcoders] Re: Making button in data grid invisible based on other columns in

2009-04-01 Thread Tony Obermeit
Thanks Tracy, I tried that but it wasn't any better. I get error Call to possibly undefined method isButtonVisible. Tried making the function definition bindable (not sure if that makes sense) but it wasn't successful. I need to set the button to be visible or not on each row of the data grid.

[flexcoders] Any existing help systems for generating help for end users

2009-03-07 Thread Tony Obermeit
Anyone know of systems for generating help within a flex application? I tried searching for previous posts but help and system are such generic terms I got a huge number of matches that were about developer help.

[flexcoders] Newbie HELP

2008-12-08 Thread Tony
Ok. I have been working through a Friends of Ed book called Foundation Flex for Designers. In chapter 8, the idea is to build a external xml file controlled photo gallery. Screen will be split horizontally with one side being thumbnails of the larger pictures stored externally to the

[flexcoders] Accessing XML attribute through ArrayCollection

2008-03-24 Thread Tony Armstrong
Hello all, I am using an ArrayCollection, outputted from an HTTPService. I wish to access the 'id' attribute from an XML file. I've tried using the e4x methods to no avail. I get an error: TypeError: Error #1010: A term is undefined and has no properties. If I add the resultFormat=e4x to the

Re: [flexcoders] Re: Styling List ItemRenderers

2008-01-22 Thread Tony Fendall
]; for (var cols:int = 0; cols rowArray.length; cols++) { var colItem:UIComponent = rowArray[cols] as UIComponent; if (colItem) colItem.invalidateProperties(); // refresh } } } Hope that helps -Tony http://www.munkiihouse.com --- scott.royston [EMAIL PROTECTED

RE: [flexcoders] Re: Problems with IE and refreshing data

2008-01-22 Thread Tony Fendall
I always add a dummy parameter to any requests, and fill it with a random number. This seems to get around any caching issues in most cases. -Tony http://www.munkiihouse.com --- Matt Chotin [EMAIL PROTECTED] wrote: The issue is if you have a test certificate for https, not necessarily

Re: [flexcoders] Stylesheet to AS3 App?

2007-12-21 Thread Tony
so this is NOT possible? for real? tony On Dec 20, 2007 10:29 PM, Alex Harui [EMAIL PROTECTED] wrote: That's the price you pay for not using mx:Application. It comes with lots of cool features such as css support for non-text components. From

Re: [flexcoders] Stylesheet to AS3 App?

2007-12-21 Thread Tony
cool. thanks! tony On Dec 21, 2007 12:16 PM, Alex Harui [EMAIL PROTECTED] wrote: I wouldn't say it isn't possible, just very hard. If you build a simple mx:Application with the MXMLC option –keep-generated-actionscript, you'll see how much code the compiler generates to get

[flexcoders] apply style sheet to as3 - only application?

2007-12-20 Thread Tony
gradient and some background alpha changes. thanks for any help tony -- 'Never have anything in your life that you can't walk out on in thirty seconds flat, if you spot the heat coming around the corner' robert deniro - heat (1995)

[flexcoders] Re: Recovering from videodisplay errors?

2007-11-21 Thread Tony
Anyone ever able to answer this? I am getting the dreaded connectionError! and cannot recover from it also. I can capture the error just fine. One the VideoDisplay.state=connectionError, you cannot get it to play again. Anyone have a solution for this one. Thanks, Tony Every once in a while

[flexcoders] Re: Recovering from videodisplay errors? [Solved]

2007-11-21 Thread Tony
@yahoogroups.com, Tony [EMAIL PROTECTED] wrote: Anyone ever able to answer this? I am getting the dreaded connectionError! and cannot recover from it also. I can capture the error just fine. One the VideoDisplay.state=connectionError, you cannot get it to play again. Anyone have a solution

Re: [flexcoders] Flickr: Sandbox issue with unavaiable.gif

2007-11-15 Thread Tony Alves
. Regards, Tony cisnky wrote: SecurityError: Error #2122: Security sandbox violation How do I get round the security violation for the unavaiable.gif, it seems that server doesn't have a cross domain. http://l.yimg.com/www.flickr.com/images/photo_unavailable.gif http://l.yimg.com/www.flickr.com

Re: [flexcoders] Converting app to use modules

2007-11-14 Thread Tony Alves
dragManager:DragManager; I do this out of habit, but not sure if it solves anything. HTH, Tony Scott Melby wrote: I am converting my application to use Modules... so far most things are working, but I have run into two errors that I have yet to work around. I have pasted the parts of the code pertaining

Re: [flexcoders] Re: OT: Netiquette Question

2007-10-27 Thread Tony Alves
to Thunderbird, because it had some straight forward threading options. Anyway, keep up the funny comments. I loved them. Tony

Re: [flexcoders] Button inside a DataGridColumn..is it Possible?

2007-10-26 Thread Tony Alves
Hello Tarun, It is definitely possible. There are a lot of people with examples. Check out Alex Harui's blog http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.html This would give you a start. Regards, Tony tarun chandra wrote: Hi I was trying to find ways to put

[flexcoders] error in AIR application

2007-10-15 Thread Tony Alves
I am getting an error on a line in my AIR application: ReferenceError: Error #1069: Property _bindings not found on components.EmployeeListPanel and there is no default value. at

[flexcoders] Re: error in AIR application

2007-10-15 Thread Tony
Fixed, but still want to know what is happening in AIR that would not be happening in Flex 2 application. I initialized my binding variable to an instance of the object. --- In flexcoders@yahoogroups.com, Tony Alves [EMAIL PROTECTED] wrote: I am getting an error on a line in my AIR application

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-21 Thread Tony Alves
Doug, That is off the board. Do you think it will be possible to get rid of the history tracking on it. For some reason that always bothers me about the accordion, so I turn it off usually. Still, nice job! You rock dude. Tony Doug McCune wrote: holla http://dougmccune.com/flex

Re: [flexcoders] Re: Anyone seen this effect as Flex module - Accordion Menu

2007-09-20 Thread Tony Alves
Now there is an example of why you should use flex over ajax. oneproofdk wrote: Hi Mike Sounds good - if you dont mind the trouble - I'd love to see an example on how to make the Apple version Thanks for your reply though. Mark

Re: [flexcoders] caringorm architecture

2007-09-19 Thread Tony Alves
Did you not like any of these? http://www.google.com/search?q=cairngorm+examples seemaherein wrote: Hi, i have been asked to look at caringorm architecture usage for my applications. I searched on net for tutorial but coudn't find a good one. If anybody has any tutorial, please send that

Re: [flexcoders] Can I use Flex to create flash widgets? that are embedded in HTML/JS web-app?

2007-09-18 Thread Tony Alves
Try this article by Ted Patrick: http://www.onflex.org/ted/2007/08/fxwidget-flex-swf-swfobject-custom-html.php Satish Kumar.M wrote: I want to use Flex for creating chart widgets. and embed those widgets in another HTML/JS web-app. Can I use Flex for that? I dont want to create a full-blown

Re: [flexcoders] Re: Searching array for item

2007-09-17 Thread Tony Alves
I feel you buddy. 7days and average 10-14 hours here. Glad to help out. I may blog the example when I get time. Regards, Tony candysmate wrote: --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Tony Alves [EMAIL PROTECTED] wrote: Type Three into the Value Text Input

Re: [flexcoders] Searching array for item

2007-09-16 Thread Tony Alves
Is it createCursor(), Alex? Alex Harui wrote: getItemIndex takes an item, which you can find() in a getCursor() on the collection. *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of

Re: [flexcoders] Searching array for item

2007-09-16 Thread Tony Alves
practice. Regards, Tony Alex Harui wrote: Yeah, sorry, createCursor(), and findAny, findFirst, or findLast, which if they return true, leaves the cursor.current on the item found. .

Re: [flexcoders] Ruby on Rails Server and Security error accessing url

2007-09-12 Thread Tony Alves
Is the crossdomain.xml file in the root of admin.domain.com? digitaljedis wrote: Hey Guys, I'm running my server through Media Temple while I develop my little applications before putting them onto dedicated servers and I'm running into a little problem. I've got the following code being

Re: [flexcoders] Link in one tab that opens the sister tab

2007-09-08 Thread Tony Alves
I control my tabs like this from the container/application holding the tab. myTab.selectedIndex=myTab.getChildIndex(sisterID); This is how I control the tabs from within the children var tn:TabNavigator = parent as TabNavigator; tn.selectedIndex =

Re: [flexcoders] Re: NEW FLEX WEBSITE: ManureMail.com

2007-09-06 Thread Tony Alves
for it? These are the unknowns. I think your site is a good example of having a Full Flex solution. Little site content, lots of data centric needs (eCommerce). Oh, the struggles of a web application developer. Tony Randy Cooper wrote: Brendan, DARN good question!!! 1) I wanted to build an entire

Re: [flexcoders] Does anyone know what the cause of this problem is

2007-09-01 Thread Tony Alves
If using Flex Builder: ctrl-shift-F search the whole workspace for _accountID. Sherif Abdou wrote: Data binding will not be able to detect assignments to _accountID. Data binding will not be able to detect assignments to _accountID.SalesBuilder/managersWebServiceManager.mxml

[flexcoders] Re: Passing data between components

2007-09-01 Thread Tony
Have you seen my examples here? http://blog.3alves.com/2007/08/accessing-values-across-components-in.html Simplified examples, but might give you an idea of a couple of ways to do it. Tony --- In flexcoders@yahoogroups.com, nextadvantage [EMAIL PROTECTED] wrote: Hi All; I am a front end

[flexcoders] Re: image embed and scaling question

2007-09-01 Thread Tony
I handled it this way: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ import mx.events.ResizeEvent; [Bindable] [Embed(source=assets/someimage.png)] private var stretchy:Class;

[flexcoders] Determine the class of an event currentTarget

2007-09-01 Thread Tony Alves
How would I determine the class of an events currentTarget ? I want to do something like: switch (event.currentTarget) { case CreditCardValidator: break; case StringValidator: break; } Does not work, but explains what I am looking for. Anyone? Tony

[flexcoders] Determine the class of an event currentTarget

2007-09-01 Thread Tony Alves
How would I determine the class of an events currentTarget ? I want to do something like: switch (event.currentTarget) { case CreditCardValidator: break; case StringValidator: break; } Does not work, but explains what I am looking for. Anyone? Tony

Re: [flexcoders] addChild to UITextField?

2007-08-31 Thread Tony Alves
Jon, Any way we can see the code on the way you did this? I have a need for it, but it is on the back burner for now. Any insight would be a world of help. Thanks for any insight, Tony Jon Bradley wrote: Thanks for all your help on this guys. I finally figured it all out. Jeez - took

Re: [flexcoders] flexbuilder memory

2007-08-31 Thread Tony Alves
Muzak, That is the tip of the DAY ! I wish I would have asked this question 4 months ago. Regards, Tony Muzak wrote: Get this Eclipse plugin to free up memory (automatic and forced GC): http://www.kyrsoft.com/opentools/stmemmon.html http://www.kyrsoft.com/opentools/stmemmon.html regards

Re: [flexcoders] Slow Memory Leak with PopUpManager and TitleWindow

2007-08-30 Thread Tony Alves
Unfortunately, this has all been said here and there are some extensive threads you can read about what you are talking about. You can also go read Alex Harui's blog to learn more about what you are finding. blogs.adobe.com/aharui I know, because I brought the same thing up as you do now.

[flexcoders] Re: Flex 2 Training From the Source

2007-08-28 Thread Tony
Amy, This may be your place. Go for it! --- In flexcoders@yahoogroups.com, droponrcll [EMAIL PROTECTED] wrote: Is there a forum for discussing the examples in Flex 2 Training From the Source? I have some specific questions, but I don't want to clutter up this forum with stupid newbie

Re: [flexcoders] Re: AIR vs DLL vs. External code?

2007-08-26 Thread Tony Alves
Jeffry, What about the updates in Flex Builder? Updates check the internet. I do agree that not all apps are connected to the internet. Jeffry Houser wrote: Interesting perspective. I believe it is incorrect. I use many desktop applications that do not need /have connectivity. Flex Builder

Re: [flexcoders] Making custom class data global

2007-08-26 Thread Tony Alves
module. Once a valid login is accomplished, the user data is populated. There are plenty of examples out there of using a singleton class if you do not have one. Regards, Tony donvoltz wrote: What is the best way to make the data in a custom class globally accessible to a multi-component

[flexcoders] Re: Overriding getters/setters getting compile error

2007-08-25 Thread Tony
distinguishable from each other (e.g., _widget is the variable, widget is the getter/setter). Doug --- In flexcoders@yahoogroups.com, Peter Connolly psconnolly@ wrote: Thanks Tony, although I must admit that I don't understand why this now works. Why can't the variable and the getter

[flexcoders] Using [Event...] in Custom Classes

2007-08-25 Thread Tony Alves
name. This should work the same way for custom Events also. Maybe an adobe flex expert can explain this better than I, but that is my understanding. Regards, Tony P.S. ( you were borrowing (some call it hijacking) another thread and I think it was getting missed.) Jurgen Wrote: There seems

Re: [flexcoders] Re: Using [Event...] in Custom Classes

2007-08-25 Thread Tony Alves
to uppercase. So MyEvtClass.FLY = flyAway appears in the completion list as MyEvtClass.FLY_AWAY Ben --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com, Tony Alves [EMAIL PROTECTED] wrote: Jurgen, I believe the problem here is that you are setting up a metadata tag

Re: [flexcoders] Re: Using [Event...] in Custom Classes

2007-08-25 Thread Tony Alves
Ben, I appologize. I was way off on this one. I made a bad assumption based on my ignorance. Do you ever wish you could take back a post? :) Tony eating crow ben.clinkinbeard wrote: Event metadata is definitely not ignored in AS. Take a look at just about any class in the framework

[flexcoders] Re: user configuration file

2007-04-12 Thread Tony Obermeit
the html which calls your swf. Make sure the generation creates javascript variables which have the configuration values. The flex application can read these values. I don't recall the syntax to do this but there have been relatively recent posts that show how. Tony Posted by: simonjpalmer

[flexcoders] Re: Flex Security Best Practices

2007-04-04 Thread Tony Obermeit
I'm interested in anything you find One of the solutions I'm looking for is something that lets me set credentials on the HttpService object without hard coding the credentials in my swf file. Tony On 04/04/2007, at 4:07 PM, flexcoders@yahoogroups.com wrote: Flex Security Best

[flexcoders] Re: FlexBuilder Keyboard Not Responsive on the Mac

2007-04-03 Thread Tony Obermeit
I've got a 1.5ghz G4 powerbook with 1.5gb RAM and the first application I've used that made me think this machine is slow and needs upgrading is flexbuilder. sometimes the keyboard doesn't keep up with my typing, etc.

[flexcoders] Re: Is anybody else getting duplicate messages?

2007-03-29 Thread Tony Obermeit
I can assure you that isn't the only explanation. I posted my first question only once and it appeared twice. I'm very sure I sent it only once. Tony On 29/03/2007, at 6:22 PM, flexcoders@yahoogroups.com wrote: Re: Is anybody else getting duplicate messages?Posted by: Maury Sword

[flexcoders] Flex on a SmartPhone?

2007-03-29 Thread Tony
hola peeps. is it possible, or should i bark up another tree, to build small flex applications, that could run on a SmartPhone or PocketPC running Windows Mobile 5.0 and Flashlite 2.1 is there a way to convert a flex app's swfs into flashlite apps? or am i simply crazy? :) oh, and good

Re: [flexcoders] Flex on a SmartPhone?

2007-03-29 Thread Tony
yea, ive googled and re-googled and cant seem to find anything on this...i built a simple flash app and made it a 7.0 player app, and tried to load it up in my smartphone (motorola q) and it wouldnt even load, so, again, i just dont know where to start with this, but knowing that flex 2.0 requires

[flexcoders] Re: Flex access to cookies

2007-03-28 Thread Tony Obermeit
Thanks a lot! :-) - any code snippets to guide me as to how to do that, or links to related examples? Tony Posted by: Clint Tredway [EMAIL PROTECTED] clinttredway Tue Mar 27, 2007 5:33 pm (PST) pass in the cookie value thru the flashVars. On 3/27/07, Tony Obermeit [EMAIL PROTECTED] wrote

[flexcoders] Flex access to cookies

2007-03-27 Thread Tony Obermeit
with oracle sso? Thanks Tony

[flexcoders] Slideshow problem: Preloading a hidden image resets its visible property

2007-03-06 Thread Tony Wu
Hi I am creating a slideshow that display images from a RSS feed. It has two images overlapping each other. The logic is simple: When one image is shown, I preload the next image in the hidden second image, then I flip them on a timer with fade in/out effects. The problem I have is: For the

[flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread Tony
param of the mx:datagrid tag, right? im close on getting data into a datagrid from a WS, i just want to make sure... im getting the datagrid with no data in it?? thanks for all your help! and hello, im a newbie, but learning fast :) tony weeg navtrak, inc. [EMAIL PROTECTED]

RE: [flexcoders] file download doesnt work?

2006-12-12 Thread Tony Dulin
Dimitrios, import flash.net.*; Use the sendToURL(urlRequest) command. Tony D Dimitrios Gianninas [EMAIL PROTECTED] wrote: Yup tried that too :) I've tried GET, POST and using the servername, localhost and my direct IP, no go. If I call my

[flexcoders] test 4

2006-12-07 Thread Tony

[flexcoders] Re: Total rows in a DataGrid

2006-11-02 Thread Tony Wu
headerText=Posts dataField=title showDataTips=true/ /mx:columns /mx:DataGrid I searched documentation and forums but don't seem to find an answer. Thanks for your help! Tony -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives

[flexcoders] Total rows in a DataGrid

2006-11-01 Thread Tony Wu
quot;50" id="newsFeed" dataProvider="{externalNewsRSS.lastResult.rss.channel.item}" visible="false"mx:columns mx:DataGridColumn headerText="Posts" dataField="title" showDataTips="true"//mx:columns/mx:DataGridI searched documentation a

RE: [flexcoders] A bit too ambitious?

2006-07-07 Thread Tony Pujals
Ambitious, yes! Appropriate, absolutely! Fun, definitely! ;-) Im working on a Flex-based bliki front end myself (PHP on the back end). Good luck! -Tony tony pujals| senior engineer | Yahoo! Small Business p. 408.349.6284 |e. tonyp * yahoo-inc * com| y!id tonypujals

RE: [flexcoders] Flex2 :: The time has come to ... Push the Button :: Released

2006-06-28 Thread Tony Pujals
Awesome! Congratulations to the entire Adobe team! J Tony tony pujals| senior engineer | Yahoo! Small Business p. 408.349.6284 |e. tonyp * yahoo-inc * com| y!id tonypujals From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

RE: [flexcoders] Flash 8.5 Release -- Vote of Confidence

2006-04-13 Thread Tony Pujals
be roasted over coals. So if anyone has any reason to believe that Im being way too optimistic (foolish), Id really like to hear sooner than later. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tony Pujals Sent: Wednesday, April 12, 2006 11:09 AM

[flexcoders] Flash 8.5 Release -- Vote of Confidence

2006-04-12 Thread Tony Pujals
the alternative is to not use Flex at all if 8.5 wont be available by June. Thanks, Tony tony pujals| senior engineer | Yahoo! Webhosting p. 408.349.6284 |e. tonyp * yahoo-inc * com| y!id tonypujals -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files

RE: [flexcoders] RE: ExternalInterface and IFrame

2006-03-28 Thread Tony Pujals
Jeff, thats awesome! Ill have to check to see if it works for Firefox. If it does, Im going to be very happy. -Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 |e. tonyp * yahoo-inc * com| y!id tonypujals From: flexcoders

[flexcoders] ExternalInterface and IFrame

2006-03-27 Thread Tony Pujals
, that would really, really be awesome. What did actually work really whetted my appetite. This opens the door to some very coolly hybrid UIs and I hope it is something they can get fixed very soon. I know it would impress a lot of other people at my own work -Tony tony pujals| senior engineer

[flexcoders] RE: ExternalInterface and IFrame

2006-03-27 Thread Tony Pujals
the iframe -- flickering like it's updating umpteen times per second. -Original Message- From: Tony Pujals Sent: Sunday, March 26, 2006 7:10 PM To: 'flexcoders@yahoogroups.com' Subject: ExternalInterface and IFrame I wanted to create an dialog as an html form in an iframe rather than

RE: [flexcoders] Extending MXML components (change from 1.5 to 2)

2006-03-23 Thread Tony Pujals
direction. Best regards, Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 |e. tonyp * yahoo-inc * com| y!id tonypujals From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Basil Hosmer Sent: Thursday, March 23, 2006 6:48

[flexcoders] Extending MXML components (change from 1.5 to 2)

2006-03-22 Thread Tony Pujals
behavior, Im curious . Can you only extend mx components but not youre own, or this only possible with ActionScript components and not mxml.? Thanks, Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 |e. tonyp * yahoo-inc * com| y!id tonypujals

RE: [flexcoders] Starting a Project Now! FLEX 1.5 or 2.0?

2006-03-20 Thread Tony Pujals
only. tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 |e. tonyp * yahoo-inc * com| y!id tonypujals From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richie Rich Sent: Monday, March 20, 2006 9:51 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Flex 2 Style Explorer (beta)

2006-03-16 Thread Tony Pujals
Title: Re: [flexcoders] Flex 2 Style Explorer (beta) Awesome! Thanks! tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 |e. tonyp * yahoo-inc dot com| y!id tonypujals From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Muliple flex apps on tomcat

2006-03-16 Thread Tony Pujals
I second Daves recommendation regarding pre-compilation. Our team ran into the same issues with OutOfMemoryErrors thrown on our linux servers (never on any of the Windows machines). The solution was to deploy pre-compiled SWFs. tony pujals| senior engineer | Yahoo! SiteBuilder

RE: [flexcoders] Re: Capture events a la the underlying transparent window from PopUpManager

2006-03-15 Thread Tony Pujals
Great suggestion, Ill definitely give it a shot on my end much appreciated, thanks! tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 |e. tonyp * yahoo-inc dot com| y!id tonypujals From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED

RE: [flexcoders] Flex 2 Style Explorer (beta)

2006-03-15 Thread Tony Pujals
Title: Flex 2 Style Explorer (beta) I agree, very, very nice. And it would be even nicer if the source code were available as part of the download. Maybe if enough people post their comments on the download page to indicate interest..? -Tony tony pujals| senior engineer

RE: [flexcoders] Re: Mouse Event Filtering

2006-02-16 Thread Tony Pujals
in pursuing this direction, then thanks for the tip. -Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc . com | y!id tonypujals From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt

RE: [flexcoders] Actionscripting and dispatching Events

2006-02-16 Thread Tony Pujals
); controller.addEventListener(changeGroup, callbackDelegate); ... Controller.removeEventListener(changeGroup, callbackDelegate); Good luck. -Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc . com | y!id tonypujals

RE: [flexcoders] Mouse Event Filtering

2006-02-15 Thread Tony Pujals
. Is this a question for one of the Flash lists (any recommendation to which list I should post this question)? Thanks, Matt if you or anyone else has any other ideas, Id really love to hear them -Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp

RE: [flexcoders] Re: Mouse Event Filtering

2006-02-15 Thread Tony Pujals
toolbar weirdness I'm a little surprised this has turned out to be so challenging. Since I know various components provided by Macromedia (such as Button) do behave correctly, I guess that there is a 'standardized' way to implement this tony pujals| senior engineer | Yahoo! SiteBuilder

RE: [flexcoders] Re: Mouse Event Filtering

2006-02-15 Thread Tony Pujals
perhaps that this would prevent some superclass behavior which forwards the mouse events to further processing, but it didn't help Argh... tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc . com | y!id tonypujals

RE: [flexcoders] Re: Mouse Event Filtering

2006-02-15 Thread Tony Pujals
below it -- the toolbar buttons don't. As far as code, I'll create a streamlined example that should make it a little easier to see what I'm talking about Thanks again, Doug. tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc . com | y!id

[flexcoders] Mouse Event Filtering

2006-02-14 Thread Tony Pujals
in this case. So something about a Button or its superclasses makes it special, but the difference isn't apparent to me in the AS source provided with Flex. Any insight is appreciated. Thanks! -Tony tony pujals| senior engineer | Yahoo! SiteBuilder Express p. 408.349.6284 | e. tonyp * yahoo-inc

RE: [flexcoders] event bubbling Flex 1.5

2005-11-23 Thread Tony Pujals
theme : page title scheme : new font style). -Tony tony pujals| senior engineer | Yahoo! SiteBuilder p. 408.349.6284 |e. [EMAIL PROTECTED]| y!id tonypujals From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Douglas Knudsen Sent: Wednesday

RE: [flexcoders] event bubbling Flex 1.5

2005-11-23 Thread Tony Pujals
. ;-) Tony tony pujals| senior engineer | Yahoo! SiteBuilder p. 408.349.6284 |e. [EMAIL PROTECTED]| y!id tonypujals From: Tony Pujals Sent: Wednesday, November 23, 2005 11:06 AM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] event bubbling Flex 1.5 So funny

RE: [flexcoders] Cool Flex Site with Free 30 day trial

2005-11-10 Thread Tony Pujals
looking. Tony From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Leo Sent: Thursday, November 10, 2005 10:38 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cool Flex Site with Free 30 day trial hi everybody i'm not from the U.S. but I'd like

[flexcoders] Redeploying a Flex webapp on Tomcat - locks not released

2005-11-09 Thread Tony Pujals
2.0, but Id really like to know if thats the case, or if anyone else has discovered a workaround for this issue. Thanks! Tony tony pujals| senior engineer | Yahoo! small business publishing tools p. 408.349.6284 |e. [EMAIL PROTECTED]| y!id tonypujals -- Flexcoders Mailing List

[flexcoders] Price of Flex 1.5

2005-08-04 Thread Tony Rozario
Hi, I'm working in SAP Labs we need a minimal licensed version of Flex, may be to run it in a single box. how much woud it cost? with regards, tony__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around

[flexcoders] Using XML Format Result From WebService

2005-06-17 Thread Tony Rozario
Hi, If i change the result format from a web service as XML then do data binding of the result to a data grid, i dont get the expected results. I get numerous column headers which i cant read, some of them are getChildNode, NextChild, something like that. The webservice result what i get

  1   2   >