[flexcoders] Question about Flex Builder 1.5 and trial ending

2005-04-28 Thread nostra72
About 60 days ago I downloaded Flex Builder 1.5 and the 60 days is up. I was under the conclusion that after the 60 days were up it would convert to an IP limitedversion. However when I try to start it I get a message that I must activate it with a serial number. How do I continue to use the

[flexcoders] context-sensitive help

2005-04-28 Thread ssudha2
Are features for context-sensitive help available in Flex out-of-box? That is, apart from tool-tip, can I invoke a help window for each field on click of F1. Should this be implemented programmatically or features are already available in Flex? Thanks Yahoo! Groups Links * To

[flexcoders] Re: SWC generates server error

2005-04-28 Thread eerkmans
Thanks! About the flex classes: I already pasted the flex classes (from the file flexforflash.zip) into my flash first run directory. Do I understand correctly that this isn't enough? Also, my SWC component is actually quite complex, it's a map application with all kinds of graphic and

[flexcoders] Re: custom skins for flex button

2005-04-28 Thread eerkmans
Actually I'm compiling in flash, using flex classes from the 'flexforflash.zip' file. This allows you to open a flex button in flash, put in some extra skins and apply the new skins to the button using the code below. My problem is that the new skin can only consist of one symbol and cannot

[flexcoders] Re: MovieClip and Flex question

2005-04-28 Thread eerkmans
Hi, One thing I know is that a movieclip itself has no graphic 'face', even if you specify a background color. You need to draw something in the movieclip first, using the AS drawing commands (lineTo, curveTo, etc.) or embed something, or create an empty textField and put some text in the

[flexcoders] Re: context-sensitive help

2005-04-28 Thread thriputapriya
Hello, As i seen in flex,i think this type of requirement we can't implement in flex application.And this is very useful functionality.If they support in furture in flex very much useful!! -Thipperudra --- In flexcoders@yahoogroups.com, ssudha2 [EMAIL PROTECTED] wrote: Are features for

[flexcoders] Re: SWC screws up flex properties

2005-04-28 Thread eerkmans
Yes, in my flash publish settings I point to the Flex Classes. They are pasted in my flash directory from the file 'flexforflash.zip' weird huh? --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Are you pointing to the Flex Classes instead of Flash' default when making

[flexcoders] Panel container not filling up browser

2005-04-28 Thread Jeroen De Vos
Title: Panel container not filling up browser Hi all, We are using a panel container as root container in our application. Problem is that we lose quite some space in the browser window since the panel container has some kind of border. How can we turn off the border around the panel?

RE: [flexcoders] Panel container not filling up browser

2005-04-28 Thread Jeroen De Vos
Title: Panel container not filling up browser Solved it myself. I had to set the margins on the application tag to "0". Jeroen. Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Jeroen De VosVerzonden: donderdag 28 april 2005 10:16Aan:

[flexcoders] Positioning from a label in a Button

2005-04-28 Thread rockmoyosa
Ok ok , I got de icon in my Button,but... I resized the button to height = 17 and my label has a font-size of 10. but the effect is thathalf of my text is visble. So I want the following: Or I can position my text with x and y or an marginTop = X(something). I find no standard solution in

[flexcoders] How to include 'mx.core.Application' in a FLASH SWC file ?

2005-04-28 Thread eerkmans
My Flash SWC class has the following import statement: import mx.core.Application but when I compile the class (using flash) I get the following error: **Warning** There is no class or package with the name 'mx.core.Application' found in package 'mx.core'. My flash file already points to the

RE: [flexcoders] How to include 'mx.core.Application' in a FLASH SWC file ?

2005-04-28 Thread Abdul Qabiz
Why do you want to import it? -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Thursday, April 28, 2005 3:21 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to include 'mx.core.Application' in a FLASH SWC file ? My Flash SWC class

[flexcoders] Re: How to include 'mx.core.Application' in a FLASH SWC file ?

2005-04-28 Thread eerkmans
Because I need a reference to the whole application. I want to attach a movieclip to the mousepointer (a kind of tooltip that moves along with the mouse - the flex standard tooltip stays in the same location as you move). This movieclip can't just be attached within the SWC because it will

RE: [flexcoders] Re: How to include 'mx.core.Application' in a FL ASH SWC file ?

2005-04-28 Thread Abdul Qabiz
Hi, It's bad design to make your component aware of other things, I mean creating hardcoded dependencies. You can keep a property in your component, which would hold reference of Application.application or any other container. Component Instances would set that property to

[flexcoders] Handling status event types with Remoting/CFCs

2005-04-28 Thread Tim Blair
Afternoon, I have a number of CFCs which I'm accessing through RemoteObject calls. I've noticed that if CodlFusion throws an error (built-in or custom) then the reponse comes back with an event type of Status, which isn't handled by either the result or fault handlers specified for the callback.

RE: [flexcoders] Disappearing struct from CFC using RemoteObject

2005-04-28 Thread Tim Blair
Pete, I believe ColdFusion structs are seen by Flash Remoting as java.util.Map instances, so that means they're going to the client as ECMA Arrays, not Objects. Thankfully (for now) you can use the following ActionScript syntax to get named keys from arrays as well as object properties:

RE: [flexcoders] Handling status event types with Remoting/CFCs

2005-04-28 Thread Dirk Eismann
Hi Tim, that's strange - SERVER.PROCESSING messages should definitely trigger your fault handler. Basically, they are just Exceptions caught by the Remoting gateway. Dirk. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Tim Blair Sent:

[flexcoders] creditcard dashboard - for Alistair

2005-04-28 Thread cnewroth55
Alistair McLeod: I am trying to get chapters 22-25 to run. THe creditcard dashboard, and have had to change a few of the name space things, but this one has me stumped, in the file SalesByCard (folder charts) you reference an xlmns of (well see code)to the url at mm, this does not exist. how

RE: [flexcoders] Handling status event types with Remoting/CFCs

2005-04-28 Thread Tim Blair
Dirk, that's strange - SERVER.PROCESSING messages should definitely trigger your fault handler. Basically, they are just Exceptions caught by the Remoting gateway. That's what I thought. Anyway, I've worked out what was wrong -- sport the deliberate (?!) mistake: MXML: mx:method

RE: [flexcoders] how to modify the loading interface while a MXML file is transfering

2005-04-28 Thread Stephen Gilson
You can find information on the preloader in the docs here: http://livedocs.macromedia.com/flex/15/flex_docs_en/0323.htm Stephen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lwz7512 Sent: Monday, April 25, 2005 11:18 PM To:

[flexcoders] Microsoft Sharepoint Portal and Flex

2005-04-28 Thread Jose Lora
Hi Team, any experiences on integrating a Flex application as a Sharepoint Web Part? Jose Lora Meredith Corporation 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

RE: [flexcoders] Question about Flex Builder 1.5 and trial ending

2005-04-28 Thread Stewart, Ryan
I havent actually tried this, but I think this might be what you are looking for - http://www.macromedia.com/software/flex/productinfo/faq/#ancni. If you qualify for this special license, they will send you a copy of Flex (which you probably already have) but it comes with a copy of the

[flexcoders] Tuning my app - Component Isolation

2005-04-28 Thread Fernando Barros
Hi there! The Macromedia Brazil was helping us to tuning up our application. One recommendation was put only one web service at the application and all my others components call it, but I do not know how implement one case. So: I have a WS in the app that have one function who brings me all

RE: [flexcoders] Tuning my app - Component Isolation

2005-04-28 Thread Steven Webster
Fernando, However, how can I invoke the WS operation to update the client's data? I mean, if I made one WS at the app, how can I pass the client's name, phone, etc to the main app without loosing the component isolation? I hope I made myself clear :) Have you looked at the Cairngorm

RE: [flexcoders] Is there a javascript flashObj.callFunction(), like setVariable?

2005-04-28 Thread Matt Horn
Just one gotcha to watch out for... Mozilla doesn't recognize getVariable/setVariable. It must be GetVariable/SetVariable (note capital initial letter). IE will allow either one. matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Abdul QabizSent:

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Dave
Sorry but I'm not very familiar with AS - can you give me an example and/or pointers? Thanks, -Dave --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I think you will need to programmatically combine the two results into a new dataProvider. This is not difficult

[flexcoders] saving data from datagrid

2005-04-28 Thread Doodi, Hari - BLS CTR
Hi All, I have a updatable datagrid on my screen. I did get data from the RemoteObject call from java backend (an array of value objects). Data got displayed on screen well and user can make updates. Now my question is how can I send this data from datagrid back to my javaclass thru RemoteObject

Re: [flexcoders] Question about Flex Builder 1.5 and trial ending

2005-04-28 Thread Dave Carabetta
On 4/28/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: About 60 days ago I downloaded Flex Builder 1.5 and the 60 days is up. I was under the conclusion that after the 60 days were up it would convert to an IP limited version. However when I try to start it I get a message that I must

[flexcoders] Tips on Custom component

2005-04-28 Thread Erik Westra
With this email attached an swf. This swf was created by our designer. When u click the second item a pane opens. Its my job to make this into a component. However this component must be V2 compatable and should be usable like the accordian pane, via tags. Does any1 have a clue where to find the

RE: [flexcoders] Microsoft Sharepoint Portal and Flex

2005-04-28 Thread Tolulope Olonade
Yeah I am interested in this too very much J If its possible anyway.. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jose Lora Sent: Thursday, April 28, 2005 2:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Microsoft Sharepoint

[flexcoders] Re: Positioning from a label in a Button

2005-04-28 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, rockmoyosa [EMAIL PROTECTED] wrote: Ok ok , I got de icon in my Button,but... I resized the button to height = 17 and my label has a font-size of 10. but the effect is thathalf of my text is visble. So I want the following: Or I can position my text

[flexcoders] Re: NetStream instance in Media Components

2005-04-28 Thread kaibabsowats
Thanks for the reply, When I use the start event to start playing the attached swf, the swf starts playing but the stream doesn't start playing for a little longer and since I am using the Media Component I can't tell if its buffering or doing what. I do know the play head doesn't really start

[flexcoders] Tree and Panel

2005-04-28 Thread Ghislain Simard
How to show the right panel based on the tree node selection? 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:

[flexcoders] Re: saving data from datagrid

2005-04-28 Thread joao_m_fernandes
Hari, You can send it back like this: In AS: ro.updateMethod(myDataGrid.dataProvider); with MXML mx:RemoteObject id=ro ... mx:method name=updateMethod mx:arguments myArray{myDataGrid.dataProvider}/myArray /mx:arguments /mx:method /mx:RemoteObject João Fernandes

[flexcoders] XPath support in Flex?

2005-04-28 Thread Kristopher Schultz
Does Flex have any built-in support for XPath? I know Flash supports XPath expressions to a certain extent, but it isn't well documented (It's buried in the "Using Flash" documentation). Is there support in Flex? Kris -- Kristopher Schultz Developer Resource Interactive p:

RE: [flexcoders] Tree and Panel

2005-04-28 Thread Alistair McLeod
Hi Ghislain, Can you show us what you've done so far - that should help us work out where you might be going wrong. Cheers, Ali -- Alistair McLeod Development Director iteration::two [EMAIL PROTECTED] Office: +44 (0)131 338 6108 This e-mail and any associated attachments transmitted with

RE: [flexcoders] Asfunction not working inside htmlText

2005-04-28 Thread Tracy Spratt
I just now needed this myself, and sure enough, it doesn't work. Is this an known bug? Has anyone discovered a workaround? Tracy -Original Message- From: Greg Fuller [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 5:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] HTTPService and dynamic url

2005-04-28 Thread david_gal-reyniez
Hello everyone! My problem is the following: I try to affect dynamically the url of my HTTPService component. But even if the value of the url that I generate is good, the url property of my HTTPService is not affected. I'm interested by any kind of suggestions. Thanks for your help!

RE: [flexcoders] XPath support in Flex?

2005-04-28 Thread david_gal-reyniez
Hi Kris, I had the same approach. You may find ActionScript classes developed by XFactorStudio : http://www.xfactorstudio.com/. this solution is free for use. David De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Kristopher SchultzEnvoyé: jeudi 28 avril 2005

RE: [flexcoders] Tree and Panel

2005-04-28 Thread Tracy Spratt
Use the change event on the tree to call a handler, for example, change=nodeSelected(event). event will contain a reference to the selected node, from which you can extract the information you need to set up your panel. myViewStack.selectedIndex = even.target.getProperty(panelIndex); Tracy

RE: [flexcoders] XPath support in Flex?

2005-04-28 Thread Alex Uhlmann
No build in support but have you tried this library? http://www.xfactorstudio.com/Actionscript/AS2/XPath/ Best, Alex -- Alex Uhlmann Software Engineer iteration::two -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Kristopher Schultz Sent: 28

[flexcoders] Background Gradient

2005-04-28 Thread nextadvantage
How do I set the application to use a different background gradient I can change the color but would like to use gradient tried backgroundColor=[0x464646,0x212121] and it didn't like that :) Ideally I would like use a horizontal gradient instead of vertical and transition through three colors.

Re: [flexcoders] Re: Positioning from a label in a Button

2005-04-28 Thread Joe Berkovitz
Unfortunately it seems that it really *is* that hard. Someone at Macromedia should take note of the fact that the button label placement appears to be hardcoded into the border metrics of ButtonSkin. We wound up having to create a custom theme with its own ButtonSkin subclass just to override

[flexcoders] Re: creditcard dashboard - for Alistair

2005-04-28 Thread cnewroth55
okay, so I changed all the 'chart' references to just mx: and that seems to work, but now when it starts I get... onFault Client.NotAllowed You are not allowed to access the service com.iterationtwo.boe.business.Application Delegate. THe service is not in the configured whitelist. so I know I

RE: [flexcoders] Re: creditcard dashboard - for Alistair

2005-04-28 Thread Tracy Spratt
Look at flex-config.xml itself. It has extensive explanatory comments and examples. There is also the documentation. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cnewroth55 Sent: Thursday, April 28, 2005 1:06 PM To:

[flexcoders] New Flex Blog (EverythingFlex.com)

2005-04-28 Thread Rich Tretola
I just wanted to announce a new blog: http://www.everythingflex.com Hopefully, I will get my non comercial flex licence and then be able to post some samples as well. Thanks, Rich Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ *

RE: [flexcoders] HTTPService and dynamic url

2005-04-28 Thread Jeff Beeman
Hi, all, Im new to the list and to Flex, but a long-time Flash-er. Ive been lurking a couple of days and finally noticed a question I might actually be able to help out on! I think if you bind the url attribute to an objects property, instead of a function, you may have more success.

[flexcoders] Re: HTTPService and dynamic url

2005-04-28 Thread jwaknitz
Ya, I got something similar to this working. Just added a function on the Change event of the ComboBox. Just make sure in the function you set the send function to the http service. mx:ComboBox id=ComboBx change=changeCombo()/ function changeCombo(){ service.url = ComboBx.currentItem.data;

[flexcoders] KeyDown Event returns incorrect ascii values

2005-04-28 Thread Daniel Montero
KeyDown Event returns incorrect ascii values when used with a spanish layout keyboard. I followed the calculator tutorial http://www.macromedia.com/devnet/flex/articles/calculator.html and tried to extend it to accept keyboard input. I noticed that the ascii values are returned, according to the

RE: [flexcoders] Is there a javascript flashObj.callFunction(), like setVariable?

2005-04-28 Thread Josh Berling
Title: Message So, the browser has a problem with the casing? Are there any more examples of this that anyone has found? -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt HornSent: Thursday, April 28, 2005 8:55 AMTo:

[flexcoders] Re: creditcard dashboard - for Alistair

2005-04-28 Thread cnewroth55
did look at flex-config.mxml... not a clue sorry. and the book it self doesn't seem to explain where or give example for whitelist.. --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Look at flex-config.xml itself. It has extensive explanatory comments and examples.

RE: [flexcoders] Re: creditcard dashboard - for Alistair

2005-04-28 Thread Tracy Spratt
Did you see/try this (from flex-config.xml)? !-- For security, the whitelist is locked down by default. Uncomment the first two urls below to enable access to all URLs, or the last two urls to enable access to the local server, or add above

RE: [flexcoders] Re: creditcard dashboard - for Alistair

2005-04-28 Thread Steven Webster
did look at flex-config.mxml... not a clue sorry. CTRL-F (Find) whitelist or remote or remote-object in flex-config.xml and you should find the remote-objects whitelist and the book it self doesn't seem to explain where or give example for whitelist.. Index at the back. W.

RE: [flexcoders] Re: creditcard dashboard - for Alistair

2005-04-28 Thread Jesus Salvador Ramos Cardona
Depending on the origin of your service, look for a web-service-proxy, http-service-proxy, remote-object-proxy. Inside of each you will find a whitelist in which youll need to specify the origin of your services, either named or unnamed. Reply if u need more help. J.

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Dave
Thanks for helping on this - my butt is on the line! YES - the WS is sending back result type of Object. You can respond to [EMAIL PROTECTED] if you prefer. Thanks, -Dave --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: What is your result type? Object(default), xml

Re: [flexcoders] New Flex Blog (EverythingFlex.com)

2005-04-28 Thread Francois Le Lay
Well we're quite a few in the waiting :) Hope the name of your blog makes it a faster process for you... Cheers, François Le Lay http://www.mfworx.com 2005/4/28, Rich Tretola [EMAIL PROTECTED]: I just wanted to announce a new blog:http://www.everythingflex.comHopefully, I will get my non

RE: [flexcoders] Is there a javascript flashObj.callFunction(), like setVariable?

2005-04-28 Thread Matt Horn
Title: Message I dont know anyother specificdifferences offhand, but the O'Reilly _javascript_ Definitive Guide is a great place to look. matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh BerlingSent: Thursday, April 28, 2005 2:42 PMTo:

RE: [flexcoders] Re: context-sensitive help

2005-04-28 Thread Jason Szeto
As a followup to my post, I realized I was running my test on Firefox, which does not display its own Context help when pressing F1. In IE, when you press F1, it pops up the context help. To get around this problem, you can use a bit of script in your html page. Create a wrapper for your mxml

Re: [flexcoders] Setting Text Property of Label Control Dynamically

2005-04-28 Thread Jeff Tapper
I'm not sure what your looking at, but as I run your code, both the label and alert box show the number each time i change the combo box. What specifically are you looking for? At 01:20 PM 4/27/2005, you wrote: Hello Fellow Groupies, I am having an issue with setting the text property of a

[flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
I downloaded the trial version after my Multimedia flexbuilder 1.5 trial was up and for the life of me I can not seem to get Macromedia Flex 1.5 the developer version to be installed.I do the installation process fine and then wehn I try to run it all I get is the server. I tried calling the

[flexcoders] remote object authentication in websphere

2005-04-28 Thread Shahnavaz Alware
Hi, I have been struggling with Authentication of the remote object service on Websphere 6.0. This is the first time I am doing this configuration so not sure what I am doing wrong. I will list what steps I did so far. -- Flex-config.xml named object

Re: [flexcoders] Is there a javascript flashObj.callFunction(), l ike setVariable?

2005-04-28 Thread John Dowdell
I think this is How can the various browsers talk to the Macromedia Flash Player? Here's a weird URL with many screencaptures, but should list or link to the Player's inbound API:

[flexcoders] Newbie: Flash vs. Flex, CPUs, Lazslo

2005-04-28 Thread Jim Schneider
1. Could someone explain (or point me to a doc/faq) that tells me why I would choose Flex over Flash. What can Flex do that Flash can't? Even if it's more difficult in Flash, perhaps it's worth it given the cost of Flex. 2. Speaking of cost, I read on MM's site that they recommend a typical

RE: [flexcoders] remote object authentication in websphere

2005-04-28 Thread Lin Lin
Hi, You are missing the auth-method setting, for example: login-config auth-methodBASIC/auth-method /login-config In your flex installation, under resources\security\examples there are samples for using flex with authentication. Please look at the readme.txt for configuration ,

[flexcoders] Re: XPath support in Flex?

2005-04-28 Thread Andrew Spaulding
Take a look at xfactorstudio, pretty neat Xpath package in both AS1 and AS2. http://www.xfactorstudio.com/ Andrew Spaulding www.flexdaddy.com --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: No, not built-in, but there is a library available. I have not used it.

RE: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread Lin Lin
Hi, After you install the flex 1.5 from the downloading, you get the flex.war, samples.war and the profiler.war file. Then you deploy one of the war file to your app server. What app server you are trying deploy flex on? Tomcat? Jrun? When you say wehn I try to run it all I get is the

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
Jrun I think it came with a Jrun JARlauncher program so I assume thats it. 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

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
Ok let me propvide a bit more details ok. What Ihave is a program called Jrun with the words Jrun JAR Launcher undereneath its name. When I click on it I get a thing that says Jrun launcher. S0 I click on the default and I click start. Well it runs for about 30 seconds then I get a message that

RE: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Tracy Spratt
The example is attached, along with the sample xml files I created to test it. Your array exists at result.diffgram.PulseLoansToday. In the example I left the diffgram node out of my test xml. Basically, you assign the today and yesterday arrays to variables, iterate through the today items, get

RE: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread Tracy Spratt
Unless you just want to play with Full JRun, use the integrated install. Then in the Start menu, click Start Integrated Flex Server. Do Flex. Otherwise, dig into the JRun documentation. What you are describing makes little sense. Tracy From: flexcoders@yahoogroups.com

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
When you say little sense do you mean why would I get an error message 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

RE: [flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Jesus Salvador Ramos Cardona
Would it not be better and cleaner to modify the WS so you have all the data needed in one and only one message? Best regards. J. De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En nombre de Dave Enviado el: Jueves, 28 de Abril de 2005 05:24 pm Para:

Re: [flexcoders] Newbie: Flash vs. Flex, CPUs, Lazslo

2005-04-28 Thread Scott Barnes
On 4/29/05, Jim Schneider [EMAIL PROTECTED] wrote: 1. Could someone explain (or point me to a doc/faq) that tells me why I would choose Flex over Flash. What can Flex do that Flash can't? Even if it's more difficult in Flash, perhaps it's worth it given the cost of Flex. I'll take a stab at

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
When you say integrated install you mean install the version of Flex developer that has the java server 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

[flexcoders] Re: Multiple dataProviders for 1 dataGrid??

2005-04-28 Thread Dave
It's been considered but the client does not want to create more WSs. so i have to go client side. -Dave --- In flexcoders@yahoogroups.com, Jesus Salvador Ramos Cardona [EMAIL PROTECTED] wrote: Would it not be better and cleaner to modify the WS so you have all the data needed in one and

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread nostra72
Also, when I say when I run all I get is the server what I mean is, I am able to get the sever part of the software to run fine. But its the program that gives me the environment to help me write the code like Macromedia Flex Builder 1.5 gave me did if that maked sense. I am sorry for all the

Re: [flexcoders] Newbie: Flash vs. Flex, CPUs, Lazslo

2005-04-28 Thread JesterXL
Scott hit just about everything. I'll just repeat it anyway as short as possible; feel free to ask for further clarity. 1. Flex allows you to develop form based, web 'esque applications faster than you can do in Flash. You have a better, more mature component set, and layout is automatically

RE: [flexcoders] Noob - Drag Drop Help Please

2005-04-28 Thread Matt Chotin
I think you want to use dataForFormat(items). We describe the drag and drop from the list classes here: http://livedocs.macromedia.com/flex/15/flex_docs_en/0623.htm. In your case this will return an array of items, you may simply want to grab the first element of that array. I would

Re: [flexcoders] Qestion about macromedia flex 1.5

2005-04-28 Thread JesterXL
Sounds to me like Flex works fine, FlexBuilder does not. Flex when it times out will work fine as a standalone dev server. FlexBuilder, however, will not, and you will have to either A call support and get an extension, B sign up for a Non-Developer License, C Use another editor like

RE: [flexcoders] Re: NetStream instance in Media Components

2005-04-28 Thread Matt Chotin
Yeah, were looking at improving the media components for 2.0 to hopefully avoid issues like this. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Thursday, April 28, 2005 8:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

RE: [flexcoders] Re: HTTPService and dynamic url

2005-04-28 Thread Matt Chotin
Everyone is right here. When binding from a function we look at the parameters to the function to see if theyve changed so if there are no parameters theres nothing we can do to tell if the return value of the function has changed (unless of course you put a ChangeEvent on the function

RE: [flexcoders] KeyDown Event returns incorrect ascii values

2005-04-28 Thread Matt Chotin
Can you try setting System.useCodepage = true and see if that changes which values you get? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Thursday, April 28, 2005 11:34 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] KeyDown Event returns

[flexcoders] Menubar fillcolors- It never works..

2005-04-28 Thread nithya karthik
Hai, I find difficulty in using the fillcolors for the menubar, tab-navigtor.. when i give some colos in the fill colors , it doesnot work.. I have already posted this same question ten days before but i havent got any response.. can anyone help me with this? regards, nithya Yahoo!

RE: [flexcoders] Size up with Validation Message font size

2005-04-28 Thread Matt Chotin
You need to set styles on the errorTip. However adjusting the outer frame design might be difficult. Relevant style defaults are: color: 0xFF, fontSize: 9, fontWeight: bold, shadowColor: 0x00 borderColor: 0xCE2929, borderStyle: errorTipRight, marginBottom: 4,

RE: [flexcoders] Re: Positioning from a label in a Button

2005-04-28 Thread Gordon Smith
A Button has an undocumented property called labelPath whose value is a reference to the TextField that displays the Button's label. You should be able to change labelPath._x and labelPath._y in an event handler for the Button's 'initialize' or 'creationComplete' event. The Button code is