[flexcoders] Filter an arrayCollection to use in Charts

2007-04-06 Thread Dan Wilson
update when the base arrayCollection is changed? My original thought was to store 3 additional arrayCollection objects, one for each period and update the correct object when the data changes. This doesn't seem like the most elegant manner to handle the situation. Any advice is appreciated. Dan

[flexcoders] [Bindable] object not updating on changes

2007-04-02 Thread Dan Wilson
myself, as a solution, but I feel like my misunderstanding of binding is more important. Thank you for your help... Dan Wilson

[flexcoders] Re: Bug? Remote Object to AS conversion.

2007-03-29 Thread Dan
, and flash.net.RegisteredClass and both are not the solution. Is there any thing i also need to concern in the coding of the server side? Any other suggestions? Dan --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: This would happen if you didn't have a dependency on an ActionScript

[flexcoders] Bug? Remote Object to AS conversion.

2007-03-21 Thread Dan
Hi, Does anyone ever have the same experience, when the Remote Object pass from Java side to AS side, the type of the DTO automatically being changed to ASObject type. While this does not happen to all the DTO, but only some of it. Can anyone share any idea of why?? Thanks a lot Dan

[flexcoders] Type unavailable for ArrayElementType Warning

2007-03-20 Thread Dan
is , if i replaced the UiImportFileContentDTO with some other DTO in the same domain.dto directory, some will prompt this warning while some will not. But all this DTO is auto generated from a script from JAVA class. Any one encounter with similar situation before? Dan

[flexcoders] Add image into Accordion Header?

2007-03-19 Thread Dan
? and is it possible to set label and jpg as a new CLASS? if so, anyone know how to do it? I tried but failed. Thanks!!! Dan

[flexcoders] Re: How to Copy object with same base class

2007-03-05 Thread Dan
Hi JWOpitz, It works great, Thx!!! Dan --- In flexcoders@yahoogroups.com, JWOpitz [EMAIL PROTECTED] wrote: Check into mx.utils.ObjectUtils.getClassInfo(value:Object):Object --- In flexcoders@yahoogroups.com, Dan yldleung@ wrote: Hi, Does anyone know the way how to copy two

[flexcoders] Limitation of ObjectUtil.copy???

2007-03-05 Thread Dan
on this? I search some post on web and it mention about externalizable, what is that? and is it related? Best Regards, Dan

[flexcoders] Re: Limitation of ObjectUtil.copy???

2007-03-05 Thread Dan
Reply to my own question, I think i didn't register the object in the class by [RemoteClass brala brala, now it works fine after registering it. Thanks Dan --- In flexcoders@yahoogroups.com, Dan [EMAIL PROTECTED] wrote: Hi all, Does anyone try using ObjectUtil.copy and get the fail

[flexcoders] How to Copy object with same base class

2007-03-04 Thread Dan
Hi, Does anyone know the way how to copy two objects of differet class say D1 and D2, that derived from the same B1 base class? Is that i need to copy all the attribute from B1 one by one in D1 to D2 explicity The reason i want to do it is because the DTO from the server side is quite

[flexcoders] HttpService and Relative URLs

2007-02-14 Thread Dan Galewsky
from a web page but running out of FlexBuilder? Any leads on this most appreciated. --Dan Galewsky Symbiont Healthcare Systems

[flexcoders] HttpService and Relative URLs

2007-02-14 Thread Dan Galewsky
from a web page but running out of FlexBuilder? Any leads on this most appreciated. --Dan Galewsky Symbiont Healthcare Systems

[flexcoders] Re: HttpService and Relative URLs

2007-02-14 Thread Dan Galewsky
Removed the leading slash (fooRequest.url=FlexFooServlet) and get the same problem. Like I said before, It works just fine if I specify the URL as http://localhost:8080/FlexFoo/FlexFooServlet. Any thought on how to debug this? Seems like the problem is different if I am running in FlexBuilder.

[flexcoders] Re: HttpService and Relative URLs

2007-02-14 Thread Dan Galewsky
Turns out that was the problem. Also unfortunately I had a stray } in my url. Thanks for the help.

[flexcoders] Customizing the code generated from the ColdFusion Wizards

2007-01-09 Thread Dan Wilson
I have been working with the ColdFusion wizards in Flex Builder and I must say I am impressed. I customized some of the code in one of my mxml files. When I ran the Wizard again, my changes were overwritten. Is there a preferred place / method for changing the generated code? Dan Wilson

[flexcoders] Adding a new button to a Tabbar without altering the dataprovider.

2006-12-20 Thread Dan
operation working on that dataprovider (since that new tab is actually not one of the data) Is there any way to achieve it? Can i manually add a new tab to the tab bar without changing the dataprovider? Thx in advance for any advice. Dan

[flexcoders] Can FLEX develop under IBM RAD6?

2006-12-07 Thread Dan
develop and run my FLEX project in the same eclipse environment. Dan

[flexcoders] Re: Value Object inside Value Object?

2006-10-22 Thread Dan
Oh, thanks. It is really that simple. Dan --- In flexcoders@yahoogroups.com, Thomas R?t;[EMAIL PROTECTED] wrote: Hi, yeah, sure... why not...? In your first VO: public var aString : String; public var anotherVO : anotherVO; In your second VO: public var anotherString : String

[flexcoders] Value Object inside Value Object?

2006-10-19 Thread Dan
Hi, does anyone know besides primitive type, is it possible to have a value object as an element of another value object? Thanks -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: issue with progress bar loader becoming stuck

2006-10-03 Thread Dan Rossi
Hi which email were you referring to break it up, i have an app init and app complete method, app init sets up logging, event listeners on the video player controls, timers etc. on app completion i setup the netconnection and once connected it plays a file. as i explained with my problem, it

[flexcoders] preloader bar becomes stuck at times

2006-10-03 Thread Dan Rossi
the applicarton wont load, it takes up to 12 refreshes to actually load properly. It also seems that upon each page reload the progress bar will flash briefly halfway even though the movie is loaded ! that is with pragma cache enabled or even disabled ! Whats the go here ? let me know thanks. Dan

[flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-28 Thread Dan Rossi
Hi, unfortunately im not doing any custom progress bar, its just the standard preloader when the swf loads, id prefer just to take it out and add listeners to work out whats going on somehow ? Adobe dont even reply about it i dont think ill ever get a reply from them about it as usual, ive

[flexcoders] issue with progress bar loader becoming stuck

2006-09-27 Thread Dan Rossi
halfway even though the movie is loaded ! that is with pragma cache enabled or even disabled ! Whats the go here ? let me know thanks. Dan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

[flexcoders] video player playhead time updater, DateFormatter and netstream.time

2006-09-25 Thread Dan Rossi
Hi, im attempting to build a custom video player interface and would like to display a playhead timer like 00:00:00 , im using the DateFormatter formatter to format the time by first setting the seconds then updating the playhead label mx:DateFormatter id="playHeadTimeFormat"

[flexcoders] HSlider skin with masked symbol asset from flash8 and embedding assets

2006-09-25 Thread Dan Rossi
, flash 9 will break those, so everything becomes unusable in flex. I think this developer/designer crossover has been unplanned and unthought out. let me know cheers. Dan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] Re: Strategies for adworks in Flex2 apps?

2006-09-25 Thread Dan
Right, I am knowing for a solution for that too. Though we are using FLEX1.5 is it a way to intergrate Google Adwords with it? Daniel --- In flexcoders@yahoogroups.com, hank williams [EMAIL PROTECTED] wrote: I am wondering if anyone (including adobe) has thought about how to do ads in Flex

RE: [flexcoders] Why are is the Component loader no longer caching objects?

2006-09-20 Thread Dan Diodati
be cached ?? Dan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan DiodatiSent: Tuesday, September 19, 2006 1:50 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Why are is the Component loader no longer caching objects? All of a sudden our flex objects

[flexcoders] disabled button still clickable

2006-09-20 Thread Dan Rossi
Hi i have a button component, ive set to disabled, however the click event is still being fired any ideas ?? mx:Button id="stopBtn" x="138.6" buttonMode="true" styleName="stopBtnStyle" y="2" enabled="false"/ __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Why are is the Component loader no longer caching objects?

2006-09-19 Thread Dan Diodati
loader and cache settings. Dan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

[flexcoders] embedding movieclip instance with mask and child movieclip

2006-09-18 Thread Dan Rossi
Hi, im trying to work out how its possible to embed a movieclip instance from flash 8/9 which has inside it a mask and on the mask layer is a half triangle filled graphic to a volume slider. Underneath the mask is a while filled movieclip which has the mask on top of this, and its controlled

[flexcoders] FLEX 1.5 swapdepth of instance in different container

2006-09-06 Thread Dan
Dear All, I try to make a maxmize function of a chart by making use of the swapdepth function. So that a popup dummy can swap the depth of a chart within a container. Is it possible. I try a little experiment, I find that even simple swap is not working for box3 and box4 in the following

[flexcoders] connect to FMS via proxy server

2006-09-04 Thread Dan Rossi
Hi i was wondering how a fall-back connection could be setup to allow normal connections on 1935 and then falls-back to port 80 via http tunnel if the connection fails. It seems the the client in flex doesnt not try to fall-back at all from my tests unless i specify rtmpt so this is really

[flexcoders] auto scale display objects inside a canvas

2006-08-24 Thread Dan Rossi
Hi there, i am trying to work out how to auto scale display objects inside a canvas if the canvas size changes, ie i have a set of labels/form items inside a canvas component. This component is then inside my main app set to 100% when the main app resizes i was hoping to also have the

[flexcoders] Issue with contex menu over video component

2006-08-15 Thread Dan Rossi
Hi there, I have a video container UIcomponent inside an application. When i try to add a context menu, the select click handler wont fire while a video is playing. If i display a canvas over the playing video and try it works. Also im trying to bring up a canvas with an alpha background to

[flexcoders] unable to get a camera by passing the name from the names list

2006-08-14 Thread Dan Rossi
Hi, i think ive discovered a bug with the flash 9 player. Im unable to collect the camera from the names list like so _camera = Camera.getCamera(Camera.names[1]); if keeps returning null, even though when tracing Camera.names[1], its returning the name any ideas ? __._,_.___ --

[flexcoders] Re: embed flash 8 swf into flex2

2006-08-12 Thread Dan Rossi
Hi it looks like, our designer is able to build the interface as a set of symbols which can be embedded into flex and used, after its exported from flash9 preview. What is the exactly syntax for instance to be able to reference a set of buttons inside a movieclip instance, set listeners to a

[flexcoders] Re: embed flash 8 swf into flex2

2006-08-11 Thread Dan Rossi
Hi, we downloaded the preview, however none of the components display when set to actionscript 3. The idea was the designer would lay out the interface in flash 9 preview, then i embed the swf into flex. The components are greyed out ! __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] embed flash 8 swf into flex2

2006-08-09 Thread Dan Rossi
hi there, im about to work on a VOD player project atm. However im going to need to build the player and its logic in flex and the design elements being the button controls, trackbar , statusbar etc will be done by designers in flash 7 and 8. How is it possible to get this kind of swf

Re: [flexcoders] get NetConnection from VideoDisplay

2006-07-28 Thread Dan Rossi
It looks like in debug mode, ive managed to trap what VideoDisplay composes and its source code :) it uses a netconnection manager which is great , save me having to code my own lol. On 28/07/2006, at 1:12 PM, Dan Rossi wrote: Hi there, im trying to extend VideoDisplay to build a custom

Re: [Junk E-Mail - LOW] Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-28 Thread Dan Rossi
On 28/07/2006, at 1:17 PM, Shannon Hicks wrote: Somehow my thread got hijacked, so I'll ask the group again... any clue to my original problem?Adobe support claims that me installing the Flex Builder Plugin and it not working does not fall under the scope of installation support, even though,

Re: [flexcoders] get NetConnection from VideoDisplay

2006-07-28 Thread Dan Rossi
netconnected is created twice, once while attaching the camera to the video object. I may have to just build my own UI component and attach a video class myself. On 28/07/2006, at 3:05 PM, Dan Rossi wrote: It looks like in debug mode, ive managed to trap what VideoDisplay composes and its source code

[flexcoders] type declaration for constructor

2006-07-27 Thread Dan Rossi
, mono, data:44.100}]; } } } Any ideas ? Dan -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go

[flexcoders] VideoDisplay extendable ?

2006-07-27 Thread Dan Rossi
Hi im tryingt to extend the VideoDisplay flex component, however im trying to work out how to inherit its NetConnection properties, obviouslly its using it, but i cant work out where ? let me know. Daniel -- Flexcoders Mailing List FAQ:

[flexcoders] Issues with flex2, custom components and paths

2006-07-27 Thread Dan Rossi
added a namespace for the panels in the application tag xmlns:panels=components.panels.* could that be it ? let me know thanks. Dan -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

Re: [flexcoders] Issues with flex2, custom components and paths

2006-07-27 Thread Dan Rossi
im sorry it looks like it was bad refactoring, there was a typo on the constructor for both of them, however it was being reported incorrectly. On 27/07/2006, at 7:49 PM, Dan Rossi wrote: Hi there, Im fairly new to flex, however im very familiar with the eclipse IDE. Im experiencing

RE: [flexcoders] Caringorm - Visual Flowchart Poster!

2006-07-27 Thread Dan Nielsen
) View Locator / View Helper (??? - not sure about these...) vo: Value Object (done) -Dan From: flexcoders@yahoogroups.com on behalf of Evan Gifford Sent: Thu 7/27/2006 11:32 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Caringorm - Visual

Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread Dan Rossi
I did notice my standalone stopped compiling when saved, and i had to keeping launching to compile / build and get any errors in the problems window :\On 28/07/2006, at 2:47 AM, Shannon Hicks wrote: So, I installed Eclipse 3.1.2, and then installed the FB2 plugin... I imported an existing

Re: [flexcoders] Flex Builder 2 plugin woes...

2006-07-27 Thread Dan Rossi
lly" is checked.  This is the piece that makes it compile when you save.  If its not checked, you may  need to tell it to build manually before the swf will get written. HTH simOn 7/27/06, Dan Rossi [EMAIL PROTECTED] wrote: I did notice my standalone stopped compiling when saved, and i had

[flexcoders] compiling standalone projector in flex builder ?

2006-07-27 Thread Dan Rossi
Hi is there a way to compile standalone projector files in flex builder ? As im making a client based application, and would be nice to have to runnable on both pc and mac. Also how do i create swc files ? let me know cheers. -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Custom component live-preview and code-hint questions

2006-07-27 Thread Dan Rossi
As the manual says, do you not have to add it as a namespace first ? so xmlns:panels=components.panels.* will load components in flex files in components/panels/ panels:TheComponent/ components/panels/TheComponent.mxml or i have some in As aswell so xmlns=com.company.comp.*

[flexcoders] get NetConnection from VideoDisplay

2006-07-27 Thread Dan Rossi
Hi there, im trying to extend VideoDisplay to build a custom videocomponent which loads custom camera and microphone classes for a cam broadcaster project im building. Im trying to work out how to get inherit its netconnection and netstream properties and its events which it obviouslly

[flexcoders] OT: average cost for an SDK?

2006-07-14 Thread Dan Thatcher
in polling the list to get a bunch of SDK cost numbers so that I can come up with a median number. Anyone ever worked with an SDK? What did it cost you (if anything)? TIA; Dan Dan Thatcher Online Learning The American Academy of Professional Coders 801-238-9893 (office) 801-879-9253 (mobile

[flexcoders] NumberFormatter Bug???

2006-07-03 Thread Dan
Hi, I just want to ask is this a known issue? I use a numberformatter with the following attribute mx:NumberFormatter id=Formatter1 precision=2 rounding=nearest / And the value return by Formatter1.format(0.9959); is 0.10 !! rather than 1.00

[flexcoders] company branding in flex??

2006-06-20 Thread Dan Diodati
the loaded external style sheet. Does anyway know of a way to do this? Dan __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Is there way to check the cursor type or cursor name of the CursorManager?

2006-06-16 Thread Dan
Hi, the CursorManager.currentCursorID does return the id of the current cursosr. However, is there way to return the cursor, or the cursor name ? Wish anyone can help Dan Yahoo! Groups Sponsor ~-- Something is new at Yahoo! Groups

[flexcoders] Anyway to know the remoteobject status of an FLEX 1.5 application?

2006-06-15 Thread Dan
another update before all the result as returned. Thanks if anyone has the answer : Dan Yahoo! Groups Sponsor ~-- See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM

[flexcoders] Question about AMF Gateway,

2006-06-13 Thread Dan
hi, i am new to any thing about the AMF Gateway, does anyone know if the AMF Gateway does has any data communication by itself with the server and client when a flex application browser is closed or when an application is left alone without and remoteobject being called? Dan

[flexcoders] Tab in DataGrid.

2006-06-13 Thread Dan
Hi, I have set an editable DataGrid tab attribute to true, however, i find i can't tab through the cells. Is there any other things i need to set ? Daniel Yahoo! Groups Sponsor ~-- You can search right from your browser? It's easy and it's

[flexcoders] AJAX to Flex conversion?

2006-06-09 Thread Dan Thatcher
could be used that would allow the AJAX work that has been done to not be a total loss? My sense is that conversion to Flex is a long shot, but I thought I would ask anyway. TIA Dan P.S. sorry if this is a repeat post. I posted this first thing this morning but never saw it appear

[flexcoders] Memory consume more than 40% for two tomcat applications?

2006-06-08 Thread Dan
Hi , I am running a tomcat with only 2 nearlly identical FLEX applications. (For development)It is running on linux. However, it cause the Out of Memory so often. The tomcat startup use the following parameters -server -Xms512M -Xmx768M. Is that FLEX consumes extremely high memory? Or

[flexcoders] TileList childen height

2006-06-07 Thread Dan Wood
Hi allI'm playing around with the TileList in Flex2. Is there a way to have children of different height in the TileList?At the moment it will take the height of the first child in the list and then either cut off children that are longer or center valign children that are smaller. Perhaps

[flexcoders] Flex 1.5 Can Editable DataGrid set errorString?

2006-06-01 Thread Dan
Hi, I have a datagrid which has editable cell and binded to a dataprovider, not by cellrenderer, just by setting the attribute of the datagrid to be editable. I have another button for confirmation, upon the button click, i check all the field in the dataprovider. Is it possible to set

[flexcoders] Flex 1.5 DataGrid with checkBox?

2006-05-25 Thread Dan
? Thanks so much for any advance. Dan -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com SPONSORED LINKS

Re: [flexcoders] Running Dreamweaver Flex builder at the same time

2006-05-16 Thread Dan Radigan
Barry- FlexBuilder 1.5 uses the same codebase as DW. There is code to see if a dreamweaver process already running. If so, then the one starting up shuts down. Since FB2 is eclipse based, both DW and FB2 run at the same time. Dan João Fernandes wrote: Are you talking about Flex Builder

[flexcoders] Java heap space error

2006-04-22 Thread Dan Plesse
Java heap space error failed and sometimes abc bytecode decoding error ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml height=100% width=400 mx:Panel id=panel width=100 height=100 title=Logon horizontalAlign=center verticalAlign=middle /mx:Panel

[flexcoders] Re: is their any things like getRequestURL() in flex??

2006-04-17 Thread Dan
Matt, once again, thanks a lot! Daniel --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: Application.application.url will give you the url to the main SWF. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan

[flexcoders] is their any things like getRequestURL() in flex??

2006-04-10 Thread Dan
Hi, is there any getRequestURL() in flex that can check the request URL ? Daniel -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your

[flexcoders] HTTP method POST is not supported by this MXML?

2006-03-29 Thread Dan
I get HTTP method POST is not supported by this URL when to call the following html script form action=analyzer.mxml method=post input name=submit type=submit value=Bring me to my analyzer /form The script work well if method=get, however, I want to sumbit hidden parameters to the

[flexcoders] Re: How do u use HTTP POST in flex 2 / AS3

2006-03-28 Thread Dan
Does it means to submit a html form using post to a mxml file? Does it works? Coz I am facing the same problem... i am using flex 1.5 seems it doesn't work? Daniel --- In flexcoders@yahoogroups.com, Manuel Saint-Victor [EMAIL PROTECTED] wrote: It's using HTTPService Mike Potter also posted

[flexcoders] Flex1.5 Can i sumbit a html form in POST to a mxml?

2006-03-28 Thread Dan
My mxml will get the paramters from another form. It works fine for GET. However, it reports HTTP Status 405 - HTTP method POST is not supported by this URL. Can anyone please kindly help? Daniel -- Flexcoders Mailing List FAQ:

[flexcoders] View helpers

2006-03-12 Thread Dan Thomas
Can anyone offer a simple example of the view helper pattern? I understand the gist of it, but can only find explanations for Java in which i get a little lost with javaisms. A flex orinetated sample or metaphoric explanation i think should help. Cheers, Dan This message and any attachments

[flexcoders] Re: Detecting Client Country or Location

2006-03-05 Thread Dan
Thank you so much, Martin and Micheal, I will have a look at GeoIP!!! Dan --- In flexcoders@yahoogroups.com, Michael Klishin [EMAIL PROTECTED] wrote: Dan wrote: hi, As Actionscript can detect the OS version of the client machine, is there any way that a flex application can detect

[flexcoders] Detecting Client Country or Location

2006-03-03 Thread Dan
hi, As Actionscript can detect the OS version of the client machine, is there any way that a flex application can detect the country of the client? Since we want to store the information for analysis. Any people come across this before? Any suggestion? Thx Dan -- Flexcoders Mailing List

[flexcoders] Dynamic tab event label problem

2006-01-31 Thread Dan Plesse
My problem is I don't know how to gather the label using the event object however not using the event is fine too. Can you tabDetails.selectedItem.label as well. // My Dynamic tab var newTab = tabDetails.createChildWithStyles(chatPanel2, 'HelloTab' + hello, { label:'HelloTab' + hello,

[flexcoders] How do you get the tab label using change event and tabbar.selectedChild

2006-01-31 Thread Dan Plesse
How do you get the tab label using change event and tabbar.selectedChild? // the eventListenr tabDetails.addEventListener(change, mx.utils.Delegate.create(this, onChange)); // the function function onChange(event){ debugTxt.text += line 26 tabbar.selectedChild: == + tabDetails.selectedChild

[flexcoders] Re: Dynamic tab event label problem

2006-01-31 Thread Dan Plesse
._obj0 _level0.mainPanel._obj0.VBBOX.tabDetails._obj1 _level0.mainPanel._obj0.VBBOX.tabDetails.HelloTab0 I am guessing _obj0, _obj1 and HelloTab0 has label properties? Thanks Dan --- In flexcoders@yahoogroups.com, Rob Rusher [EMAIL PROTECTED] wrote: Every event has two things; target and type

[flexcoders] Re: How do you get the tab label using change event and tabbar.selectedChild

2006-01-31 Thread Dan Plesse
I just wild guessed tabDetails.selectedChild.label and bingo that was it. Thanks Everyone Dan --- In flexcoders@yahoogroups.com, Sauro, Nick [EMAIL PROTECTED] wrote: Have you tried selectedChild.label or selectedChild.text? From

[flexcoders] Gtalk windows question

2006-01-29 Thread Dan Plesse
of these new windows. Also it doesn't not have to be windows, I was also thinking maybe Accordion or Tab. Thanks Dan -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] Re: Gtalk windows question

2006-01-29 Thread Dan Plesse
wow thanks. I was thinking windows has been done to death. Can you do this with Tabs too? Thanks a ton. Dan --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: import mx.containers.TitleWindow; private static var uniqueID:Number = 0; function createNewWindow

[flexcoders] Re: Gtalk windows question

2006-01-29 Thread Dan Plesse
; } Is this right? --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: You can: - either add a child to a ViewStack that an TabNavigator is bound to - add data to the dataProvider a TabBar is bound to - Original Message - From: Dan Plesse [EMAIL PROTECTED

[flexcoders] Re: Gtalk windows question

2006-01-29 Thread Dan Plesse
Thanks Jester, Have you ever seen anyone having to do this and what does thier code look like? Dan --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: No, you can't set the name of a popup window; PopUpManager does that. Instead, store a reference. private var

RE: [flexcoders] Re: unsubscribe

2006-01-27 Thread Dan Plesse
I do it all the time. I ask a question. get no answer unsubscribe From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of deepu_verma Sent: Friday, January 27, 2006 8:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

[flexcoders] can not have separate flex war apps?!?!?

2006-01-16 Thread Dan Diodati
not occur when it is the only one web application /war. This only occurs when I have separate web application (each with their own web.xml configured to use flex). This is occuring in jboss 3.2.7. Has anyone else had problems when using flex in multiple wars? Dan -- Flexcoders Mailing List FAQ

[flexcoders] Player Version

2005-12-19 Thread Dan
Hi, This may be a stupid question, beside by using AS with to detect the flash player version of an user and the available version in macromedia by the setting of Flex? Thx so much! Dan Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools

[flexcoders] Failed to parse intrinsics for __Packages.mx.controls.TextArea

2005-12-18 Thread Dan
has any idea and can help? Or ever meet this situation before? Dan Yahoo! Groups Sponsor ~-- AIDS in India: A lurking bomb. Click and help stop AIDS now. http://us.click.yahoo.com/9QUssC/lzNLAA/TtwFAA/nhFolB/TM

[flexcoders] Re: I have a TextArea CSS question

2005-12-15 Thread Dan Plesse
' +thisXML.firstChild.childNodes[1].childNodes[0].nodeValue+/font; I kind of wanted to stay with the old way via a CSS custom tag as seen below. --- In flexcoders@yahoogroups.com, Dan Plesse [EMAIL PROTECTED] wrote: hello flexers, With my flash Jabber app the TextArea has different colors and fonts for each

[flexcoders] Is there sound effects in flex?

2005-12-15 Thread Dan Plesse
var mySound3:Sound = new Sound(); mySound3.attachSound(XYLO_UP); mySound3.start(); I tested this and it did not work. anyone? Also method chaining did not work as well. Dan Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find

[flexcoders] Re: Is there sound effects in flex?

2005-12-15 Thread Dan Plesse
MP3 files seem to play well but what about .WAV files? anyone? --- In flexcoders@yahoogroups.com, Dan Plesse [EMAIL PROTECTED] wrote: var mySound3:Sound = new Sound(); mySound3.attachSound(XYLO_UP); mySound3.start(); I tested this and it did not work. anyone? Also method

[flexcoders] I have a TextArea CSS question

2005-12-14 Thread Dan Plesse
().split(/)[1]+ said:]/tofrommessage+hello2+/message; I was wondering how this could be done inside a flex textArea GUI. Dan Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http

[flexcoders] rsl load failed

2005-12-09 Thread Dan
hi everyone, Does anyone has ever handle the rsl load failed error before? My application works fine, but occasionally, the rsl seemed cannot be loaded. It also occur more frequently from a remote machine. Anyone has any idea? Daniel Yahoo! Groups Sponsor

[flexcoders] Loader communicate with AppShell

2005-12-07 Thread Dan
Hi, Currently, I am building an AppShell mxml, that will load another mxml file. I tried loader referencing the app being loaded by content, it works. I tried referencing the loader by _parent it works, however, is there way to dispatch an event in the app to the loader??? Daniel

[flexcoders] repeater does not update when object in array for dataprovider changes

2005-12-07 Thread Dan Diodati
flicker. Is there a way to force a specific section(repeater instance) to update itself without redrawing all sections? I also tried setting the recycleChildrenproperty to true, but it did not seem to do anything. Dan -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group

RE: [flexcoders] repeater does not update when object in array for dataprovider changes

2005-12-07 Thread Dan Diodati
OK I figured out that modifying the array associated with the dataprovider for a repeater does not always trigger a change event. So I had to use the replaceItemAt method of the dataprovider to get it to update that section correctly. Dan From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] User login and logout

2005-12-06 Thread Dan
hi all, I am trying to build an application that will kick out the first usr when another user using the same id login. Does anyone has any idea which area i should look into??? Dan Yahoo! Groups Sponsor ~-- AIDS in India: A lurking bomb

[flexcoders] errorString in TextInput

2005-12-06 Thread Dan
. but seemed no good. Best Regards, Dan Yahoo! Groups Sponsor ~-- Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/nhFolB/TM

[flexcoders] offset in ColumnChart.

2005-12-05 Thread Dan
Hi, Does anyone has try the offset of Column chart? I try to make some column chart with column overlapping one another. However, the example using Gradient in the Macromedia example will have Shadowrender and ToopTips appear in incorrect position. So I try to draw the column in a position not

RE: [flexcoders] Effects on a modal box?

2005-11-29 Thread Dan Diodati
(); all.addChild(e1); all.addChild(e2); all.playEffect(); The dialog box opens but does not have the zooming out effect that I want. It appears that the effect occurs after the dialog box is opened and not during the creation of the dialog. Dan From: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Effects on a modal box?

2005-11-28 Thread Dan Diodati
Hi when doing special effects can they be applied when opening a modal titlewindow via the PopUpManager? Dan -- 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] Effects on a modal box?

2005-11-28 Thread Dan Diodati
Just to be clear I want to have a dialog box that zooms open from a button and then implodes into a text box when closed. I was told by some consultant that this would not work. So he was incorrect? Dan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Any Mask in Flex 1.5

2005-11-24 Thread Dan
a lot Dan Yahoo! Groups Sponsor ~-- Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM

<    1   2   3   4   5   >