[flexcoders] Need help with protecting FLVs

2005-06-07 Thread Jeff Steiner
Nutshell: I am working with a handful of FLVs for a tech demo that I am creating and want to prevent them from being downloaded. Does anyone have a good idea about how I can go about doing this? Longer version: I have encoded FLVs sitting in a web directory (because contentPath requires a

RE: [flexcoders] Flex best with which server side technology ? (CFM/Java/ASPX?)

2005-06-07 Thread Tolulope Olonade
So Allen, Youd rather not use Coldfusion? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen Manning Sent: Monday, June 06, 2005 5:44 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex best with which server side technology ?

R: [flexcoders] Re: horizontal numeric stepper

2005-06-07 Thread Paolo Bernardinin
Thanks Alex Ill try that, I think that the next version of the numericSTepper should have the possibility to set the position of the arrows, I want to use the horizontal layout to use it as a page navigator and it make more sense to have the arrows displaied horizontaly, I also want to

RE: [flexcoders] Flex best with which server side technology ? (CFM/Java/ASPX?)

2005-06-07 Thread Allen Manning
Tolulope, We have used ColdFusion with our Flex development and are pleased with it. But I see that there is a trade-off to consider, rapid prototyping of ColdFusion vs. compiler support in catching type errors in Java. I'm sure there are many other trade-offs, but this oneseem paramount

[flexcoders] style a validator output

2005-06-07 Thread Andrew Spaulding
Hi Guys, Is it possible to style the output of the Validator? Would be nice to change the red error message bubble at least to another colour. Can it be done? Thanks in advance, Andrew Spaulding www.flexdaddy.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Chart examples

2005-06-07 Thread david_gal-reyniez
Hi everybody, Itry to use the chart examples furnished by Macromedia unsuccessfully. I have always recieved the same error message for each chart examples: *PROPERTY ELEMENTS MAY NOT HAVE ATTRIBUTES* can you help me aboutthis problem? ?xml version="1.0"?mx:Application

[flexcoders] Event Class in the book developping rich clients with macromedia flex

2005-06-07 Thread david_gal-reyniez
Steven, Alistair, I read your book about developping rich clients with macromedia and i try to follow your suggestions concerning the architecture. I especially try to adapt the differents classes (according to theJ2EE Core Pattern) but I meet a problem concerning the class Event. You

RE: [flexcoders] Need help with protecting FLVs

2005-06-07 Thread Alistair McLeod
Hi Jeff, You'll probably have to stick the FLV somewhere protected on the server (outwith the webapp context, or under WEB-INF, for example) and write a servlet to serve them, remembering to set the mime type. Of course, people could still use the servlet to retrieve the FLV, but its less of a

[flexcoders] Re: Custimizing Tooltip

2005-06-07 Thread rockmoyosa
I know this but with Tooltip I ment Errortip and the redline on a textinput, with invalid data. I want and transparant Errortip. Possible? --- In flexcoders@yahoogroups.com, dave buhler [EMAIL PROTECTED] wrote: ToolTips support CSS. TextInputs support CSS ToolTip { background-color:#FF;

RE: [flexcoders] Event Class in the book developping rich clients with macromedia flex

2005-06-07 Thread Steven Webster
Hi David, If you download the source for Cairngorm 0.99 you'll find the Event class in there - you can repackage to fit with the book source; www.iterationtwo.com/open_source_cairngorm.html The source is also available (for the book) at http://flexbook.iterationtwo.com/ Best, Steven

[flexcoders] Re: style a validator output

2005-06-07 Thread rockmoyosa
Hey Andrew, I got the same problem and there is a solution. check this post: http://groups.yahoo.com/group/flexcoders/message/16410 but what I want is tho customize the whole thing, (layout, design) transparant bubble, etc,... --- In flexcoders@yahoogroups.com, Andrew Spaulding [EMAIL

[flexcoders] Styling individual tabs in a TabNavigator

2005-06-07 Thread Tim Blair
Hello, Is it possible to style the colours of individual tabs in a tab navigator? For example, in the following code I'm attempting create a TabNavigator with three tabs, each of a different colour, but having no joy... I can style all tabs by using the Tab{} declaration, but I'm looking for a

[flexcoders] how to generate the bullet in DataGridColumn?

2005-06-07 Thread loveewind
generate the bullet in first DataGridColumn when user inputing words, also the DataGridColumn is editable,how to set the dataGridColumn's htmlText? use the cellRender? 1.this is my flex page: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;

[flexcoders] Re: Changing color of red box invalid data

2005-06-07 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, rockmoyosa [EMAIL PROTECTED] wrote: Does anybody know how to change the red color of invalid data. check by a Validator? ahh waite. errorColor?? haha. but still stuck on skinning error balloon Yahoo! Groups Links * To visit your group on the web,

RE: [flexcoders] Need help with protecting FLVs

2005-06-07 Thread Rick Bullotta
Given that Flex is targeted at OEMs, however, it may be very desirable to offer some type of key-based encryption/decryption so that OEMs/ISVs can protect their intellectual property. Rick Bullotta CTO Lighthammer Software www.lighthammer.com From:

Re: [flexcoders] Need help with protecting FLVs

2005-06-07 Thread Jeff Steiner
Kind of hard to justify Flash Comm Server price for a tech demo. Not that I would turn down a free copy if one was given to me. Jeff - Original Message - From: Abdul Qabiz [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, June 07, 2005 5:57 AM Subject: RE: [flexcoders]

[flexcoders] Re: Storing Web Service Results in Unique Arrays/Objects

2005-06-07 Thread Dave
Can you give me a specific/realworld example? The examples I've seen don't really illustrate the functionality very well (based on my skillset). Thanks much, -Dave --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Check out the docs on the Asynchronous Completion

RE: [flexcoders] Chart examples

2005-06-07 Thread Matt Horn
David, I copied and pasted the code in this email exactly as written and it runs fine for me. What version of Flex are you using? I tried it with 1.5. matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of david_gal-reyniezSent: Tuesday, June 07, 2005

RE: [flexcoders] Chart examples

2005-06-07 Thread david_gal-reyniez
Matt, I have the same version but this is the trial version. Is that the reason why? David De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Matt HornEnvoyé: mardi 7 juin 2005 17:28À: flexcoders@yahoogroups.comObjet: RE: [flexcoders] Chart examples David, I copied

Re: [flexcoders] Re: Flex's Layout manager for Flash?

2005-06-07 Thread Aldo Bucchi
Thanks Alex, You answered both my questions concisely. Best Regards, Aldo On 6/6/05, alex_harui [EMAIL PROTECTED] wrote: David may answer on his own, but I'll try to save him time. flex4flash was Flex compatible versions of the component source files that shipped with MX 2004. The are no

Re: [flexcoders] More interesting than Zorn? - Details on Flex 2.0.....

2005-06-07 Thread Aldo Bucchi
The Flex programming model will also leverage new industry standards, suck as E4X (ECMAScript for XML) I assume we are talking about a flash player implementation (Flex Flash) ? On 6/7/05, Aldo Bucchi [EMAIL PROTECTED] wrote: E4X is worth the WOOOW! on one side it is a very smart

[flexcoders] Flex Eclipse discussion

2005-06-07 Thread Jeff Beeman
I remember reading a discussion about setting up Eclipse for coding MXML and AS a while ago, but I cant find it in the archives. Can someone point me to the discussion, or maybe a couple of the sites mentioned in it? (BTW, the search tool in the Yahoo groups area leaves a lot to be

[flexcoders] Bug with RO Tag - can anyone explain or have noticed...

2005-06-07 Thread cnewroth55
I have a RO object call. heres the code; mx:RemoteObject source=gvs._cfc.gvs_queries id=gvsQueriesRO endpoint=http://mydomainsbox.com/flashservices/gateway; result=reviewThrusts=event.result mx:method name=Thrust_Query mx:arguments ThrustName{thrustCB.selectedItem}/ThrustName /mx:arguments

RE: [flexcoders] More interesting than Zorn? - Details on Flex 2.0.....

2005-06-07 Thread Rick Bullotta
Id also like to see MM implement the optional xpath functionality From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Aldo Bucchi Sent: Tuesday, June 07, 2005 12:25 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] More interesting than

RE: [flexcoders] Re: Storing Web Service Results in Unique Arrays/Objects

2005-06-07 Thread Tracy Spratt
Dave, where are you stuck? Are you calling the dataservice from ActionScript? Are you successfully getting your data into flex, where you can inspect it in a result handler? This is really easier than it sounds, if you are successfully calling and returning data in ActionScript. I plan to

RE: [flexcoders] Flex Eclipse discussion

2005-06-07 Thread Steven Webster
(BTW, the search tool in the Yahoo groups area leaves a lot to be desired if I search for Eclipse, I can end up getting no results because it only searches the first 30 or so messages. So, in order to search the 16,500 messages Id have to click through a page at a time. Anyone know a

RE: [flexcoders] Bug with RO Tag - can anyone explain or have noticed...

2005-06-07 Thread Tracy Spratt
I don't see where selectedItems is a property of a ComboBox. I did find the method getSelectedItems(). Note that this returns an array, not a string, so your RO property would need to be typed to handle that. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Flex Eclipse discussion

2005-06-07 Thread Jeff Beeman
Ah, this is perfect, thank you! For those who need the link to the Flexcoders The Mail Archive here it is: http://www.mail-archive.com/flexcoders@yahoogroups.com/ /** * Jeff Beeman **/

Re: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread nostra72
Can someone explain why this code does not work then? I tried to make it so that it will change the button color to red then back to its original color but its not working? ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*" mx:Script

RE: [flexcoders] Flex Eclipse discussion

2005-06-07 Thread Jeff Beeman
I think what I was actually looking for was a news posting I read a while ago I found it at everythingflex.com heres the link: http://www.everythingflex.com/blog/1/2005/05/Eclipse-for-Flex-Development.cfm /** * Jeff Beeman

[flexcoders] JBoss updates partner program, eyes client software

2005-06-07 Thread Tarik Ahmed
http://www.computerworld.com.au/index.php/id;773117770;fp;16;fpid;0 JBoss is reorganizing its partner program and considering moves into new types of software, including tools for building rich client interfaces, as it prepares to fend off increased competition from other providers of

RE: [flexcoders] Chart examples

2005-06-07 Thread Matt Horn
No, that should have no effect here... certainly not the source of that error message. I'm sorry, I can't reproduce this error. m From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of david_gal-reyniezSent: Tuesday, June 07, 2005 11:40 AMTo:

Re: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread nostra72
Well what I am actually trying to do is restore a button to its original fillcolors setting? Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups

Re: [flexcoders] Need help with protecting FLVs

2005-06-07 Thread Seth Voltz
Okay, this is just a random idea and I can't offer code snippets because I haven't successfully pulled it off. I have however thought about this very issue the last couple weeks for one of my own projects. My idea was to put the FLVs in a directory with a .htaccess file that passes all requests

Re: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread Manish Jethani
On 6/7/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Can someone explain why this code does not work then? I tried to make it so that it will change the button color to red then back to its original color but its not working? public function changecolor(){ oldColor=

RE: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread Ashish Goyal
You are setting 'color' style instead of 'fillColors' style in your changebackcolor() function. Change the 'color' to 'fillColors' in changebackcolor() as well as in changecolor() function and it should work. Thanks -Ashish From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Image in DragProxy

2005-06-07 Thread rob
We're creating a shopping cart application. Items from search results can be dragged onto one of several targets. When the user drags the items, the product image must reload into the proxy, which sometimes takes up to a second. Part of this is due to the size of the image and its location

Re: [flexcoders] Need help with protecting FLVs

2005-06-07 Thread Manish Jethani
Wouldn't it be cool if the MediaDisplay component supported some kind of authentication mechanism, at least for FLVs downloaded via HTTP? mx:MediaDisplay contentPath=http://my.com/protected.flv; username={httpUsername} password={httpPassword} / Or: mx:MediaDisplay

RE: [flexcoders] Re: Storing Web Service Results in Unique Arrays/Objects

2005-06-07 Thread Tracy Spratt
Ok, I created an example, and posted it here: http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectI D=223 Here is the description: This is an example of how to use the call object to assign an identifier to the results of a data service call, so that you can access that data

[flexcoders] Adding a close button to a tab?

2005-06-07 Thread Eric Raymond
Is there a way to add a close button to a tab in a tabbar? That is, we'd like to put a graphic image of an x in some tabs in our application that are closeable. I think there are two issues here: 1) Adding an extra icon to the tab As a hack, we could get away with prepending the close image

Re: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread nostra72
I changed color to fillColors in both the changebackcolor() method and the changecolor() method but all I get when I change the color back is a black button? ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" xmlns="*"mx:Script![CDATA[public var

Re: [flexcoders] Adding a close button to a tab?

2005-06-07 Thread dave buhler
Hi Eric, Are the tabs specific to an underlying view or are the tabs meant to be closeButtons, similar to what you might find for a TitleWindow? DaveOn 6/7/05, Eric Raymond [EMAIL PROTECTED] wrote: Is there a way to add a close button to a tab in a tabbar?That is, we'd like to put a graphic

RE: [flexcoders] style a validator output

2005-06-07 Thread Stephen Gilson
You can use the ErrorTip style: mx:Style ErrorTip { borderColor: #00FF00 } /mx:Style Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Spaulding Sent: Tuesday, June 07, 2005 4:32 AM To: flexcoders@yahoogroups.com Subject:

Re: [flexcoders] Image in DragProxy

2005-06-07 Thread Manish Jethani
On 6/8/05, rob [EMAIL PROTECTED] wrote: When the user drags the items, the product image must reload into the proxy, which sometimes takes up to a second. Isn't the source of the proxy image the same as that of the item being dragged? If yes, the loading should be instantaneous because the

Re: [flexcoders] question about popup manager

2005-06-07 Thread Manish Jethani
On 6/7/05, Robert Brueckmann [EMAIL PROTECTED] wrote: The TitleWindow, no matter what I try, remains on top of everything. Is there a way around this? There was a problem with menus not showing in a modal TitleWindow, but it was easy to fix.

RE: [flexcoders] More interesting than Zorn? - Details on Flex 2.0.....

2005-06-07 Thread Gordon Smith
You could also look at the E4X overview I accidentally posted to this group a few weeks ago. ;) - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi Sent: Tuesday, June 07, 2005 9:08 AM To: flexcoders@yahoogroups.com Subject: Re:

Re: [flexcoders] Re: Custimizing Tooltip

2005-06-07 Thread Manish Jethani
On 6/7/05, rockmoyosa [EMAIL PROTECTED] wrote: I know this but with Tooltip I ment Errortip and the redline on a textinput, with invalid data. I want and transparant Errortip. Possible? Why not! ?xml version=1.0? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns=*

Re: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread Manish Jethani
On 6/8/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I changed color to fillColors in both the changebackcolor() method and the changecolor() method but all I get when I change the color back is a black button? [...] buttonthree.setStyle(fillColors, [oldColor]) ^^^ As

RE: [flexcoders] Re: Custimizing Tooltip

2005-06-07 Thread Gordon Smith
There is also a 'showToolTip' event you could probably handle to set the alpha. - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Tuesday, June 07, 2005 12:36 PM To: flexcoders@yahoogroups.com Subject: Re:

Re: [flexcoders] How do you store and then retrieve the backcolor of something

2005-06-07 Thread nostra72
It works now thanks Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/ To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

[flexcoders] Discovering FormItems inside a Form

2005-06-07 Thread rbelknap
Does anyone know a way to discover what FormItems are inside a Form? In otherwords, given the id of a Form, can I run some method to get a list of the id's of the FormItems and/or Buttons inside the Form? Thanks. Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Application flow best practices?

2005-06-07 Thread Kent Henneuse
I am using Flex for new development and starting to get a grasp on Cairngorm as well. I am now trying to get a workflow between static screens laid out so that I can slowly wire up the server-side calls. What I would like to find out is what is the best way to set up the flow? Currently I have a

RE: [flexcoders] Discovering FormItems inside a Form

2005-06-07 Thread Gordon Smith
The FormItems are simply children of the Form, so use numChildren and getChildAt() in a for-loop to iterate over them. The MXML id of each child is accessible as its id property. Controls like TextInput, ComboBox, Button, etc. are children of the FormItems. - Gordon -Original Message-

Re: [flexcoders] Application flow best practices?

2005-06-07 Thread Seth Voltz
Kent, The view member variable is passed in from the calling MXML file as a parameter of the tag. In the case of IndexViewHelper you might call it as as:IndexViewHelper name=indexView view={ this } / assuming your name space for that tag is 'as'. Seth / Kent Henneuse wrote: I am using

[flexcoders] Re: Application flow best practices?

2005-06-07 Thread Andrew Spaulding
Hi Kent, If you are using Cairngorm 0.99 there is no need to set the view like this: view:IndexViewHelper name=indexView view={this} / The above syntax is no longer necessary, and has been replaced by a much simpler use of the id attribute, making it simpler to call a function on the viewHelper

Re: [flexcoders] More interesting than Zorn? - Details on Flex 2.0.....

2005-06-07 Thread Scott Barnes
On that, What was your punishment Gordon? were you the starbucks boy for the week? heh. On 6/8/05, Gordon Smith [EMAIL PROTECTED] wrote: You could also look at the E4X overview I accidentally posted to this group a few weeks ago. ;) - Gordon -- Regards, Scott Barnes

[flexcoders] Re: Application flow best practices?

2005-06-07 Thread r0main
I do agree with Andrew on the view helpers states in a ModelLocator and using bindings. Just remember you can have many ModelLocators in an application, so one may be dedicated at holding application-states, and another one may be the classic one, which holds your data. Cheers, r0main --- In

[flexcoders] log4as/log4flex?

2005-06-07 Thread andrea_wyss
Did someone already port log4j to ActionScript? This would be a nice utility. I thought reading something about a log4as in the Flex book but I am not sure now. I did a google search and could not find anything like that. Andrea Yahoo! Groups Links * To visit your group on the web, go

[flexcoders] Re: log4as/log4flex?

2005-06-07 Thread r0main
log4f on sourceforge: http://sourceforge.net/projects/log4f/ cheers, r0main --- In flexcoders@yahoogroups.com, andrea_wyss [EMAIL PROTECTED] wrote: Did someone already port log4j to ActionScript? This would be a nice utility. I thought reading something about a log4as in the Flex book but