[flexcoders] Need help with protecting FLVs

2005-06-06 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 locati

[flexcoders] More interesting than Zorn?

2005-06-06 Thread Jeff Steiner
This is directly out of the http://www.macromedia.com/platform/whitepapers/platform_overview.pdf. "The next major release of Flex, code-named Mistral, will provide an extensive set of new features. The class library will be extended with new and improved user interface components. An extended

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

2005-06-06 Thread Abdul Qabiz
You can create a variable at application level and store values in there.  You can write some code to back up styles and retrieve later. I am giving following example for just idea, it is not production quality codeIt can be more generic and better...       http://www.macromedia.com/20

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

2005-06-06 Thread Gordon Smith
You should never need to use getRGB() in Flex; this is a low-level Flash API. You would use getStyle() and setStyle() on the Button object, and store the old color in a instance var.               var oldColor;      

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

2005-06-06 Thread Manish Jethani
On 6/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am asking because what I want to do is change the color of a button to a > different color but later on reset it to its original color. How do you > first store the value of the original color and how do you call it back > later? Save t

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

2005-06-06 Thread dave buhler
getRGB() http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary143.html On 6/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am asking because what I want to do is change the color of a button to a different color but later on reset it to its

RE: [flexcoders] Re: Tree dataProviders & backingObject

2005-06-06 Thread Jeff Beeman
My other thought for a simpler, quicker approach was to use the good old variables of "data" and "label" for each node, and the "data" variable would simply contain a number that references the id of what I'm looking at. The full data for the node would be stored elsewhere. The big problem I ha

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

2005-06-06 Thread nostra72
I am asking because what I want to do is change the color of a button to a different color but later on reset it to its original color. How do you first store the value of the original color and how do you call it back later? Yahoo! Groups Links To visit your group on the web, go to:http

[flexcoders] Re: Tree dataProviders & backingObject

2005-06-06 Thread alex_harui
Ah yes, the ol' "convert arrays to children" problem. The TreeDataProvider is guilty of trying to hard to figure out which parts of a complex object are children. I can only think of two ways to deal with this: 1) write your own implementation of TreeDataProvider that doesn't munge your data

[flexcoders] IIS 5 > Tomcat > Flex -- error: lc_id ????

2005-06-06 Thread DavidLand
I am having an issue with getting a client setup with their flex license. We are running Windows 2000 Server (IIS 5) with the latest Jakarta Tomcat. We are having a bit of a wierd issue though. When you hit a mxml page over the Jakarta installed port (8080) no problemo. But when we access it vi

[flexcoders] Re: horizontal numeric stepper

2005-06-06 Thread alex_harui
Your sample didn't have a call to inputField.move(), which should reposition the inputfield. You may have to override drawFocus() or adjustFocusRect() to get the focus ring to look right. --- In flexcoders@yahoogroups.com, "Alistair McLeod" <[EMAIL PROTECTED]> wrote: > Hi Paulo. > > Since y

[flexcoders] Re: Contract between DataProvider and ComboBox or DataGrid

2005-06-06 Thread alex_harui
The combobox measures every row in order to figure out how wide it should be. The datagrid trusts the width information in the columns. -Alex --- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > Yep, the DG will probably call getItemAt for every visible row > regardless

[flexcoders] Re: [flex coders] tree datagrid - needs a text renderer too .. pls help

2005-06-06 Thread alex_harui
Also check out the isCellEditor field on the column. It prevents columns with .editable properties from popping up the cell editor. Or, you might want to use the default editor and have it popup over the default label renderers. --- In flexcoders@yahoogroups.com, "Abdul Qabiz" <[EMAIL PROTECT

[flexcoders] Re: Is it possible to call a pop-up TitleWindow from a pop-up TitleWindow?

2005-06-06 Thread alex_harui
Well, it depends. The PopUpManager takes a parent argument, but that doesn't actually end up being the parent of the new popup. All popups are parented by _root. However, the second popup will be placed above the first so it will appear to be parented if you position it correctly. There are

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

2005-06-06 Thread alex_harui
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 longer provided per-se because the new CompC-based workflow is now the recommended practice and you'll probably find it more e

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

2005-06-06 Thread peter blazejewicz
Hello Aldo, Aldo Bucchi wrote: >I was revisiting those classes yesterday when I decided to look for >other Layout Managers. >I haven't found any.. > >Mmmh I believe I'll move this post to flashcoders, see if it digs any thoughts > yeah, I've seen your post on flashcoders, You can take a look at J

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

2005-06-06 Thread Aldo Bucchi
Hi David, Just wondering what the flex4flash classes were... (still, what are they?) Does the Maelstrom/8ball component architecture have anything in the like of a Layout Manager for flash, if I may ask? As a side note, There is one thing that has always bothered me with the way in which Flash/Fl

Re: [flexcoders] MfgQuote Launches Rich Internet Application

2005-06-06 Thread Tarik Ahmed
Hi Dave. I'm not sure, I just saw the headline and posted it. I think the MfgQuote guys are on this list though. dave buhler wrote: Tarik, Are there any publically accessible parts of the application or screenshots? Dave On 6/6/05, Tarik Ahmed <[EMAIL PROTECTED]> wrote:   ATLA

Re: [flexcoders] MfgQuote Launches Rich Internet Application

2005-06-06 Thread dave buhler
Tarik, Are there any publically accessible parts of the application or screenshots? DaveOn 6/6/05, Tarik Ahmed <[EMAIL PROTECTED]> wrote:   ATLANTA, Georgia, June 6, 2005 – MfgQuote Inc., a leading provider ofonline sourcing management technology for the manufacturing marketplace,today announc

Re: [flexcoders] dragging around a canvas

2005-06-06 Thread Manish Jethani
On 6/7/05, Joe Berkovitz <[EMAIL PROTECTED]> wrote: > I'd just add that the drag-and-drop functionality exhibited by > TitleWindow and Panel is not all that hard to roll yourself if you need > to -- it's implemented with functions for the MovieClip handlers > onPress(), onRelease() and onMouseMove(

Re: [flexcoders] linkbar selected color

2005-06-06 Thread dave buhler
Tinkering around I came up with LinkBar {    disabled-color: #99ff66;    } on... http://www.markme.com/mc/archives/FlexStyleExplorer.html On 6/6/05, Tom Fitzpatrick <[EMAIL PROTECTED]> wrote: I'm trying to have the links in a linkbar change color when they'reselected and remain that c

[flexcoders] Is it possible to call a pop-up TitleWindow from a pop-up TitleWindow?

2005-06-06 Thread terry_hrtn
I have a menu, when the user selects an I use TitleWindow to "pop-up" a form, from this I want the user to select an item from a datagrid to have another popup appear with the first TitleWindow as the parent. Is this even possible? Yahoo! Groups Links <*> To visit your group on the web, g

[flexcoders] MfgQuote Launches Rich Internet Application

2005-06-06 Thread Tarik Ahmed
ATLANTA, Georgia, June 6, 2005 – MfgQuote Inc., a leading provider of online sourcing management technology for the manufacturing marketplace, today announced the launch of its first rich Internet application (RIA) capabilities developed with Macromedia’s Flex technology, part of the Flash Pl

Re: [flexcoders] Re: file handling

2005-06-06 Thread Dave Carabetta
On 6/6/05, dave buhler <[EMAIL PROTECTED]> wrote: > *things to put on hold: file-upload workaround > Ha. Well, I'd be careful with making that decision at this point. I mean, FP8 won't be out until August/September/October, from what MM has hinted, and it's going to take time before penetration

[flexcoders] linkbar selected color

2005-06-06 Thread Tom Fitzpatrick
I'm trying to have the links in a linkbar change color when they're selected and remain that color until another link is selected. Setting "selectedFillColors" doesn't seem to work. Any suggestions? - Tom Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.

Re: [flexcoders] RE: Flex futures...

2005-06-06 Thread Manish Jethani
On 6/6/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > In meantime, you might want to check DENG ActionScript component, which > allows you to load SVG on runtime. > > http://claus.packts.net/deng See this blog entry, it's pretty cool. http://wahlers.com.br/claus/blog/display-svg-in-97-of-all-w

Re: [flexcoders] dragging around a canvas

2005-06-06 Thread Joe Berkovitz
I'd just add that the drag-and-drop functionality exhibited by TitleWindow and Panel is not all that hard to roll yourself if you need to -- it's implemented with functions for the MovieClip handlers onPress(), onRelease() and onMouseMove(), which call move() on the dragged object to move it fr

Re: [flexcoders] Auto-scroll on TileList

2005-06-06 Thread Manish Jethani
On 6/6/05, Tim Blair <[EMAIL PROTECTED]> wrote: > I have a TileList component which I add items to via a drag/drop > operation; this is all working fine. The problem I'm having is that > when the item has been dropped onto the TileList, it appears the > resetScrollPositions() function is automati

Re: [flexcoders] dragging around a canvas

2005-06-06 Thread Manish Jethani
On 6/7/05, Robert Brueckmann <[EMAIL PROTECTED]> wrote: > Is there a simple example somewhere of being able to drag and drop a > panel around a canvas? You're looking for TitleWindow. Search the archives for TitleWindow and you'll find numerous examples. http://www.mail-archive.com/flexcoders@ya

Re: [flexcoders] dragging around a canvas

2005-06-06 Thread dave buhler
Hi, Did you look into the TitleWindow (non-modal)? http://livedocs.macromedia.com/flex/15/flex_docs_en/0376.htm DaveOn 6/6/05, Mike Anderson <[EMAIL PROTECTED]> wrote: The only thing I could come up with, is pre-create all the panels youwould like to have displayed with the content you wo

RE: [flexcoders] Macromedia aligns with Eclipse

2005-06-06 Thread Jeff Tapper
having worked with folks at MM for a number of years now, im pretty comfortable in guessing that it wasn't an accident they were not specific with products and dates. I'm betting that when they are ready to announce which products will become available at certain times, it will be unambiguous.

RE: [flexcoders] Macromedia aligns with Eclipse

2005-06-06 Thread Ian Welsh
Thanks - I think ;-) I was actually thinking of Maelstrom (i.e. will Studio include a new Flash authoring tool (8Ball) and will that include/coincide with the next release of the flash player). So, is Maelstrom 'late summer' or 'end of year'. Regards Ian -Original Message- From: flexco

RE: [flexcoders] dragging around a canvas

2005-06-06 Thread Mike Anderson
The only thing I could come up with, is pre-create all the panels you would like to have displayed with the content you would like inside, and then place startup code in your Application Container, using the PopUpManager Class to instantiate all the individual Panels upon startup. Since PopUpManag

[flexcoders] dragging around a canvas

2005-06-06 Thread Robert Brueckmann
Is there a simple example somewhere of being able to drag and drop a panel around a canvas? I've seen the minimizable/maximizable and the draggable examples previously posted, but I just want to be able to allow the user to move a handful of panels that contain static information around the canvas

Re: [flexcoders] Re: file handling

2005-06-06 Thread dave buhler
*things to put on hold: file-upload workaroundOn 6/6/05, Tarik Ahmed <[EMAIL PROTECTED]> wrote: Oh My Lord... this is the feature I've been DYING to have!  This has made my day. Thank you MM Ian Welsh wrote: Just for info., the recent news on the Flash Platform here .. http

[flexcoders] Re: Macromedia aligns with Eclipse

2005-06-06 Thread r0main
Just read that from the FAQ: http://www.macromedia.com/software/flex/productinfo/faq/#item-f15 "What does the announcement of Zorn mean for Flex Builder? When it is released, Zorn will replace Flex Builder as the primary tool for developing applications that leverage the Macromedia Flex frame

RE: [flexcoders] Macromedia aligns with Eclipse

2005-06-06 Thread David Mendels
Hi, Correct. The phrase our CFO used in the financial results was "late summer". In that case she was referring to the next generation of our "Studio" products--not to Flex or to Zorn. Of course, those of us in the product organization noted that she never said whether summer in the northern or s

RE: [flexcoders] Macromedia aligns with Eclipse

2005-06-06 Thread Ian Welsh
David, the announcements today are great news but I noticed in this article http://informationweek.com/story/showArticle.jhtml?articleID=164300480 "This week Macomedia will preview its next-generation Flash player, code-named Maelstrom, due to beta this summer and slated to ship by year's end".

Re: [flexcoders] Re: file handling

2005-06-06 Thread Tarik Ahmed
Oh My Lord... this is the feature I've been DYING to have!  This has made my day. Thank you MM Ian Welsh wrote: Just for info., the recent news on the Flash Platform here .. http://www.macromedia.com/platform/whitepapers/platform_overview.pdf mentions file upload and download capa

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

2005-06-06 Thread Allen Manning
Tolulope,   One thing to keep in mind is that ColdFusion is not strongly typed.  So although it allows you to whip up server - side Java code rapidly, the compiler doesn't support you in catching typing issues.   HTH, Allen  

[flexcoders] Re: Cairngorm store - still trying

2005-06-06 Thread pmaegerman
I have encountered a similar problem with Tomcat, it doesn't seem to find the 'db' directory. Unfortunately for me, it doesn't create itself the directory. I managed to have it work with db_path=c:\\DB\\ I thought it might be due to the spaces in Tomcat's location (c:\program files ...) but trying

Re: [flexcoders] Macromedia aligns with Eclipse

2005-06-06 Thread Clint Modien
Great... thanks David.   I also see you've extended the Flex FAQ.   http://www.macromedia.com/software/flex/productinfo/faq/#item-f15  On 6/6/05, David Mendels <[EMAIL PROTECTED]> wrote: Hi Clint,   What would you like to hear from Macromedia?  Happy to discuss this stuff to the extent that we

[flexcoders] [Ann] Sydney Developers Group Meeting

2005-06-06 Thread Chris Velevitch
The next meeting is on Tuesday 14th June at MLC Burwood 6pm for 6:30 start. Topic: Frameworks: What are they and why and how to use them. Includes demonstration of the use of a framework in Flash, Flex and Flash projectors and maybe Central. There'll be Pizza and drinks and lucky door prizes. P

RE: [flexcoders] Macromedia aligns with Eclipse

2005-06-06 Thread David Mendels
Hi Clint,   What would you like to hear from Macromedia?  Happy to discuss this stuff to the extent that we can.    There is a lot of info on our site today, some press releases and two new whitepapers:   http://www.macromedia.com/platform/whitepapers/platform_overview.pdf   http://www.macr

Re: [flexcoders] Custimizing Tooltip

2005-06-06 Thread dave buhler
ToolTips support CSS. TextInputs support CSS ToolTip {     background-color:#FF; } TextInput {     font-family: Arial, Helvetica, sans-serif;     margin: 0px;     padding: 0px;     height:12px;     font-size: 12px;     border-style:solid;     background-color:#f1f1f1;     border-color:#999

Re: [flexcoders] Re: Custimizing Tooltip

2005-06-06 Thread Yokota Satoshi
Hi I have a example. Hava a look following code. http://www.macromedia.com/2003/mxml"; initialize="setStyles()" xmlns="*" verticalGap="0"> {number.text}

[flexcoders] Re: Custimizing Tooltip

2005-06-06 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, "rockmoyosa" <[EMAIL PROTECTED]> wrote: > Is ther A simple way to, for example, change backgroundcolor of a > tooltip of a textinput. > > Both (mouseover) tooltip as validation tooltip? Anybody how do you custimize the validation message, backgroundColor, font-f

RE: [flexcoders] Macromedia aligns with Eclipse

2005-06-06 Thread Dirk Eismann
Yeah - great news. Here's the official press release: http://www.macromedia.com/macromedia/proom/pr/2005/eclipse_flashplatform.html Dirk. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Clint Modien Sent: Monday, June 06, 2005 3:39 PM To: flexcode

[flexcoders] Macromedia aligns with Eclipse

2005-06-06 Thread Clint Modien
Thought I'd start a thread on this see if I could get an official response from someone @ MM or anyone else that has details on this.   http://news.com.com/Macromedia+aligns+with+Eclipse/2100-1032_3-5730781.html?tag=alert     I wonder how this will affect the .NET + Flex plans. Yah

Re: [flexcoders] Accessiblity and Section 508 Complience with Flex?

2005-06-06 Thread Ryan Guill
Thanks for all of the information guys! I really appreciate it! Still, if anyone has a flex application that they know of that is accessible that I could try out and show to some of my clients that would be great. But these things will definately get me started. Thanks again! On 6/5/05, Abdul

[flexcoders] Auto-scroll on TileList

2005-06-06 Thread Tim Blair
Hello, I have a TileList component which I add items to via a drag/drop operation; this is all working fine. The problem I'm having is that when the item has been dropped onto the TileList, it appears the resetScrollPositions() function is automatically called and the TileList automatically scro

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

2005-06-06 Thread Tolulope Olonade
Very funny analysis J This even makes it more Visual J   http://www.googlefight.com/index.php?lang=en_GB&word1=allinurl%3A+.aspx&word2=allinurl%3A+.cfm Seems like php is the most popular of the lot J   PHP,CFM,JSP,MXML,ASPX,ASP etc..   From: flexcoders@yahoogroups.com [mai

RE: [flexcoders] RE: Flex futures...

2005-06-06 Thread Abdul Qabiz
Hi,   In meantime, you might want to check DENG ActionScript component, which allows you to load SVG on runtime.   http://claus.packts.net/deng   -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick BullottaSent: Monday, June 06, 2005 5:16 PMTo: flexcoder

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

2005-06-06 Thread r0main
Hello, googling isn't a real proof... Tried allinurl: .php, then we should all consider doing flex with php (via amf to php) because more pages are built on php ?! r0main --- In flexcoders@yahoogroups.com, Robin Hilliard <[EMAIL PROTECTED]> wrote: > Now that was such a deliberate attempt at fla

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

2005-06-06 Thread Tolulope Olonade
Jeez J I must have been lost for a while ! Thanks Rick.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Bullotta Sent: Monday, June 06, 2005 12:50 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex best with which server side techno

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

2005-06-06 Thread Robin Hilliard
Now that was such a deliberate attempt at flame baiting that it doesn't really count :-) As an ex Allaire/MM employee and author of several successful Flex/ Flash/ColdFusion apps, I'd just like to balance the record on FlexCoders by saying that apart from the occasional issues due to the co

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

2005-06-06 Thread Rick Bullotta
More good news: It is absolutely trival to front-end a .NET web service (or a REST service, using .NET's HttpRequestHandler) with Flex. From: flexcoders@yahoogroups.com on behalf of Tolulope Olonade Sent: Mon 6/6/2005 7:48 AM To: flexcoders@yahoogroups.com Subje

RE: [flexcoders] RE: Flex futures...

2005-06-06 Thread Rick Bullotta
SVG helps with an elegant technique for "addressible" vector graphics. As opposed to explicitly calling methods to draw circles, squares, lines, etc...it provides an declarative, XML-based mechanism for doing so. Also, since the XML elements are "addressible", by manipulating the XML (appearan

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

2005-06-06 Thread Tolulope Olonade
Are you serious ! Flex & .NET!! Thanks a lot! Flex and here I come then J Regards!   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent: Monday, June 06, 2005 12:29 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex best wi

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

2005-06-06 Thread Dirk Eismann
> You will not be able to use the remote object tag, but there > are a lot of valid data access strategies you can consider. actually you can: Mm offers a Flash Remoting for .NET product that can be used with .NET, also there's flashorb, a third party remoting product for .NET Dirk. Yahoo!

[flexcoders] RE: Flex futures...

2005-06-06 Thread David Mendels
Hi,   What is the problem you want to solve with SVG-T on the mainstream Flash Player?  Describe your use case.  I'll get it to the team,   Regards, David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick BullottaSent: Monday, June 06, 2005 7:11 AMTo

[flexcoders] Re: Flex futures...

2005-06-06 Thread r0main
Wasn't SVG once introduced as the "Flash killer" because based on standards so anyone would adopt it ? ;-) r0main --- In flexcoders@yahoogroups.com, "Rick Bullotta" <[EMAIL PROTECTED]> wrote: > David: > > One "convergence" question for you (or product marketing): > > Ironically, Flash Player

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

2005-06-06 Thread David Mendels
Hi,   The benefit of ColdFusion is that you get all of the Java platform (it compiles to Java byte code, and can run standalone with our embedded J2EE server or on top of any major J2EE server, and you can extend it with Java code and third party Java libraries directly) *and* it is drop de

[flexcoders] RE: Flex futures...

2005-06-06 Thread Rick Bullotta
David: One "convergence" question for you (or product marketing): Ironically, Flash Player "Lite" has support for SVG-T, but Flash/Flex do not (only embedding of static SVG on the server-side for Flex). Any plans to add the SVG-T capabilities to the mainstream Flash Player? I would certainl

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

2005-06-06 Thread Tolulope Olonade
Thanks All,  David what about people like me comfortable with C family of languages like C/C++ and C#? I heard the transition from those languages to Java is not much? How true is that? There was a time I was trying to set up a Java web development environment and I had to fiddle with

[flexcoders] Custimizing Tooltip

2005-06-06 Thread rockmoyosa
Is ther A simple way to, for example, change backgroundcolor of a tooltip of a textinput. Both (mouseover) tooltip as validation tooltip? Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send a

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

2005-06-06 Thread David Mendels
Hello, > Can Flex classes be used programmatically form within Flash? No, they can not be. This is not the intent of the license. Regards, David Macromedia > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi > Sent: Monday, Ju

Flex futures...(was RE: [flexcoders] Re: file handling)

2005-06-06 Thread David Mendels
Hi, Good catch Ian. While today was not a product announcement, we are talking more about the long term roadmap for both the Flash Player and Flex. The whitepaper his some high-level information on both. http://www.macromedia.com/platform/whitepapers/platform_overview.pdf Regards, David

RE: [flexcoders] Drag & Drop

2005-06-06 Thread David Mendels
Hello, This is not possible today. Regards, David Macromedia > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of tony_lic > Sent: Monday, June 06, 2005 3:43 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Drag & Drop > > Hi All

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

2005-06-06 Thread David Mendels
Hi,   I think you will find Flex is equally well designed to work with both CFMX (which itself runs on J2EE) or any of the widely used Java/J2EE servers.  Your choice at that tier should be based on other considerations.  In general, if you are already using CFMX, I'd stay with it; if you

RE: [flexcoders] Re: file handling

2005-06-06 Thread Ian Welsh
Just for info., the recent news on the Flash Platform here .. http://www.macromedia.com/platform/whitepapers/platform_overview.pdf mentions file upload and download capabilities within the new Maelstrom player ... "New file upload and download: Maelstrom supports file upload and download capa

[flexcoders] Drag & Drop

2005-06-06 Thread tony_lic
Hi All, I'm a novice developer of Flex. I have a doubt. Is it possible to do cross application drag & drop in Flex. i.e., can i drag an image from flex to other application say ms-word. with regards, tony Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups

[flexcoders] Re: Flex Builder is dead, viva Flex builder !

2005-06-06 Thread r0main
Here they are: Mike's blog: http://weblogs.macromedia.com/mesh/archives/2005/06/macromedia_ecli.cfm Official news: http://news.com.com/Macromedia+aligns+with+Eclipse/2100-1032_3-5730781.html?part=rss&tag=5730781&subj=news Bloggin' about: http://www.protozoo.com/index.php?postId=90 http://soenker

RE: [flexcoders] Flex Builder is dead, viva Flex builder !

2005-06-06 Thread Jeroen De Vos
R0main, Could you send me the link of this article? Thanks, Jeroen. -Oorspronkelijk bericht- Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens r0main Verzonden: maandag 6 juni 2005 9:56 Aan: flexcoders@yahoogroups.com Onderwerp: [flexcoders] Flex Builder is dead, viva Fle

[flexcoders] Flex Builder is dead, viva Flex builder !

2005-06-06 Thread r0main
Hi, today is a great day ! just read publically available informations about Zorn, the next Flex Builder IDE being based on Eclipse... Sounds very good ! Yet I'm already coding 100% of my Flex code (As2 + MXML) under eclipse with free plugins (FAME, FAMES, FLAMES or any of the crappy words).. But E

RE: [flexcoders] Re: file handling

2005-06-06 Thread Drew Falkman
Makes perfect sense. Thanks.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Abdul Qabiz Sent: Sunday, June 05, 2005 9:22 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: file handling   Hi, I guess, that is possible by set

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

2005-06-06 Thread r0main
If you start from scratch a Flex project, and none of your developers are Coldfusion experts, start in Java/J2EE ! Else you'll have to train people on a dying language/plateform... That's my opinion only (I'm now gonna be flamed by all CF experts ;-) ). r0main --- In flexcoders@yahoogroups.com,

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

2005-06-06 Thread Tolulope Olonade
Can anyone please hit the bull’s eye for me on which server side platform Flex is best with? I know there no support for .NET for now. But what of ColdFusion and Java as most of our applications here tie into Databases a lot.     Thanks. Yahoo! Groups Links To visit your