RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Jason Hawryluk
Looks good I’ll take a look, and see if I can't get some ideas working. I'm certainly willing to share Mike that’s really no problem. I just think that being able to re-brand a app with out recompile would be so handy especially to me, and most likely many others. But to be able to do it with out

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Jason Hawryluk
Definitely interested in collaborating on a solid solution, even if Adobe does come out with it built in at a later date. However if it's going to be in the final release of Flex 2.0I would rather not waste the time. AFAIK it is not slated for Flex 2.0, but then I don't work for Adobe.

[flexcoders] sharing images between projects

2006-06-06 Thread Paolo Bernardini
I'm having problems sharing images between projects. I have my workspace folder that contain several projects and I have a shared folder where I keep images and css that I want to share with all the projects in the workspace. The structure looks like this: workspace |_project1

Re: [flexcoders] FP9 crashes Firefox frequently

2006-06-06 Thread Tom Chiverton
On Tuesday 06 June 2006 01:52, Michael Schmalle (and also who ever moaned about some sites killed FP9) wrote: I actually had it crash 2 days ago from FlexBuilder2 and debug, crashed FireFox, nuked all of my bookmarks! No virus, I know this. Do you have any other extensions installed ? What

Re: [flexcoders] Best way to design for Speed and Responsiveness

2006-06-06 Thread Tom Chiverton
On Tuesday 06 June 2006 01:19, blomasky wrote: have a small swf with the login view and logic and have it load the LARGER application code in background while the user logs on. This seems like it can be much faster. If so, can anyone give me somg guidance as how to write this. Run time

Re: [flexcoders] sharing images between projects

2006-06-06 Thread Tom Chiverton
On Tuesday 06 June 2006 10:08, Paolo Bernardini wrote: But then when I try to use any file in that folder, it seems that flexBuilder isn't able to find it: [Embed(shared/assets/images/windows.png)] public var pcIcon:Class; Don't you need a '../' on the front of your path ? -- Tom

Re: [flexcoders] sharing images between projects

2006-06-06 Thread Paolo Bernardini
I've tryed, but no luck On 6/6/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 06 June 2006 10:08, Paolo Bernardini wrote: But then when I try to use any file in that folder, it seems that flexBuilder isn't able to find it: [Embed(shared/assets/images/windows.png)] public var

RE: [flexcoders] Re: Cairngorm question

2006-06-06 Thread Steven Webster
Bjorn, This is high on our list of priorities (Flex Data Services and Cairngorm) ! Best, Steven Steven WebsterPractice Director (Rich Internet Applications)Adobe ConsultingWestpoint, 4

[flexcoders] Flex 2.0 on ATG

2006-06-06 Thread tinywhistles
Hi Has somebody integrated ATG with Flex? I am trying to integrate Flex 2.0 on ATG 7.1 using AMF. Is there a way to invoke the ATG servlet pipeline from Flex using AMF? That way we can use all the components of ATG as is. Would be a great help if anyone can share his/her experience on this.

[flexcoders] Flex 2.0 Localizing Flex Applications

2006-06-06 Thread xltevez
In Flex 2.0 Localizing Flex Applications, I don't quite understand the description of the live doc. Where should I put the properties files and the mxml files? http://livedocs.macromedia.com/labs/1/flex20beta3/wwhelp/wwhimpl/js/html /wwhelp.htm?href=0916.html Thanks!

[flexcoders] Extracting Form Parameters in Remote Class (Flex 2 Beta 3)

2006-06-06 Thread tinywhistles
Hi All :) I am working on a project using Remoting(Http) on F2B3. I have a form with some input text boxes and a submit button. On submit, I am making an AMF call to my remote class. I need to extract the value of these form parameters here in this class. As I understand it cannot be done using

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Michael Schmalle
But to be able to do it with out going through every control and using the built in setStyle would be the cherry on the cake. yeah, it's nice. I agree with you on Adobe, and getting a timeline. That is why I have been dragging my feet on this. Knowing adobe, they did a good job and it's

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Jeremy Lu
Ely post in Ben's comment saying Adobe is working on this thing (although it might not make it to the v2 release). Maybe engineers from Adobe can confirm this ? On 6/6/06, Michael Schmalle [EMAIL PROTECTED] wrote: But to be able to do it with out going

[flexcoders] how to set a specific node in a tree to be bold?

2006-06-06 Thread shemeshkale
hi, i have a tree in flex 1.5 how do i set a specific node to be bold? i need 2 methods - 1: by the node name. 2: by node location in tree. for the first - is it possible to do this with labelFunction? tried this without success (it returns the b as text): function lblFunk(item:Object) : String{

[flexcoders] Bug in Runtime Style Declarations

2006-06-06 Thread Jim Robson
When setting the fill colors for a component class at runtime, Flex breaks. It's possible to set the fill colors for an instance, but not for a class. Take a look at the code below. The first function, setInstanceStyle, works fine. The second function, setClassStyle, causes the

[flexcoders] Flex2 and TIFF image format

2006-06-06 Thread Carlos Rovira
Hi,I have a client that wants to use Flex2 for a project, but he want to display TIFF images. As FP9 doesn't support this image format natively, I want to know, from someone who has some experience with this format, the possiblilities that I could follow and pros and cons of these

[flexcoders] Connecting to a sql or an access database through flex

2006-06-06 Thread rama satoskar
Hi all, Can anyone teach a way to connect the flex application to an access database or sql database.What i need is a simple tutorial or a sample example. Kindly help. Thanks in advance. Rama. Yahoo! Groups Sponsor ~-- Everything you need is

[flexcoders] Repeater XML Attribute

2006-06-06 Thread mepaninaresh
Hi, I am trying to retrieve a certain XML node using the attribute value, tried various syntax. Just can't get it to work. Sample code below. Any ideas? Thanks for any help. Amount Type="Number_of_Records" Units="1" Format="Actual"256/AmountAmount Type="Number_of_Critical_Changes" Units="1"

[flexcoders] how to get a tree item in flex 2.0 beta 3 ?

2006-06-06 Thread Franca Daniel
HI, I am trying to jump to beta 3 but getItemAt does not exists anymore in Trees, so how to do that ? Thanks! __ Fale com seus amigos de graça com o novo Yahoo! Messenger http://br.messenger.yahoo.com/

Re: [flexcoders] Flex2B3 :: Panel anti-aliasing :: How do I get it back

2006-06-06 Thread Michael Schmalle
Are you embedding the fonts? No, see the weird thing is, I have an app with two panels, standard left 250 right 100%. anything in thoses panels smooth the text. I am not talking about emebed font anti-alias, just the players smooth anti-alias. But is seems that when I use the PopUpMnager to

Re: [flexcoders] ComboBox default label.

2006-06-06 Thread Ranadheer Reddy
Hisimple example of the combobox given below :?xml version="1.0"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"mx:Script ![CDATA[[Bindable] public var cards: Array = [ {label:"Hyperion", data:1}, {label:"August

Re: [flexcoders] FP9 crashes Firefox frequently

2006-06-06 Thread Michael Schmalle
Do you have any other extensions installed ? No, just plain ole FireFox, I'm not much of a plugin man, don't have enough time ;-) What happens if you start with a new clean profile ? I tried, they were all gone. The weird thing is, is all my passwords and history is still there. Did you

[flexcoders] Firefox and Flex

2006-06-06 Thread Alejo Vinjoy
Hi,We are loading dynamically some images using an Image or Loader component for this site (www.e-galeno.com.ar). The id is in a dynamically generated xml. The same id is used to form the URL of a servlet which ultimately gets the images for the site.It works perfectly in IE but we can´t make

RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread David Mendels
Hi, This will not be in Flex 2.0. It is something we'd like to see in a future version of Flex (2.5? 3.0?) but we don't have a specific date or release planned yet. We'll get to that after we ship 2.0. Regards, David Adobe From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] Flex2 and TIFF image format

2006-06-06 Thread Tom Chiverton
On Tuesday 06 June 2006 12:29, Carlos Rovira wrote: I have a client that wants to use Flex2 for a project, but he want to display TIFF images. Display for what purpose ? You can just open a new browser window with the TIFF in from Flash, for instance. -- Tom Chiverton

[flexcoders] add target to link on RichTextEditor

2006-06-06 Thread Jesús Iglesias
Hi again, I have a richtexteditor and I want to let the user add the "target" field when inserting a link. How to add the target to a link on the richtexteditor? Regards, Jesus __._,_.___ -- Flexcoders Mailing List FAQ:

Re: [flexcoders] FP9 crashes Firefox frequently

2006-06-06 Thread Tom Chiverton
On Tuesday 06 June 2006 13:08, Michael Schmalle wrote: No, just plain ole FireFox, I'm not much of a plugin man, don't have enough time ;-) Odd then. I tried, they were all gone. The weird thing is, is all my passwords and history is still there. Oddness. Bookmarks are just a plain file in

RE: [flexcoders] Re: Cairngorm Bindings etc

2006-06-06 Thread Stacey Mulcahy
Tim thanks for the reply only one I didnt cover is 4. Everything else is as it should be. Typically Id post code too ( probably one of the rare occasions I didnt) but I was looking for what you replied with some high level check these first items. Ceheers! From:

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Michael Schmalle
Thanks David! Well, the community will put something out in the interum, we know a lot of developers could use this. Peace, MikeOn 6/6/06, David Mendels [EMAIL PROTECTED] wrote: Hi, This will not be in Flex 2.0. It is something we'd like to see in a future

[flexcoders] help me

2006-06-06 Thread DIBYADYUTI CHAKRABORTY
i am new to this group and also in flex tools. please if any body can help me over the flex remote object data service. i want to devlop a simple web project using flex,and want to run it on the tomcat server. please help me.dibyadyuti chakraborty software associate eforce india

Re: [flexcoders] Firefox and Flex

2006-06-06 Thread Tom Chiverton
On Tuesday 06 June 2006 13:22, Alejo Vinjoy wrote: Does anybody know to fix this? What do the web server logs say for the two cases ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited

[flexcoders] Re: F2B3: namespaceDeclarations() doesn't see un-prefixed namespaces

2006-06-06 Thread ben.clinkinbeard
No, that doesn't work because according to Flex, the xml object does not have any namespaces. Can anyone else, someone from Adobe maybe, shed some light here? Why isn't a non-prefixed namespace addressable? Thanks, Ben --- In flexcoders@yahoogroups.com, linflexcoder [EMAIL PROTECTED] wrote:

[flexcoders] Re: Connecting to a sql or an aCcess database through flex

2006-06-06 Thread Iuliu Burtoiu
Hi Rama, Check this out: http://fluorine.thesilentgroup.com/fluorine/index.html (you may want to see Using Flash Remoting section) Iuliu __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [flexcoders] ComboBox default label.

2006-06-06 Thread Will Morgan
Joshi - thanks, but that wasn't quiet what I was looking for. Stacey - that kinda works, but I need to tweet it a little - thank you for the pointer! Will.On 6/6/06, Ranadheer Reddy [EMAIL PROTECTED] wrote: Hisimple example of the combobox given below :?xml

Re: [flexcoders] Re: Topology view? - also- generating server-side images

2006-06-06 Thread Tom Chiverton
On Monday 05 June 2006 21:56, bobbrose wrote: Has anyone done something similar, not necessarily w/topology, but images generated on the server? I've written a Flex2 app that takes an xml file like a bs c name=foo d /a c bs a name=bar f g /c And

[flexcoders] Re: Connecting to a sql or an access database through flex

2006-06-06 Thread iuliub
Hi Rama, Check this out: http://fluorine.thesilentgroup.com/fluorine/index.html (you may want to see Using Flash Remoting section) Iuliu --- In flexcoders@yahoogroups.com, rama satoskar [EMAIL PROTECTED] wrote: Hi all, Can anyone teach a way to connect the flex application to an access

Re: [flexcoders] Flex2 and TIFF image format

2006-06-06 Thread Michael Klishin
Carlos Rovira wrote: Hi, I have a client that wants to use Flex2 for a project, but he want to display TIFF images. As FP9 doesn't support this image format natively, I want to know, from someone who has some experience with this format, the possiblilities that I could follow and pros

Re: [flexcoders] Extracting Form Parameters in Remote Class (Flex 2 Beta 3)

2006-06-06 Thread Tom Chiverton
On Tuesday 06 June 2006 09:21, tinywhistles wrote: flex.messaging.FlexContext.getHttpRequest().getParameter(firstName). If you want to pass arguments into the remote method, you have to put them in your call to it in getdata(). -- Tom Chiverton

Re: [flexcoders] Flex2 and TIFF image format

2006-06-06 Thread Carlos Rovira
Many thanks guys, that mails was very valuable for me to give all the posibilities to my client :).As Tom says, it depends mainly on the purpose of the app, but is good to know all the weapons to handle this format Thanks,C.On 6/6/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 06 June

Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-06 Thread Michael Schmalle
Michael, Jason Jeremy, perhaps we should open a project on osflash.com and start working on a common code base. I am interested in this, I would leave the whole config up to you. I have never done it, just tell me where I can get code and put code and I am there. Peace, Mike On 6/6/06, Ben

[flexcoders] Pls help me

2006-06-06 Thread Devis
Hi, i wish to integrate Jbuilder X with flex beta 3, but i have no idea where i can find the xmi file or xml schema catalog! Can you help me pls Devis __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] help me

2006-06-06 Thread Antoine Malpel
You need to tell if you allready have the remote Object coded... in JSP ? DIBYADYUTI CHAKRABORTY a crit: i am new to this group and also in flex tools. please if any body can help me over the flex remote object data service. i want to devlop a simple web project using flex,and

[flexcoders] Re: Repeater XML Attribute

2006-06-06 Thread iuliub
Why don't you try: [EMAIL PROTECTED] Iuliu --- In flexcoders@yahoogroups.com, mepaninaresh [EMAIL PROTECTED] wrote: Hi, I am trying to retrieve a certain XML node using the attribute value, tried various syntax. Just can't get it to work. Sample code below. Any ideas? Thanks for

[flexcoders] Re: ComboBox default label.

2006-06-06 Thread hyperionflexteam
Hi ?xml version=1.0? !-- Simple example to demonstrate the ComboBox control. -- mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script ![CDATA[ [Bindable] public var cards: Array = [ {label:Visa, data:1}, {label:Master Card,

[flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-06 Thread Phil Marston
or any other way of seeing what's being sent to AMFPHP and coming back? Cheers, Phil -- __ Phil Marston Learning Technologist Learning Technology Unit Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK [EMAIL

[flexcoders] Cairngorm and Flex 2.0b3

2006-06-06 Thread Alejo Vinjoy
Hi, it´s me again.I´m having trouble configuring cairngorm 0.99 in flex 2.0b3. It seems that Tomcat 5.0.28 throws this exception (Error 500):javax.servlet.ServletException: Invalid Configuration: see previous failures. flex.util.ServiceUtil.setupFlexService(ServiceUtil.java:55)

[flexcoders] Re: Instantiation and setting problems - Example included

2006-06-06 Thread Suzy Lawson
OK, yeah, thanks. I was also facing the problem when I was instantiating classes and setting properties w/o URLLoader. I created a very simple example and I realized the problem was my misuse of [Bindable]. I'm using Cairngorm and have all my VO objects in the ModelLocator...well, my many VO

RE: [flexcoders] ComboBox default label.

2006-06-06 Thread Peter Watson
Hi Will, There is also a prompt attribute for the mx:ComboBox component that may be what you are looking for. That way you dont have to modify the dataProvider and once a selection is made the prompt doesnt show again. mx:ComboBox dataProvider={cards} prompt=Please Select a Card

Re: [flexcoders] help me

2006-06-06 Thread Devis
no, i wish to use only code completition. Adobewrite IDEs and Text Editors Flex provides an XML schema to enable IDEs that support XML with code coloring, code hinting, etc., including IntelliJ IDEA, Borland JBuilder, and Altova xmlspy. You can also use code editors such as VI and emacs

[flexcoders] Re: FusionCharts under Flex

2006-06-06 Thread Jason
Unfortunately, it looks like I'll have no choice. Looks like FusionCharts is currently incompatible with Flex. They say they'll try to make the next version work with it. Kinda sucks, as FusionCharts did a LOT of cool stuff. To match it, I would have to write all sorts of renderers - 3d

RE: [flexcoders] Net.Connection debugger - Is there something like it in Flex2?

2006-06-06 Thread Peter Farland
If you're using a raw NetConnection, then... no, not natively from the client. There are third party tools out there that sniffing AMF over HTTP traffic. However, I'd first try using some of the utilities that Flex has to dumping an objectgraph to a string: import mx.utils.ObjectUtil;

[flexcoders] Re: Connecting to a sql or an access database through flex

2006-06-06 Thread Tim Hoff
Hi Rama, Getting SQL Server or Access data into Flexisn't that difficult. However, it's not that easy either. There are currently several different technologies that you can use to get .NET data into Flex. They include: Web Services, HTTPService, Flash Remoting, WebOrb and Fluorine. In

[flexcoders] Flex 2.0b3 WebServices

2006-06-06 Thread praful . aggarwal
Guys, I'm trying to call a webservice and getting an error when FlexServer tries to read the wsdl. The WebService is deployed on a Websphere box and the wsdl files are divided into two pieces : a) A Service Wsdl and, b) An Interface wsdl. The Service Wsdl imports the Interface wsdl file and

Re: [flexcoders] ComboBox default label.

2006-06-06 Thread Will Morgan
Peter - this is exactly what I was looking for. Thanks!On 6/6/06, Peter Watson [EMAIL PROTECTED] wrote: Hi Will, There is also a "prompt" attribute for the mx:ComboBox component that may be what you are looking for. That way you don't have to modify

[flexcoders] Re: Flex 2 Beta 3: Move effect no longer respects layout constraints

2006-06-06 Thread Jason Y. Kwong
I know this isn't an overly critical issue, but it's real ugly. Does anyone have a workaround for this? Or at least confirm that it'll be fixed in the production version? Thanks.On 5/31/06, Jason Y. Kwong [EMAIL PROTECTED] wrote: I have a Canvas with a border and it contains a TextArea. The

RE: [flexcoders] Flex 2.0b3 WebServices

2006-06-06 Thread Peter Farland
Do you have a fully qualified URL for the wsdl attribute on the mx:WebService tag? Flex 2 should support WSDL imports. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Tuesday, June 06, 2006 10:52 AMTo: flexcoders@yahoogroups.comSubject:

Re: [flexcoders] Re: Cairngorm Sample Store

2006-06-06 Thread Tom Chiverton
On Tuesday 23 May 2006 18:11, Stefan Schmalhaus wrote: --- In flexcoders@yahoogroups.com, Steven Webster [EMAIL PROTECTED] wrote: We have a build of Cairngorm Store for Flex Beta 3, and Cairngorm 2 that we intend to deliver to you in the days ahead. Any news on this? Any further news ? --

[flexcoders] need help in making usrname/pswd Database

2006-06-06 Thread raju_bb
hey can anybody tell me how to retrieve and send data to/from the database which will display the results on the datagrid..it can be any database SQL/Access..plzz help Yahoo! Groups Sponsor ~-- You can search right from your browser? It's easy

Re: [flexcoders] need help in making usrname/pswd Database

2006-06-06 Thread Niklas Richardson
Do you know any server side languages? Java? ColdFusion? ASP? PHP? Perl?You'll need to start there first.On 6/6/06, raju_bb [EMAIL PROTECTED] wrote: hey can anybody tell me how to retrieve and send data to/from the database which will display the results on the

RE: [flexcoders] Re: FusionCharts under Flex

2006-06-06 Thread Ely Greenfield
I hear you Jason, but there's only so many hours in the day. 3d bar/pie charts, Yeah, that's something we don't support. animations for when the chart loads Can you Describe what you're looking for? rotating axis labels Flex charts support those, if you use embedded fonts.

[flexcoders] Re: Accordian from XML: Repeater Woes

2006-06-06 Thread Doug Lowder
That was a Flex 1.5 example. I'm not sure if the mx:Model tag is supported the same way in Flex 2.0, so that may be part of the problem. You should be able to use an array as the dataprovider for your repeater, just to get things going until you are able to read external XML. --- In

RE: [flexcoders] Re: Accordian from XML: Repeater Woes

2006-06-06 Thread Jim Robson
Thanks Doug I found posted a solution, but our posts crossed in cyberspace. Thanks again -Jim From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Doug Lowder Sent: Tuesday, June 06, 2006 12:23 PM To: flexcoders@yahoogroups.com Subject:

SOLVED - RE: [flexcoders] Re: Accordian from XML: Repeater Woes

2006-06-06 Thread Jim Robson
I finally figured out what was wrong. With MenuBar components, the external XML file has a root node root and it is ignored in the MXML code. However, for Repeater components, this does not work: on the contrary, it is necessary to specify the root node in the MXML code. So, the

[flexcoders] Re: FusionCharts under Flex

2006-06-06 Thread Jason
Go to http://www.infosoftglobal.com/FusionCharts/Gallery.asp?gMenuItemId=3#ps and click on the charts under 2D/3D Column Charts. You'll see the animations I mean. And if you click on the FusionCharts Presentation Suite, you'll see what my boss REALLY went wild for. They use Flash to put a bit

[flexcoders] how can I load text from a file

2006-06-06 Thread Antoine Malpel
Hi I have a text containing a big big big html text that I need to put inside a mx:texarea in my app I don't how to load the content of this file in order to set the value of htmltext ... Any example ? Yahoo! Groups Sponsor ~-- You can search

RE: [flexcoders] Re: FusionCharts under Flex

2006-06-06 Thread Jim Robson
I wish Adobe would put some more people on Flex That would be great!!! From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jason Sent: Tuesday, June 06, 2006 12:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FusionCharts under

Re: [flexcoders] how can I load text from a file

2006-06-06 Thread Jeremy Lu
if you don't mind embedding it in the mxml, try this:mx:TextAreamx:htmlText![CDATA[your text here...]]/mx:htmlTextmx:TextArea On 6/7/06, Antoine Malpel [EMAIL PROTECTED] wrote: Hi I have a text containing a big big big html text that I need to put inside a

[flexcoders] How up upload a ByteArray to PHP on the server?

2006-06-06 Thread rigidcode
If I make a ByteArray of jpeg data, how do I send it to the server in such a way that PHP will have it in it's $_FILES array? If I just set the URLRequest.data property to the ByteArray, then it won't have a filename, or a variable name, to refer to in the php.

RE: [flexcoders] Re: FusionCharts under Flex

2006-06-06 Thread Ely Greenfield
I'll check out the fusion charts when I get a moment. In the meantime, I'll forward your suggestion ( a good one ) on to our doc guy. And regarding samples...you're absolutely right, for a new platform like Flex, you can't underestimate the value of samples and docs ( I think MSDN

[flexcoders] Re: RSL: using runtime shared library prompts debug dialog [F2b3]

2006-06-06 Thread Peter Blazejewicz
Hello Tom, thanks for looking into that :) I've already tried different things, my library project (which produces .swc for RSL) has also added - debug=false into compiler additional params, RSL .swf file is extracted in project where .swc is linked as dynamic for compiler (Flex build

[flexcoders] Namespace hell

2006-06-06 Thread ben.clinkinbeard
OK, I have posted several times now about problems caused by having namespaces in XML in Flex (specifically Beta 3), and have gotten virtually no responses. Please, someone respond, even if to say I have the same problem or this can't be done. I am beginning to think that Flex is simply not very

[flexcoders] Re: Beta3 on win 2003.

2006-06-06 Thread sufibaba
Hi Tom, Thanks for your reply, It seems that my clients are using CF7 standard and not Enterprise. Do you know if the CF-flex connector works for CF7 Standard or is an CF enterprise thing. Tim --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 05 June 2006

RE: [flexcoders] Flex 2.0b3 WebServices

2006-06-06 Thread Franck de Bruijn
I am using wsdl imports for schemas and that works ok. You have to be careful with the URL in the import though. Initially, in my situation, the external IP-address of the server was used in the import-URL, while I was testing the application from localhost. Flex security mechanism

RE: [flexcoders] Re: RDS problems with beta 3

2006-06-06 Thread João Fernandes
Ed, check in the cf administrator , in the system information if it reports as mystic 7.0.2. João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of Ed Lovell Sent: Tue 06-Jun-06 6:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: RDS problems with

Re: [flexcoders] How up upload a ByteArray to PHP on the server?

2006-06-06 Thread Tim Scollick
I might be wrong but I think that if you wanted it in the files array, you would have to:1. Get the ByteArray.2. Send it to the server to make the jpg.3. Load the jpg into Flash.4. Send it again in the files array. I think it would be easier and more effiicient to send the ByteArray to make the

[flexcoders] Re: Loading one cairngorm into another cairngorm

2006-06-06 Thread sufibaba
Thanks gentlemen for your input, I've been really busy chasing fires in other parts of the project. Haven't had time to test out some of the ideas yet. Will post the results back when I do get a chance. Cheers, Tim --- In flexcoders@yahoogroups.com, Stanislav Zayarsky [EMAIL PROTECTED]

RE: [flexcoders] 1.5 - 2.0 Migration, my final error: Definition UIComponent could not be found.....

2006-06-06 Thread Tracy Spratt
The problem is that the error panel does not indicate a file, and line 15 does not appear to be significant in any file I have looked at. Furthermore, UIComponent is a base class, or at least a very fundamental class and I have not needed to import it for any other app. Plus the CODEGEN error

[flexcoders] Validate an email without using validator structure??

2006-06-06 Thread Ronan Bottini
Hi Is there any way to validate an email address field without using the validator structure?? I mean just simply knowing if the string in the TextInput is a validate email address. I don´t want to get no Alerts. Thanks __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] need help in making usrname/pswd Database

2006-06-06 Thread Tracy Spratt
See my advice in the thread titled: Connecting to a sql or an access database through flex Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of raju_bb Sent: Tuesday, June 06, 2006 11:53 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Re: Connecting to a sql or an access database through flex

2006-06-06 Thread Tracy Spratt
I recommend HTTPService. Web services are unnecessarily complicated if you have control of both client and server. To use HTTPService, just create an aspx application with the content-type =text/xml. Then use the .net data access objects to talk to the database, and return XML to the

RE: [flexcoders] how can I load text from a file

2006-06-06 Thread Tracy Spratt
Use HTTPService or URLLoader(). Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Antoine Malpel Sent: Tuesday, June 06, 2006 12:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] how can I load text from a file Hi I

[flexcoders] having trouble with menu bar f2b3

2006-06-06 Thread Jeremy Rottman
I am working on migrating an app to f2b3, and I have run into a issue that I cant figure out. I have also tested this with the example code provided on the adobe flexapps site. When I run the code below, it displays only the children of the Contacts xml, and doesnt display anything else. Anyone

[flexcoders] Release date? Maybe 15th

2006-06-06 Thread Robert Thompson
Release date?Just wondering. __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] Re: F2b3: e4x XML object as Tree dataprovider, how to refresh tree display?

2006-06-06 Thread Jason Y. Kwong
I've noticed one other problem: If a Tree's showRoot property is set to false, not even calling invalidateList() will refresh the display. In fact, I can't find any way to get the Tree to refresh in such a case. Any ideas? On 5/25/06, Michael Montagna [EMAIL PROTECTED] wrote: Post beta3,

[flexcoders] URLLoader().

2006-06-06 Thread Ravindra Suthar
Hi, Can I use URLLoader in flex 1.5. and what is the diff frm httpReqest. How can I use this From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Wednesday, June 07, 2006 12:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders]

[flexcoders] Passing data between seperate components

2006-06-06 Thread rgwilson26
I have an app where I have created a single control bar that allows the user to navigate through various components in my application. This is so that the navigiation is always located at the bottom of the screen and is visible at all times to the user without scrolling. I am doing this

Re: [flexcoders] Re: F2b3: e4x XML object as Tree dataprovider, how to refresh tree display?

2006-06-06 Thread Jason Y. Kwong
Actually, let me clarify that a bit. I can't get the Tree to show new nodes added to the root node. If I add nodes to child nodes, they show up when calling invalidateList(). The root node is the problem. I did a trace of the Tree's dataprovider after adding to the root node and the new

[flexcoders] changing states.

2006-06-06 Thread Jeremy Rottman
I am using a stateManager type setup with my new flex app. I have one mxml file that holds all the information about various states with in my app. And I am using a menubar that will allow users to navigate through these states. I am having a bit of trouble getting this to work. I am using this

Re: [flexcoders] How up upload a ByteArray to PHP on the server?

2006-06-06 Thread Luís Gustavo Sanabio
Hi rigidcode, Send the bytearray using URLLoader with $POST. I think that you need to send the apropriate header. I did it, but I don't remember well. At PHP, use: if(is_uploaded_file($_FILES[Filedata][tmp_name])) $_FILES[Filedata][tmp_name] Gustavo Sanabio 2006/6/6, Tim Scollick [EMAIL

[flexcoders] Re: Connecting to a sql or an access database through flex

2006-06-06 Thread Tim Hoff
Yeah, you're right Tracy. The HTTPService route may be better in this case. Thanks for the input. Tim --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: I recommend HTTPService. Web services are unnecessarily complicated if you have control of both client and

[flexcoders] Re: quick filter for datagrid

2006-06-06 Thread tonyx_788
the problem is i'm almost finish with my project and the last time i tried to install beta3 it throw me lots of errors after i finish i'll install it the other thing is that sho's example it's only for comboboxes and i have a text input an a datagrid --- In flexcoders@yahoogroups.com, Jeremy Lu

RE: [flexcoders] Namespace hell

2006-06-06 Thread Tobias Patton
Hi Ben; You can get this to work using the labelFunction property of the DataGridColumn. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml layout=absolute mx:Script ![CDATA[ import mx.controls.dataGridClasses.DataGridColumn; import

RE: [flexcoders] Re: F2b3: e4x XML object as Tree dataprovider, how to refresh tree display?

2006-06-06 Thread Tracy Spratt
As a last resort, you can re-assign the dataProvider. That should definitely cause the tree to refresh. In 1.5, we could do myTree.dataProvider = myTree.dataProvider; Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jason Y. Kwong Sent:

RE: [flexcoders] URLLoader().

2006-06-06 Thread Tracy Spratt
No, URLLoader is 2.0 only. What is the difference between it an HTTPService? That is a very good question, I hope someone will answer it. Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ravindra Suthar Sent: Tuesday, June 06, 2006 3:10

[flexcoders] Re: changing states.

2006-06-06 Thread Tim Hoff
If your stateManager component is MXML, use a namespace instead of import to get it into the main application. Put this in the application tag: xmlns:managers=components.managers.* Then define your component somewhere in the application body: managers:stateManager id=StateManager/ I think

[flexcoders] Re: Namespace hell

2006-06-06 Thread ben.clinkinbeard
Thanks, Tobias. I actually thought about that approach shortly after I posted but was hoping I could avoid it. Its pretty unfortunate that you have to write a labelFunction for every column in every DataGrid (my real ones have more like 8 columns) just because of a namespace but whatever. I

[flexcoders] Re: Passing data between seperate components

2006-06-06 Thread Tim Hoff
Ryan, If you're already using a model, then you don't necessarily have to pass data between seperate components and/or send data to the model to be updated. Instead, use can implement data binding. This is where the power of Cairngorm really shows. I'm not saying that you have to use

RE: [flexcoders] Release date? Maybe 15th

2006-06-06 Thread Matt Chotin
Not that soon. We cant announce the exact date yet. We are still aiming for first half of 2006 which you can interpret as June. Aiming being a key word Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert Thompson Sent: Tuesday, June 06, 2006

Re: [flexcoders] Release date? Maybe 15th

2006-06-06 Thread Michael Schmalle
If you have kids, this list is starting to sound like an ARE WE THERE YET trip ;-) Peace, MikeOn 6/6/06, Matt Chotin [EMAIL PROTECTED] wrote: Not that soon. We can't announce the exact date yet. We are still aiming for "first half of 2006" which you can

RE: [flexcoders] Release date? Maybe 15th

2006-06-06 Thread Sho Kuwamoto
Why am I reminded of the unexpected hanging paradox? http://en.wikipedia.org/wiki/Unexpected_hanging_paradox -Sho From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael SchmalleSent: Tuesday, June 06, 2006 2:36 PMTo: flexcoders@yahoogroups.comSubject: Re:

  1   2   >