[flexcoders] Coldfusion upgrade from 6.1 to 7.0

2006-06-15 Thread Brendan Meutzner
Tried an upgrade tonight from my CF server 6.1 to 7.0 and failed miserably. It seems that the 7.0 installation wouldn't offer me an upgrade choice, so I installed it as usual thinking it might just overwrite. Nope, seperate install all together. So then I backup my datasources from 6.1,

Re: [flexcoders] New FLEX 2 application development

2006-06-15 Thread Tom Chiverton
On Wednesday 14 June 2006 21:19, Alexander Tsoukias wrote: PS. I own the server FLEX 2 licenses. That would be clever seeing as their not for sale yet (AFAIK). -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP.

Re: [flexcoders] Coldfusion upgrade from 6.1 to 7.0

2006-06-15 Thread Tom Chiverton
On Thursday 15 June 2006 07:25, Brendan Meutzner wrote: fresh. It installs ok, but doesn't include an instance of JRun4 and as a result is completely worthless. Tried to install again, no luck. What O/S is this ? -- Tom Chiverton This

Re: [flexcoders] flex2gateway woes on UNIX

2006-06-15 Thread Tom Chiverton
On Wednesday 14 June 2006 20:33, wlbagent wrote: /opt/coldfusionmx7/wwwroot/WEB-INF/flex directory. If I enter http://theunixservername/flex2gateway; into a browser window I get a 404 page not found Well, I guess you need to sort that out. Does the administrator load OK on that URL ? If you

Re: [flexcoders] colorPicker, getting the colour out

2006-06-15 Thread Tom Chiverton
On Wednesday 14 June 2006 09:56, Sonja Duijvesteijn wrote: I think that's not in the documentation as well, but not exactly what I mean. It's listed as a property in the reference, so you can bind to and from it, as well as use it as an attribute of the MXML tag. -- Tom Chiverton

Re: [flexcoders] Flex 1.5 to Flex 2 migration - binding problem

2006-06-15 Thread Tom Chiverton
On Wednesday 14 June 2006 17:04, Phil Marston wrote: public var reviewList:Object={ . public function onReviewsListResult( result : Array ) : void { reviewList = result; } Your result is declared in onReviewsListResult as being

[flexcoders] DTD Schema for Flex 2

2006-06-15 Thread Tom Chiverton
Where is it ? I've looked *everywhere* ! -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and Wales under registered number OC307980 whose

[flexcoders] Re: context-menu in flex...

2006-06-15 Thread Cristian Pop
Hi everyone, I don't want to hijack this thread but it reminded me about one problem I had with the context menu. Does anyone knows a way to put a check before an item in the context menu ? Flash Player can do it (see Play and loop entries). I could not find anything in the ContextMenu Class.

[flexcoders] popup manager loading an app that loads a popup - error

2006-06-15 Thread bobpardoe1959
I have an application that uses the popup manager to load each 'form' in the app into a unique window for each form. This all works fine. I have constructed a component (a text box with a lookup facility). The lookup facility is itself a component. The lookup is loaded by the text box component

[flexcoders] Re: ContextMenu and DataGrid question

2006-06-15 Thread djbrown_rotonews
I had to go one more level up and grab the event.mouseTarget.parent to get it to work as a generic renderer, and then call listData off of that guy, but your code got me 98% of the way there (I'm using Beta3, which may be why I had to change some things). Thanks --- In

Re: [flexcoders] flex builder mini-freezes

2006-06-15 Thread Luís Gustavo Sanabio
Yeah.. I have. I unchecked the Build Automaticallyon Project Menu. Now, it's better. 2006/6/14, Michael Schmalle [EMAIL PROTECTED]: Yeah, I have.There is probably a memory leak in it and restarting it is about the only cure. Sometiems it might be wise to restart you computer.I'm sure this is

[flexcoders] where's the best place to report bugs?

2006-06-15 Thread Jason
Hoping to get a response from some of the Adobe folks. Where is the best place to report bugs in Flex 2 beta 3? I've posted some here but I begin to wonder if that's best. The Adobe website points to both here and the adobe forum

[flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Phil Marston
Hi all, Making a mess here! For some reason Flex Builder didn't seem to be incorporating changes I'd made to source files, so I figured there was some sort of caching issue (I don't really know how Eclipse works) so I figured if I clear out all the compiled stuff and get FB to build from

RE: [flexcoders] Chart - How to set up color on series ? Bug ?

2006-06-15 Thread Daniel Tuppeny
In that case, it does make sense. Is there any enumuration (or constants) of the styles, so we could do something like: pieSeries.setStyle(Style.Fill, "...") I noticed some of the Events have been included like this (though some of them, like CreationComplete, I couldn't find, so I'm

Re: [flexcoders] Flex 1.5 to Flex 2 migration - binding problem

2006-06-15 Thread Phil Marston
Thanks Tracey - I'm looking into what ArrayCollection can do for me now. :-) Tracy Spratt wrote: This implies result is an Array: public function onReviewsListResult( result : Array ){ reviewList = result; .. is that correct? If so, make reviewList

[flexcoders] check shared object exists

2006-06-15 Thread Angus Johnson
Hi all, Quick one...How do you check for the existence of a shared object? I'm thinking checking the property, size != 0 is one way but is it the best.CheersAngus __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] RemoteObject call results into a bindable var not updating...

2006-06-15 Thread Doug Arthur
Hi, I'm trying to call a cfc and put the results into a bindable public var and use that on the page. But the problem is that when I call the method on the cfc, it doesn't put the value into the var immediately as expected... Here's the code, maybe that'll be more helpful: mx:RemoteObject

Re: [flexcoders] Aligning formitem labels

2006-06-15 Thread Tom Chiverton
On Wednesday 14 June 2006 15:42, Bas J. Brey wrote: Is this possible? The help says it it not and I wonder why.. Use some sort of container like VBox or HBox and align that. -- Tom Chiverton This email is sent for and on behalf of

[flexcoders] Flex2B2 - cut off any gui controls that appear outside of parent container

2006-06-15 Thread bhaq1972
I'm trying to cut off any gui controls that appear outside the parent container. In this case, any part of button2 which appears outside the yellow hbox. how do i achieve this ? TIA mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; xmlns=* mx:HBox width=300 height=100

Re: [flexcoders] DTD Schema for Flex 2

2006-06-15 Thread Gareth Edwards
Short answer from previous post from one of the Adobe guys, is there isn't one. Flex 2.0 isn't compatible with a DTD Schema. Cheers Gareth. Tom Chiverton wrote: Where is it ? I've looked *everywhere* ! Yahoo! Groups Sponsor ~-- Great things

Re: [flexcoders] Convert AJAX to Flex?

2006-06-15 Thread Tom Chiverton
On Wednesday 14 June 2006 15:18, Anatole Tartakovsky wrote: 1. Code loading: That is just proves my point - developers have to do the tricks I wouldn't call using a framework a 'trick'. 2. Connectivity : means an ability to guarantee timely delivery of the data. That requires an

RE: [flexcoders] Flash Player 9 Projected Adoption rate

2006-06-15 Thread Evan Gifford
Awesome! Thanks so much!! I believe that were on the cusp of an irreversible internet revolution ..! Free SDK . 3rd Party IDE Unparalleled web experience .. I can see it now Yes kids, believe it or not when I was a coder, websites didnt hardly move at all and everytime

[flexcoders] running Flex 2 Beta 3 UIs

2006-06-15 Thread Tarun Telang
Hi, I have installed the Flash 9.0 Plugin on my browser (IE version 6.0.2800). The installation completes within few seconds. I still am unable to see the Flex UIs (Flex 2 Beta 3). Does it requires any special browser settings.. Regards, Tarun Yahoo! Groups

[flexcoders] DataGridColumn Item Renderer

2006-06-15 Thread Subba Chalamalasetty
I have a data grid and there are 10 columns and 5 rows in that. I am trying to use itemRenderer = myRenderer - myRenderer.mxml -- ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml mx:Label textAlign=right text={data.name} alpha=0.1

[flexcoders] DataGridColumn item renderer's

2006-06-15 Thread subba_c
I have a data grid and there are 10 columns and 5 rows in that. I am trying to use itemRenderer = myRenderer - myRenderer.mxml -- ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; mx:Label textAlign=right text={data.name} alpha=0.1 color=#ff0033

[flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Jason
Can someone else confirm this happens with them, too? I get it both on my machine and another one. But it would be good to get some verification from someone else. Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email.

[flexcoders] DataGrid scrolling

2006-06-15 Thread robbieshere
Hi all. I have been informed of a strange problem that occurs when you scroll down the rows of a datagrid using the down button on the keyboard: basically, my datagrid will not scroll to keep the selected row in view. Instead, the selected rows will approach the bottom of the grid, and keep

Re: [flexcoders] DTD Schema for Flex 2

2006-06-15 Thread Tom Chiverton
On Thursday 15 June 2006 12:13, Gareth Edwards wrote: Flex 2.0 isn't compatible with a DTD Schema. Bwuh ! So why do all the examples assign a namespace / include xml tags ? -- Tom Chiverton This email is sent for and on behalf of

[flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Peter Blazejewicz
Hi Jason, I've submitted that (zoom in/zoom out/show all) as plugin usability bug some time ago to Flex Team QA, haven't received confirmation yet from them though, kind regards, Peter Blazejewicz Yahoo! Groups Sponsor ~-- Check out the

[flexcoders] Re: having trouble with DataService fill

2006-06-15 Thread flashorbman
Hi Tom, could you please post your destination definition from flex-data-service.xml? thanks, Joe --- In flexcoders@yahoogroups.com, Tom Bray [EMAIL PROTECTED] wrote: I have a single destination called users with a very simple fill method that just creates 20 VOs, plugs them into an

Re: [flexcoders] Flex 1.5 to Flex 2 migration - binding problem

2006-06-15 Thread Phil Marston
Thanks Tom :-) Tom Chiverton wrote: On Wednesday 14 June 2006 17:04, Phil Marston wrote: public var reviewList:Object={ . public function onReviewsListResult( result : Array ) : void { reviewList = result;

[flexcoders] Re: where's the best place to report bugs?

2006-06-15 Thread Peter Blazejewicz
hi Jason, I've used bug report/wish form: http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform to report bugs to Adobe Flex Team, I know that is working because I've had some mail communication with Flex QA team after filling bugs, kind regards, Peter Blazejewicz

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
Hi, This is what I do, Rename your project, oldProj or something. Create a new project with the same name as your old one. If I were you with this still in beta, rebuild your project if not to complicated. In the new project, you then have new swf's and .html files. You also could copy the

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
Oh yeah, You could also just copy in the swf's and html from another project rename them and recompile. I have found this method is not so 'stable' but most of the time works. Peace, MikeOn 6/15/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, This is what I do, Rename your project,

Re: [flexcoders] Re: Dynamic lineSeries

2006-06-15 Thread Tom Chiverton
On Wednesday 14 June 2006 17:32, ruddyvanduynslager wrote: The problem is that I do not see anything during the rendering, however in the debug mode, the data are well fillin ?!!!??? You don't need to call a draw() method or something do you ? Are all you objects the child of something that is

Re: [flexcoders] Flash Player 9 Projected Adoption rate

2006-06-15 Thread Michael Schmalle
I like this guy ;-) This is what I have seen also, the Internet and it's experience is going to be irreversible. Just from all the other techs, another dot com boom is in the midst but, play your cards right tihis time folks. Patients always wins in the ling run and man the last 5 years has

[flexcoders] Re: 1.5 - 2.0: Is it possible to use LocalConnection without creating ...

2006-06-15 Thread Peter Blazejewicz
Hello Tracy, When writing my custom trace target based on LC I found that subclassing LC worked best for me, however except of using 2 methods described in docs (subclass, dynamic class) you can simply put any object to client property at runtime, even created ad-hoc: ?xml version=1.0

Re: [flexcoders] DTD Schema for Flex 2

2006-06-15 Thread Michael Schmalle
Becasue it's a namespace, that is the point ;-) It's arbituary and a way to seperate mx component names for my component names. It's like finding out majik isn't real huh... :( HAHAHA Peace, MikeOn 6/15/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 15

[flexcoders] e4x format

2006-06-15 Thread rama satoskar
Hi all, This maybe a question which comes up in the initial stages of e4x data. However i am confused. I have a sample xml file having the data. photos count =5 photo id=1/img1.jpg/ photo id=2/img2.jpg/ photo id=3/img3.jpg/ photo id=4/img4.jpg/ photo id=5/img5.jpg/ /photos Can

Re: [flexcoders] e4x format

2006-06-15 Thread Michael Schmalle
Hi, mx:TextInput text=[EMAIL PROTECTED]/ should do it; hope I'm not off a level. Peace, MikeOn 6/15/06, rama satoskar [EMAIL PROTECTED] wrote: Hi all, This maybe a question which comes up in the initial stages of e4x data. However i am confused. I have a sample

[flexcoders] Session Management

2006-06-15 Thread sreedhar reddy
Hi,I am using Flex Builder 2.0 Beta 3 with Java Server Pages and Apache Tomcat 5.5 Server, and I want to mantain a session for a particular user when he logs in using his userid and password. Is it possible to implement this with just the Flex 2 SDK, or do we require Flex Data Services as well.

Re: [flexcoders] DTD Schema for Flex 2

2006-06-15 Thread Tom Chiverton
On Thursday 15 June 2006 12:54, Michael Schmalle wrote: It's like finding out majik isn't real huh... :( Kinda. It's enough to make me go away, learn DTD, and write one so Eclipse gives nice colors - MXML *looks* XML compliant to me. -- Tom Chiverton

Re: [flexcoders] Session Management

2006-06-15 Thread Abdul Qabiz
Hi Sreedhar,When you say maintain session, I take it as maintain session across the pages, right?In RIA world, there is no concept of pages and everything is a view. I can tell you one of the ways,I have tried. 1) With Flash Remoting or OpenAMF gateway:-Added a servlet filter on server, this

Re: [flexcoders] running Flex 2 Beta 3 UIs

2006-06-15 Thread Tom Chiverton
On Thursday 15 June 2006 07:34, Tarun Telang wrote: I have installed the Flash 9.0 Plugin on my browser (IE version 6.0.2800). The installation completes within few seconds. If you install the full FDS, and visit the samples pages in IE, it will tell you the version of Flash Player installed.

Re: [flexcoders] Flash Player 9 Projected Adoption rate

2006-06-15 Thread Abdul Qabiz
I am not too old but I too have observed great things, I would probably stop believing (after some years) how web used to be in back 1998-2001 :)-abdulOn 6/15/06, Michael Schmalle [EMAIL PROTECTED] wrote: I like this guy ;-) This is what I have seen also, the

Re: [flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Abdul Qabiz
I suggest, you to use Flex PrintJob class instead of Player's PrintJob. Flex 2 PrintJob gives you more control.mx.printing.FlexPrintJob ?If you still see the same problem...let us know... I know the person, who can answer this best :) -abdulOn 6/15/06, Peter Blazejewicz [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: Event when Data is Loaded ?

2006-06-15 Thread Jean-Luc ESSER
Hi Tim, Your solution seems great, but i don't understand it very well. What do you mean by "I'm casting the lastResult from the RPC call to the VO in the ModelLocator " ? If you could detail your solution, that would be very helpfull ! Thank you ! Best, Jean-Luc. - Original

Re: [flexcoders] check shared object exists

2006-06-15 Thread Abdul Qabiz
I see this as either of two questions:-1) Is SharedObject enabled on client?2) Is the data exists (which I set last time or is it first time) in SharedObject?To check (1), I would do this:try{lso.data.dummy = dummy_text;lso.flush ();}catch (error:IOError){ trace (SharedObject not enabled for

Re: [flexcoders] RemoteObject call results into a bindable var not updating...

2006-06-15 Thread Abdul Qabiz
recordID is untyped, could it be the reason? var recordID:uint = 0;Check if it works ?-abdulOn 6/15/06, Doug Arthur [EMAIL PROTECTED] wrote: Hi, I'm trying to call a cfc and put the results into a bindable public var and use that on the page. But the problem is

RE: [flexcoders] DTD Schema for Flex 2

2006-06-15 Thread Daniel Tuppeny
MXML *looks* XML compliant to me. If it's not, it certainly shouldn't have XML in its name, or an xml decleration at the top!! __ This email has been scanned by the MessageLabs Email Security System. For more information please

Re: [flexcoders] running Flex 2 Beta 3 UIs

2006-06-15 Thread Abdul Qabiz
Sometimes, you might need to restart the machine. Installation sometimes doesn't complete because Yahoo! Messenger and several other softwares use ActiveX. Try restarting the machine. If it doesn't work then, then trying installing again but quit Yahoo Messenger, MSN Messenger etc, if you are

RE: [flexcoders] where's the best place to report bugs?

2006-06-15 Thread Daniel Tuppeny
When you log in to where you downloaded the beta (mmbeta.macromedia.com?), I think there's a bug tracker link on the left. You have to log in again as it's another system (same details though) :-) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] DTD Schema for Flex 2

2006-06-15 Thread Tom Chiverton
On Thursday 15 June 2006 14:05, Daniel Tuppeny wrote: If it's not, it certainly shouldn't have XML in its name, or an xml decleration at the top!! *Exactly* what I thought. The XML at the top means - this is validly formed XML. -- Tom Chiverton

[flexcoders] Re: e4x format

2006-06-15 Thread rama satoskar
Well i have tried that doenst work.i am also importing these data ussing HttpService --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, mx:TextInput text=[EMAIL PROTECTED]/ should do it; hope I'm not off a level. Peace, Mike On 6/15/06, rama

Re: [flexcoders] where's the best place to report bugs?

2006-06-15 Thread Abdul Qabiz
Hi Daniel,You are not supposed to reveal any information about beta things :), if someone is part of beta he/she knows things :)Never mind, thought to let you know :) -abdulOn 6/15/06, Daniel Tuppeny [EMAIL PROTECTED] wrote: When you log in to where you downloaded

RE: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Daniel Tuppeny
I may not have understood properly, but when I did a similar thing, it told me to right-click on the message in the Problems pane, anc hoose the "regenerate html" option! Also, there's a Project - Clean option which clears out the compiled stuff without deleting the html templates :-)

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Phil Marston
Thanks Mike, but "Falls at the 1st hurdle!" I renamed my old project lots of things (including oldProj) and the new project wizard says " F:\Project_Data\flex\Restaurant overlaps the location of another project: oldProj" - amazingly it worked when I named the new project any old thing and

[flexcoders] suggestion: add label field for pieseries

2006-06-15 Thread Jason
It would be great if PieSeries had an attribute like labelField that would provide the label to print on the wedges. Like the following: PieSeries field=@costs labelPosition=insideWithCallout labelField=month Creating labelFunctions is a pain. Something similar was suggested for

RE: [flexcoders] Re: printing/zooming bugs

2006-06-15 Thread Daniel Tuppeny
I've not tried printing, but the Zoom In/Zoom Out is definitely broken on all our versions of the Flash Player 9 beta here - does exactly as you described! -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Sent: 14 June 2006 22:16 To:

RE: [flexcoders] colorPicker, getting the colour out

2006-06-15 Thread Darren Houle
Thought I posted this already, but I haven't seen it appear on the list yet... Is this what you're looking for? mx:Application mx:TextArea id=forChange width=150 text=0x{cp.selectedColor.toString(16)}/ mx:ColorPicker id=cp / /mx:Application Darren From: Sonja Duijvesteijn

RE: [flexcoders] DTD Schema for Flex 2

2006-06-15 Thread Daniel Tuppeny
I'm confused too. If it's XML (which I assume it is, because it has xml tags and namespaces!), then why can't they write a DTD? If there's anything in their that wouldn't fit into a DTD, then surely it's not valid XML either? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Sonja Duijvesteijn
Did you try project clean... to stop the caching problem? Most of the time this works really well. I know that's not a solution but it might prevent this in the future.Otherwise, what helps me most of the time is 'delete project' but not contents, then just start the project again. Then any

Re: [flexcoders] Re: creationComplete on custom non UI component

2006-06-15 Thread Claudia Barnal
Gordon and Michael, Thanks a lot for your help, that does the trick. (Michael, sorry I didn't reply to your last question, but I have just checked my emails since) On 6/14/06, Michael Schmalle [EMAIL PROTECTED] wrote: Ah, I see the light, I was wondering about that. Thanks Gordon.

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
Also, there's a Project - Clean option which clears out the compiled stuff without deleting the html templates :-) Sometimes when you clean and there is still an error it deletes your swf's and you can't get them back. Peace, Mike On 6/15/06, Phil Marston [EMAIL PROTECTED] wrote:

Re: [flexcoders] Re: e4x format

2006-06-15 Thread Michael Schmalle
can you give me you full application code.. Kinda hard to know what you are actually doing. Peace, MikeOn 6/15/06, rama satoskar [EMAIL PROTECTED] wrote: Well i have tried that doenst work.i am also importing these data ussing HttpService --- In

[flexcoders] Resizing Container’s children in FLEX

2006-06-15 Thread iuliub
Hi list, What do I have to do on a container's child in FLEX, to make it NOT listen to its parent RESIZE EVENT. I don't want it to keep its specified width and height (even if they're percents), while resizing the parent. I'm talking about the same blunt behavior of a MovieClip's child in

Re: [flexcoders] Resizing Container's children in FLEX

2006-06-15 Thread Jean-Luc ESSER
Did you try an autoLayout to false in your parent ? Don't know how to do it from the child though. JL - Original Message - From: iuliub To: flexcoders@yahoogroups.com Sent: Thursday, June 15, 2006 4:23 PM Subject: [flexcoders] Resizing Container’s children

Re: [flexcoders] Resizing Container’s children in FLEX

2006-06-15 Thread Michael Schmalle
Hi, I think you are looking for; child.includeInLayout = false; Peace, MikeOn 6/15/06, iuliub [EMAIL PROTECTED] wrote: Hi list, What do I have to do on a container's child in FLEX, to make it NOT listen to its parent RESIZE EVENT. I don't want it to keep its

Re: [flexcoders] Resizing Container’s children in FLEX

2006-06-15 Thread Michael Schmalle
Nope, sorry that is not what you want. Drawing a blank on what you are asking. Peace, Mike On 6/15/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, I think you are looking for; child.includeInLayout = false; Peace, MikeOn 6/15/06, iuliub [EMAIL PROTECTED] wrote:

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Scott Langeberg
After clean, performing a build should get .swfs back. Scott On 6/15/06, Michael Schmalle [EMAIL PROTECTED] wrote: Also, there's a Project - Clean option which clears out the compiled stuff without deleting the html templates :-)Sometimes when you clean and there is still an error it

[flexcoders] Re: Dynamic lineSeries

2006-06-15 Thread ruddyvanduynslager
Hello Tom, Many thanks for your attention. For the showdataEffect, the error displayed is: Access of possibly undefined property showDataEffect through a reference with static type mx.charts.series:LineSeries. for the stroke problem, here is the copy of the variables found in the debug

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
After clean, performing a build should get .swfs back. Not if there is an error in your app. It's like the chicken and egg thing. I have run into that more than once. You have somme error, you think it's due to a caching problem, perform clean, swf's do not come back after trying to build it

[flexcoders] e4x (couple of questions)

2006-06-15 Thread tonyx_788
i'll put where my problems are in red1.- whats the regular _expression_ so when typing it don't matter if is a or á and if using tab it keeps matching words2.-i can't see the pictures in mx:image, why?3.- when i click on mx:list if there is a video i see an error4.-datatips popup all the

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Phil Marston
Hi Mike, So are you saying if there's a scripting error in your code it'll stop the project builder doing updates to any of the scripts you have modified and when you then try to clean the project it doesn't clean it properly because of the original error and you and your project get dumped

Re: [flexcoders] Coldfusion upgrade from 6.1 to 7.0

2006-06-15 Thread Brendan Meutzner
Windows 2k3On 6/15/06, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 15 June 2006 07:25, Brendan Meutzner wrote: fresh. It installs ok, but doesn't include an instance of JRun4 and as a result is completely worthless. Tried to install again, no luck.

Re: [flexcoders] Flex2B2 - cut off any gui controls that appear outside of parent container

2006-06-15 Thread Tom Chiverton
On Thursday 15 June 2006 12:09, bhaq1972 wrote: how do i achieve this ? clipContent ? -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited liability partnership registered in England and

RE: [flexcoders] where's the best place to report bugs?

2006-06-15 Thread Daniel Tuppeny
I didn't really reveal anything - I just pointed out if you have access to the beta, you should see a link to a bug tracker:-) Isn't the beta public now anyway? I'm sure I downloaded it from their site before we even contacted Adobe! From: flexcoders@yahoogroups.com [mailto:[EMAIL

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
Phil, Exactly Yeah, what I have learned is be very careful and do go pushing buttons. Sounds like what my dad was trying to teach me, these days I am a little better about it :) Peace, MikeOn 6/15/06, Phil Marston [EMAIL PROTECTED] wrote: Hi Mike, So are

[flexcoders] Flex2B3 - Tree question

2006-06-15 Thread bhaq1972
Whats the replacement for rowRenderer. i want to create a Tree which has lines (going accross) imbetween every node/item any suggestions TIA Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email.

[flexcoders] Re: DTD Schema for Flex 2

2006-06-15 Thread Geoffrey Williams
It is valid XML. There are 'limits' to what you can do with the schema when compared to how dynamic Flex can be. Hi, there are no plans at the moment to provide an xsd for Flex 2. It's something we can consider for a future release or maybe the community will write one that they find useful.

[flexcoders] Re: Resizing Container’s children in FLEX

2006-06-15 Thread Tim Hoff
Instead of percentage based dimensions; height=100% width=100%, set explicit dimensions height=80 width=160. You can change the height and width to measuredHeight and measuredWidth on creationComplete of the parent, if you want to start with percentage- based dimensions. -TH --- In

Re: [flexcoders] Flex2B2 - cut off any gui controls that appear outside of parent container

2006-06-15 Thread Michael Schmalle
Hi, For you to understand the problem you need to understand how the HBox lays it's children out and uses viewMetrics. The reason this is not working is because since you specified 75% width, the container will calc the .75 of the width minus anything that is static IE your button 2. When

Re: [flexcoders] Flex2B2 - cut off any gui controls that appear outside of parent container

2006-06-15 Thread Michael Schmalle
I don't think the layout algorithm takes negetives into account. I didn't mean it doesn't use the negetive padding, just it doesn't calculate the 'measured width' right when laying out the mask for the container using a negetive padding with a percentage. Ah, to hard to explain right.

[flexcoders] Re: Event when Data is Loaded ?

2006-06-15 Thread Tim Hoff
I'm sorry Jean-Luc, I'm using Cairngorm terminology. I'm not sure how you're application is set-up. But, if you are using a result handler (onResult) for your RPC call, you change the state of the view (grid) there. The onResult function won't execute until all of the data is returned to

RE: [flexcoders] Re: calling custom component methods inside the parent application

2006-06-15 Thread Subba Chalamalasetty
Hi Chaitu,   Here is the solutiontry this code If your datafield name is user mx:DataGridColumn headerText=user name dataField=user/ Then write a itemRenderer ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml mx:Script      ![CDATA[

[flexcoders] Re: running Flex 2 Beta 3 UIs

2006-06-15 Thread drome.dario
I experienced what seems to be the same problem: I was not able to see my flexapp in neither MSIE nor SAFlashPlayer.exe and, however, I was able to see it using FireFox. Try the following (it worked for my case) 1. Verify that the problem is related to the ActiveX version of flashplayer: try

Re: [flexcoders] running Flex 2 Beta 3 UIs

2006-06-15 Thread jeremiah johnson
off-topic, but i had to laugh at your email disclaimer. leave it to a law firm to create an email disclaimer that is longer than 95% of email messages themselves. -- jeremiah(); Disclaimer: Pregnant women, the elderly, and children should avoid prolonged exposure to Happy Fun Ball. Caution:

[flexcoders] Re: DTD Schema for Flex 2

2006-06-15 Thread Jason
First, I doubt they'd go with DTD, as it's not very descriptive. More likely they'd use the XML Schema standard (XSD). Second, it isn't like there's one single schema. Realize that every time you add your own components, you're extending the schema. There would be an existing schema if you

Re: [flexcoders] writing to an XML file

2006-06-15 Thread Deen @ Gmail
Please send me the example for 1.5 -Deen Tracy Spratt wrote: You have to have something on the server-side to receive your file content and write it to the file system. I have an example for 1.5 that does this using a simple JSP page. I am at this very moment working on migrating that

Re: [flexcoders] Bug? [was] How to recover from 'cleaning' project?

2006-06-15 Thread Phil Marston
"should" - it's certainly what I would expect - but I get nothing no response from [project-build project] ... does anyone know if this is a bug and if so whether it's been reported - I have a feeling it behaved like this on my machine with the previous beta too and I've certainly not

[flexcoders] FlashPlayer 9 B3 Installer DO NOT WORK on MacIntel

2006-06-15 Thread drome.dario
Hi guys, I have downloaded the Player9_B3_OSX_05-08.dmg from Adobe site and I have tried to install flash in my MiniMac (MacOSX 10.4.6 CPU Intel Core Duo) and the installer crash. The same installer works fine in a MacOSX 10.4.6 PPC-G5. Any known issues? Yahoo!

[flexcoders] Re: Syntax for using mx:Binding Tag with ComboBox.selectedItem.data?

2006-06-15 Thread Libby
Anybody? Maybe an example exists somewhere? I haven't been able to find any complete examples utilizing mx:binding tags or coupling them with comboboxes. Maybe binding tags are a no-no??? --- In flexcoders@yahoogroups.com, Libby [EMAIL PROTECTED] wrote: I am trying to use a mx:Binding tag to

[flexcoders] mx.resources.Locale not compiling

2006-06-15 Thread Suzy Lawson
Directly from the Flex docs it says that you can get the current Localeby calling: Locale.getCurrent().language However, this line doesn't compile. (I have it in a function called by the creationComplete method of my main mxml. Also, I have an international application where I want to swap

[flexcoders] Re: DataGridColumn Item Renderer

2006-06-15 Thread Tim Hoff
Hi Subba, Here is a very simple example of how to do that: http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=443 You can right-click on the example to see the code. I hope that this helps you,Tim Hoff --- In flexcoders@yahoogroups.com, "Subba Chalamalasetty" [EMAIL

[flexcoders] Re: FlashPlayer 9 B3 Installer DO NOT WORK on MacIntel

2006-06-15 Thread owen.batt
Hi.. To the best of my knowledge it was never meant to? For the Beta, including the private beta, OS X support was always for PPC. My understanding is that there is an internal Alpha MacTel player inside Adobe, but it will not be released until after Flex is released publically, along with FP9 as

[flexcoders] f2b3: initial layout bug

2006-06-15 Thread Jason
Using the following code, the initial load of the app shows a little dead area to the right side of the screen. As soon as you resize the browser window, it fixes and flows correctly. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] F2B3: Editable DataGrid focus problem

2006-06-15 Thread Jason Y. Kwong
With an editable DataGrid, select a row to give the grid focus. On the desktop, bring some other application to the foreground. Then go back and click on the Flex app that's running in the browser (click on the app, not on the browser window title bar). The grid will then put a cell into edit

[flexcoders] Re: Flex2B3 - Tree question

2006-06-15 Thread Tim Hoff
Hi TIA, This might be what you're looking for: http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=427 -TH--- In flexcoders@yahoogroups.com, "bhaq1972" [EMAIL PROTECTED] wrote: Whats the replacement for rowRenderer. i want to create a Tree which has lines (going accross)

[flexcoders] Flex 2 - Release Date Pricing

2006-06-15 Thread Scott Langeberg
According to Sydney Sloan (Marketing - Adobe) in a Breeze webinar @ 11AM (c): Official release date: June 28, 2006 Pricing as follows: Flex 2 SDK - FREE Flex Builder 2 - $499, $749 w/charting FDS - $6,000 (100 concurrent users), $20,000 (enterprise) Interestingly: FDS Express - FREE (one

[flexcoders] Re: f2b3: initial layout bug

2006-06-15 Thread Tim Hoff
Not sure without seeing it, but you could try changing to layout=vertical. Also, you're buttons and grid add up to 105% height. -TH --- In flexcoders@yahoogroups.com, Jason [EMAIL PROTECTED] wrote: Using the following code, the initial load of the app shows a little dead area to the right

  1   2   3   >