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 10

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 mi

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 feel

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 wasn’t 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 t

[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){ datagrid1.dataPro

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 a

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 fur

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 ar

[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 > 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 image

RE: [flexcoders] Flex as a Windows Service?

2005-05-20 Thread Carson Hager
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 to run as a service.     Carson Carson Hager Cynergy Systems, Inc. http://www.cynergysystems.com Email:  [

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 jrun

[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 t

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: [flexco

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: [flexcode

[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! Gro

[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

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/flexcod

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 DataGridC

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

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: http://www.mail-archive.com/flexcoders@ya

[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 to

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: h

[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

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. http://www.macromedia.com/2003/mxml"; xmlns="*"> function enterNewRow():Void { grid.add

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: flexcoders@yahoogrou

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 > 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 it

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 t

[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 > > tag in the textarea. After that i'm resizing to a smaller height > > now the image is s

[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, bh

[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 to:http://groups.yahoo

[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 wil

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 debug

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          initialize="sortSetDP()">         Shopper1     5     Shopper2     7     Shopper3     0

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 [m

[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: If I specify the width attribute of the Image tag, the flash movie doesn't scale with it. Usually, the

[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 a

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

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

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 http://www.macromedia.com/2003/mx

[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 var

RE: [flexcoders] Fully qualified URL

2005-05-20 Thread Tracy Spratt
And I added ContextRoot. Tracy       @ContextRoot()                      From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen Manning Sent: Thursday, May 19

[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 case.

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 Message--

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 awkward

[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: http://groups.yahoo.com/gro

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: flexcoders@yahoogr

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 question

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: flexcoders@yahoogro

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

2005-05-20 Thread Peter Farland
Yep, it should be documented, sorry about that. I can't find the post I was looking for but the short version is that this deserialization order is by design (I want to reiterate that this wasn't designed for Flex, it's a long standing Flash Player feature) because you can't send constructor argum

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=rd&m=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 t

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

[flexcoders] TabNavigator - Hiding Tabs

2005-05-20 Thread gevgelija50
I am trying to hide certain tabs from a Tab Navigator based on some criteria. If I follow this approach: tabnav[0].visible = false; the actual Tab is still visible but the children within that tab are invisible. How can I hide the tab button itself? Thanks, Alex Yahoo! Groups Links <*

RE: [flexcoders] passing variables using getURL?

2005-05-20 Thread Tracy Spratt
Does this only apply if the url is external? Do we get anything if we use getURL to call a javascript function in our html wrapper? I have been building delimited strings to pass arguments up to the wrapper. Is there a better way? Tracy -Original Message- From: flexcoders@yahoogroups.c

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: Sent: Friday, May 20, 2005 2:19 PM Subject: [flexcoders] multiple threads? Hi all. Is there a way

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] passing variables using getURL?

2005-05-20 Thread Abdul Qabiz
Hi Tracy, > Does this only apply if the url is external? Do we get anything if we > use getURL to call a JavaScript function in our html wrapper? No we don't get anything back if invoke JavaScript function using getURL(..). But you can do something similar, as described below: - call js functi

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 Battershall

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!     xmlns="*">    cellFocusOut="checkOnNav(event)">          

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 hav

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: flexcode

[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 inten

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 tha

[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 ser

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

2005-05-20 Thread Eric Raymond
When deploying a flex app as a precompiled swf file, the flex jsp tag 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 performaned when one uses the t

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

2005-05-20 Thread Abdul Qabiz
Hi, > When deploying a flex app as a precompiled swf file, the flex jsp tag > 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 detection is and isn't > h

[flexcoders] Re: Pass variable to mx:image tag

2005-05-20 Thread cazzaran
Matt, I tried your suggestion, and something weird is happening... In my code, I have (I also tried creating a variable): At this point, I'm just hardcoding to test this. If I request my mxml application with this Image tag in it, I can see that it makes the correct request (GET /boxes.swf?lin

[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 y