RE: [flexcoders] Flex-Struts configration

2006-02-08 Thread Matt Chotin
Title: RE: [flexcoders] Flex-Struts configration Theres nothing to download from that tutorial, its all embedded in the pages. In example 1 the HTTPService tag is used to make a request against the servlet that then executes the Struts action. In example 2 the WebService tag is what was

[flexcoders] Re: datagrid.selectedIndex not correct in cellPress - flex2

2006-02-08 Thread bhaq1972
Yes, because the selectedIndex property is updated only after cellPress event. Hi Manish If you run my test in flex 1.5 the result is different. the selectedIndex and event.itemIndex (aka rowIndex in flex2 beta) are the same, as long as your dg.selectable=true. i'm sure this is a bug in

RE: [flexcoders] Flex 2.0 beta TextArea question

2006-02-08 Thread Jonas Windey
Yea, that example works too for me, I think the problem is somewhere else. private function setLogVPosition():void { txtLog.vPosition = txtLog.maxVPosition; } If I trigger this function on a button click, it works mx:Button click=setLogVPosition() x=29 y=105 label=Button/ But I want

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Benoit Hediard
Hi Tim, are you using Cairngorm2 yet? Yes, we are using Cairngorm2 on a pretty large Flex/ColdFusion project. Our architecture : - ColdFusion MX 7 Standard + Flash Media Server 2 + SQL Server 2005 (we do not plan to use Flex Enterprise Services), - Flash (Flex 2). Frameworks used : -

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Dirk Eismann
Hi Ben, Frameworks used : - ColdSpring to handle our CFC-based model/service layers, that's very interesting. We also thought about giving ColdSpring a try - do you recommend it? It's a very young project and still in alpha so I wonder if you had any issues with it in a production environment.

RE: [flexcoders] Flex-Struts configration

2006-02-08 Thread Srikanth, R
Title: RE: [flexcoders] Flex-Struts configration I have not outpur. I think HTTP Service tag is not Parsed in that application, where I had seen the view sourse in the browser the entire code has same. Please advice me how to proceed? Thanks in Advance, Srikanth -Original

[flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Shlomi Cohen
Title: Mercury Email Signature Hi while testing the performance of our application , i changed the way we work with the server from WS to RemoteObjects i found that there is a difference in the way data is being received / transmitted although we use theregisterClass (as the POJO2AS

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Benoit Hediard
I recommend ColdSpring, we use it to implement our model CFC factory (beanFactory). It is very nice when you have a complex model with a lot of CFCs and complex CFCs composition/dependencies. (we have not tested the AOP features) We don't use yet on production server, but it should not have any

[flexcoders] embed a SWF into FLEX, it's possible?

2006-02-08 Thread ma_z_z
i'm playing with Flex 2 beta 1 and I don't know if it's possible to embed a .SWF file, made it with flash8, as a MovieClip it's possible? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] How to add

2006-02-08 Thread wujunjr
Hello, I'm a newbie in flex(but have fruitful experience in java:). I tried following issues for several days but failed. Could you tell me how? 1.add a lable on the top of each column in a column chart. 2.set the color of a specified row in datagrid, I found it is possible to set the color of

[flexcoders] Flex2, JBoss and SonicMQ

2006-02-08 Thread cshafer213
Hello, I am running Flex2 on JBoss and it is working except for the messaging. Is there a way that I can point Flex2 to SonicMQ running remotely? I would love to be able to specify a url and security for a remote jndi store where the Sonic connection and topic could be looked up. Thanks,

Re: [flexcoders] Re: Help installing Cairngorm 0.99

2006-02-08 Thread Claudia Barnal
Yes, that actually did help removing some bugs, but I still couldn't get the thing to compile, so I replaced the whole xml with the one included in the cairngorm zip. Thank you so much for your help. On 2/6/06, Andrew Spaulding [EMAIL PROTECTED] wrote: Hi Claudia, What seems to be missing is

[flexcoders] Do Flex and designers mix well?

2006-02-08 Thread Tim Hewitt
Im interested to hear peoples views on how they integrate designers into their workflow when using flex.Also how powerful/constrictive people are finding flex when integrating 'complicated/expressive' designs.Are there good ways to integrate the freedom and expressiveness of the flash IDE using

[flexcoders] embed a movieclip

2006-02-08 Thread nacho
i'm playing with Flex 2 beta 1 and I don't know if it's possible to embed a .SWF file, made it with flash8, as a MovieClipit's possible?-- // nacho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Hi, everyone, anyone has an idea how to listen every user action for the whole app

2006-02-08 Thread northwood Lee
I am trying to build a app that run in the browser, I want it functions like this: if the user has not do anything in 20 min, the app will lock and tell the user timeout. and a prompt module TitleWindow jump out ask the user to input password again. the problem is how to listen all the user

[flexcoders] it's possible to embed a swf as a movieclip?

2006-02-08 Thread nacho
i'm playing with Flex 2 beta 1 and I don't know if it's possible to embed a .SWF file, made it with flash8, as a MovieClipit's possible?-- // nacho -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] embed a movieclip

2006-02-08 Thread Dominick Accattato
nacho: this can be done. All sorts of resources can be embedded such as sounds, mc's, images. I suggest you take a look at the section Embedding Resources in the help section. On 2/8/06, nacho [EMAIL PROTECTED] wrote: i'm playing with Flex 2 beta 1 and I don't know if it's possible to embed a

Re: [flexcoders] Do Flex and designers mix well?

2006-02-08 Thread Dominick Accattato
Check out Waldo Smeets blog. He has an article on how the Flash 8 designer can work with Flex skinning. As well, any designer assets can be embedded as resources and or loaded at runtime. I would imagine your design team would also be responsible for video assets. However, designing the

RE: [flexcoders] setting a z-index

2006-02-08 Thread Sauro, Nick
Ok, so I tried using the setDepthAbove, and setDepthBelow methods, to no avail. I tried firing them on application initialize, and application creation complete, to no avail. I made two method calls myObject.setDepthAbove(myOtherObject), and myOtherObject.setDepthBelow(myObject). It

[flexcoders] Cairngorm2 and views

2006-02-08 Thread Dominick Accattato
Steven and crew: Thanks for getting us an alpha build to work with. Flex 2 is my first opportunity to really start working with the flex framework. As a side note, I had worked with aspatterns for a number of projects so I'm familiar with the micro-architecture. My question is simple. The

Re: [flexcoders] Flex 2.0 beta TextArea question

2006-02-08 Thread Dominick Accattato
it doesn't have to be wired to clientside code. You should be able to call the function.. What I'm guessing is that its a scoping issue. I think that your socket handler is scoped outside your call. Place a debug breakpoint and open up into debug mode. You should be able to see if that function

Re: [flexcoders] Hi, everyone, anyone has an idea how to listen every user action for the whole app

2006-02-08 Thread Dominick Accattato
I would create a class... call it something like ApplicationTimeOut. Then inside the class, I would initialize it by registering for a number of events such as the MouseEvent.* etc.. Then I would also allow the class to broadcast events that call for timedout views which could just be a screen

Re: [flexcoders] embed a movieclip

2006-02-08 Thread nacho
the section embedding resources in flex help it's not very goodi need an example of how to maniputale and control the movieclip from flexany ideas?On 2/8/06, Dominick Accattato [EMAIL PROTECTED] wrote: nacho: this can be done. All sorts of resources can be embedded such as sounds, mc's,

RE: [flexcoders] Cairngorm2 and views

2006-02-08 Thread Alex Uhlmann
Hi Dominick, you are right, we could have used view states. But we decided to use a ViewStack because our intend was that the login component switches to a very different "application" component after logging in. Basically when usingview statesin hereyou wouldhave to remove and then add

RE: [flexcoders] New Inline cell renderers

2006-02-08 Thread Jonathan Miranda
Sorry to shamelessly bump this, but can anyone think of a fix solution for this since it seems to be a bug? If the CheckBox is tied to something actually in the dataProvider, it takes 2 clicks (one for row focus, one to click the box) to change even though Im using a isCellEditor and not

RE: [flexcoders] How to add

2006-02-08 Thread Ely Greenfield
Hi John. Are you using Flex 1.5, or Flex 2? Thanks, Ely. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wujunjr Sent: Wednesday, February 08, 2006 3:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to add Hello, I'm a

Re: [flexcoders] Cairngorm2 and views

2006-02-08 Thread Dominick Accattato
Thanks Alex. Yes I see your point. Beauty is in the eye of the beholder. I'd go login screen eula agreement register main application... All of those would be states. and I'd transistion between them. This much would be reusable for other apps.. Once I get to the main application I would

RE: [flexcoders] Cairngorm2 and views

2006-02-08 Thread Steven Webster
Dominick, So Cairngorm is never intending to be prescriptive about how you architect your view - I'll have some articles available shortly that discuss this in more detail. But your question is a valid one - where do we use states and transitions in our view. Some of our own team have

Re: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Dave Carabetta
On 2/8/06, Dirk Eismann [EMAIL PROTECTED] wrote: Hi Ben, Frameworks used : - ColdSpring to handle our CFC-based model/service layers, that's very interesting. We also thought about giving ColdSpring a try - do you recommend it? It's a very young project and still in alpha so I wonder if

[flexcoders] Dont Even know how to classify this.

2006-02-08 Thread Jeremy Rottman
I currently have my beta app up and running. However I have ran into a rather odd problem. Right now I have a simple search that allows people to search on file numbers. This works perfectly. When someone searches thier resuslts are display below the input in a datagrid. When you click on the

RE: [flexcoders] embed a SWF into FLEX, it's possible?

2006-02-08 Thread Roger Gonzalez
Yep. Embed(source=foo.swf) or Embed(source=foo.swf, symbol=assetname). Note that you can't use AS2 code in the FP8 movie, Flex will strip it out. -rg -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ma_z_z Sent: Wednesday, February 08,

[flexcoders] Re: Hi, everyone, anyone has an idea how to listen every user action for the whole app

2006-02-08 Thread douglowder
Or just use the wrapping Application tag's events to reset a timeout counter. mx:Application mouseDown=resetTimeoutCounter() keyDown=resetTimeoutCounter() ... Use setInterval() to setup a timer function that increments the counter and fires a timeout function at the appropriate count, and

RE: [flexcoders] embed a movieclip

2006-02-08 Thread Roger Gonzalez
AS: class Whatever { [Embed(source=library.swf, symbol=asset)] public var a:Class; public function doStuff(parent:IDisplayObject):void { parent.addChild( new a() ); } } or MXML: mx:Image source=Embed(source='library.swf', symbol='asset') / There's also a way to do it from CSS,

[flexcoders] Re: Cairngorm2 Store Example ?

2006-02-08 Thread sufibaba
Hi Steven, Thanks for the reply. First, I would like to say that we am greatful for all of the great work that you have put into cairngorm to make our life simpler. The posting I made earlier was in a bit of frustration because I wasn't getting a reply (wasn't aware that the Adobe engineers

[flexcoders] html text to navigate tab navigator

2006-02-08 Thread rgwilson26
I have a Tab navigator with HTML links as shown below. I want the user to be able to click on the text link, and navigate through each tab in the tab navigator depending on what link is clicked. I am calling a funtion from my component startingPoint , however it doesn't change the tabs.

Re: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Clint Modien
More than likely the definitions for your java UserVO and your ActionScript UserVO are different.On 2/8/06, Shlomi Cohen [EMAIL PROTECTED] wrote: Hi while testing the performance of our application , i changed the way we work with the server from WS to RemoteObjects i found

[flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread sufibaba
Ben, I would love to see a new reincarnation of Benorama. Bravo to Flex2/ColdFusion7 best practices! And of course with your excellent internationalization solutions. Speaking of I18, how are you handling I18 with your current flex coldfusion, coldspring, Modelglue architecture. Cheers, Tim

RE: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Shlomi Cohen
How , i create the VO using Ant task (code generation) except for 1 public static final member - could that be the diff ? Shlomi From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint ModienSent: Wednesday, February 08, 2006 20:07To:

RE: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Shlomi Cohen
it seems that if i create a new Instance of the UserVO everything is working . for example referring the example below function getUser(event){ //var userVO:UserVO = event.result; // does not work var userVO:UserVO = new UserVO(); // works fine. // we save with the save

Re: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Clint Modien
I'm not sure that I understand the problem. Is there anyway you can post the value object definitions?The public static final member may be causing a problem.I noticed this line of code may also be the problem. var userVO:UserVO = event.result;try this instead var userVO:UserVO =

RE: [flexcoders] Flex 2.0 beta TextArea question

2006-02-08 Thread Mac Martine
I believe you will find a detailed answer in the thread from Feb 1 with the Subject: [flexcoders] Scrolling a TextArea to the bottom? From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonas Windey Sent: Wednesday, February 08, 2006 1:08

[flexcoders] Auto form focus

2006-02-08 Thread Jeremy Rottman
Is there a way with in flex to auto foucs on a certain compoent upon initialization. I have tried the AS2 way Selection.setFocus(instanceName); But this does not work. Can someone give me a hand with this. -- Flexcoders Mailing List FAQ:

[flexcoders] Re: Dont Even know how to classify this.

2006-02-08 Thread Michael Montagna
Maybe I missed it in there, but where's the handler for the save action? quAdminEditList(String, String, ...) -M --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: I currently have my beta app up and running. However I have ran into a rather odd problem. Right now

RE: [flexcoders] Re: Cairngorm2 Store Example ?

2006-02-08 Thread Steven Webster
Tim, Just to be clear - cairngorm 0.99 and the accompanying flexstore will help you to understand the principles behind the architecture, and how it should be used in anger. That knowledge will translate directly to cairngorm 2.0 and Flex 2. Best wishes, Steven -- Steven Webster Practice

[flexcoders] Re: Auto form focus

2006-02-08 Thread Michael Montagna
Initialize might be too early. mx:Application creationComplete={myField.setFocus()} mx:TextArea id=myField text=example / /mx:Application -M --- In flexcoders@yahoogroups.com, Jeremy Rottman [EMAIL PROTECTED] wrote: Is there a way with in flex to auto foucs on a certain compoent

RE: [flexcoders] Re: Cairngorm2 Store Example ?

2006-02-08 Thread Mehdi, Agha
Title: RE: [flexcoders] Re: Cairngorm2 Store Example ? Steven, You might be able to tell me why it's happening with my Cairngorm apps. Most of my apps make Remote Object calls on Application Creation Complete event. The first call works fine but the next calls just result in the busy

[flexcoders] Application Background

2006-02-08 Thread Mehdi, Agha
Title: Application Background Hi all, Is there any way to make the application background transparent so that it always gets the background of whatever html container it sits on? Thanks Agha Mehdi IDT - eBusiness Program Manager Work: 408.284.8239 Cell : 209.275.0482 Fax :

[flexcoders] Tilelist event question

2006-02-08 Thread sufibaba
Hi All, I have the following: -TilelistContainer.mxml -- (contains a tilelist with listItemRenderer = Thumbnail mx:TileList dataProvider={artSvc.GetLibraryTemplates.result} width=100% listItemRenderer=Thumbnail columnWidth=200 height=50%

[flexcoders] Re: Cairngorm2 Store Example ?

2006-02-08 Thread sufibaba
Steven, I agree with you and this is what we are doing. By the way, anger is a strong word, it is more like, major frustration. All the best, Tim --- In flexcoders@yahoogroups.com, Steven Webster [EMAIL PROTECTED] wrote: Tim, Just to be clear - cairngorm 0.99 and the accompanying

Re: [flexcoders] embed a movieclip

2006-02-08 Thread Jason Y. Kwong
I'm actually trying to do something similar. What I've found so far should be able to help you. You need to load the SWF via the Loader component and then use its content property:mx:Loader id=myloader source= SimpleSWF.swf complete=onComplete()/private function onComplete(): void{ var swf:

Re: [flexcoders] Flex 2.0 beta TextArea question

2006-02-08 Thread Manish Jethani
On 2/8/06, Jonas Windey [EMAIL PROTECTED] wrote: Yea, that example works too for me, I think the problem is somewhere else. Okay, the problem is that the TextArea's maxVPosition is 0 even after the text is set. The new value of maxVPosition is calculated only on the next screen update. Here's

Re: [flexcoders] embed a movieclip

2006-02-08 Thread Jason Y. Kwong
Ok, I found something interesting about this. You can actually access properties in the loaded swf but trying to call a function messes up. The function is actually there, but it isn't recognized as a function. For example, my Flash8 swf has a function named callMe. I load this into my Flex2

Re: [flexcoders] Flex 2.0 beta TextArea question

2006-02-08 Thread Manish Jethani
On 2/8/06, Manish Jethani [EMAIL PROTECTED] wrote: Okay, the problem is that the TextArea's maxVPosition is 0 even after the text is set. The new value of maxVPosition is calculated only on the next screen update. ... and the solution for now is to use callLater() or a timer or something.

Re: [flexcoders] Application Background

2006-02-08 Thread JesterXL
Title: Application Background setStyle("backgroundColor", 0xFF); setStyle("backgroundAlpha", 0); And then set the wmode attribute in HTML object/embed to "transparent". Doesn't work on all browsers. - Original Message - From: Mehdi, Agha To: flexcoders@yahoogroups.com Sent:

[flexcoders] Re: Dont Even know how to classify this.

2006-02-08 Thread Jeremy Rottman
That method is used for updating data it is in another as file. The issue that I am having is that I am using creationCompelte. So once the state is compelte and on the screen the data stays in that form inputs no matter what state I change it to. Or if I search on a new file number. I have

Re: [flexcoders] Application Background

2006-02-08 Thread Sreejith Unnikrishnan
Title: Application Background I vaguely remember seeing an "opaqueBackground" property that can be applied to the stage! Setting it to false may let the HTML container see through! If it works, please us know :-) Sree - Original Message - From: Mehdi, Agha To:

Re: [flexcoders] Re: datagrid.selectedIndex not correct in cellPress - flex2

2006-02-08 Thread Manish Jethani
On 2/8/06, bhaq1972 [EMAIL PROTECTED] wrote: If you run my test in flex 1.5 the result is different. the selectedIndex and event.itemIndex (aka rowIndex in flex2 beta) are the same, as long as your dg.selectable=true. i'm sure this is a bug in flex2 beta. In Flex 2.0, the cellPress

Re: [flexcoders] embed a movieclip

2006-02-08 Thread JesterXL
Have you successfully set a getter/setter property? - Original Message - From: Jason Y. Kwong To: flexcoders@yahoogroups.com Sent: Wednesday, February 08, 2006 3:08 PM Subject: Re: [flexcoders] embed a movieclip Ok, I found something interesting about this. You can actually

Re: [flexcoders] Application Background

2006-02-08 Thread Sreejith Unnikrishnan
Title: Application Background It does work on Firefox and IE. mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*" backgroundColor="#FF" backgroundAlpha="0" . Then in the generated HTML, you have to set Add the following parameter to the OBJECT tag: param

RE: [flexcoders] Re: Cairngorm2 Store Example ?

2006-02-08 Thread Steven Webster
Colloquialism problem ... to use in anger is to use in real-life application. :) Steven -- Steven Webster Practice Director (Rich Internet Applications) Adobe Consulting Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK p: +44 (0) 131 338 6108 m: +44 (0) 7917 428 947 [EMAIL

RE: [flexcoders] Application Background

2006-02-08 Thread Mehdi, Agha
Title: Application Background Great thanks guys. Works great. Agha Mehdi IDT - eBusiness Program Manager From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith Unnikrishnan Sent: Wednesday, February 08, 2006 12:53 PM To:

[flexcoders] Re: Cairngorm2 Store Example ?

2006-02-08 Thread sufibaba
Not a problem, Understood :) Tim --- In flexcoders@yahoogroups.com, Steven Webster [EMAIL PROTECTED] wrote: Colloquialism problem ... to use in anger is to use in real-life application. :) Steven -- Steven Webster Practice Director (Rich Internet Applications) Adobe Consulting

RE: [flexcoders] Flex 2.0 beta TextArea question

2006-02-08 Thread Pooja Sharma
Hi !Please let me know if anybody is looking for on-site long term contract as Flex developer.Thanks PoojaJonas Windey [EMAIL PROTECTED] wrote: Yea, that example works too for me, I think the problem is somewhere else.private function setLogVPosition():void{ txtLog.vPosition =

Re: [flexcoders] Application Background

2006-02-08 Thread Pooja Sharma
Attention all Flex users!!I am a Resource manager with a consulting firm.I wanted to check If anyone is interested for a long term on-site contract as Flex developer in Midwest.I need help to find right candidate, my job is at stake .. as I want to go for 10 days leave next week

Re: [flexcoders] Re: How to use SharedObject.getRemote with Flex 2 / AS3

2006-02-08 Thread Brian Lesser
Hi Philippe, I went back and tried creating the SharedObject on the server side first. It didn't make any difference. Since SharedObject.getRemote() returns null al the time I can't check the data property on the client side. I've checked and the server is doing what it should. Yours truly,

Re: [flexcoders] embed a movieclip

2006-02-08 Thread Jason Y. Kwong
Yes, I was able to successfully call a setter property. I put arbitrary code in the function and it worked out fine. The only gotcha is that the getter/setter must be attached to a MovieClip instance inside the SWF. So you have to associate a class with a library MC, place it on the stage and

RE: [flexcoders] Application Background

2006-02-08 Thread Jonathan Miranda
Is it just me or is spam like this annoying? At least spend the time to be grammatically correct - and stop sending out personal emails too. _ Jonathan Miranda Flexible Master of the Web In the game of chess, it's important to never let

Re: [flexcoders] embed a movieclip

2006-02-08 Thread JesterXL
...whoa... so, if I have an MC inside of the Flash 8 SWF, I can in fact run code through a Flash Player 8.5 SWF? Can you post your example somewhere, this would be really valuable! - Original Message - From: Jason Y. Kwong To: flexcoders@yahoogroups.com Sent: Wednesday,

Re: [flexcoders] embed a movieclip

2006-02-08 Thread Joe Berkovitz
Oh, and... No communication techniques work for embedded clips, they only work for loaded external clips. Embedded clips can't contain any AS code whatsoever. ... . .. .j Joe Berkovitz wrote: I played with this approach quite a lot a few months back, before giving

Re: [flexcoders] embed a movieclip

2006-02-08 Thread JesterXL
But dude, he's saying he can set a getter in a Flash 8 SWF that is loaded in; that means you can talk to dynamically loaded SWF's if I am understanding correctly. I always tried with functions, not getter/setters so maybe this will work! - Original Message - From: Joe Berkovitz

[flexcoders] CSS not applying 1.5

2006-02-08 Thread Sauro, Nick
Title: Application Background Hey coders, sorry to bombard people today(this is number 3 :-x ). I have a css question this time: I have populated my global.css style sheet with various styles (etc Panel{}, and selectors .footerBox{}). Now, these styles work fine with any

Re: [flexcoders] embed a movieclip

2006-02-08 Thread joeb
I understand what he's saying; I even tried it some time back. It does work with some unclear limitations. It's just not supported, unfortunately. Hence the lack of clarity. If you feel strongly that this is important (and I do), hammer Adobe about supporting what seems to work anyway at the

Re: [flexcoders] embed a movieclip

2006-02-08 Thread Jason Y. Kwong
For what it's worth, here's a quick little example:http://corefile.net/LoadSimpleSWF.zip -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] embed a movieclip

2006-02-08 Thread nacho
thanksit works perfectlybuf now, how can i make a .gotoAndPlay to any frame in this SWF from FLEX?thanks againOn 2/8/06, Roger Gonzalez [EMAIL PROTECTED] wrote: AS: class Whatever { [Embed(source=library.swf, symbol=asset)] public var a:Class; public function

[flexcoders] set dataObject() and null properties

2006-02-08 Thread tobiaspatton
Hello; I'm trying to get some understanding of renderers for lists and data grids. I'm working with, and adapting, the sample code presented in the Flex 2 documentation. Here's what I have (catalog.xml is from the flexstore example): -- prototype.mxml - ?xml version=1.0?

[flexcoders] Flex Components 508 Compliance

2006-02-08 Thread Mike Britton
Hi, I'm new to this list but am an occasional poster on Flashcoders. My question: Will the new Flex components (when they come out) be 508 compliant? If so, will they be immediately available for use in Flash 8? Thanks in advance, Mike Britton mikebritton.com -- Flexcoders Mailing List

RE: [flexcoders] Application Background

2006-02-08 Thread Matt Chotin
Pooja, One mail to this list is fine as the position is relevant, but the personal emails arent necessary (and in fact are a big no-no) and the responses to unrelated posts really are uncool. If they havent already Im sure you will get banned by the admins if it keeps up. Matt

[flexcoders] e4x XML question

2006-02-08 Thread thunderstumpgesatwork
Hi, I'm trying to filter a set of nodes based on an element value. For instance in the documentation it shows I can do this: x.employee.(lastName == McGee) // nodes with lastName McGee I need to do this dynamically.. what if I don't know the element name (the 'lastName' portion above) ? How can

Re: [flexcoders] e4x XML question

2006-02-08 Thread Manish Jethani
On 2/8/06, thunderstumpgesatwork [EMAIL PROTECTED] wrote: x.employee.(lastName == McGee) // nodes with lastName McGee I need to do this dynamically.. what if I don't know the element name (the 'lastName' portion above) ? How can I substitute a String variable for the 'lastName' ? Try this:

[flexcoders] Can someone explain this to me

2006-02-08 Thread nostra72
Ok I downloaded and installed the Adbote FlexBuilder 2 beta then I made a project with the following code when I run it all I see is a blank screen no label why is this? ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" xmlns="*"

[flexcoders] Got embed SWF to call a function in Flex

2006-02-08 Thread sufibaba
Hi guys, Check this out, if you make the following changes to Jason Wong's little example, then SWF is able to call a function in Flex2. I got it to fire a function -- no sending of arguments yet. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml;

[flexcoders] Re: Tilelist event question

2006-02-08 Thread sufibaba
To clarify the above situation, basically, below is the situation: Form1.mxml -- contains a Tilelist component that has a listItemRenderer=Thumbnail Thumbnail.mxml --- contains images Question: When the thumbnail is clicked, it sends an event to Form1.mxml with the Id of the

Re: [flexcoders] Got embed SWF to call a function in Flex

2006-02-08 Thread JesterXL
Hrm... this line: myMC.myRect = this.source(); //get function reference. I think is backwards. Like, this.source() fires the function that shows the alert. You're writing it like myMC is supposed to hold the return value of the source function, but the source function doesn't return

RE: [flexcoders] How to add

2006-02-08 Thread John Woo
Ely, I'm using flex 1.5, but I also like to know is there any solution in flex 2.Thanks a lot!JohnEly Greenfield [EMAIL PROTECTED] wrote: Hi John. Are you using Flex 1.5, or Flex 2? Thanks, Ely.-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] set dataObject() and null properties

2006-02-08 Thread Manish Jethani
On 2/8/06, tobiaspatton [EMAIL PROTECTED] wrote: override public function set dataObject (value:Object):void { super.dataObject = value; trace( value.image, image);

Re: [flexcoders] Can someone explain this to me

2006-02-08 Thread Manish Jethani
On 2/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Ok I downloaded and installed the Adbote FlexBuilder 2 beta then I made a project with the following code when I run it all I see is a blank screen no label why is this? Works for me! -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Re: Tilelist event question

2006-02-08 Thread Manish Jethani
On 2/8/06, sufibaba [EMAIL PROTECTED] wrote: To clarify the above situation, basically, below is the situation: Form1.mxml -- contains a Tilelist component that has a listItemRenderer=Thumbnail Thumbnail.mxml --- contains images Question: When the thumbnail is clicked,

[flexcoders] IFrame Example for Flex 2?

2006-02-08 Thread Mark Wales
Like a few before me I have tried to get the IFrame example that Christophe Coenraets put together for an earlier version of Flex. Has anyone been able to successfully port this to either the Alpha or Beta? Also, as a conceptual question, might a working example of this allow Drag and Drop from

RE: [flexcoders] Can someone explain this to me

2006-02-08 Thread Stacy Young
Have you installed the 8.5 flash player ? -Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 10:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can someone explain this to

RE: [flexcoders] Dashboard samples Error

2006-02-08 Thread Matt Chotin
Check the flex-enterprise-services.xml and make sure that the rtmp channel is set up correctly (and other ports for that matter). From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of João Fernandes Sent: Monday, February 06, 2006 3:29 AM To:

RE: [flexcoders] intialize not working

2006-02-08 Thread Matt Chotin
I think you're probably passing etel.fileNum too early, there may be some instantiation that needs to happen first. Maybe add a var called fileNum to the application and just set that, then have the etel component read the fileNum via binding? -Original Message- From:

Re: [flexcoders] IFrame Example for Flex 2?

2006-02-08 Thread Manish Jethani
On 2/8/06, Mark Wales [EMAIL PROTECTED] wrote: Like a few before me I have tried to get the IFrame example that Christophe Coenraets put together for an earlier version of Flex. Has anyone been able to successfully port this to either the Alpha or Beta? Brian has:

Re: [flexcoders] Got embed SWF to call a function in Flex

2006-02-08 Thread JesterXL
...damn... I tried using this technique to run YahooMaps, but even though the zoomLevel setter was set, it was just a blank beize. So, I tried using BitmapData.draw, both in the SWF and in Flex, but no dice... - Original Message - From: JesterXL [EMAIL PROTECTED] To:

RE: [flexcoders] New Inline cell renderers

2006-02-08 Thread Matt Chotin
Does sound like a bug I guess, probably the dataObject is being reset when you click on the row and thats overriding the click behavior on the checkbox. Try overriding set dataObject and see if its getting called a little too often. If so you can maybe react in there and just update the

RE: [flexcoders] Re: how to improve performance when calling a Java remoteobject?

2006-02-08 Thread Matt Chotin
Check out my articles on working with large data that are on my blog. http://weblogs.macromedia.com/mchotin. You are seeing the exact problem of downloading lots of data. The time spent with the cursor not moving is the Player deserializing all of the data that comes back. If you only care

RE: [flexcoders] Flex-Struts configration

2006-02-08 Thread Matt Chotin
Title: RE: [flexcoders] Flex-Struts configration This was there right??xml version=1.0 encoding=iso-8859-1?mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml height=600 mx:HTTPService id=registrationRequest url=""> result=alert(registrationRequest.result.registration.status)

RE: [flexcoders] Problem to consum Complex return type from webservice

2006-02-08 Thread Matt Chotin
It's possible that we may have made the WSDL parser less forgiving, what does the WSDL look like? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of durieuxnicolas Sent: Tuesday, February 07, 2006 6:51 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Difference between WebService and Remote Object

2006-02-08 Thread Matt Chotin
Title: Mercury Email Signature Sounds like the registerClass didnt work, better double-check that the classnames match up From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Shlomi Cohen Sent: Wednesday, February 08, 2006 4:04 AM To:

RE: [flexcoders] Tilelist event question

2006-02-08 Thread Matt Chotin
Where is the click event? Obviously you have access to it inside Thumbnail.mxml, so are you saying that if you put a click handler on the TileList how can you get the templateIdSel from the listItemRenderer? The itemClick event that gets fired provides a reference to the cell that was clicked, so

RE: [flexcoders] Flex 2.0 beta TextArea question

2006-02-08 Thread Gordon Smith
There should be no need for callLater() or a Timer. These are workarounds from Flex 1.X that we want to banish in Flex 2. Mac Martine wrote: I believe you will find a detailed answer in the thread from Feb 1 with the Subject: [flexcoders] Scrolling a TextArea to the bottom? This thread

  1   2   >