[flexcoders] FlexSession sample code? Documentation?

2006-05-11 Thread Tom Bray
Any scraps of information about FlexSession you can throw us would be greatly appreciated. Even just a high level overview or hello_world-esque snippet would be nice. Thanks, Tom -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

RE: [flexcoders] A little disappointed with Flex 2.0 (Beta 3)

2006-05-11 Thread Jason Hawryluk
I just wanted to apologize for the below comments that seem kind of harsh after the fact. I realize it’s in beta, and heck what can I say I let my frustration get the better of me. So; my apologies to the Adobe Flex team (I know your all doing your best. Good job!), and the rest of the

[flexcoders] Re: Flex Component Directory

2006-05-11 Thread pk_wasp
Will we be able to access this component exchange through eclipse? then just drag and drop the components we want to buy/use onto the Flex Builder component palette :) --- In flexcoders@yahoogroups.com, Ben Watson [EMAIL PROTECTED] wrote: I love the idea of an open source development

[flexcoders] Source code for Macromedia Flex 1.5 components?

2006-05-11 Thread leo4beer
Hi, I was wondering where the source code for Macromedia Flex 1.5 components could be found. I have the classes that can be found in FlexForFlash.zip distributed with MX2004, I've also found Flex classes in Flash 8 folders. Both versions seem to be identical; they also seem to be compliant

[flexcoders] Re: f2 b3 Sound busted ?

2006-05-11 Thread Renaun Erickson
The night Beta 3 came out, I tried out an application I wrote in Beta 2 and the sound didn't work. I messed around with the application again today and it works just fine. My code is just like you mentioned (like the livedocs). I have cleared my cache since the first test not sure if that has

RE: [flexcoders] Flash Player crashes the browser b3

2006-05-11 Thread John
Sounds good, thanks Matt`-`Matt Chotin [EMAIL PROTECTED] wrote:Any SWF that causes different behavior it’s a good idea to let the Player team know so they can test it all out. Sounds like you’re running into crashes too quickly for it to be generic though. I guess when you

[flexcoders] Set focus to a cell renderer in a DataGrid

2006-05-11 Thread nahruka
I have a custom cellrenderer which is a TextInput in a datagrid. It works fine but I can not figure out a way of setting focus to the TextInput. How do I get a reference to custom cellrenderer objects? (I'm using Flex 1.5) Thanks!! -- Flexcoders Mailing List FAQ:

[flexcoders] problems with ApplicationControlBar ...

2006-05-11 Thread bobpardoe1959
Using the b3 style explorer and getting the follwing css LinkBar { dropShadowColor: #99; } ApplicationControlBar { dropShadowEnabled: true; shadowDistance: 2; shadowDirection: center; borderStyle: default; backgroundColor: #ff; highlightAlphas: 0.61, 0.14; fillAlphas: 0.53,

[flexcoders] Re: difficulties accessing tree branches

2006-05-11 Thread greenfishinwater
--- In flexcoders@yahoogroups.com, Alin DICU [EMAIL PROTECTED] wrote: Hi, I'm having problemes accessing clicked branches in trees. I tried many thing but I keep stumbling on undefined items. Here are piéces of my code: A number of pointers for accessing a clicked node on a tree:

[flexcoders] Flex 2 / Flash Player 9 MP3 Support

2006-05-11 Thread Benoit Hediard
Could we have some information on Flex 2 / Flash Player 9 MP3 support? In Beta2 / FP8.5,most of mymp3s could notbe played in FP8.5. In Beta3 / FP9, it is even worse : some of the mp3s that were working in Beta2 don't work anymore in Beta3. ID3 tags are also not always reconized. Those

RE: [flexcoders] Flex2 and FMS2 : recording a stream?

2006-05-11 Thread Benoit Hediard
Indeed, the problem is corrected in beta 3 / flash player 9. That's cool! Benoit Hediard De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de jeremy luEnvoyé: vendredi 28 avril 2006 18:31À: flexcoders@yahoogroups.comObjet: Re: [flexcoders] Flex2 and FMS2 : recording

[flexcoders] Re: problems with ApplicationControlBar ...

2006-05-11 Thread bobpardoe1959
Well I sorted it out, but it is far from clear as to why the solution works ... If you set the borderstyle to applicationControlBar it all works as expected, set the borderstyle to default and you get a black background, set it to solid and the colour is blue in my case Why does a setting of

Re: [flexcoders] TextEvent.LINK not calling function

2006-05-11 Thread Anant Gilra
You seem to have selectable set to false. If you leave it as its default i.e. true, the LINK event will be dispathced.I don't think selectable=true should be a requiredment for this. Could you log a bug for htis please. Thanks,Anant. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Flex2 and FMS2 : recording a stream?

2006-05-11 Thread jeremy lu
glad to know that, I'm about to start a project using FMS2 too.On 5/11/06, Benoit Hediard [EMAIL PROTECTED] wrote: Indeed, the problem is corrected in beta 3 / flash player 9. That's cool! Benoit Hediard De: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] De la part

RE: [flexcoders] cf flex intergration

2006-05-11 Thread John
Hi,Thank so much for your help.I just downloaded the FDS for Mac OS X. When I try to expand the flex.war file I can not open it with the default jar Launcher. I was wondering if there is another way to expamd the file?I am a newbie at this, but really want to get things set up.Thanks so much

RE: [flexcoders] Free Spyware Remover Softwares

2006-05-11 Thread Steven Webster
I'd be more interested in something that would block posts to flexcoders that are unrelated to Flex. We have this awesome system in place, called moderators, who approve first-time posts which generally catches all spam attempts. However, they're human, so sometimes when there are 100

RE: [flexcoders] cf flex intergration

2006-05-11 Thread João Fernandes
John, You can expand the war file as a zip file. João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of John Sent: Thu 11-May-06 10:35 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] cf flex intergration Hi, Thank so much for your help. I just

RE: [flexcoders] F2B3 - Problem with ColdFusion/Flex Connectivity Beta 3

2006-05-11 Thread John
Hi Bill,I am struggling with trying to set up Mystic so Coldfusion can work with flex. When I saw this orginal e-mail I thought that I needed to change this.I am a newbie at flex, and setting this Mystic up is really throwing me. I feel like I am just not getting it. Being a newbie I hear

[flexcoders] Re: Flex 2B3: Lazy loading a flex tree node

2006-05-11 Thread greenfishinwater
By lazy loading, I assume that you want to add data dynamically into a tree, depending on the actions of a user. In my case I have a tree with the following levels: category / group / brand / size / sku On starting the app I load in one go from XML all the data down to brand: import

[flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Simon Fifield
For a member of the Cairngorm team or anyone who is a Cairngorm expert: Is it good to use Data Binding with Cairngorm or should it be avoided? Can Data Binding be "overused"? Regards, Simon -- Flexcoders Mailing List FAQ:

RE: [flexcoders] cf flex intergration

2006-05-11 Thread John
Hi Joao,Thanks for all your help.I think that I need to re-install coldfusion, as I really messed up!I really want to thank you for your help. I don't think that I am ready for this. This seems impossible to me right now.I got the flex.war un-ziped, and followed your set up, but now I get this

RE: [flexcoders] Overlap?

2006-05-11 Thread Darren Houle
No replies on this... has no one else seen this happen? No one knows what this overlap is? Any help would be appreciated. Darren From: Darren Houle [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Overlap? Date: Tue, 09 May 2006

[flexcoders] DateTimeAxis question for Charts

2006-05-11 Thread Sachin Dharmapurikar
Hello everybody, I am trying to get a timeline chart. For this my requirement use case is as follows – Input data – Date     Count 5/1/06 10:00  500 5/1/06 17:00  232 5/2/06 19:00  400 5/4/06 13:00  

Re: [flexcoders] Simple XML web service call

2006-05-11 Thread Darren Houle
Yes, the CFC is running, it's Flex that's not dealing with the returned results properly. I finally gave up on doing it this way and now I'm just returning a datatype of query from the CFC which works fine. It just that it seems like the code should work (it's so basic) but yet it didn't.

Re: [flexcoders] HttpService Fault: Server Internal Error

2006-05-11 Thread Tom Chiverton
On Fri, May 5, 2006 at 1:47 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: HttpService Fault: Server Internal Error Anything in the logs ? Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells

Re: [flexcoders] Re: Flex Component Directory

2006-05-11 Thread Graham Weldon
Hi pk_wasp, Thats not a bad idea at all, I see no real reason why we can't look into this to see how feasible it is. I'm adding this to the wiki ( http://graham.weldon.ath.cx/wiki ) as soon as I finish replying here. I think that purchased components would need a seperate process, for the

RE: [flexcoders] Simple XML web service call

2006-05-11 Thread Darren Houle
Yes, I'm loading the SWF from localhost, which is calling a web service on locahost. Darren How are you loading the SWF? Is the SWF hosted on the same machine as the CFC? Note that localhost and 127.0.0.1 are not the same string for purposes of domain name checking for security sandbox

[flexcoders] passing parameters to a popUp

2006-05-11 Thread Alin DICU
Hello, I want to create a popUp and pass parameters to it so that it can dynamically display information. Is it possible? Here are some parts of my code: --PopUp.mxml--- ?xml version=1.0

[flexcoders] MenuBar - change events for branch items

2006-05-11 Thread n51red
Is it possible to make branch nodes behave the same as leaf nodes in response to a mouse click, that is, close the menu and fire a change event? I assume such events a fired 'behind the scenes' and are canceled some where along the hierarchy. I'm thinking of trying expand the MenuBar class

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Tom Chiverton
On Wed, May 10, 2006 at 5:55 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: cairngrom99.zip download. There are quite a few differences between Cg .99 and the newer Cg 2 beta framework as well as several code differences in the samples that don't work in F2B2 or 3 without

[flexcoders] Flex2B3 - Drag And Drop - Drop Into Tree (different from B2)

2006-05-11 Thread Andrea Varga
Hi All I'm having difficulty with the drop part of the drag and drop in a Tree in B3. I have my tree defined this way: mx:Tree id=myTree dataProvider={myTreeData} dragEnter=doDragEnterTree(event); dragDrop=doDragDropTree(event);/ And I have this method for dragDrop: private function

RE: [flexcoders] cf flex intergration

2006-05-11 Thread João Fernandes
The zip was attached in my previous message, Ill send it to you offline. João Fernandes Dep. Informática - Área de Desenvolvimento Cofina media Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel (+351) 213 185 200 . Fax (+351) 213 540 370 [EMAIL PROTECTED]

Re: [flexcoders] how do I modify values with controls ? (flex 1.5)

2006-05-11 Thread Antoine Malpel
Hey please nobody can help me there ? :'( Antoine Malpel a écrit : As I said I do not understand how I can modify a value (As object) as it get it's value from it, when I try to update the object values by using the change event it rest my change to the initial object's value... this is

RE: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Steven Webster
Simon, Data-binding is good. Very good. We advocate it hugely, and the ModelLocator pattern which we added to Cairngorm was our way of encouraging people to leverage data-binding more than we were seeing they were, during consulting engagements. Have bindings. Lots of them, between the

Re: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 11:14 AM, in message !!AAAYAITNb1SJaoVJjnfEh+nzBsDCgAAAEO4E4I+4QSJEj8YQOMYFXa8B [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Can't say I'm an expert, but certainly a big fan :-) Is it good to use Data Binding with Cairngorm Yes, absolutely !

Re: [flexcoders] difficulties accessing tree branches

2006-05-11 Thread Alin DICU
Anyone, has some examples of accessing tree elements? Thanks, Alin DICU a écrit : Hi, I'm having problemes accessing clicked branches in trees. I tried many thing but I keep stumbling on undefined items. Here are piéces of my code: - the UI tree

RE: [flexcoders] cf flex intergration

2006-05-11 Thread John
Hi Tom, Thanks. I was able to use StuffIt Expander, and all worked fine. Now, I have much bigger issues with coldfusion. Thanks again, John --- Tom Chiverton [EMAIL PROTECTED] wrote: On Thu, May 11, 2006 at 10:35 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I just

RE: [flexcoders] Flex2B3 - Drag And Drop - Drop Into Tree (different from B2)

2006-05-11 Thread Jason Hawryluk
I've been having allot of problems as well with the tree and drag drop operations. Specifically if the fact that the tree does not update properly now, as it did before with relation to it's data source. Also I’m finding that the drop indicator is all over the place. Are you experiencing the

RE: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Steven Webster
Guys, All good feedback on the devnet articles. The intent of the 0.99 based articles was to provide some guidance on where you would use the patterns, why you'd employ the framework, and to get everyone into a cairngorm mode of thinking when deciding how to build your applications. I believe

RE: [flexcoders] cf flex intergration

2006-05-11 Thread John
Hi, Thanks for all your help. I lost the web.xml that was part of the orginal JRun/CFMX. Not sure how to fix it, so I am just going to un-install then re-install and try again tomorrow morning. Thanks again, John --- João Fernandes [EMAIL PROTECTED] wrote: The zip was attached in my

[flexcoders] Flex 2.0 b3: DataField

2006-05-11 Thread tyombria
Hi. I have a problem with a DateField component. I've set labelFunction so selectedDate must display as DD.MM.. It's work. But there is some problem... For example, I select date: May, 10th, 2006. In dateField I see: 05.10.2006. But when I click the dateField again dateField text is

RE: [flexcoders] Flex2B3 - Drag And Drop - Drop Into Tree (different from B2)

2006-05-11 Thread Jason Hawryluk
Actually your right it is giving the level, g.. i have not fully tested since beta 3 but a trace shows that it does in fact not get you the specific item. I'm also interested in figuring this out. Please keep me up to date with your progress, i'll do the same. :) Jason

RE: [flexcoders] Flex2B3 - Drag And Drop - Drop Into Tree (different from B2)

2006-05-11 Thread Jason Hawryluk
So after a little more investigation the internals of the tree control are using the same method, hence the reason that the indicator seems to bounce around. i.e. it's not taking into consideration that it is a hierarchical data structure and only considering it is a flat list that is why we

Re: [flexcoders] Flex2B3 - Drag And Drop - Drop Into Tree (different from B2)

2006-05-11 Thread Andrea Varga
Jason Hawryluk wrote: I've been having allot of problems as well with the tree and drag drop operations. Specifically if the fact that the tree does not update properly now, as it did before with relation to it's data source. Also I’m finding that the drop indicator is all over the place. Are you

RE: [flexcoders] Overlap?

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 5:14 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: No replies on this... has no one else seen this happen? No one knows what this overlap is? Any help would be appreciated. Try importing the projects rather than copying your files yourself. Tom

[flexcoders] update data through data service

2006-05-11 Thread deepu_verma
I am using the following code to update the Arraycollection binding with the Dataservice And I get the error variable x is not defined What I understand is the updated collection is not going to coldfusion co.isUpdate() is returning false. What am I missing? Thanks Flex code ===

RE: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Simon Fifield
Would you say that it is one of the better/key features of the Flex framework? Simon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steven WebsterSent: 11 May 2006 11:51To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex 1.5 Cairngorm and Data Binding

[flexcoders] Re: Flex 2B3: Lazy loading a flex tree node

2006-05-11 Thread greenfishinwater
I just checked my own message and realised that the Yahoo technique to hide email addresses has removed some of my code as I was using the at symbol. In Flex the at symbol is used to denote attribute in XML. My code should look like this: Note my use of (at) is the at symbol private function

Re: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Johannes Nel
YES. this is a core feature of what flex has to offer.On 5/11/06, Simon Fifield [EMAIL PROTECTED] wrote: Would you say that it is one of the better/key features of the Flex framework? Simon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steven

Re: [flexcoders] update data through data service

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 1:24 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: What am I missing? Logging, lots of logging :-) Have the CFC dump out what is in it's arguments - maybe it isn't what you think ? Tom Chiverton

Re: [flexcoders] MenuBar - change events for branch items

2006-05-11 Thread Anant Gilra
I guess you could listen to the mouseUp handler and dispatch your own change event, and also call the public funtion hide(). I haven't tried it, but it should work. You could refer the mouseUpHandler code in Menu for some help. Thanks,Anant.On 5/11/06, n51red [EMAIL PROTECTED] wrote: Is it

Re: [flexcoders] how do I modify values with controls ? (flex 1.5)

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 11:37 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hey please nobody can help me there ? :'( Antoine Malpel a écrit : As I said I do not understand how I can modify a value (As object) as it get it's value from it, when I try to update the object

Re: [flexcoders] passing parameters to a popUp

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 9:33 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hello, I want to create a popUp and pass parameters to it so that it can dynamically display information. Is it possible? IIRC (check the docs) the popup manager takes a 'component' argument. Tom

RE: [flexcoders] Flex 1.5 Cairngorm and Data Binding

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 1:29 PM, in message !!AAAYAITNb1SJaoVJjnfEh+nzBsDCgAAAEOPAuQZ6hpxPlBfW6sfme6UB [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Would you say that it is one of the better/key features of the Flex framework? I'd say key. Look at how the Spry framework

Re: [flexcoders] DateTimeAxis question for Charts

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 6:55 AM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I can fill the gaps by Java code, but you can see there will be around 24 x 7 hours entries out of which most will carry zero count. It will not only increase the XML size but the number of elements

[flexcoders] Data Grid Probles

2006-05-11 Thread jymy788
Hi, only a question that it's very important to me: How can i refresh data in DataGrid? I have an xml data file in a xmModel. When i assign it to my datagrid there is no problem but when i modify this xml file or when i rebuilt it i can't refresh datagrid data that it's binding by

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Darren Houle
Wow! Seriously? That amazes me. We never would have adopted Flex 1.5 at it's current price model... and it is 1.5 - just slightly more mature than a version 1.0, and our company rarely ever adopts version 1 of anything for use at an enterprise level. I would think that the more mature, less

Re: [flexcoders] how do I modify values with controls ? (flex 1.5)

2006-05-11 Thread Antoine Malpel
Well that's exactly what I am doing, exept the fact that I don't use model Object but an actionScript Object : mx:TextInput id=clientName styleName=form text={clientInfos.nom} change=clientInfos.nom = event.target.text; / as I said in first post, the update fails as soon as I update the

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 2:08 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: My web team has no desire to even look at 1.5 now that 2.0 is on the way. Ahh, where as we *did* pay $silly for Flex 1.5 :-) We'll *probably* move to 2.0 for new-build once it's out, but that's some

[flexcoders] Re: TextEvent.LINK not calling function

2006-05-11 Thread supertodda
That did the trick! Thank you. My intension was to not confuse users by being able to select the text. I will log it as a bug. All the Best, -Todd --- In flexcoders@yahoogroups.com, Anant Gilra [EMAIL PROTECTED] wrote: You seem to have selectable set to false. If you leave it as its

[flexcoders] Full example of a custom visual component

2006-05-11 Thread dmandrio
Hello, I read in the Flex developper's guide the chapter Creating Advanced Visual Components in ActionScript. It is quite complete but it would be wonderful to have a complete example of a visual component based on UIComponent which implements following features : - CSS Styleable - Events

[flexcoders] newbie: Binary Socket general functionality

2006-05-11 Thread Suzy Lawson
I've been reading through the livedocs and still have very basic questions regarding how the (binary) flash.net.Socket is used. I think I'm getting confused b/w sending binary data over the socket and sending binary (or text) data over a binary protocol. For example, is it possible to send

[flexcoders] Flex2 Beta3: Refactoring capabilities of FlexBuilder

2006-05-11 Thread Thomas Rühl -akitogo-
Okay, the Beta3 looks nice in my eyes so far, but one question came to my mind again... What about any refactoring capabilities? For example, when I move an AS file to a new location, I have to manually change all the references at the moment, or how is it supposed to be done? Greetings,

[flexcoders] Re: how do I modify values with controls ? (flex 1.5)

2006-05-11 Thread ssdevi_2002
Use mx:Binding source=clientName.text destination=clientInfos.nom/ and remove the change from the TextInput. This will work for you. --- In flexcoders@yahoogroups.com, Antoine Malpel [EMAIL PROTECTED] wrote: Well that's exactly what I am doing, exept the fact that I don't use model

[flexcoders] Re: Flex 1.5 - Possible BarChart bug?

2006-05-11 Thread jgraham_us
Yes, sorry its a stacked series. The first item in the series is always undefined. --- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: Are you stacking the series? Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] fds 2 samples not working from mydomain.com

2006-05-11 Thread Paolo Bernardini
I've a problem, after installing fds beta3 on a tomcat 5.5.17 server I tested the samples and I noticed that if I test from: myServerNameOrLocalhost:8080/samles/dataservice/contact/contactmgr.mxml it works fine and I'm able to see the data without any problem. Instead if I test from:

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Darren Houle
Tom, This might be kind of a moot point now with the new pricing structure, but... when my company originally contacted Macromedia for Flex 1.5 pricing information they told us that it was X thousand dollars per processor *per application*. So every time you deployed another Flex app it was

[flexcoders] Mapping/Graphing Components

2006-05-11 Thread parksch2
Hi all, I'm pretty new to Flex and I've been given the assignment of researching different mapping components to display our analytic data. Ultimately we'd like an interactive map that has a few charts as well as mouse overs showing data by states, countries, regions, etc. The best example

[flexcoders] F2B3 ColdFusion Connectivity RDS Failure

2006-05-11 Thread Wally Randall
I have installed Mystic and the CF Admin shows the new Flex page. I have installed the FB CF plugins in the FB Plugins directory. When I open the |Window|Other Views the Show View window appears with the new RDS directory shown. Clicking on the RDS directory prompts for the RDS password.

[flexcoders] Flex2b3 - Position of an icon in a tab of a tabnavigator

2006-05-11 Thread Harald Dehn
How can I change the position of the icon in a tab of a tabnavigator control. Unfortuneally the icon is displayed directly at the left border of the tab (see enclosed pic). Harry -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Data Grid Probles

2006-05-11 Thread jeremy lu
try re-assigning the xml data source to Datagrid.dataProvideror call DataGrid.modelChangedHandler().On 5/11/06, jymy788 [EMAIL PROTECTED] wrote:Hi, only a question that it's very important to me: How can i refresh data in DataGrid?I have an xml data file in a xmModel. When i assign it to my

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 3:07 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: application*. So every time you deployed another Flex app it was supposed to cost more. Unless your company (Halliwells?) purchased some higher level I'm new here :-) that if you graphed it you'd

[flexcoders] Re: Cairngorm Sample Store

2006-05-11 Thread stefan_schmalhaus
Thanks for all your hints and tips. I finished reading Steven Webster's excellent 6-part series and I took a look at the old 0.99 Cairngorm files. Then I tried to set up a simple app in Flex 2 (Beta 3) with the latest Cairngorm version. But reading and studying this stuff is one thing, setting

[flexcoders] Re: Flex 1.5 - Possible BarChart bug?

2006-05-11 Thread jgraham_us
That is of course if the first item in the stacked series is not in the dataprovider for the chart. --- In flexcoders@yahoogroups.com, jgraham_us [EMAIL PROTECTED] wrote: Yes, sorry its a stacked series. The first item in the series is always undefined. --- In

[flexcoders] Re: Data Grid Probles

2006-05-11 Thread Suzy Lawson
You can also try making the dataprovider point to a variable type of ArrayCollection in a static class that used the [Bindable] tag (like in Cairngorm's ModelLocator.as). Any changes to the items in this variable will be instantly updated in the datagrid. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: F2B3 ColdFusion Connectivity RDS Failure

2006-05-11 Thread Wally Randall
I solved my own problem. Page 52 of the guide 'Using ColdFusion MX with Flex 2 shows how to configure the RDS connection in Eclipse. Go to Windows Preferences RDS Configuration. I had to remove the default port number 8500. That enables Eclipse to access the localhost server. --- In

RE: [flexcoders] Re: Cairngorm Sample Store

2006-05-11 Thread Steven Webster
Guys, 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. The consultants that did the port to B2 and B3 is immersed on a project right now, and when he can come up for some air, we'll get the zip out on our blogs for you. We

[flexcoders] Re: Problems deploying Flex Data Service 2 in JOnAS 4.6.6

2006-05-11 Thread Carlos Rovira
Ok, I play with today a little and finaly get it work.The problem was that I was using an out of date version of xalan package (2.6.0), updating it to lastest release (xalan 2.7.0), it works like a charm :). Post it here, if someone is trying FDS2 in JOnAS application server.On 5/10/06, Carlos

Re: [flexcoders] Re: Cairngorm Sample Store

2006-05-11 Thread michael . corbridge
I would place: org.nevis.cairngorm.* in your: WEB-INF\flex\user_classes others may have different ideas A working cairngorm app updated to fds2_B_05_08 is being sent to you. stefan_schmalhaus To: flexcoders@yahoogroups.com [EMAIL PROTECTED] cc: Sent by: Subject: [flexcoders]

RE: [flexcoders] Flex2B3 - Drag And Drop - Drop Into Tree (different from B2)

2006-05-11 Thread Paul Williams
Hi Jason, I've raised a bug regarding the location of the default drop feedback bar in the Tree control. Thanks, Paul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Hawryluk Sent: Thursday, May 11, 2006 12:22 PM To:

[flexcoders] Problem with contains method of ArrayCollection

2006-05-11 Thread mbordallo
hi all!! i'm trying to use the contains method of an arraycollection component, but i get the following error messages: 1.Attempted access of inaccessible property contains through a reference with static type myComp:UserList. 2.Call to a possibly undefined method contains. i've tryed it in

[flexcoders] Very Newbie Question

2006-05-11 Thread Jay
I have just started trying to learn and use Flex. I think it is a very nice tool but I do nto know how to do much yet. I am trying to learn and I have created some code with accordian type views inside Tab type views. I want to make links inside the different accordian panes that will be to

Re: [flexcoders] Re: Cairngorm Sample Store

2006-05-11 Thread Jean-Luc ESSER
I couldn't agree more on what you say ! For sure, the Cairngorm Store in its F2B3 version will be very very helpfull ! Looks like it should come out any day (week?) now (just hoping here) ! Just guessing here : Your cairngorm files folder could be in a

RE: [flexcoders] Re: Cairngorm Sample Store

2006-05-11 Thread Darren Houle
I'm right there with you Stefan. As Steven said, they're going to deliver a F2B3 / Cg2 store example soon, so that should help. As for the rest.. where to put the Cg files, importing, etc. don't feel stupid. I'm somewhat new to Flex as well and am struggling with some of those same questions

[flexcoders] Re: MenuBar - change events for branch items

2006-05-11 Thread n51red
Thanks for the suggestion, I investigated that approach and it seems that MouseEvents thrown by Menus don't make it up to the MenuBar that owns them. Any further thoughts would be a great help. --- In flexcoders@yahoogroups.com, Anant Gilra [EMAIL PROTECTED] wrote: I guess you could

[flexcoders] dynamically loading components

2006-05-11 Thread ROUSSELIE David ROSI/SIFAC
I'm trying to load dynamically Flex component at runtime from just the component's name (String). I succeed when I was using Flex2 Beta2 but this does not work anymore with Beta3. Here is the code I am using: var urlRequest: URLRequest = new URLRequest();urlRequest.url = ""; var context:

[flexcoders] Re: passing parameters to a popUp

2006-05-11 Thread Doug Lowder
That's what the initobj parameter of PopUpManager.createPopUp() is for in Flex 1.5: var login = mx.managers.PopUpManager.createPopUp(this, PopUp, false, { nomPhoto: vsdvdsvsdvsdv} ); --- In flexcoders@yahoogroups.com, Alin DICU [EMAIL PROTECTED] wrote: Hello, I want to create a

Re: [flexcoders] Article on Cairngorm for Fusion Authority

2006-05-11 Thread Tom Chiverton
On Thu, May 11, 2006 at 3:34 PM, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Yup Well, when (if !) Macromedia get a v8 player out for linux, anyway :-( Tom Chiverton This email is sent for and on behalf of Halliwells LLP.

Re: [flexcoders] Re: problems with ApplicationControlBar ...

2006-05-11 Thread Peter Baird
Actually, there's more to it than that. If you notice in your CSS from the Style Explorer, you've got fillAlphas set to [0.53, 0.42] ... That means your ApplicationControlBar is transparent and your brown background is showing through. On the Flex Style Explorer, the default background is that

Re: [flexcoders] Re: BackgroundColor

2006-05-11 Thread Peter Baird
Title: Re: [flexcoders] Re: BackgroundColor Ah, I see. Yeah, to be honest, if you want to create a two color gradient, I'd just stick with setting the two colors in fillColors, and then keeping fillAlphas at [1, 1]. It's the simplest way. I do see a potential use for fill alphas, in that you

Re: [flexcoders] DateTimeAxis question for Charts

2006-05-11 Thread Sreejith Unnikrishnan
 What u r looking for is perhaps the"interpolateValues" property on the lineSeries. Its a boolean that if set to true draws a continous line by interpolating the missing value and if set to false will break the line at the missing location. Sree - Original Message - From:

[flexcoders] Re: Very Newbie Question

2006-05-11 Thread Doug Lowder
This should give you some ideas about how to integrate an accordion and data from an xml file: http://groups.yahoo.com/group/flexcoders/message/34403 --- In flexcoders@yahoogroups.com, Jay [EMAIL PROTECTED] wrote: I have just started trying to learn and use Flex. I think it is a very

[flexcoders] Re: Beta3 Tree control is out of control

2006-05-11 Thread sufibaba
Thanks Matt, That did the trick, I am still having other issues with the new Tree. I'm trying to find out if there is a way for new Tree Control to fire an event when it's finished loading all of its data. I have another bit of code that needs to run once after the tree finishes loading all

RE: [flexcoders] dynamically loading components

2006-05-11 Thread Venu Vasireddy
Please try with swfLoader. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ROUSSELIE David ROSI/SIFAC Sent: Thursday, May 11, 2006 8:40 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] dynamically loading components I'm trying to

[flexcoders] Re: BackgroundColor

2006-05-11 Thread Tim Hoff
Thanks Peter, I had already tried everything that you suggested with no luck. So trial and error kicked in. I finally set the backgroundAlpha to 1 with fillAlphas and fillColors set, and BAM - instant background gradient. This will save a few bytes (no background image). -TH --- In

[flexcoders] Can't pass objects in NetConnection.call(rtmp.., {name: value});

2006-05-11 Thread Brian Lesser
Hi, I think there is a bug in the NetConnection.connect() method. I should be able to pass an object as a parameter following the address. For example when connecting to the Flash Media Server: nc.connect(rtmp:/flex2FMS_Lobby_01, {email: blesser} ); However, the object is not received in

Re: [flexcoders] dynamically loading components

2006-05-11 Thread Manish Jethani
On 5/11/06, ROUSSELIE David ROSI/SIFAC [EMAIL PROTECTED] wrote: Then in handleLoadComplete: var viewClass: Class = Class(loader.contentLoaderInfo.applicationDomain.getDefinition(mycomponent)); view = new viewClass(); // -- it fails here The error I get: InvalidSWFError: Error #2136:

Re: [flexcoders] Re: problems with ApplicationControlBar ...

2006-05-11 Thread Manish Jethani
On 5/11/06, bobpardoe1959 [EMAIL PROTECTED] wrote: If you set the borderstyle to applicationControlBar it all works as expected, set the borderstyle to default and you get a black background, set it to solid and the colour is blue in my case Setting borderStyle on ApplicationControlBar is

Re: [flexcoders] Re: MenuBar - change events for branch items

2006-05-11 Thread Manish Jethani
On 5/11/06, n51red [EMAIL PROTECTED] wrote: I investigated that approach and it seems that MouseEvents thrown by Menus don't make it up to the MenuBar that owns them. Any further thoughts would be a great help. You'd have to listen for events on the individual Menu objects. See getMenuAt()

Re: [flexcoders] Flex2b3 - Position of an icon in a tab of a tabnavigator

2006-05-11 Thread Manish Jethani
On 5/11/06, Harald Dehn [EMAIL PROTECTED] wrote: How can I change the position of the icon in a tab of a tabnavigator control. Unfortuneally the icon is displayed directly at the left border of the tab (see enclosed pic). Have you tried setting tabStyleName and setting marginLeft in that

  1   2   >