[flexcoders] who have the experience of print preview in flex page

2005-05-20 Thread loveewind
hi: I know flex page can be printed, but don't know how to use the printjob actionscript to print preview page, who have such experience? thanks, Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from this

[flexcoders] Bug? image (html) in textarea

2005-05-20 Thread rockmoyosa
I'm using An image tag in a textarea. an horizontal line, because hr is not supported. When I resize the textarea to a smaller height, The images are still visible below my textarea and if i'm scrolling u see the images also scrolling. It hust like text area is still the same size for images but

RE: [flexcoders] Fully qualified URL

2005-05-20 Thread Jeroen De Vos
Perfect. Just what I needed. Thanks! Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Matt ChotinVerzonden: vrijdag 20 mei 2005 6:21Aan: flexcoders@yahoogroups.comOnderwerp: RE: [flexcoders] Fully qualified URL Generally you specify a full URL as the rootURL (perhaps

Re: [flexcoders] Scale the size of a whole application

2005-05-20 Thread Jordan Snyder
why not just point him to the SWF file directly...that makes things happen the way you want. OTHERWISE: It's in the export settings and the Stage objectcheck it out. On 5/19/05, Matthew Shirey [EMAIL PROTECTED] wrote: I was afraid I hadn't explained the problem right... Setting to

RE: [flexcoders] Re: Flex on the Web

2005-05-20 Thread Steven Webster
Also, last I saw posted to this group, there were only about 200 licenses sold to date. I can pretty much certainly state that there have been a *great* deal more than 200 licenses sold to date, perhaps 200 customers was cited, but a single customer might purchase anywhere from 10s or 100s

Re: [flexcoders] Re: Flex on the Web

2005-05-20 Thread Michel Jansen
Steven Webster wrote: Also, last I saw posted to this group, there were only about 200 licenses sold to date. I can pretty much certainly state that there have been a *great* deal more than 200 licenses sold to date, perhaps 200 customers was cited, but a single customer might

RE: [flexcoders] Re: Flex on the Web

2005-05-20 Thread Abdul Qabiz
Hi, IMHO, No, Flex is not only used for intranets but also for internet apps. But these applications are either private or not publicly available. It is like any other large applications, where you need an access to see those apps. Not every company advertises about their applications... I

R: [flexcoders] Re: Cairngorm 0.99

2005-05-20 Thread Paolo Bernardinin
Thanks Steven for clarifyng the reason for the new controller sintax, for what concern migrating from 0.95 to 0.99 it wasnt to hard just had to rename the pasckage name for the swc to org.nevis.cairngorm , than I had to change the property name in id and remove view = {this} in the

[flexcoders] Steven Webster, I need help with Cairgorm

2005-05-20 Thread Alberto Albericio Salvador
Hi again Steven, After reading some more about frameworks and related stuff after my last post on What Cairngorm is?, I want to start developing using Cairngorm. I've been reading about synergyflex, which seems to be something similar to Cairngorm, but I get the feeling you are more about to

[flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-20 Thread bhaq1972
Thanks once again Matt. always a helping hand. Your code worked. It adjusted the date value. Do you have any recommendation how i would apply this code before binding to a datagrid. My result handlers after an async call usually look like this function resultHandler(result){

RE: [flexcoders] Alberto Albericio Salvador ... here's your answer

2005-05-20 Thread Steven Webster
Alberto, So I basically need a step-by-step tutorial on how to code a simple flex application using primalscript (or any other environment) and Cairngorm. Writing a simple flex application with Primalscript and Cairngorm isn't a whitepaper we've got planned for in the near future I'm

RE: [flexcoders] HTML form replacement

2005-05-20 Thread Abdul Qabiz
Hi, If you really want to launch different browser and send data to it... Then you can use LoadVars also... function submitLoging():Void { var form_lv = new LoadVars(); form_lv.username = ; form_lv.password = ; form_lv.send(theURL,_self,POST); }

[flexcoders] Warning :Changes to unknown property, [Property], will not be detected.

2005-05-20 Thread joao_m_fernandes
Hi there, I have an object declared on the top of my application and I have some bindings to it. What happens is when a bindind is defined to a 2 level child I get warnings but with a refresh It loads perfectly. Even if in production it won't happen, for debugging in FB it's impossible to go

Re: [flexcoders] Flex on the Web

2005-05-20 Thread Rich Tretola
http://www.everythingflex.com/blog/1/2005/05/SherminWilliams.cfm Rich On 5/19/05, Michel Jansen [EMAIL PROTECTED] wrote: LS, I am looking for Flex application on the Web. Can anynone send me some URL's where i can find them? It looks like most of the RIA's in production on the Web are

[flexcoders] Flex as a Windows Service?

2005-05-20 Thread Richard Butler
Hi all, This may be a dumb question, so forgive me, but is it possible to run Flex as a Windows Service? The DOS window thing seems a nasty way of running it, or maybe that's just us... Cheers, Rich -- Richard Butler. Monochrome. Upper Floor

[flexcoders] Re: Bug? image (html) in textarea

2005-05-20 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, rockmoyosa [EMAIL PROTECTED] wrote: I'm using An image tag in a textarea. an horizontal line, because hr is not supported. When I resize the textarea to a smaller height, The images are still visible below my textarea and if i'm scrolling u see the images

RE: [flexcoders] Flex as a Windows Service?

2005-05-20 Thread Allen Manning
Hello Richard, We use JRUN as our J2EE Server and we startup and run Flex via the JMC or as a Windows service. To add a server as a windows service in JRUN we use the jrunsvc tool. From the JRUN Live docs (http://livedocs.macromedia.com/jrun/4/JRun_SDK_Guide/apis4.htm): Using the jrunsvc

[flexcoders] Re: Flex as a Windows Service?

2005-05-20 Thread Rich Butler
We're running the standalone Flex install which has its own jrun4 install... Rich --- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] wrote: Flex itself isn't a server. It's just a j2ee web application. You're likely running tomcat. If so, you can definitely configure tomcat

Re: [flexcoders] Re: Flex as a Windows Service?

2005-05-20 Thread Sjors Pals
There is a small tool called firedeamon which makes it possible to run all programs as a service, i use it self to run some gameservers as service and it works very well. Greets, Sjors Rich Butler wrote: We're running the standalone Flex install which has its own jrun4 install... Rich

RE: [flexcoders] Re: Bug? image (html) in textarea

2005-05-20 Thread Abdul Qabiz
Hi, Can you please post the sample code? It would save sometime and I can quickly look into it. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rockmoyosa Sent: Friday, May 20, 2005 4:32 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Flex as a Windows Service?

2005-05-20 Thread Abdul Qabiz
Hi Rich, Never mind :) Please search archives before posting. This has been discussed several times... -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Butler Sent: Friday, May 20, 2005 4:28 PM To: [flexcoders] Subject:

[flexcoders] mxmlc and JVM

2005-05-20 Thread Erik Westra
When I run mxmlc it sais: Error: could not find a JVM. How can I solve this? 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

[flexcoders] Re: Flex as a Windows Service?

2005-05-20 Thread Rich Butler
Not to worry, will search the archives, thanks. *goes and sits in the naughty corner* And thanks Sjors, will try that program :-) Cheers, Rich --- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi Rich, Never mind :) Please search archives before posting. This has

RE: [flexcoders] Re: Flex on the Web

2005-05-20 Thread David Mendels
Hi, It is worth noting as well just the simple fact of timing. There were 300+ Flex customers in the past year. You can safely assume that involved a ramp of over the course of the year so many of those are in the latter part of the year. It takes time to build an application. Some folks are

Re: [flexcoders] mxmlc and JVM

2005-05-20 Thread Manish Jethani
On 5/20/05, Erik Westra [EMAIL PROTECTED] wrote: When I run mxmlc it sais: Error: could not find a JVM. I think you need to set the java.home in your $FLEX_INSTALL/bin/jvm.config file. Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/

Re: [flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-20 Thread Manish Jethani
On 5/20/05, bhaq1972 [EMAIL PROTECTED] wrote: Do you have any recommendation how i would apply this code before binding to a datagrid. My result handlers after an async call usually look like this function resultHandler(result){ datagrid1.dataProvider = result; } Use a DataGridColumn,

RE: [flexcoders] mxmlc and JVM

2005-05-20 Thread Erik Westra
Thnx, just what I needed :) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: vrijdag 20 mei 2005 14:19 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] mxmlc and JVM On 5/20/05, Erik Westra [EMAIL PROTECTED] wrote:

Re: [flexcoders] Scale the size of a whole application

2005-05-20 Thread Manish Jethani
On 5/20/05, Matthew Shirey [EMAIL PROTECTED] wrote: This may sound like a odd request, but is there a way to scale the size of a whole application so that all of the contents get larger? Setting the scaleMode (?) property on the SWF may be the best option, but here's another technique to do it

Re: [flexcoders] MXML Schema

2005-05-20 Thread Manish Jethani
On 5/19/05, Reto M. Kiefer [EMAIL PROTECTED] wrote: Macromedia ships a file called mxml.xsd with Flex. [...] But some featrues are missing, so I have a hunch that the Scheme is not complete. [...] I think you're right. See Roger's email on this:

[flexcoders] Compiling a set of classes

2005-05-20 Thread Erik Westra
We are planning a large application. This application uses a framework we developed. Different developers will be creating components wich will function only within this framework. In order to let developers work on their own module while not bothering others in their testing. We want to be able

Re: [flexcoders] Help with node indentation after drag/drop

2005-05-20 Thread Manish Jethani
On 5/20/05, Rick Schmitty [EMAIL PROTECTED] wrote: Hi all, was wondering if there is some kind of function to 'correct' (?) the indentation after doing a drag/drop with a tree Can you post some code with instructions? Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Re: Bug? image (html) in textarea

2005-05-20 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, Abdul Qabiz [EMAIL PROTECTED] wrote: Hi, Can you please post the sample code? It would save sometime and I can quickly look into it. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rockmoyosa

Re: [flexcoders] creating row in datagrid at runtime

2005-05-20 Thread Manish Jethani
On 5/19/05, shettyaditsathish [EMAIL PROTECTED] wrote: i need to create a row in an existing datagrid on an event and show the the 1st column of the newly created row in editable mode. ?xml version=1.0? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; xmlns=* mx:Script

RE: [flexcoders] Default Chart Colors

2005-05-20 Thread Battershall, Jeff
Ely, By extrapolation, would PieSeries also accept an array of gradients intead of an array of hex values? And is there a way to represent this in css? Also would it be possible to alter the styleName property of a PieSeries at runtime? Jeff -Original Message- From:

Re: [flexcoders] Re: Bug? image (html) in textarea

2005-05-20 Thread Manish Jethani
On 5/20/05, rockmoyosa [EMAIL PROTECTED] wrote: It's really simple I place a textarea in mxml. And in AS i'm setting a img tag in the textarea. After that i'm resizing to a smaller height now the image is still visible. But should not be, you should scroll to have to see it. Try setting a

[flexcoders] Re: Default Chart Colors

2005-05-20 Thread Dave
Thanks for the info. What about LineCharts? Thanks again, -Dave --- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: Hi Dave. The answer is a teeny bit complex. Each Series (except the pieSeries) has a style property called 'fill' that it pulls its fill

Re: [flexcoders] Re: Flex on the Web

2005-05-20 Thread Jonathan Bezuidenhout
I can attest to this. Our app has been developent for well over a year, and in production for about 10 months, yet no-one on the outisde has ever seen it. Large companies have all kinds of business/competitive reasons for releasing (or not as in our case) stuff to the outside world. Also I can

[flexcoders] Re: Bug? image (html) in textarea

2005-05-20 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/20/05, rockmoyosa [EMAIL PROTECTED] wrote: It's really simple I place a textarea in mxml. And in AS i'm setting a img tag in the textarea. After that i'm resizing to a smaller height now the image is still

[flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-20 Thread bhaq1972
Thanks Manish. I tried out your suggestion but i would still prefer to change the dataProvider value to be the same as the value in the database, rather than just effect the rendering. thanks bod --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/20/05,

[flexcoders] resetting an object to a default color

2005-05-20 Thread nostra72
I know you can change the color with the setStyle method what I want to know is how do you revert it back to its default color whenever I try to change it all I get is either a black button or some other color? Yahoo! Groups Links To visit your group on the web, go

[flexcoders] Flex Phone Study

2005-05-20 Thread Usability Admin
Title: Flex Phone Study Hello, Macromedia Usability is conducting 30-minute telephone interviews with web developers next week to learn more about their experience with Flex and related technologies. Interested? We know your time is valuable, so to thank you for your participation, we

RE: [flexcoders] Re: Flex as a Windows Service?

2005-05-20 Thread Jeff Beeman
Unfortunately, searching for Windows service only brings up this thread in the archives and searching for service brings up somewhere around a trillion threads regarding web services... can you point us in the right direction of the discussion? I'm also interested in this topic.

Re: [flexcoders] Scale the size of a whole application

2005-05-20 Thread JesterXL
There is an issue with certain stage scaling and Stage.onResize; eventually, it'll get off kilter. That's why you can ensure it works fine by setting to noScale, and then letting Flash scale it via drawing. If your dealing with zooming, and scaling... it's a dangerous mix to depend on,

RE: [flexcoders] Re: Flex as a Windows Service?

2005-05-20 Thread Peter Watson
The version of JRun included in the Flex integrated install option does not provide this functionality. It is for development only and as such has been stripped down to the bare essentials. The console provides easy access to server output without having to look through logs while

Re: [flexcoders] Re: Flex on the Web

2005-05-20 Thread JesterXL
One I'm working on, yes. The public will never see it. Incidentally, 90% of my Flash RIA work has been the same way in the past. Can I do both for internet websites? Sure, it's just my current clients have specific needs for intranet deployed applications. - Original Message - From:

RE: [flexcoders] Is there an easy way to do this

2005-05-20 Thread Tracy Spratt
Here is an example app: Tracy ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml initialize=sortSetDP() mx:Script ![CDATA[ /* */

RE: [flexcoders] Default Chart Colors

2005-05-20 Thread Ely Greenfield
By extrapolation, would PieSeries also accept an array of gradients intead of an array of hex values? Yes. The fill property of most series, and the fills property of the pieSeries, take Fill objects. Which means any of them can take solid fills, solid fills with alpha, linear gradients, and

RE: [flexcoders] Re: Default Chart Colors

2005-05-20 Thread Ely Greenfield
LineCharts have a property called 'stroke', which is of type mx.graphics.Stroke, which specifies the weight, color, and alpha. This can't be specified in CSS, as there's no shortcut for it. See my earlier response for alternatives. -Original Message- From: flexcoders@yahoogroups.com

[flexcoders] Trouble with mx:Image or mx:Loader

2005-05-20 Thread cazzaran
I have a flash banner that displays its content in the vertical middle. I have an application that is 800px wide, but the banner is, by default, only around 600px wide. My tag looks like: mx:Image contentPath=autumn.swf scaleX=100 scaleContent=true width=800 / If I specify the width attribute

[flexcoders] Context Menus in complex apps

2005-05-20 Thread Battershall, Jeff
I have an app that is built modularly with many sub-components instantiated within my framework. On the left is my tree menu and on the right is my ViewStack, where my various sub-apps are instantiated. Both of these are within an Hbox, which I have given the id main. I create a custom context

RE: [flexcoders] Is there an easy way to do this

2005-05-20 Thread Tracy Spratt
Ahh, sortOn works with a property name. I didn't know that. Pretty handy Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: Thursday, May 19, 2005 3:36 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Is there

[flexcoders] Eclipse setup for Cairngorm (and a huge thank you!)

2005-05-20 Thread Hans Omli
I was just aboutto post a question about the .classpath files included in the samples, and how you're working with the samples in Eclipse. I havea question before I wait patiently for the whitepaper... It appears you're not using Sysdeo's Eclipse Tomcat Launcher plugin. If this is correct, I

Re: [flexcoders] Help with node indentation after drag/drop

2005-05-20 Thread Rick Schmitty
Hi Manish thanks for taking the time. I got this code from an earlier post in the FlexCoders list. I wanted to change it to grab from an xml file instead of hard coding it into the mxml To see it working, comment out line 50 and uncomment line 49 and 75-87 ?xml version=1.0? mx:Application

[flexcoders] deserialization bug: constructor runs AFTER properties are populated

2005-05-20 Thread Joe Berkovitz
I just found to my surprise and chagrin that when a typed AMF object is deserialized on the client, the constructor for the object is run *after* the object's properties have been populated from the input stream. So if one innocently thinks that a constructor ought to be able to initialize

RE: [flexcoders] Fully qualified URL

2005-05-20 Thread Tracy Spratt
And I added ContextRoot. Tracy ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml mx:String id=sContextRoot@ContextRoot()/mx:String mx:Script![CDATA[ private function getPageURL() : String {

[flexcoders] deserializing Maps with AMF (RemoteObject)

2005-05-20 Thread Joe Berkovitz
I can't for the life of me seem to pass a java.util.Map back from a RemoteObject call. The data comes back as an empty array object ([]) rather than as an untyped object. Anyone encountered this problem? I have tried return-typing the method as HashMap and Object as well, no dice in any

RE: [flexcoders] deserialization bug: constructor runs AFTER properties are populated

2005-05-20 Thread Peter Farland
Actually, this is not a bug and is by design as per the Flash Player's handling of any object deserialization (LSO, AMF, etc). We discussed this on the list a few months ago... is it easy to search the archives for past messages (I admit I've not done it to date). Pete -Original

Re: [flexcoders] deserialization bug: constructor runs AFTER properties are populated

2005-05-20 Thread Joe Berkovitz
Peter, I am sure that it's not a bug if you say it's not, but it should be clearly documented since it runs counter to the expectations of typical OOP behavior. I read the Flex docs on object conversion back and forth several times and I find no mention there. It is very difficult and

[flexcoders] multiple threads?

2005-05-20 Thread sanjayd
Hi all. Is there a way to create multiple threads in ActionScript, I have a timeconsuming client-side task that I'd like to get done in a secondary thread ..any ideas ? Thanks in advance. Sanjay Yahoo! Groups Links * To visit your group on the web, go to:

RE: [flexcoders] Warning :Changes to unknown property, [Property], will not be detected.

2005-05-20 Thread Tracy Spratt
Try this: text={String(obj.childObj.someproperty)} The compiler needs type information to set up binding correctly. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of joao_m_fernandes Sent: Friday, May 20, 2005 5:31 AM To:

Re: [flexcoders] deserialization bug: constructor runs AFTER properties are populated

2005-05-20 Thread dave buhler
As a point of reference: Many of us use GMail and create a FlexCoders label to store all list information. Gmail is highly searchable, groups threads by Subject line, and with 2GB of storage, can store the List's threads for years to come. I search my FlexCoders label before I post a

RE: [flexcoders] deserializing Maps with AMF (RemoteObject)

2005-05-20 Thread Peter Farland
Are you coercing the Array to a String (say, via simple concatenation) in a trace()? Perhaps associative Array keys aren't shown when toString in Flash... can you try a for in loop instead? Or as a quick test do trace(result[key1]). The conversion of Map - ECMA Array is a legacy behavior from

RE: [flexcoders] Re: how can i stop my date-time timezone data from b eing adjusted

2005-05-20 Thread Tracy Spratt
Don't use binding. Process the result data in your result handler, reformatting as needed. Then assign the dataProvider. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: Friday, May 20, 2005 11:13 AM To:

Re: [flexcoders] multiple threads?

2005-05-20 Thread dave buhler
No. You can change the timeout length from the default 15 seconds, though. see : http://mxblogspace.journurl.com/index.cfm?fa=rdm=1384 Your best option, though, is to let the server peform a long, complicated process, and not the client. If you're filtering a lot of data, you can limit the

Re: [flexcoders] deserializing Maps with AMF (RemoteObject)

2005-05-20 Thread Joe Berkovitz
Peter, You are right, the Map data is actually coming back intact; it is the debug console output that is omitting the data. So there's no problem here except that the trace output is erroneous. I'm not coercing anything to a String; the output you see is what one normally sees when running

RE: [flexcoders] Re: Flex as a Windows Service?

2005-05-20 Thread Tracy Spratt
If you do install full JRun and set up the app server as a service, do NOT use the Jrun admin application to start or stop this server. It seems obvious in retrospect, I guess, but you must use the Windows services mmc app. There is nothing to stop you from attempting to stop/start a

Re: [flexcoders] multiple threads?

2005-05-20 Thread JesterXL
You can spawn an interval to pick away at your task as well. http://www.jessewarden.com/archives/2005/05/flex_flash_refr.html - Original Message - From: sanjayd [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 20, 2005 2:19 PM Subject: [flexcoders] multiple threads?

RE: [flexcoders] passing variables using getURL?

2005-05-20 Thread Matt Horn
If I understand you correctly, then no, getURL does not pass all variables if you make a call using the javascript: pseudo-protocol syntax because it's not generating the same kind of request. --- Example 1. function reportEvent(e) { var eType = e.type;

RE: [flexcoders] Context Menus in complex apps

2005-05-20 Thread Abdul Qabiz
Hi Jeff, I would appriciate if you can post the sample code demonstrating the problem. I think I understand the problem but would like to see the code before commenting. Thanks -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] creating row in datagrid at runtime

2005-05-20 Thread Tracy Spratt
Here's a little mod that automatically adds the new row when you tab out of the last cell. The doLater reminder solved an aggravating problem I was having! ?xml version=1.0? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml xmlns=* mx:Script![CDATA[ function

Re: [flexcoders] passing variables using getURL?

2005-05-20 Thread John Dowdell
Abdul Qabiz wrote: No we don't get anything back if invoke JavaScript function using getURL(..). But you can do something similar, as described below: For what it's worth, some of the various browsers *did* return JavaScript values to plugins after receiving a javascript: pseudo-URL. I

RE: [flexcoders] passing variables using getURL?

2005-05-20 Thread Tracy Spratt
Interesting. Most of the examples I see use getURL. Even Cristophe's HTML-InIFrame-Over-Flex solution has the fscommand lines commented out and is using getURL! So far, we have been able to control the browser, but are there any other advantages? Tracy -Original Message- From:

[flexcoders] Grid Creation from XML

2005-05-20 Thread Jae Hess
Is it possible to create GridRows and GridItems via Actionscript? I have a Grid that i am using RowSpan and Colspan with the GridItem's. I am curious if there is any way to Create this Grid dynamically from XML data? Or is there a way that i can achieve Colspan type formatting in a DataGrid?

Re: [flexcoders] Scale the size of a whole application

2005-05-20 Thread Matthew Shirey
Well, I've tried what you suggested: Stage.scaleMode = showAll. But I get very strange results. The application is scaling up, but not as desired. It's actually getting larger than the browser window. It's really wierd and hard to describe. I get the feeling that this use was never

RE: [flexcoders] Grid Creation from XML

2005-05-20 Thread Abdul Qabiz
Is it possible to create GridRows and GridItems via Actionscript? Yes, you can see the following sample code. I have a Grid that I am using RowSpan and Colspan with the GridItem's. I am curious if there is any way to Create this Grid dynamically from XML data? Or is there a way that i

[flexcoders] Using CFC's as RemoteObjects, naming, and flex-config.xml

2005-05-20 Thread temporal_illusion
Today we changed over to using our CFCs as Remote Objects so that the data was being passed via AMF and also so complex data types get passed. Thanks to Tom Link btw for good info on how to get that started. The problem I'm having though isn't in getting that to work, it's getting a named

[flexcoders] Flash version detection, precompiled swf's and the flash jsp tag.

2005-05-20 Thread Eric Raymond
When deploying a flex app as a precompiled swf file, the flex jsp tag mm:flash source=foo.swf/ appears to generate the same code as the Flex html wrapper as described in livedocs. However, it is not clear what sort of Flash player version detection this does versus the detection which is

RE: [flexcoders] Flash version detection, precompiled swf's and t he flash jsp tag.

2005-05-20 Thread Abdul Qabiz
Hi, When deploying a flex app as a precompiled swf file, the flex jsp tag mm:flash source=foo.swf/ appears to generate the same code as the Flex html wrapper as described in livedocs. That's I believe, History Management code in JavaScript. Does anyone know what sort of flash player

[flexcoders] Question about the flex samples

2005-05-20 Thread nostra72
http://localhost:8700/samples/flexstore/flexstore.mxml?versionChecked=true I have a question about this webpage and others in the samples folder. I hope this is not a silly quesiton but is it ok to use the sample files as a template to make other webpages? In other words alter the data to fit